gst/goom/Makefile.am: Remove ppc assembler optimisations from the build until they...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/goom/Makefile.am:
4           Remove ppc assembler optimisations from the build until they
5           actually build (they also seem to have GPL headers).
6
7 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * m4/Makefile.am:
10           Better not dist files that don't exist any longer (lrint*m4).
11
12 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
13
14         * configure.ac:
15         * m4/lrint.m4:
16         * m4/lrintf.m4:
17         Remove lrint/lrintf checks. We don't use it anywhere.
18
19 2008-03-18  Andy Wingo  <wingo@pobox.com>
20
21         * sys/osxvideo/osxvideosink.m
22         (gst_osx_video_sink_osxwindow_destroy)
23         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
24         task, whoopdee.
25         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
26         2 ms.
27
28 2008-03-18  Andy Wingo  <wingo@pobox.com>
29
30         * sys/osxvideo/osxvideosink.m
31         (gst_osx_video_sink_osxwindow_destroy)
32         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
33         task, whoopdee.
34         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
35         2 ms.
36         
37 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
38
39         Patch by: William M. Brack <wbrack at mmm com hk>
40
41         * sys/v4l2/v4l2src_calls.c:
42           (gst_v4l2src_probe_caps_for_format_and_size),
43           (gst_v4l2src_probe_caps_for_format):
44           Make sure the probed frame sizes are reversed in the resulting
45           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
46           highest resolution first); also remove unused variable.
47           (Partly fixes #520092)
48
49 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
52
53         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
54         (gst_rtspsrc_finalize):
55         Call WSAStartup() and WSACleanup before using the Winsock API.
56         See #520808.
57
58 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
59
60         * gst/avi/gstavidemux.c:
61           Erm, the buffer-size is just guint, no need for the special format
62           specifier.
63
64 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
65
66         * gst/goom/plugin_info.c:
67         * gst/goom/ppc_zoom_ultimate.h:
68           Small fixes to build more on PPC: ifdef out code that uses unknown
69           define; add newline at end of header file to avoid compiler warning.
70           Assembler code still doesn't build though.
71
72 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
73
74         * gst/avi/gstavidemux.c:
75           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
76           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
77
78 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
79
80         * gst/avi/gstavidemux.c:
81           Chunksize is uint32. Fix format specifier.
82
83 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
84
85         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
86         mistake. Return file to pure MIT text.
87
88 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
89
90         * gst/audiofx/audiofx.c:
91         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
92         of hardcoding values.
93
94 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
95
96         Patch by: Mark Nauwelaerts <manauw skynet be>
97
98         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
99           (gst_oss_src_close):
100         * sys/oss/gstosssrc.h:
101           Cache probed caps, so _get_caps() during recording doesn't cause
102           ioctl calls which may disrupt the recording (fixes #521875).
103
104 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
105
106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
107         (gst_qtdemux_activate_segment),
108         (gst_qtdemux_prepare_current_sample),
109         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
110         Make sure we always send a DISCONT after a seek by setting the sample
111         index to an undefined value after a seek.
112
113 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
116           (GST_IS_AVI_SUBTITLE_CLASS):
117           Fix up IS_FOO macros, which makes gtk-doc much happier.
118
119 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
120
121         * tests/icles/Makefile.am:
122           Move the -lgstfoo where it belongs.
123
124 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
125
126         * gst/matroska/ebml-ids.h:
127         Add ID for EBML CRC32 elements.
128
129         * gst/matroska/Makefile.am:
130         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
131         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
132         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
133         (gst_ebml_read_header):
134         Support reading 80bit floats, add finalize method to clean up
135         in any case, support reading length/id elements with any length
136         as long as it's smaller than our supported maximum, don't leak
137         buffers if reading as much data as we wanted failed and some
138         smaller cleanup.
139
140 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
141
142         Patch by: Olivier Crete <tester at tester dot ca>
143
144         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
145         Check that a buffer is large enough before reading from it.
146         Fixes bug #521102.
147         
148 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
151         Fix compilation after removing the GstPollMode from the
152         constructor.
153
154 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
155
156         * configure.ac:
157         * gst/audiofx/Makefile.am:
158         * gst/audiofx/audiochebband.c:
159         * gst/audiofx/audiocheblimit.c:
160         * gst/audiofx/math_compat.h:
161         Check for sinh(), cosh() and asinh() and define our own
162         implementations if they're not available. Fixes bug #520880.
163
164 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
165
166         Patch by: Olivier Crete <tester at tester dot ca>
167
168         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
169         Unref the buffers only once when handling not-negotiated errors.
170         Fixes bug #520764.
171
172 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
173
174         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
175
176         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
177         (gst_udpsrc_stop):
178         Properly balance WSA_Cleanup with WSA_Startup.
179         Also make the poll controllable on windows. Fixes #520888.
180
181 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
182
183         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
184         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
185         (gst_ebml_read_element_length), (gst_ebml_peek_id),
186         (gst_ebml_read_skip), (gst_ebml_read_buffer),
187         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
188         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
189         (gst_ebml_read_date), (gst_ebml_read_master),
190         (gst_ebml_read_binary), (gst_ebml_read_header):
191         * gst/matroska/ebml-read.h:
192         * gst/matroska/matroska-demux.c:
193         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
194         (gst_matroska_demux_read_track_encodings),
195         (gst_matroska_demux_add_stream),
196         (gst_matroska_demux_handle_src_query),
197         (gst_matroska_demux_handle_seek_event),
198         (gst_matroska_demux_init_stream),
199         (gst_matroska_demux_parse_tracks),
200         (gst_matroska_demux_parse_index_cuetrack),
201         (gst_matroska_demux_parse_index_pointentry),
202         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
203         (gst_matroska_demux_parse_metadata_id_simple_tag),
204         (gst_matroska_demux_parse_metadata_id_tag),
205         (gst_matroska_demux_parse_metadata),
206         (gst_matroska_demux_sync_streams),
207         (gst_matroska_demux_push_hdr_buf),
208         (gst_matroska_demux_push_flac_codec_priv_data),
209         (gst_matroska_demux_push_xiph_codec_priv_data),
210         (gst_matroska_demux_add_wvpk_header),
211         (gst_matroska_demux_check_subtitle_buffer),
212         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
213         (gst_matroska_demux_parse_cluster),
214         (gst_matroska_demux_parse_contents_seekentry),
215         (gst_matroska_demux_parse_contents),
216         (gst_matroska_demux_loop_stream_parse_id),
217         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
218         * gst/matroska/matroska-demux.h:
219         * gst/matroska/matroska-ids.h:
220         Handle return values from pull_range in a more granular way to properly
221         shut down on seeks.
222         Combine return values from push.
223         Implement proper error handling.
224         Prepare for handling seeking correctly.
225
226 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
227
228         * gst/matroska/ebml-read.c:
229         Use GINT64 formatting constants from GLIB.
230
231         * gst/matroska/matroska-demux.c:
232         Add some guards to avoid a possible division by 0 and crashing
233         with NULL events on some systems.
234         Use gst_gdouble_to_guint64 somewhere instead of an implicit
235         conversion. 
236
237         * gst/matroska/matroska-mux.c:
238         Check for invalid timestamps in a bunch of places to avoid
239         writing bogus durations into the output file.
240         Fix some double<->gint64 conversions that weren't using
241         gst_guint64_to_gdouble
242
243 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
244
245         * configure.ac:
246         Move the checks for bison, flex and as to the program section and the
247         check for gcc inline asm to the compiler characteristics section.
248
249 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
250
251         * configure.ac:
252         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
253         plug-ins are included/excluded. (#498222)
254
255 2008-02-29  Michael Smith <msmith@fluendo.com>
256
257         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
258           Don't call gst_object_sync_values() unless we have a valid timestamp.
259
260 2008-02-28  David Schleef  <ds@schleef.org>
261
262         * gst/matroska/matroska-demux.c:
263         * gst/matroska/matroska-ids.h:
264         * gst/matroska/matroska-mux.c:
265           Fix Dirac mapping.  I had previously added a VfW-type
266           mapping, but it looks like Dirac will get a native Matroska
267           mapping, and this is the most likely method.
268
269 2008-02-28  David Schleef  <ds@schleef.org>
270
271         * gst/avi/gstavimux.c: Add Dirac encoding
272
273 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
274
275         Patch by: Peter Kjellerstedt <pkj at axis com>
276
277         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
278         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
279         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
280         * gst/udp/gstudpsrc.h:
281         Port to GstPoll. See #505417.
282
283 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
284
285         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
286         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
287         yet on the srcpad. We need rate and channels before we
288         can do any processing. Fixes bug #519088.
289
290 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
291
292         * configure.ac:
293         Detect and indicate if GCC inline assembly syntax is
294         available.
295
296         * gst/goom/Makefile.am:
297         * gst/goom/convolve_fx.c:
298         * gst/goom/flying_stars_fx.c:
299         * gst/goom/goom_config.h:
300         * gst/goom/goom_core.c:
301         * gst/goom/goomsl.c:
302         * gst/goom/ifs.c:
303         * gst/goom/mmx.c:
304         * gst/goom/plugin_info.c:
305         * gst/goom/xmmx.c:
306         Fix various GCC-isms, and only build the inline assembly
307         with compilers that support GCC inline assembly.
308
309         Fix a couple of other warnings shown with Forte.
310
311 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
312
313         * gst/goom/xmmx.c:
314           Use 'emms' instead of 'femms' to not crash on cpus that do not
315           implement this 3dnow specific instruction.
316
317 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
318
319         * gst/goom/plugin_info.c: (setOptimizedMethods):
320         Use extended MMX for draw_line() too if available, not only
321         normal MMX.
322
323 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
324
325         * ext/jpeg/gstjpeg.c: (plugin_init):
326         Remove (commented out) smoke typefinder. This is in base now.
327
328 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
329
330         * gst/goom2k1/Makefile.am:
331         * gst/goom2k1/gstgoom.c:
332
333         Rename the installed library, and don't register the same 
334         GType name as the new goom.
335
336 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
337
338         * configure.ac:
339         * ext/taglib/Makefile.am:
340           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
341           when building C++ code (#516509).
342
343 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
344
345         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
346         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
347           (setOptimizedMethods):
348           Call oil_init(), otherwise oil_get_cpu_flags() won't return
349           anything useful. Export goom debug category so we can get
350           rid of the VERBOSE define and the printfs.
351
352 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
353
354         * gst/goom/goomsl_heap.c: (align_it):
355         * gst/goom/plugin_info.c: (setOptimizedMethods):
356           Compile fixes for x86-64.
357
358 2008-02-23  Bastien Nocera  <hadess@hadess.net>
359
360         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
361         with warnings, but add other CFLAGS
362
363         * gst/goom/goomsl.c (gsl_instr_set_namespace),
364         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
365         (calculate_labels), (gsl_read_file):
366         * gst/goom/goomsl_lex.l:
367         * gst/goom/goomsl_yacc.y:
368         * gst/goom/plugin_info.c: Remove a few live printf, and
369         fprintf, replace exit() calls with g_assert_not_reached()
370         if it not optimal for a library
371
372 2008-02-23  Bastien Nocera  <hadess@hadess.net>
373
374         * gst/goom/Makefile.am: Remove the warnings being disabled,
375         fix linkage on x86, spotted by Sebastian Dröge
376         <slomo@circular-chaos.org>
377
378         * gst/goom/convolve_fx.c (convolve_init),
379         (create_output_with_brightness), (convolve_apply):
380         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
381         * gst/goom/goomsl.c:
382         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
383         * gst/goom/plugin_info.c:
384         * gst/goom/tentacle3d.c (tentacle_fx_create):
385         Fix warnings, and disable the motifs in the convolve_fx
386         plugin (they were causing warnings, and they were just
387         "Goom" in funny letterring)
388
389 2008-02-23  Bastien Nocera  <hadess@hadess.net>
390
391         * configure.ac: Add checks for Flex/Yacc/Bison and other
392         furry animals, for the new goom 2k4 based plugin
393
394         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
395         CPU optimisations (not working yet), move the old plugin to...
396
397         * gst/goom2k1/*: ... here, in case somebody is sick enough
398
399         Fixes #515073
400
401 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
402
403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
404         Post the server response code in an error message instead of a generic
405         'error' message. Fixes #517237.
406
407 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
408
409         * tests/check/Makefile.am:
410         Ignore gconfaudiosrc for the states unit test too. It will fallback
411         to alsasrc if the gconf settings can't be read and not everybody has
412         alsa.
413
414 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
415
416         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
417         (gst_wavpack_parse_create_src_pad):
418         * ext/wavpack/gstwavpackparse.h:
419         Always report the duration if we know it in push mode and don't
420         return 0 just to make totem believe we can't seek in push mode.
421         Newer totem version use the SEEKING query which properly reports
422         if we can seek or not.
423
424 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
425
426         Patch by: Jens Granseuer <jensgr at gmx dot net>
427
428         * tests/examples/equalizer/demo.c: (main):
429         C89 fix, moving variable declarations to the beginning of
430         the block. Fixes bug #517933.
431
432 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
433
434         * configure.ac:
435         Back to development...
436
437 === release 0.10.7 ===
438
439 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
440
441         * configure.ac:
442           releasing 0.10.7, "Red Door Black"
443
444 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
445
446         * gst/alpha/Makefile.am:
447         Link alpha plugin with libgstbase. Fixes bug #517386.
448
449 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
450
451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
452         Init values to -1 instead of the default 0 value.
453         Fixes #516524.
454
455 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
456
457         * tests/examples/spectrum/spectrum-example.c:
458         Add missing include to fix compilation when libxml usage is disabled.
459         Fixes: #516371
460
461 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
462
463         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
464         fixes: #514889
465
466         * gst/rtp/gstrtph264pay.c:
467         * gst/rtp/gstrtpmp4gdepay.c:
468         * gst/rtp/gstrtpmp4gpay.c:
469         * gst/rtp/gstrtpmp4gpay.h:
470         * gst/rtp/gstrtptheorapay.c:
471         * gst/rtp/gstrtpvorbispay.c:
472
473         Fix various leaks shown up in valgrind
474         - free sprops and buffer in error cases in H264 payloader
475         - fix leak in mp4g depayloader when construction the caps
476         - don't leak config string in the mp4g payloader
477         - don't leak buffers and headers in theora and vorbis payloaders
478
479         * tests/check/elements/rtp-payloading.c:
480
481         Fix the RTP data test
482         - Actually send valid amr data to the payloader instead of 20
483         zero-bytes
484         - The mp4g payloader expects codec_data on the caps
485
486 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
487
488         * win32/MANIFEST:
489         Add libgstpng.dsp to MANIFEST.
490         * win32/vs6/libgstaudiofx.dsp:
491         Add new source files to VS project file.
492
493 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
494
495         * sys/ximage/gstximagesrc.c:
496         Initialise variables when opening the X display rather
497         than in _start(), as the display can be opened before that.
498
499         Fixes: #515985
500
501 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
502
503         * sys/directdraw/gstdirectdrawsink.c:
504         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
505         (gst_directdraw_sink_finalize):
506         Properly chain up finalize functions. Fixes bug #515980.
507
508 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
509
510         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
511         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
512         (gst_v4l2_buffer_pool_class_init):
513         Chain up the finalize functions. Fixes bug #515984.
514
515 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
516
517         * sys/ximage/ximageutil.c:
518         Chain up in the finalize function for our custom
519         buffer sub-class.
520         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
521         Fixes: #515706
522
523 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
524
525         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
526         (gst_fenced_buffer_class_init):
527         Properly chain up finalize method. Fixes bug #515979.
528
529 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
530
531         * sys/ximage/gstximagesrc.c:
532         Free allocated Damage memory before closing our connection to the
533         X server. Partially fixes: #515706
534
535 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
536
537         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
538         * tests/check/Makefile.am:
539         * tests/check/gst-plugins-good.supp:
540         Add a few libjpeg suppressions and initialize a variable to
541         make smokeenc valgrind clean. Fixes bug #515701.
542
543 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
544
545         * gst/avi/gstavidemux.c:
546         Revert patch which sends timestamps only on keyframes, as it
547         breaks playback with current gst-ffmpeg.
548
549         Fixes: #515562
550
551 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
552
553         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
554         * tests/check/elements/multifile.c: (GST_START_TEST):
555         Close some memory leaks spotted by the unit test. Fixes bug #515697.
556
557 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
558
559         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
560         Use and unset the GError when pipeline creation fails instead of
561         simply leaking it. Fixes bug #515704.
562
563 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
564
565         * gst/audiofx/audioamplify.c:
566         * gst/audiofx/audiochebband.c:
567         * gst/audiofx/audiocheblimit.c:
568         * gst/audiofx/audiodynamic.c:
569         * gst/audiofx/audioinvert.c:
570         * gst/audiofx/audiopanorama.c:
571         * gst/audiofx/audiowsincband.c:
572         * gst/audiofx/audiowsinclimit.c:
573         Fix long description of audiofx elements. Fixes bug #515457.
574
575 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
576
577         * docs/plugins/Makefile.am:
578         * gst/spectrum/gstspectrum.c:
579         * tests/examples/spectrum/.cvsignore:
580         * tests/examples/spectrum/Makefile.am:
581         * tests/examples/spectrum/spectrum-example.c:
582
583         Add a simple example application for the spectrum element, include it
584         in the docs, and fix some documentation ambiguities.
585
586         Fixes: #348085
587
588 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
589
590         * gst/equalizer/Makefile.am:
591         * gst/spectrum/Makefile.am:
592         Fix includes order
593
594         * tests/check/Makefile.am:
595         Exclude v4l2src from the states test - it takes too long to start.
596
597         * tests/check/elements/spectrum.c:
598         Make the test run properly with CK_FORK=no
599
600 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
601
602         * gst/audiofix/Makefile.am: add missing header files 
603
604 2008-02-08  Julien Moutte  <julien@fluendo.com>
605
606         * gst/matroska/matroska-demux.c:
607         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
608         keyframe and delta units correctly when dealign with a BlockGroup.
609         Fixes: #514397
610
611 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
612
613         * tests/check/elements/.cvsignore:
614         Spell the new tests correctly in .cvsignore
615
616 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
617
618         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
619           Need to use gsize here for the size, fixes compiler warning.
620
621         * tests/examples/equalizer/.cvsignore:
622         * tests/examples/equalizer/Makefile.am:
623         * tests/examples/spectrum/.cvsignore:
624         * tests/examples/spectrum/Makefile.am:
625           Add missing files to fix the build.
626
627 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
628
629         * configure.ac:
630         * docs/plugins/Makefile.am:
631         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
632         * docs/plugins/gst-plugins-good-plugins-sections.txt:
633         * docs/plugins/gst-plugins-good-plugins.args:
634         * docs/plugins/gst-plugins-good-plugins.hierarchy:
635         * docs/plugins/inspect/plugin-multifile.xml:
636         * tests/check/Makefile.am:
637         * tests/check/elements/.cvsignore:
638
639         Move multifile plugin from -bad.
640         Fixes: #490283
641
642 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
643
644         * configure.ac:
645         * docs/plugins/Makefile.am:
646         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
647         * docs/plugins/gst-plugins-good-plugins-sections.txt:
648         * docs/plugins/gst-plugins-good-plugins.args:
649         * docs/plugins/gst-plugins-good-plugins.hierarchy:
650         * docs/plugins/inspect/plugin-spectrum.xml:
651         * gst/spectrum/Makefile.am:
652         * tests/check/Makefile.am:
653         * tests/check/elements/.cvsignore:
654         * tests/examples/Makefile.am:
655
656         Move spectrum plugin from -bad.
657         Move examples into tests/examples/spectrum.
658
659 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
660
661         * configure.ac:
662         * docs/plugins/Makefile.am:
663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
665         * docs/plugins/gst-plugins-good-plugins.args:
666         * docs/plugins/gst-plugins-good-plugins.hierarchy:
667         * docs/plugins/gst-plugins-good-plugins.interfaces:
668         * docs/plugins/inspect/plugin-equalizer.xml:
669         * gst/equalizer/Makefile.am:
670         * tests/check/Makefile.am:
671         * tests/examples/Makefile.am:
672         Move the equalizer plugin across from -bad
673
674         * tests/check/elements/.cvsignore:
675         Add equalizer, audiosincwband and audiosincwlimit
676
677         * tests/check/elements/equalizer.c:
678         Fix compiler warnings
679
680         Fixes: #415627
681
682 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
683
684         * configure.ac:
685         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
686         are treated like releases and build without it.
687
688 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
689
690         * docs/plugins/Makefile.am:
691         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
692         * docs/plugins/gst-plugins-good-plugins-sections.txt:
693         * docs/plugins/gst-plugins-good-plugins.args:
694         * docs/plugins/inspect/plugin-audiofx.xml:
695         * gst/audiofx/Makefile.am:
696         * gst/audiofx/audiofx.c:
697         * gst/audiofx/audiowsincband.c:
698         * gst/audiofx/audiowsincband.h:
699         * gst/audiofx/audiowsinclimit.c:
700         * gst/audiofx/audiowsinclimit.h:
701         * tests/check/Makefile.am:
702         * tests/check/elements/audiowsincband.c:
703         * tests/check/elements/audiowsinclimit.c:
704
705         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
706         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
707         respectively.
708
709         Fixes: #467666
710
711 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
712
713         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
714         * tests/check/elements/icydemux.c:
715           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
716           caps, and add a somewhat useful debug message. Plus test.
717
718 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
719
720         * gst/rtsp/gstrtspsrc.c:
721         Include unistd.h only if HAVE_UNISTD_H is defined
722         * win32/common/config.h.in:
723         * win32/common/config.h:
724         Define socklen_t as it seems it's not defined in default 
725         Visual Studio headers.
726         * win32/vs6/libgstalpha.dsp:
727         * win32/vs6/libgstapetag.dsp:
728         * win32/vs6/libgstavi.dsp:
729         * win32/vs6/libgstrtp.dsp:
730         * win32/vs6/libgstrtsp.dsp:
731         * win32/vs6/libgstvideomixer.dsp:
732         Update project file dependencies and add new source files       
733
734 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
735
736         Patch by: Bjarne Rosengren <bjarne at axis dot com>
737
738         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
739         Don't leak buffers when we don't push them downstream.
740         Fixes bug #514965.
741
742 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * configure.ac:
745           Bump requirements to (good) released versions to avoid
746           confusion and make implicit core requirement explicit.
747
748 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
749
750         * docs/plugins/Makefile.am:
751         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
752         * docs/plugins/gst-plugins-good-plugins-sections.txt:
753         * docs/plugins/gst-plugins-good-plugins.args:
754         * docs/plugins/inspect/plugin-audiofx.xml:
755         * gst/audiofx/Makefile.am:
756         * gst/audiofx/audiochebband.c:
757         * gst/audiofx/audiochebband.h:
758         * gst/audiofx/audiocheblimit.c:
759         * gst/audiofx/audiocheblimit.h:
760         * gst/audiofx/audiochebyshevfreqband.c:
761         * gst/audiofx/audiochebyshevfreqband.h:
762         * gst/audiofx/audiochebyshevfreqlimit.c:
763         * gst/audiofx/audiochebyshevfreqlimit.h:
764         * gst/audiofx/audiofx.c:
765         * tests/check/Makefile.am:
766         * tests/check/elements/.cvsignore:
767         * tests/check/elements/audiochebband.c:
768         * tests/check/elements/audiocheblimit.c:
769         * tests/check/elements/audiochebyshevfreqband.c:
770         * tests/check/elements/audiochebyshevfreqlimit.c:
771
772         Rename audiochebyshevfreqband -> audiochebband and
773         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
774         surgery.
775
776         Closes: #491811
777
778 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
779
780         Patch by: Orjan Friberg <orjanf at axis dot com>
781
782         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
783         Fix caps memory leak. Fixes #514573.
784
785 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
786
787         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
788         If there's no entries in the subindex, don't try to do anything stupid,
789         just return.
790
791 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
792
793         Patch by: John Millikin <jmillikin at gmail dot com>
794
795         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
796           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
797           Fix extraction of picture blocks with newer libflac versions again:
798           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
799
800 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
801
802         * tests/check/Makefile.am:
803           Add rtp-payloading test to VALGRIND_TO_FIX.
804
805         * tests/check/elements/rtp-payloading.c:
806           Add semicolons after GST_TEST_END so gst-indent gets the
807           formatting right; make test less verbose in general, but
808           more verbose in the error case (which should probably
809           make the test fail anyway).
810
811 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
812
813         * docs/plugins/Makefile.am:
814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
816         * gst/avi/gstavisubtitle.c:
817         Add documentation for avisubtitle and change class to
818         Codec/Parser/Subtitle
819
820 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
821
822         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
823         Treat ENOTTY (driver does not implement ioctl) the same as
824         EINVAL since it implies there are no available standards.
825
826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
827         (gst_v4l2src_get_nearest_size):
828         Replace gst_v4l2src_get_size_limits with 2 calls to new function
829         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
830         probe if the driver does not support VIDIOC_TRY_FMT for whatever
831         reason, and if we aren't yet actively capturing.
832
833         * sys/v4l2/v4l2src_calls.h:
834         Remove replaced function declaration.
835
836 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
837
838         * configure.ac:
839         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
840         API.
841
842 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
843
844         * configure.ac:
845         Fix typo.
846
847 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
848
849         * gst/alpha/Makefile.am:
850         * gst/alpha/gstalpha.c:
851
852         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
853         some stuff, and making buffer-alloc and resizing work automatically.
854         No longer crashes on odd frame widths and heights, although there
855         seems to be a disagreement with ffmpegcolorspace about what size
856         an AYUV frame with odd height should be.
857
858 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
859
860         Patch by: Alessandro Decina <alessandro at nnva dot org>
861
862         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
863         * ext/libpng/gstpngenc.h:
864         Preallocate the output buffer so that g_memdup() and
865         gst_buffer_merge() aren't needed anymore. This greatly improves
866         performances and fixes #512544.
867
868 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
871         (gst_avi_demux_stream_data):
872         GStreamer timestamps are PTS values while AVI only knows about DTS
873         timestamps. Make sure we only copy the DTS as the buffer timestamp when
874         we are dealing with a key frame.
875
876 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
877
878         * tests/check/Makefile.am:
879         * tests/check/elements/.cvsignore:
880         * tests/check/elements/rtp-payloading.c:
881           Add add testsuite for the rtp-payloader that tries simulating
882           dataflow. Needs more test data.
883
884 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
885
886         * tests/check/elements/alphacolor.c:
887           Remove two unused variables.
888
889 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
890
891         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
892           Use g_ascii_strtoll() instead of atoll, which is only
893           available in C99.
894
895 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
896
897         * gst/rtp/Makefile.am:
898         * gst/rtp/gstrtp.c:
899         * gst/rtp/gstrtpmpvpay.c:
900         * gst/rtp/gstrtpmpvpay.h:
901         Add MPEG2 video payloader
902
903 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
904
905         * gst/level/gstlevel.c:
906         Use #include <math.h> instead of #include "math.h".
907
908 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
909
910         * tests/check/Makefile.am:
911         Fix up some CFLAGS sets.
912         Don't include gconfvideosrc in the states test.
913
914         * tests/check/elements/autodetect.c: (GST_START_TEST):
915         Add some error strings to fail_unless arguments to fix some weird
916         compiler errors on Solaris.
917
918 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
919
920         * configure.ac:
921         Detect video4linux headers on Solaris too.
922         * sys/v4l2/gstv4l2colorbalance.h:
923         * sys/v4l2/gstv4l2object.h:
924         * sys/v4l2/v4l2_calls.c:
925         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
926         (gst_v4l2_buffer_new):
927
928         Make v4l2 build on Solaris.
929         Patch by: Brian Cameron  <brian.cameron at sun dot com>
930         Fixes: #510505
931
932 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
933
934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
935           Update list from (still local) scanning script.
936
937 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
938
939         Based on a patch by:
940             Victor STINNER <victor dot stinner at haypocalc dot com>
941
942         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
943         Set variable to NULL after freeing it to prevent double frees
944         or make failures by another use of it afterwards more obvious
945         and fix use of it after the freeing. Fixes bug #510592.
946
947 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
948
949         * gst/udp/gstmultiudpsink.c:
950         use GST_WARNING for logging
951
952 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
953
954         * gst/udp/gstmultiudpsink.c:
955         Don't try to leave a multicast group with an invalid socket
956
957 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
958
959         * ext/flac/gstflacdec.c:
960           Fix compilation against flac 1.1.2 (as on debian stable), where
961           the picture metadata defines and structs don't exist yet.
962           Fixes #509301.
963
964 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
965
966         Patch by: Olivier Crete <tester at tester dot ca>
967
968         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
969         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
970         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
971         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
972         * gst/udp/gstmultiudpsink.h:
973         Add property to automatically join a multicast group or not. This can be
974         useful when sharing a socket between multiple elements.
975         Fixes #509531.
976
977 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst/videomixer/Makefile.am:
980           Add controller flags.
981
982 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
983
984         * gst/videomixer/videomixer.c:
985           Also commit the missing gst_object_sync_values().
986
987 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
988
989         * docs/plugins/Makefile.am:
990           Remove duplicate entry.
991
992 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
993
994         * docs/plugins/Makefile.am:
995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
997         * docs/plugins/inspect/plugin-gamma.xml:
998         * docs/plugins/inspect/plugin-monoscope.xml:
999         * docs/plugins/inspect/plugin-video4linux2.xml:
1000           Add 3 more plugins to docs.
1001
1002 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1003
1004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1005         * sys/osxvideo/osxvideosink.h:
1006           Revert previous change caused by a file that got stuck on an old
1007           revision.
1008
1009 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1012         * gst/multipart/Makefile.am:
1013         * gst/multipart/multipartdemux.c:
1014         * gst/multipart/multipartdemux.h:
1015         * gst/multipart/multipartmux.c:
1016         * gst/multipart/multipartmux.h:
1017           Re-add multipartdemux to the docs. Last round of section cleanup.
1018
1019 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1020
1021         * docs/plugins/Makefile.am:
1022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1023         * sys/osxaudio/gstosxaudiosink.h:
1024         * sys/osxvideo/osxvideosink.h:
1025           Managed to resolve most unused declarations. Filed a bug for one left.          
1026
1027 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1028
1029         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1030           Cleanup section file.
1031
1032 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
1033
1034         * docs/plugins/Makefile.am:
1035         * docs/plugins/gst-plugins-good-plugins.args:
1036         * docs/plugins/gst-plugins-good-plugins.signals:
1037         * docs/plugins/inspect/plugin-alaw.xml:
1038         * docs/plugins/inspect/plugin-alpha.xml:
1039         * docs/plugins/inspect/plugin-alphacolor.xml:
1040         * docs/plugins/inspect/plugin-annodex.xml:
1041         * docs/plugins/inspect/plugin-apetag.xml:
1042         * docs/plugins/inspect/plugin-audiofx.xml:
1043         * docs/plugins/inspect/plugin-auparse.xml:
1044         * docs/plugins/inspect/plugin-autodetect.xml:
1045         * docs/plugins/inspect/plugin-avi.xml:
1046         * docs/plugins/inspect/plugin-cairo.xml:
1047         * docs/plugins/inspect/plugin-cdio.xml:
1048         * docs/plugins/inspect/plugin-cutter.xml:
1049         * docs/plugins/inspect/plugin-debug.xml:
1050         * docs/plugins/inspect/plugin-dv.xml:
1051         * docs/plugins/inspect/plugin-efence.xml:
1052         * docs/plugins/inspect/plugin-effectv.xml:
1053         * docs/plugins/inspect/plugin-flac.xml:
1054         * docs/plugins/inspect/plugin-flxdec.xml:
1055         * docs/plugins/inspect/plugin-gconfelements.xml:
1056         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
1057         * docs/plugins/inspect/plugin-goom.xml:
1058         * docs/plugins/inspect/plugin-halelements.xml:
1059         * docs/plugins/inspect/plugin-icydemux.xml:
1060         * docs/plugins/inspect/plugin-id3demux.xml:
1061         * docs/plugins/inspect/plugin-jpeg.xml:
1062         * docs/plugins/inspect/plugin-ladspa.xml:
1063         * docs/plugins/inspect/plugin-level.xml:
1064         * docs/plugins/inspect/plugin-matroska.xml:
1065         * docs/plugins/inspect/plugin-mulaw.xml:
1066         * docs/plugins/inspect/plugin-multipart.xml:
1067         * docs/plugins/inspect/plugin-navigationtest.xml:
1068         * docs/plugins/inspect/plugin-png.xml:
1069         * docs/plugins/inspect/plugin-quicktime.xml:
1070         * docs/plugins/inspect/plugin-rtp.xml:
1071         * docs/plugins/inspect/plugin-rtsp.xml:
1072         * docs/plugins/inspect/plugin-shout2send.xml:
1073         * docs/plugins/inspect/plugin-smpte.xml:
1074         * docs/plugins/inspect/plugin-speex.xml:
1075         * docs/plugins/inspect/plugin-taglib.xml:
1076         * docs/plugins/inspect/plugin-udp.xml:
1077         * docs/plugins/inspect/plugin-videobalance.xml:
1078         * docs/plugins/inspect/plugin-videobox.xml:
1079         * docs/plugins/inspect/plugin-videocrop.xml:
1080         * docs/plugins/inspect/plugin-videoflip.xml:
1081         * docs/plugins/inspect/plugin-videomixer.xml:
1082         * docs/plugins/inspect/plugin-wavenc.xml:
1083         * docs/plugins/inspect/plugin-wavpack.xml:
1084         * docs/plugins/inspect/plugin-wavparse.xml:
1085           Update plugin docs.
1086
1087         * gst/videomixer/Makefile.am:
1088         * gst/videomixer/videomixer.c:
1089         * gst/videomixer/videomixer.h:
1090         * gst/videomixer/videomixerpad.h:
1091           Split out header to fix warnings from the doc-build.
1092
1093 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1094
1095         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1096
1097         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
1098         Use atoll to parse the rtptime with enough precision. Fixes #509329.
1099
1100 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
1103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
1104           Initialise variables to work around (false) 'foo might be used
1105           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
1106
1107 2008-01-11  David Schleef  <ds@schleef.org>
1108
1109         * docs/plugins/.cvsignore:
1110         * tests/check/pipelines/.cvsignore:
1111           Ignore more files for the buildbot.
1112
1113 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
1114
1115         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
1116         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
1117         Generate the image-type values correctly. Leave them out of the caps
1118         when outputting a "preview image" tag, since it only makes sense
1119         to have one of those - the type is irrelevant.
1120
1121         * sys/sunaudio/gstsunaudiomixerctrl.c:
1122         (gst_sunaudiomixer_ctrl_open):
1123         If we can, mark the mixer multiple open when we use it, in case
1124         (for some reason) the process wants to open it again elsewhere.
1125
1126 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1127
1128         Patch by: Olivier Crete <tester at tester dot ca>
1129
1130         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
1131         * gst/rtp/gstrtptheorapay.c:
1132         Fix the clock rate to 90000 as required by the RFC.
1133         Fixes #508644.
1134
1135 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1136
1137         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
1138           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
1139
1140 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
1141
1142         * autogen.sh:
1143           Add -Wno-portability to the automake parameters to stop warnings
1144           about GNU make extensions being used. We require GNU make in almost
1145           every Makefile anyway.
1146           
1147         * configure.ac:
1148           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
1149           at the same time is required for per target flags.
1150
1151 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1152
1153         * gst/videomixer/videomixer.c: (gst_videomixer_init):
1154         Fix error from my last commit.
1155
1156 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
1159
1160         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
1161           Make sure the ISO 639-X language code in ID3v2 COMM frames
1162           is actually valid UTF-8 (or rather: ASCII), so we don't end
1163           up with non-UTF8 strings in tags if there's garbage in the
1164           language field. Also make sure the language code is always
1165           lower case. Fixes: #508291.
1166
1167 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1168
1169         * ChangeLog:
1170           Fix ChangeLog typo.
1171
1172 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1173
1174         * Makefile.am:
1175           Include lcov.mak to allow building coverage reports. Guard
1176           check-torture target like in the other packages.
1177
1178 2008-01-09  Sameer Naik  <sameer@damagehead.com>
1179
1180         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
1181
1182         * gst/videomixer/videomixer.c:
1183         (gst_videomixer_set_master_geometry), (_do_init),
1184         (gst_videomixer_child_proxy_get_child_by_index),
1185         (gst_videomixer_child_proxy_get_children_count),
1186         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
1187         (gst_videomixer_init), (gst_videomixer_request_new_pad),
1188         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
1189         Implement GstChildProxy interface.
1190         Send newsegment at the right moment
1191         Fixes #488879
1192
1193 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
1194
1195         * gst/alpha/Makefile.am:
1196         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
1197         (gst_alpha_sink_event), (gst_alpha_chain),
1198         (gst_alpha_change_state), (plugin_init):
1199         Make the various properties of 'alpha' controllable. This allows doing
1200         niceties like fade-in/fade-out.
1201
1202 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
1203
1204         * gst/rtp/gstasteriskh263.c:
1205         * gst/rtp/gstrtpL16depay.c:
1206         * gst/rtp/gstrtpac3depay.c:
1207         * gst/rtp/gstrtpamrpay.c:
1208         * gst/rtp/gstrtpdepay.c:
1209         * gst/rtp/gstrtpgsmdepay.c:
1210         * gst/rtp/gstrtph263depay.c:
1211         * gst/rtp/gstrtph263pdepay.c:
1212         * gst/rtp/gstrtph263ppay.c:
1213         * gst/rtp/gstrtph264depay.c:
1214         * gst/rtp/gstrtph264pay.c:
1215         * gst/rtp/gstrtpmp2tdepay.c:
1216         * gst/rtp/gstrtpmp4adepay.c:
1217         * gst/rtp/gstrtpmp4gdepay.c:
1218         * gst/rtp/gstrtpmp4gpay.c:
1219         * gst/rtp/gstrtpmp4vdepay.c:
1220         * gst/rtp/gstrtpmpadepay.c:
1221         * gst/rtp/gstrtpmpvdepay.c:
1222         * gst/rtp/gstrtpsv3vdepay.c:
1223         * gst/rtp/gstrtptheoradepay.c:
1224         * gst/rtp/gstrtptheorapay.c:
1225         * gst/rtp/gstrtpvorbisdepay.c:
1226         * gst/rtp/gstrtpvorbispay.c:
1227           Remove copy/paste unused code (property setters and getter) found by
1228           the coverage suite (yay, saves ~20k on disk).
1229
1230 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1231
1232         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
1233           (videosink_templ):
1234           Also fix up pad templates to indicate that image/jpeg doesn't
1235           absolutely require the framerate property to be set (#504081).
1236
1237 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         Based on patch by: Wouter Cloetens  <wouter at mind be>
1240
1241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
1242           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
1243           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
1244         * gst/matroska/matroska-mux.h:
1245           Keep track of first and last timestamps for each incoming stream,
1246           so we can calculate the total duration for live sources and other
1247           input where we can't query the duration from the start or where
1248           there's no constant framerate from which we can deduce the
1249           duration; also use calculated/observed duration if it is bigger
1250           than the previously queried duration. Furthermore, use
1251           gst_pad_query_peer_duration() and take into account that it may
1252           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
1253           screws up comparisons when using unsigned integers. Fixes #504081.
1254
1255 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
1256
1257         * configure.ac:
1258         * gst/audiofx/audioamplify.c:
1259         (gst_audio_amplify_clipping_method_get_type),
1260         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
1261         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
1262         (gst_audio_dynamic_transform_ip):
1263         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
1264         (gst_audio_invert_transform_ip):
1265         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
1266         (gst_audio_panorama_transform):
1267         * gst/level/gstlevel.c: (gst_level_init):
1268         Make elements GST_BUFFER_FLAG_GAP aware and call
1269         gst_base_transform_set_gap_aware for this.
1270         Bump core requirement to CVS.
1271         
1272         * gst/audiofx/audiochebyshevfreqband.c:
1273         (gst_audio_chebyshev_freq_band_transform_ip):
1274         * gst/audiofx/audiochebyshevfreqlimit.c:
1275         (gst_audio_chebyshev_freq_limit_transform_ip):
1276         Also sync GObject properties to the controller if operating
1277         in passthrough mode.
1278
1279 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
1280
1281         * sys/directdraw/gstdirectdrawsink.c:
1282           (gst_directdraw_sink_window_thread):
1283           FALSE is not a gpointer.
1284
1285 2008-01-05  Julien Moutte  <julien@fluendo.com>
1286
1287         * sys/directdraw/gstdirectdrawsink.c:
1288         (gst_directdraw_sink_set_window_id),
1289         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
1290         (gst_directdraw_sink_buffer_alloc),
1291         (gst_directdraw_sink_draw_borders),
1292         (gst_directdraw_sink_show_frame),
1293         (gst_directdraw_sink_setup_ddraw),
1294         (gst_directdraw_sink_window_thread),
1295         (gst_directdraw_sink_get_ddrawcaps),
1296         (gst_directdraw_sink_surface_create): Make sure we create our
1297         internal window only when we need it. That will give a chance to
1298         the application to get the prepare-xwindow-id bus message. Draw
1299         black borders when keeping aspect ratio. Handle the case where our
1300         rendering window disappears (closed or errors) like other sinks
1301         do. Various 80 columns fixes, improve state change order. That
1302         element could need some more love.
1303
1304 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
1305
1306         * ext/taglib/gstapev2mux.h:
1307         * ext/taglib/gstid3v2mux.h:
1308         Remove useless typedefs without new type name. Fixes a warning with
1309         gcc 4.3.
1310
1311 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1312
1313         Patch by: John Millikin <jmillikin at gmail dot com>
1314
1315         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
1316         (gst_flac_dec_setup_stream_decoder),
1317         (gst_flac_normalize_picture_mime_type),
1318         (gst_flac_extract_picture_buffer),
1319         (gst_flac_dec_metadata_callback):
1320         Emit metadata messages when a PICTURE block is encountered.
1321         Fixes #506715.
1322
1323 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
1324
1325         * gst/avi/gstavi.c:
1326         increase rank because no known issues anymore ...
1327         * gst/avi/gstavisubtitle.c:
1328         send subtitle name to the srcpad
1329
1330 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1331
1332         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
1333         * gst/rtsp/gstrtspsrc.h:
1334         Implement redirect for the DESCRIBE reply. Fixes #506025.
1335
1336 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
1337
1338         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
1339         Fix 'xyz may be used uninitialized' compiler warnings caused
1340         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
1341         abort() in any case but properly report the error.
1342
1343 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
1344
1345         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
1346         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
1347         * sys/ximage/gstximagesrc.c: (composite_pixel):
1348           Fix 'xyz may be used uninitialized' compiler warnings caused
1349           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
1350           not really nice to abort in any case). Fixes #505745.
1351
1352 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1353
1354         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
1355           Small unit test fix (has no practical impact at the moment,
1356           since we're only feeding utf8 and hence just create a sub-
1357           buffer for the output).
1358
1359 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
1360
1361         * gst/avi/gstavisubtitle.c:
1362         * tests/check/elements/avisubtitle.c:
1363         Add seeking support for avi subtitle
1364
1365 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
1366
1367         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
1368         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
1369         (gst_flac_dec_write):
1370         * ext/flac/gstflacdec.h:
1371         Remove some unused vars.
1372         Do more cleanup of leftover events and tags.
1373         Output tags after the segment event. Fixes #504018.
1374
1375 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
1378           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
1379           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
1380           Detect other UTF byte order markers and convert to UTF-8 as
1381           appropriate.
1382
1383 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst/avi/gstavisubtitle.c: (src_template),
1386           (gst_avi_subtitle_extract_utf8_file),
1387           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
1388           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
1389           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
1390         * gst/avi/gstavisubtitle.h:
1391           Refactor a bit; fix name extraction; don't assume all the data
1392           in the chunk is actually subtitle data, there may be padding at
1393           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
1394           file so it's there to send again after a seek (for future use).
1395
1396 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
1397
1398         * gst/avi/Makefile.am:
1399         * gst/avi/gstavi.c:
1400         * gst/avi/gstavisubtitle.c:
1401         * gst/avi/gstavisubtitle.h:
1402         * tests/check/Makefile.am:
1403         * tests/check/elements/avisubtitle.c:
1404         * win32/common/config.h:
1405                 Add avi subtitle element for bug #442034. Need seeking support
1406                 and more support for character conversion.
1407
1408 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * Makefile.am:
1411           Include common/win32.mak for CRLF check of win32 project
1412           files (see #393626).
1413
1414         * win32/vs6/libgstpng.dsp:
1415           Fix line endings and do cvs admin -kb.
1416
1417 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1418
1419         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
1420         Actually drop the buffers which are outside the currently configured
1421         segment instead of just emitting a WARNING.
1422
1423 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
1426         (gst_flac_dec_write):
1427         * ext/flac/gstflacdec.h:
1428         Send segments from the streaming thread. Fixes #502187.
1429         Fix segment seeking and a bunch of other seeking cases.
1430
1431 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
1434           Parse WOAF frames and put the result into GST_TAG_CONTACT,
1435           which is where it would end up if the same information was
1436           put in a vorbis comment (don't think it's worth adding a
1437           new URI tag for this). Fixes #488112.
1438
1439 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * configure.ac:
1442           We need core/base 0.10.15 or later.
1443
1444 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1445
1446         Patch by: Mark Nauwelaerts <manauw skynet be>
1447
1448         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
1449         Fix regression in stream numbering. Fixes #502655.
1450
1451 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1452
1453         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
1454
1455         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
1456         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
1457         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
1458         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
1459         (gst_rtp_h264_pay_handle_buffer):
1460         * gst/rtp/gstrtph264pay.h:
1461         Use higher performance start-code searching.
1462         Parse NALs and store SPS, PPS and profile in the caps so that they can
1463         be used in the SDP. Fixes #502814.
1464
1465 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
1466
1467         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1468         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
1469           Init some structs to zero before we pass them to ioctl, which
1470           avoids valgrind warnings.  Also fix a small memory leak.
1471
1472 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         Patch by: Wouter Cloetens <wouter at mind dot be>
1475
1476         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
1477         Copy timestamp from input to output. Not very perfect yet but better
1478         than nothing. Fixes #503023.
1479
1480 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1481
1482         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1483           Also print a useful error message with the old Wavpack API
1484           if possible.
1485
1486 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1487
1488         * ext/wavpack/gstwavpackdec.c:
1489           More build fixes for old libwavpack versions: include config.h so
1490           that WAVPACK_OLD_API is actually defined as detected; only use
1491           WavpackGetErrorMessage if it is available. This fixes the build
1492           on debian stable for me.
1493
1494 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1495
1496         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
1497         * ext/wavpack/gstwavpackparse.c:
1498           (gst_wavpack_parse_create_src_pad):
1499           Workaround the non-existance of WavpackGetChannelMask in Wavpack
1500           versions below 4.40.0.
1501
1502 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1503
1504         * configure.ac:
1505           And now do it right for real...
1506
1507 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1508
1509         * configure.ac:
1510           Correctly reset $LIBS to not contain -lm.
1511
1512 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1513
1514         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
1515
1516         * configure.ac:
1517         * ext/cairo/gsttimeoverlay.c:
1518           (gst_cairo_time_overlay_print_smpte_time):
1519           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
1520           and checking for rint() and implementing it ourself if it doesn't
1521           exist. Fixes #497293.
1522
1523 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
1524
1525         * configure.ac:
1526           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
1527
1528 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
1529
1530         * sys/oss/gstosshelper.c:
1531         Verify that the format returned after the ioctl is the one
1532         we requested. It is valid for the ioctl to succeed while
1533         substituting an alternate 'supported' sample format.
1534
1535 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
1536
1537         * sys/oss/gstossaudio.c: (plugin_init):
1538         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1539         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1540           Post decent (and translated) error message when we can't
1541           open the audio device for some reason.
1542
1543 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
1544
1545         * sys/oss/gstosssink.c:
1546         * sys/oss/gstosssrc.c:
1547         Allow the AUDIODEV environment variable to redirect us
1548         to a different default OSS device, like sunaudiosink does
1549         on Solaris (makes audio play automatically on SunRays).
1550
1551 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
1552
1553         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
1554         * gst/audiofx/audiochebyshevfreqband.c:
1555         (gst_audio_chebyshev_freq_band_transform_ip):
1556         * gst/audiofx/audiochebyshevfreqlimit.c:
1557         (gst_audio_chebyshev_freq_limit_transform_ip):
1558         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
1559         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
1560         The transform_ip() methods should do nothing if in passthrough mode.
1561         It might get non-writable buffers in that case but the buffer might
1562         as well be writable.
1563
1564         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
1565         The transform() methods won't be called in passthrough mode and
1566         otherwise the buffer is always writable so don't check here.
1567
1568 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
1571           Fix seeking in .wav files again (#501775).  Some people seem to think
1572           they don't need to test their changes when they're just 'reflowing'
1573           some code.
1574
1575 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1576
1577         * gst/autodetect/gstautovideosink.c:
1578         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
1579         (gst_auto_video_sink_init),
1580         (gst_auto_video_sink_create_element_with_pretty_name),
1581         (gst_auto_video_sink_find_best),
1582         (gst_auto_video_sink_set_property),
1583         (gst_auto_video_sink_get_property):
1584         * gst/autodetect/gstautovideosink.h:
1585         Fix docs.
1586         Use same error reporting code as autoaudiosink.
1587         Add property to filter sinks based on caps. Only select raw video sinks
1588         by default for backwards compat.
1589         API: GstAutoVideoSink::filter-caps
1590
1591 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
1592
1593         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1594
1595         * gst/autodetect/gstautoaudiosink.c:
1596         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
1597         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
1598         (gst_auto_audio_sink_set_property),
1599         (gst_auto_audio_sink_get_property):
1600         * gst/autodetect/gstautoaudiosink.h:
1601         Add property to filter sinks based on caps. Only select raw audio sinks
1602         by default for backwards compat.  Fixes #417420.
1603         API: GstAutoAudioSink::filter-caps
1604
1605 2007-11-29  Michael Smith <msmith@fluendo.com>
1606
1607         Patch by: Arek Korbik <arkadini@gmail.com>
1608
1609         * gst/videobox/gstvideobox.c: (plugin_init):
1610           Initialise liboil in plugin_init()
1611
1612 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
1613
1614         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
1615         Post error before sending EOS. Fixes #499178.
1616
1617 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
1618
1619         * win32/vs6/gst_plugins_good.dsw:
1620         * win32/vs6/libgstpng.dsp:
1621         Add a project file for libgstpng
1622
1623 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
1624
1625         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
1626         (gst_rtp_h263_depay_process):
1627         Code beautification.
1628         Added debug statements.
1629         Don't bit-shift everything, just do operations on last/first byte
1630         instead.
1631
1632 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
1633
1634         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
1635
1636         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
1637         Fix wrong comparison in overrun check. Fixes #499239 some more.
1638
1639 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
1640
1641         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
1642         (gst_rtp_h263_depay_process):
1643         * gst/rtp/gstrtph263depay.h:
1644         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
1645         stream.
1646
1647 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
1648
1649         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
1650
1651         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1652         (gst_rtp_mp4a_depay_process):
1653         * gst/rtp/gstrtpmp4adepay.h:
1654         Fix depayloading when multiple frames are inside one RTP packet.
1655         Fixes #499239.
1656
1657 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1658
1659         * gst/level/gstlevel.c:
1660           Add GAP-flag support.
1661
1662 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
1663
1664         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
1665         Read the I flag for Mode A h263 rtp stream and set the
1666         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
1667         Fixes #499383
1668
1669 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1670
1671         * gst/level/gstlevel.c:
1672           Remove some dead code and do cleanups.
1673
1674 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
1675
1676         * tests/check/pipelines/simple-launch-lines.c:
1677           Improve the tests by allowing to set a target state.
1678
1679 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
1680
1681         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
1682         Don't check the caps of the output buffer if they're equal some
1683         other caps. The caps can change in a backward compatible way
1684         and did at this point.
1685
1686 2007-11-24  Julien MOUTTE  <julien@moutte.net>
1687
1688         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
1689         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
1690         (gst_qtdemux_seek_to_previous_keyframe),
1691         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
1692         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
1693         reverse playback support.
1694
1695 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1696
1697         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
1698         Also set the channel layout on the Wavpack caps if we're having
1699         a mono layout. Of course only do it for "audio/x-wavpack".
1700
1701 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
1702
1703         * ext/wavpack/gstwavpackcommon.c:
1704         (gst_wavpack_get_default_channel_mask),
1705         (gst_wavpack_set_channel_layout),
1706         (gst_wavpack_get_default_channel_positions),
1707         (gst_wavpack_get_channel_mask_from_positions),
1708         (gst_wavpack_set_channel_mapping):
1709         * ext/wavpack/gstwavpackcommon.h:
1710         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
1711         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
1712         * ext/wavpack/gstwavpackdec.h:
1713         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1714         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
1715         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
1716         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
1717         (gst_wavpack_enc_rewrite_first_block),
1718         (gst_wavpack_enc_sink_event):
1719         * ext/wavpack/gstwavpackenc.h:
1720         * ext/wavpack/gstwavpackparse.c:
1721         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
1722         (gst_wavpack_parse_scan_to_find_sample),
1723         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
1724         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
1725         * ext/wavpack/gstwavpackparse.h:
1726         Add support for encoding, parsing and decoding multichannel
1727         files with up to 8 channels. This also improves the robustness
1728         of parsing quite a bit.
1729
1730         * ext/wavpack/gstwavpackstreamreader.c:
1731         (gst_wavpack_stream_reader_read_bytes),
1732         (gst_wavpack_stream_reader_get_pos),
1733         (gst_wavpack_stream_reader_set_pos_abs),
1734         (gst_wavpack_stream_reader_set_pos_rel),
1735         (gst_wavpack_stream_reader_push_back_byte),
1736         (gst_wavpack_stream_reader_get_length),
1737         (gst_wavpack_stream_reader_can_seek),
1738         (gst_wavpack_stream_reader_write_bytes):
1739         Improve debugging.
1740
1741 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1742
1743         * ext/libpng/gstpngdec.c:
1744         * ext/libpng/gstpngdec.h:
1745           Don't release the png-memory from within the callback.
1746
1747 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1748
1749         Patch by: René Stadler <mail at renestadler dot de>
1750
1751         * ext/libpng/gstpngenc.c:
1752           Don't leak buffer data memory. Fixes #498395.
1753
1754 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
1755
1756         Patch by: René Stadler <mail at renestadler dot de>
1757
1758         * tests/check/pipelines/simple-launch-lines.c:
1759           Tests for #498395.
1760
1761 2007-11-20  Julien MOUTTE  <julien@moutte.net>
1762
1763         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
1764         (gst_tag_lib_mux_adjust_event_offsets):
1765         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
1766         * sys/osxaudio/Makefile.am:
1767         * sys/osxvideo/cocoawindow.h:
1768         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
1769
1770 2007-11-15  David Schleef  <ds@schleef.org>
1771
1772         * ext/cairo/gsttextoverlay.c:
1773           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
1774
1775 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1776
1777         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
1778
1779         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
1780         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
1781         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
1782         * gst/rtp/gstrtpmp2tpay.h:
1783         Fill the MTU with as many packets as possible. Fixes #491323.
1784
1785 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1786
1787         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1788
1789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
1790         Fix some more leaks. Fixes #497007.
1791
1792 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1793
1794         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1795
1796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
1797         (gst_rtspsrc_stream_configure_tcp):
1798         Fix 3 pad leaks. Fixes #496983.
1799
1800 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1801
1802         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1803
1804         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
1805         Fix small leak. Fixes #497017.
1806
1807 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
1808
1809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1810         (gst_qtdemux_prepare_current_sample),
1811         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
1812         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
1813         * gst/qtdemux/qtdemux_fourcc.h:
1814         * gst/qtdemux/qtdemux_types.c:
1815         Add suppport for theora in quicktime according to XiphQT.
1816
1817 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
1818
1819         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
1820         (gst_v4l2src_init), (gst_v4l2src_set_property),
1821         (gst_v4l2src_get_property):
1822         * sys/v4l2/gstv4l2src.h:
1823         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
1824           Always copy buffers by default (handle safer with bugged drivers)
1825           and added a property to make it possible to use mmap effectively (no
1826           copy if possible) when application wants to. Fixes: #480557.
1827
1828 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         * gst/id3demux/id3tags.c:
1831         * gst/id3demux/id3tags.h:
1832         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
1833           We don't want the same string multiple times in a tag list for the
1834           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
1835           this doesn't happen and remove special-case code for GST_TAG_GENRE.
1836
1837 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1838
1839         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
1840           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
1841           into ID3v2 TXXX frames (fixes #347848).
1842
1843 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1844
1845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1846           Don't leak sdp message contents (fixes #496773).
1847
1848         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
1849           Don't leak URI string.
1850
1851 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1852
1853         Patch by: Julien Puydt <julien dot puydt at laposte net>
1854
1855         * ext/raw1394/Makefile.am:
1856         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
1857           (gst_1394_property_probe_get_properties),
1858           (gst_1394_property_probe_probe_property),
1859           (gst_1394_property_probe_needs_probe),
1860           (gst_1394_property_probe_get_values),
1861           (gst_1394_property_probe_interface_init),
1862           (gst_1394_type_add_property_probe_interface):
1863         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
1864         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
1865           (gst_dv1394src_init), (gst_dv1394src_dispose),
1866           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
1867           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
1868           (gst_dv1394src_update_device_name):
1869         * ext/raw1394/gstdv1394src.h:
1870           Implement GstPropertyProbe interface and add "device-name" property,
1871           so applications can use this to probe for available devices in the
1872           same way they can already with v4lsrc and v4l2src (however horrible
1873           this property probe interface may be). Fixes #358841.
1874
1875 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1876
1877         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1878
1879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
1880           (gst_rtspsrc_parse_range):
1881           Don't leak event, don't leak range (fixes #496752).
1882
1883 2007-11-14  Michael Smith <msmith@fluendo.com>
1884
1885         Patch by: Arek Korbik <arkadini@gmail.com>
1886
1887         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
1888           Detect RGBA/BGRA correctly on little endian systems.
1889
1890 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1891
1892         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
1893           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
1894           corresponding ioctl() call fails even though the driver claims to
1895           support this format, just fall back to the pre-2.6.19 kernel
1896           routine that creates caps with suitable height and width ranges
1897           (see #448278).
1898
1899 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1900
1901         Patch by: Mark Nauwelaerts <manauw skynet be>
1902
1903         * gst/matroska/matroska-demux.c:
1904           (gst_matroska_demux_push_dvd_clut_change_event),
1905           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
1906           (gst_matroska_demux_subtitle_caps):
1907         * gst/matroska/matroska-ids.h:
1908           Extract palette data for dvd subpicture streams and send it
1909           downstream as custom gstreamer dvd event (fixes #453417).
1910
1911 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
1912
1913         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
1914           Implement minimal parsing of the passed pango font description
1915           string, so passing a font size works the same as with the
1916           pango textoverlay plugin; fixes #455086.
1917           (Maybe we could just use pangocairo here at some point).
1918
1919 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/avi/gstavidemux.c:
1922         * gst/wavparse/gstwavparse.c:
1923           Return the result in _activate_pull(). Don't ref element there.
1924
1925 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
1926
1927         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
1928         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1929         (gst_wavparse_srcpad_event):
1930           Ref the element when we should, but not when we its not needed. Reflow
1931           the event_handling to not leak the event.       
1932
1933 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
1934
1935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1936         (qtdemux_parse_samples):
1937         Properly free QTDemuxSamples array.
1938         Protect table write with a sensible check, some files apparently DO contain
1939         stts values starting with 0 :(
1940
1941 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1942
1943         * gst/avi/gstavidemux.c:
1944         * gst/qtdemux/qtdemux.c:
1945           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
1946           previous commit messed up.
1947
1948 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
1949
1950         * gst/avi/gstavidemux.c:
1951         * gst/qtdemux/qtdemux.c:
1952           Sync _handle_src_event() with oggdemux. In avidemux also ref the
1953           element when we should, but not when we its not needed.
1954
1955 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
1956
1957         * gst/wavparse/gstwavparse.c:
1958           Return FALSE if we can't handle a query instead of changing the
1959           format. Ignore fact when dealing with mpeg audio.
1960
1961 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1962
1963         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1964
1965         * configure.ac:
1966         * gst/udp/gstdynudpsink.c:
1967         * gst/udp/gstdynudpsink.h:
1968         * gst/udp/gstmultiudpsink.c:
1969         * gst/udp/gstmultiudpsink.h:
1970         * gst/udp/gstudpsink.c:
1971         * gst/udp/gstudpsink.h:
1972           Fix includes for MSVC and GLib-2.14.0 (#492388).
1973
1974         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
1975           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
1976
1977 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
1978
1979         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
1980         (gst_mulawdec_chain):
1981         * gst/law/mulaw-decode.h:
1982         Calculate outgoing buffer duration if incoming buffer didn't have a
1983         valid duration.
1984
1985 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
1986
1987         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
1988         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
1989         Smarter combine_flow code that also deals with downstream elements
1990         returning UNEXPECTED when they receive data out of the segment
1991         boundaries. Fixes #491305.
1992
1993 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1994
1995         * sys/v4l2/v4l2src_calls.c:
1996           Fix 'unused variable' compiler warning when compiling against
1997           older kernel headers.
1998
1999 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
2000
2001         * ext/taglib/gstid3v2mux.cc (add_funcs):
2002           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
2003
2004 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
2005
2006         * tests/check/pipelines/simple-launch-lines.c:
2007            Improve the tests a little more.
2008
2009 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
2010
2011         patch by: Yun Zheng Hu
2012
2013         * sys/osxaudio/gstosxaudiosrc.c:
2014         Use default input device instead of default output device and
2015         only memcpy actual available bytes.
2016
2017 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
2018
2019         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
2020           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
2021           early. It is temporary until we find something better.
2022
2023 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2024
2025         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2026
2027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
2028         Fix race when pausing a RTSP stream in interleaved.
2029         Fixes #475784.
2030
2031 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
2032
2033         Patch by: Peter Kjellerstedt <pkj at axis com>
2034
2035         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
2036         Use correct unref function for buffers. #488844.
2037
2038 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
2039
2040         * gst/avi/gstavimux.c:
2041         * tests/check/elements/avimux.c:
2042           Add some debug and sync tests with the fix.     
2043
2044 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2045
2046         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2047
2048         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2049         When the socket is used by the app for other purposes, don't generate an
2050         error if there is activaty on the socket that is not data related.
2051         Fixes #487488.
2052
2053 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2054
2055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
2056         (gst_v4l2src_grab_frame):
2057         Add some more debug info. Generate an error when we run out of buffers
2058         for some reason. See #480557.
2059
2060 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
2061
2062         Patch by: Anders Skargren <anders dot skargren at axis dot com>
2063
2064         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
2065         Set marker bit correctly.
2066
2067 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
2068
2069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
2070         Use allowed name for the GstStructure.
2071
2072 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * ext/gconf/gstswitchsink.c:
2075         * gst/autodetect/gstautoaudiosink.c:
2076           Use new gst_bus_pop_filtered().
2077
2078 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * sys/v4l2/gstv4l2src.c:
2081         * sys/v4l2/v4l2src_calls.c:
2082           When probing the formats and sizes a camera supports, make
2083           sure the best ones (highest resolution, prefered format)
2084           end up at the beginning of the probed caps and the less
2085           desirable ones at the end.  This is important because the
2086           order within the caps matters for things like fixation and
2087           negotiation, ie. what format is chosen in the end.
2088           With recent kernels, the current probing code will end up
2089           querying the supported sizes from lowest resolution to
2090           highest resolution, adding them to the probed caps in that
2091           order, resulting to v4l2src fixating to the lowest possible
2092           resolution if downstream does not express a size preference.
2093           Also make up a somewhat random ranking of prefered output
2094           formats for the same reason. Fixes #485828.
2095         
2096 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2097
2098         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
2099
2100         * gst/id3demux/id3v2frames.c:
2101           Extract license/copyright URIs from ID3v2 WCOP frames
2102           (Fixes #447000).
2103
2104         * tests/check/elements/id3demux.c:
2105         * tests/files/Makefile.am:
2106         * tests/files/id3-447000-wcop.tag:
2107           Add simple unit test.
2108
2109 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
2110
2111         * ext/taglib/gstid3v2mux.cc:
2112           Add support for license/copyright URI tags (ID3v2 WCOP frame).
2113           Prerequisite for #447000.
2114
2115 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
2116
2117         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
2118         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
2119         a GstClockTime.
2120
2121 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2122
2123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2124         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
2125         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
2126         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
2127         (gst_rtspsrc_change_state):
2128         More seeking fixes, mostly passing around the new playback segment in
2129         order to configure it properly.
2130         Also reset base_time of udp sources when setting them back to PLAYING as
2131         a temporary hack until core supports seek in live sources properly.
2132
2133 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
2134
2135         * gst/rtp/gstrtpmp4adepay.c:
2136         Fix caps as to not confuse autopluggers.
2137
2138 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2139
2140         * gst/id3demux/gstid3demux.c:
2141         * gst/id3demux/gstid3demux.h:
2142         * gst/id3demux/id3tags.c:
2143         * gst/id3demux/id3tags.h:
2144         * gst/id3demux/id3v2frames.c:
2145           Port ID3 tag demuxer over to the new GstTagDemux in -base
2146           (now would be a good time to test re-importing your music
2147           collection).
2148
2149 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
2150
2151         * gst/apetag/Makefile.am:
2152         * gst/apetag/gstapedemux.c:
2153         * gst/apetag/gstapedemux.h:
2154         * gst/apetag/gsttagdemux.c:
2155         * gst/apetag/gsttagdemux.h:
2156           Port APE tag demuxer over to the new GstTagDemux in -base.
2157
2158 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
2159
2160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
2161         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
2162         (gst_rtspsrc_handle_internal_src_query),
2163         (gst_rtspsrc_handle_src_query), (new_session_pad),
2164         (gst_rtspsrc_stream_configure_tcp),
2165         (gst_rtspsrc_stream_configure_transport),
2166         (gst_rtspsrc_loop_send_cmd):
2167         Improve flushing behaviour.
2168         Set state of the udp sources to PAUSE/PLAYING correctly.
2169         Handle events and queries for UDP and TCP transport now.
2170
2171 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2172
2173         * gst/rtp/gstrtpgsmdepay.c:
2174         * gst/rtp/gstrtpgsmpay.c:
2175           Add log category.
2176
2177 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
2178
2179         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
2180
2181         * tests/check/Makefile.am:
2182         * tests/check/pipelines/simple-launch-lines.c:
2183           Add unit tests for payloaders/depayloaders.
2184
2185 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2186
2187         * gst/avi/gstavimux.c:
2188         * gst/avi/gstavimux.h:
2189           Also save codec data for audio streams. Fixes #482495.
2190
2191 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
2192
2193         * gst/avi/gstavimux.c:
2194           Fix "Index entry has invalid stream nr 1".
2195           Add support for muxing aac - work in progress (see #482495).
2196
2197 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2198
2199         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
2200         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
2201         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2202         * gst/rtsp/gstrtspsrc.h:
2203         Parse bandwidth modifiers, they are not yet configured in the session
2204         manager because we don't have an API for that yet.
2205
2206 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
2207
2208         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
2209         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
2210         Use shiny new function in -base to get the default clock-rate.
2211         Update some docs.
2212
2213 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
2214
2215         * win32/MANIFEST:
2216         Add files to win32 manifest.
2217         * win32/vs6/libgstaudiofx.dsp:
2218         * win32/vs6/libgstqtdemux.dsp:
2219         * win32/vs6/libgstrtp.dsp:
2220         * win32/vs6/libgstrtsp.dsp:
2221         Update project files.
2222
2223 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
2224
2225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2226         (gst_rtspsrc_play):
2227         * gst/rtsp/gstrtspsrc.h:
2228         In TCP mode, only timestamp the first buffer. TCP is not real time and
2229         it does not make sense to try to skew compensate, also some servers send
2230         the first batch of data in a burst.
2231
2232 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2233
2234         * gst/matroska/matroska-demux.c:
2235           Fix setting the discont flag on the first buffer
2236           pushed downstream for formats with private codec
2237           data that needs to be deserialised into buffers
2238           (such as vorbis and FLAC when in a matroska container).
2239
2240 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
2241
2242         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2243
2244         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
2245         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
2246         (gst_rtp_mp4v_pay_handle_buffer):
2247         * gst/rtp/gstrtpmp4vpay.h:
2248         Free the config string. Fixes #480707.
2249         Clean up the timestamp code a little.
2250
2251 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2252
2253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2254         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
2255         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
2256         * gst/rtsp/gstrtspsrc.h:
2257         Set timestamps on RTP buffers in interleaved mode.
2258         Mark first buffers with a DISCONT.
2259         Remove flush hack now that sync for live sources has been figured out.
2260
2261 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2262
2263         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2264         Update documentation.
2265
2266 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
2267
2268         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
2269         (gst_rtp_xqt_depay_change_state):
2270         * gst/qtdemux/gstrtpxqtdepay.h:
2271         Fail if we don't know the quicktime format.
2272
2273 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * ext/flac/gstflacenc.c:
2276         * ext/flac/gstflacenc.h:
2277           Save the flow return from the last gst_pad_push() and
2278           make sure we pass the right flow return value upstream
2279           in the case of failure; minor clean-ups.
2280
2281 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2282
2283         * ext/taglib/gstapev2mux.cc:
2284         * ext/taglib/gstid3v2mux.cc:
2285         * gst/apetag/gstapedemux.c:
2286           Add support for the new GST_TAG_COMPOSER (#459809).
2287
2288 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2289
2290         * gst/law/alaw-decode.c:
2291         * gst/law/alaw-decode.h:
2292         * gst/law/alaw-encode.c:
2293         * gst/law/alaw-encode.h:
2294         * gst/law/alaw.c:
2295         * gst/law/mulaw-conversion.h:
2296           Compulsive clean-ups: use boilerplate macros, add debug
2297           categories, fix up things to conform to symbol nomenklatura,
2298           etc.
2299
2300 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2301
2302         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
2303
2304         * gst/law/alaw-decode.c:
2305         * gst/law/alaw-encode.c:
2306           Use static tables for A-Law decoding and encoding; this makes
2307           A-Law decoding and encoding less CPU-intensive, but increases
2308           the binary size a bit. Leaving old code around for now,
2309           selectable by a define in the code. Fixes #435435.
2310
2311 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2312
2313         * configure.ac:
2314         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
2315         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
2316         in configure.ac.
2317
2318 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
2319
2320         Patch by: Jan Gerber <j at bootlab dot org>
2321
2322         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
2323         Add fourccs for MPEG2 HDV streams. Fixes #479960.
2324
2325 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
2326
2327         * sys/oss/gstosshelper.c:
2328           Use GST_WARNING instead of a g_critical. This situation is not caused
2329           by the application.
2330
2331 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2332
2333         * po/LINGUAS:
2334         * po/nl.po:
2335           Updated translations.
2336
2337 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2338
2339         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
2340
2341         * po/eu.po:
2342           Added Basque translation.
2343
2344 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2345
2346         translated by: Abel Cheung <abelcheung@gmail.com>
2347
2348         * po/zh_HK.po:
2349         * po/zh_TW.po:
2350           Added Chinese (traditional and Hong Kong) translation.
2351
2352 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2353
2354         translated by: Jakub Bogusz <qboosh@pld-linux.org>
2355
2356         * po/pl.po:
2357           Added Polish translation.
2358
2359 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2360
2361         translated by: Ilkka Tuohela <hile@iki.fi>
2362
2363         * po/fi.po:
2364           Added Finnish translation.
2365
2366 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2367
2368         translated by: Jorge González González <aloriel@gmail.com>
2369
2370         * po/es.po:
2371           Added Spanish translation.
2372
2373 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2374
2375         translated by: Mogens Jaeger <mogens@jaeger.tf>
2376
2377         * po/da.po:
2378           Added Danish translation.
2379
2380 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2381
2382         translated by: Funda Wang <fundawang@linux.net.cn>
2383
2384         * po/zh_CN.po:
2385           Added Chinese (simplified) translation.
2386
2387 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         translated by: Alexander Shopov <ash@contact.bg>
2390
2391         * po/bg.po:
2392           Added Bulgarian translation.
2393
2394 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
2395
2396         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
2397         Set outgoing packet duration because we can. Fixes #478244 some more.
2398
2399 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
2400
2401         * ext/cairo/gsttextoverlay.c:
2402           Add info about static leak.
2403         
2404         * tests/check/Makefile.am:
2405         * tests/check/generic/states.c:
2406           Improved state change unit test.
2407
2408 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
2409
2410         * docs/plugins/.cvsignore:
2411         * tests/check/.cvsignore:
2412           Ignore registries in any format.
2413
2414 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
2415
2416         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
2417         Removed some unused code.
2418
2419         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
2420         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
2421         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
2422         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
2423         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
2424         (gst_rtp_theora_pay_flush_packet):
2425         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
2426         Try to preserve the incomming buffer duration on the outgoing
2427         packets. Fixes #478244.
2428
2429 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2430
2431         * ext/taglib/gstapev2mux.cc:
2432         * ext/taglib/gstid3v2mux.cc:
2433           Work around compiler warnings with g++-4.2 when assigning a
2434           string constant to a gchar * (partially fixes #478092).
2435
2436 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * configure.ac:
2439           We require core CVS now for gst_base_src_set_do_timestamp().
2440
2441 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
2442
2443         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
2444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
2445         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
2446         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2447         (gst_rtspsrc_handle_message):
2448         Fix compiler warnings shown with Forte.
2449
2450 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2451
2452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
2453         (gst_rtspsrc_dup_printf):
2454         Give meaningfull error when all streams failed to configure for some
2455         reason.
2456
2457 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
2458
2459         * gst/rtp/README:
2460         Update README with the design for synchronisation rules of RTP on
2461         sender and receiver.
2462
2463 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
2464
2465         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
2466         (gst_wavparse_chain):
2467         Don't push EOS from the chain function, the element
2468         driving the pipeline is responsible for this. The bug
2469         this was meant to fix seems to be queue not forwarding
2470         EOS in all cases (see #476514).
2471
2472 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
2473
2474         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
2475         (gst_level_transform_ip):
2476         * gst/level/gstlevel.h:
2477         Use basetransform segment so that it is correctly managed on flushes and
2478         start/stop.
2479         Report message timestamp as stream time, which is what an application
2480         can understand.
2481
2482 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2483
2484         * ext/taglib/gstapev2mux.cc:
2485         * ext/taglib/gstapev2mux.h:
2486         * ext/taglib/gsttaglibmux.c:
2487         * tests/check/elements/apev2mux.c:
2488         Update my mail address.
2489
2490 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
2491
2492         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
2493         (gst_wavparse_loop), (gst_wavparse_chain):
2494         Add EOS logic for the push-based mode too. Fixes #476514.
2495
2496 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
2497
2498         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
2499         * gst/law/alaw-encode.h:
2500         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2501         (gst_mulawenc_chain):
2502         * gst/law/mulaw-encode.h:
2503         Fix law encoder timestamps.
2504
2505 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
2506
2507         * ext/gconf/gstgconfaudiosink.c:
2508           Fix warning when building without debug.
2509
2510         * sys/oss/gstossmixertrack.c:
2511           Use const like in alsamixertrack.c (fixes warnings).
2512
2513 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
2514
2515         * sys/v4l2/v4l2src_calls.c:
2516         (gst_v4l2src_probe_caps_for_format_and_size):
2517         Fix framerate detection code some more.
2518         Handle the case where there is a weird step in the stepwise framerates.
2519         Don't overwrite the min interval with the framerate, use a temp variable
2520         instead.
2521         Use max in the Continuous framerate intervals instead of step, which is
2522         1 according to the docs. Fixes #475424.
2523
2524 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
2525
2526         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
2527         Make udpsrc timestamp outgoing buffers based on when they were received.
2528         Also make it output a segment in time.
2529
2530 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
2531
2532         * gst/avi/gstavidemux.c:
2533           Plug a little leak. Little code cleanups.
2534
2535 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * configure.ac:
2538           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
2539           flac versions, 's good for cross-compilation karma.
2540
2541 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
2542
2543         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
2544
2545         * gst/rtp/gstrtph263pay.c:
2546           Fix up header structure so that compilers don't add padding
2547           between the structure fields, since that would lead to us
2548           sending RTP packets with broken headers (as is currently the
2549           case when compiling with MSVC). Also see similar fixes in
2550           libgstrtp in gst-plugins-base. (#474616; #471194)
2551
2552 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
2553
2554         * sys/v4l2/v4l2src_calls.c:
2555         (gst_v4l2src_probe_caps_for_format_and_size):
2556         Don't overwrite our GValue with 0 but instead use the previously
2557         computed value. Fixes #471823 some more.
2558
2559 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2560
2561         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2562           No tabs in this file please, or gtk-doc will end up documenting
2563           rather absurd class hierarchies.
2564
2565 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * ext/gconf/gstswitchsink.c:
2568           If the new kid element fails to change state for some reason
2569           (e.g. esdsink not being able to connect to the sound server),
2570           forward the error message it posted on the bus instead of just
2571           posting a generic 'Internal state change error: please file a
2572           bug' error message. Fixes #471364.
2573
2574 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * gst/qtdemux/Makefile.am:
2577         * gst/qtdemux/qtdemux.c:
2578           Don't assume tags are encoded as UTF-8 (#473670).
2579
2580 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2581
2582         * sys/v4l2/gstv4l2src.c:
2583         * sys/v4l2/gstv4l2src.h:
2584         * sys/v4l2/v4l2src_calls.c:
2585           Implement LATENCY queries in the crudest way possible so I don't
2586           have to use sync=false any longer when testing with videosinks.
2587
2588 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
2589
2590         * configure.ac:
2591           Fix build.
2592
2593 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2594
2595         * sys/v4l2/v4l2src_calls.c:
2596         (gst_v4l2src_probe_caps_for_format_and_size):
2597         Add some more debugging in the framerate function.
2598         Iterate stepwise framerate up to and _including_ the max and if nothing
2599         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
2600         don't end up with an empty list. Fixes #471823
2601
2602 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2603
2604         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2605         (gst_multiudpsink_set_clients_string),
2606         (gst_multiudpsink_get_clients_string),
2607         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
2608         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
2609         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
2610         (gst_multiudpsink_clear):
2611         Add property do configure destination address/port pairs
2612         API:GstMultiUDPSink::clients
2613
2614 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2615
2616         * tests/examples/Makefile.am:
2617         * tests/examples/rtp/Makefile.am:
2618         * tests/examples/rtp/client-H263p-AMR.sh:
2619         * tests/examples/rtp/client-H263p-PCMA.sdp:
2620         * tests/examples/rtp/client-H263p-PCMA.sh:
2621         * tests/examples/rtp/client-H264-PCMA.sdp:
2622         * tests/examples/rtp/client-H264-PCMA.sh:
2623         * tests/examples/rtp/client-PCMA.sh:
2624         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
2625         * tests/examples/rtp/server-alsasrc-PCMA.sh:
2626         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
2627         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
2628         Added some RTP example scripts for sending and receiving RTP streams.
2629
2630 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
2631
2632         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
2633         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
2634         Restructure the setcaps function so that we can also compute the
2635         expected GStreamer output size of the video frames.
2636         Set frame_byte_size correctly so that read-based devices have a chance
2637         of working correctly.
2638         When grabbing a frame, discard frames that are not of the expected size.
2639         Some cameras don't output the right framesize for the first buffer.
2640         Try only a couple of times to get a valid frame, else error out.
2641
2642         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
2643         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
2644         Add some more debug info when scanning the device.
2645
2646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
2647         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
2648         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
2649         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
2650         Add some more debug info when dequeing a frame.
2651
2652 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2653
2654         * gst/wavparse/gstwavparse.c:
2655           More code cleanups. Add some more comment and improve debugs logs.
2656
2657 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
2658
2659         * gst/wavparse/gstwavparse.c:
2660         * gst/wavparse/gstwavparse.h:
2661           Implement seek-query. Refactor duration calculations. Appropriate use
2662           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
2663           out of loops.
2664
2665 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
2666
2667         * gst/avi/gstavidemux.c:
2668           Implement seek-query.
2669
2670 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
2671
2672         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
2673         (gst_rtspsrc_dup_printf):
2674         Use new basesink async property to make sparse RTCP packet not wait for
2675         preroll.
2676
2677 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
2678
2679         * gst/audiofx/Makefile.am:
2680         Dist the right file.
2681
2682 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
2683
2684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
2685         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
2686         Make sure we generate and parse floating point values in the POSIX
2687         locale instead of the current locale. 
2688
2689 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
2690
2691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
2692         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
2693         (gst_rtspsrc_play):
2694         * gst/rtsp/gstrtspsrc.h:
2695         Fix method detection again.
2696         Keep track of when we must send a Range header.
2697         Use segment values for Range, Speed and Scale headers.
2698         Parse Speed and Scale headers to update the segment values.
2699
2700 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
2701
2702         patch by: Mark Nauwelaerts <manauw@skynet.be>
2703
2704         * sys/v4l2/v4l2src_calls.c:
2705           Handle optional v4l2 ioctls gracefully.
2706
2707 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
2708
2709         * gst/rtp/Makefile.am:
2710         * gst/rtp/gstrtp.c: (plugin_init):
2711         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
2712         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
2713         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
2714         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
2715         (gst_rtp_h263_depay_get_property),
2716         (gst_rtp_h263_depay_change_state),
2717         (gst_rtp_h263_depay_plugin_init):
2718         * gst/rtp/gstrtph263depay.h:
2719         Added an H263 depayloader. Fixes #369392.
2720
2721         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
2722         (gst_rtp_h263p_depay_process):
2723         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
2724         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
2725         Make the H263+ pay/depayloader support H263-1998 and H263-2000
2726         payloads.
2727         Also alow plain H263 on the h263p payloaders. Fixes #465040.
2728
2729 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2730
2731         * gst/audiofx/audiochebyshevfreqband.c:
2732         * gst/audiofx/audiochebyshevfreqlimit.c:
2733         Add small comparision with the windowed sinc filters in the docs.
2734
2735 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
2736
2737         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
2738         (audiochebyshevfreqband_suite):
2739         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
2740         (audiochebyshevfreqlimit_suite):
2741         Also test 32 bit float mode and the type 2 variants of the filters.
2742
2743 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
2744
2745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
2746         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2747         (gst_rtspsrc_loop):
2748         Refactor the udp and interleaved loop function a bit.
2749
2750 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2751
2752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
2753         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
2754         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
2755         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
2756         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
2757         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
2758         * gst/rtsp/gstrtspsrc.h:
2759         Protect connection activity with a new lock, avoids deadlocks when going
2760         to PAUSED. Fixes #455808.
2761
2762 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2763
2764         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
2765         Fix debug statement.
2766
2767 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2768
2769         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
2770         Fix stray %u in debug line as spotted by Saur on IRC.
2771
2772 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * gst/audiofx/audiochebyshevfreqband.c:
2775         (gst_audio_chebyshev_freq_band_class_init):
2776         * gst/audiofx/audiochebyshevfreqlimit.c:
2777         (gst_audio_chebyshev_freq_limit_class_init):
2778         Use generator macros for the process functions for the different
2779         sample types, add lower upper boundaries for the GObject properties
2780         so automatically generated UIs can use sliders and add a note about
2781         the number of poles as a too high number of poles combined with
2782         very low or very high frequencies will produce only noise.
2783         * docs/plugins/gst-plugins-good-plugins.args:
2784         Regenerated for the property changes.
2785
2786 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2787
2788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
2789         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
2790         (gst_rtspsrc_stream_configure_udp_sink),
2791         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
2792         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
2793         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
2794         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
2795         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
2796         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2797         * gst/rtsp/gstrtspsrc.h:
2798         Improve timeout handling.
2799         Use the same socket for sending and receiving RTCP packets so that some
2800         servers can track clients better.
2801         Improve connection closed handling. Try to reconnect.
2802         Don't overwrite our content base with NULL.
2803         Improve debugging.
2804         Improve range parsing and handling.
2805         Remove flushing hack now that core does the right thing.
2806
2807 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
2808
2809         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
2810         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
2811         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
2812         (gst_multiudpsink_close), (gst_multiudpsink_add):
2813         * gst/udp/gstmultiudpsink.h:
2814         Add support for getting and setting the socket to use.
2815
2816         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
2817         (gst_udpsrc_create), (gst_udpsrc_get_property):
2818         Add support for getting the currently used socket.
2819
2820 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
2821
2822         reviewed by: Stefan Kost  <ensonic@users.sf.net>
2823
2824         * gst/audiofx/Makefile.am:
2825         * gst/audiofx/audiochebyshevfreqband.c:
2826         (gst_audio_chebyshev_freq_band_mode_get_type),
2827         (gst_audio_chebyshev_freq_band_base_init),
2828         (gst_audio_chebyshev_freq_band_dispose),
2829         (gst_audio_chebyshev_freq_band_class_init),
2830         (gst_audio_chebyshev_freq_band_init),
2831         (generate_biquad_coefficients), (calculate_gain),
2832         (generate_coefficients),
2833         (gst_audio_chebyshev_freq_band_set_property),
2834         (gst_audio_chebyshev_freq_band_get_property),
2835         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
2836         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
2837         (gst_audio_chebyshev_freq_band_start):
2838         * gst/audiofx/audiochebyshevfreqband.h:
2839         * gst/audiofx/audiochebyshevfreqlimit.c:
2840         (gst_audio_chebyshev_freq_limit_mode_get_type),
2841         (gst_audio_chebyshev_freq_limit_base_init),
2842         (gst_audio_chebyshev_freq_limit_dispose),
2843         (gst_audio_chebyshev_freq_limit_class_init),
2844         (gst_audio_chebyshev_freq_limit_init),
2845         (generate_biquad_coefficients), (calculate_gain),
2846         (generate_coefficients),
2847         (gst_audio_chebyshev_freq_limit_set_property),
2848         (gst_audio_chebyshev_freq_limit_get_property),
2849         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
2850         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
2851         (gst_audio_chebyshev_freq_limit_start):
2852         * gst/audiofx/audiochebyshevfreqlimit.h:
2853         * gst/audiofx/audiofx.c: (plugin_init):
2854         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
2855         Fixes #464800.
2856
2857         * tests/check/Makefile.am:
2858         * tests/check/elements/.cvsignore:
2859         * tests/check/elements/audiochebyshevfreqband.c:
2860         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
2861         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
2862         * tests/check/elements/audiochebyshevfreqlimit.c:
2863         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
2864         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
2865         Add unit tests for the chebyshev filters.
2866
2867         * docs/plugins/Makefile.am:
2868         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2869         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2870         * docs/plugins/gst-plugins-good-plugins.args:
2871         * docs/plugins/inspect/plugin-1394.xml:
2872         * docs/plugins/inspect/plugin-audiofx.xml:
2873         * docs/plugins/inspect/plugin-dv.xml:
2874         * docs/plugins/inspect/plugin-flac.xml:
2875         * docs/plugins/inspect/plugin-jpeg.xml:
2876         * docs/plugins/inspect/plugin-png.xml:
2877         * docs/plugins/inspect/plugin-rtp.xml:
2878         * docs/plugins/inspect/plugin-shout2send.xml:
2879         * docs/plugins/inspect/plugin-wavpack.xml:
2880         And add docs for the chebyshev filters. While doing
2881         that also run make update in docs/plugins.
2882
2883 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2884
2885         * ext/annodex/gstcmmltag.c:
2886         * gst/rtp/gstrtpvorbispay.c:
2887           Make ro memory to share.
2888
2889 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2890
2891         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
2892         Improve UDP performance by avoiding a select() when we have data
2893         available immediatly.
2894
2895 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
2896
2897         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
2898         (gst_rtp_dec_class_init):
2899         * gst/rtsp/gstrtpdec.h:
2900         Add (dummy) SSRC management signals.
2901
2902         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
2903         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
2904         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
2905         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
2906         (on_timeout), (gst_rtspsrc_stream_configure_manager),
2907         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
2908         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
2909         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
2910         * gst/rtsp/gstrtspsrc.h:
2911         Add connection-speed property.
2912         Add find_stream helper functions.
2913         Handle stream EOS based on BYE messages or SSRC timeout.
2914         Returns SUCCESS from the state change function as we hide our async
2915         elements from the parent.
2916
2917 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
2918
2919         * gst/debug/rndbuffersize.c:
2920           Fix da leak.
2921
2922 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
2923
2924         * gst/debug/Makefile.am:
2925         * gst/debug/breakmydata.c:
2926         * gst/debug/gstdebug.c:
2927         * gst/debug/negotiation.c:
2928         * gst/debug/progressreport.c:
2929         * gst/debug/rndbuffersize.c:
2930         * gst/debug/testplugin.c:
2931           Add new test element and clean-up the others a little.
2932
2933 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
2934
2935         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
2936         Fix parsing of mp4a version 0 atoms. Fixes #465774.
2937
2938 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
2939
2940         * gst/rtp/gstrtpilbcdepay.c:
2941           Include stdlib.
2942
2943 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
2944
2945         * gst/rtp/gstrtpmpvdepay.c:
2946         Set the mpegversion in the caps so that autoplugging does not get
2947         confused.
2948
2949 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2950
2951         * po/hu.po:
2952         * po/uk.po:
2953         * po/vi.po:
2954           Updated translations.
2955
2956 2007-08-08  Michael Smith <msmith@fluendo.com>
2957
2958         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
2959           Render right border in the correct location.
2960
2961 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
2962
2963         Patch by: Olivier Crete <tester at tester dot ca>
2964
2965         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
2966         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
2967         Make mode property a string. Fixes #464475.
2968
2969 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2970
2971         * ext/flac/gstflacenc.c:
2972           Widen caps to match decoder a bit and add more FIXMEs.
2973
2974 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
2975
2976         patch by: Mark Nauwelaerts <manauw@skynet.be>
2977
2978         * gst/avi/gstavimux.c:
2979           Fix ODML index tag numbering. Fixes #463624.
2980
2981 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
2982
2983         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
2984         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
2985         (gst_rtspsrc_stream_configure_tcp),
2986         (gst_rtspsrc_stream_configure_udp_sink):
2987         Fix default clock-rate for realmedia.
2988         Fix parsing of transport.
2989         Don't try to link NULL pads.
2990
2991 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
2992
2993         * po/POTFILES.skip:
2994           Add POTFILES.skip with list of source files that aren't disted at the
2995           moment but contain translatable strings. Should hopefully pacify
2996           broken tools and make it clearer that these files are left out
2997           intentionally (#461600).
2998
2999 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
3000
3001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
3002         If the buffer was entirely clipped ... don't try sending it :)
3003
3004 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3005
3006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
3007         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
3008         (gst_rtspsrc_create_transports_string),
3009         (gst_rtspsrc_prepare_transports):
3010         If we don't hav a session manager, set the caps on outgoing buffers
3011         ourselves.
3012         Force PAUSE/PLAY methods for now until the extensions can overwrite.
3013         Append final bit of the transport string even when it does not contain a
3014         placeholder.
3015
3016 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3017
3018         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
3019         (gst_rtsp_ext_list_connect):
3020         * gst/rtsp/gstrtspext.h:
3021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
3022         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
3023         Clean up the interface list.
3024         Allow connecting to interface signals for the extensions.
3025         Remove old extension code.
3026         Free list on cleanup.
3027         Allow extensions to send additional RTSP messages.
3028
3029 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
3030
3031         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
3032         Handle a NULL gconf key gracefully by rendering the default element.
3033
3034 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
3035
3036         * gst/rtsp/gstrtspext.h:
3037         Fix include path for extension interface.
3038
3039 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         * gst/audiofx/audioamplify.h:
3042         Also remove a now unecessary variable here.
3043
3044 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
3045
3046         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
3047         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
3048         * gst/audiofx/audiodynamic.c:
3049         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
3050         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
3051         * gst/audiofx/audiodynamic.h:
3052         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
3053         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
3054         * gst/audiofx/audioinvert.h:
3055         Don't save format information ourselves, this is already saved in
3056         GstAudioFilter.
3057
3058 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
3059
3060         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3061         (gst_rtsp_ext_list_stream_select):
3062         * gst/rtsp/gstrtspext.h:
3063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
3064         Use rank to filter out extensions.
3065         Add url to stream_select interface call.
3066
3067 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
3068
3069         * gst/rtsp/Makefile.am:
3070         * gst/rtsp/base64.c:
3071         * gst/rtsp/base64.h:
3072         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
3073         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
3074         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
3075         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
3076         (gst_rtsp_ext_list_setup_media),
3077         (gst_rtsp_ext_list_configure_stream),
3078         (gst_rtsp_ext_list_get_transports),
3079         (gst_rtsp_ext_list_stream_select):
3080         * gst/rtsp/gstrtspext.h:
3081         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
3082         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
3083         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
3084         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
3085         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
3086         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
3087         (gst_rtspsrc_stream_configure_tcp),
3088         (gst_rtspsrc_stream_configure_mcast),
3089         (gst_rtspsrc_stream_configure_udp),
3090         (gst_rtspsrc_stream_configure_udp_sink),
3091         (gst_rtspsrc_stream_configure_transport),
3092         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
3093         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
3094         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
3095         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
3096         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
3097         (gst_rtspsrc_parse_methods),
3098         (gst_rtspsrc_create_transports_string),
3099         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
3100         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
3101         (gst_rtspsrc_play), (gst_rtspsrc_pause),
3102         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
3103         * gst/rtsp/gstrtspsrc.h:
3104         * gst/rtsp/rtsp.h:
3105         * gst/rtsp/rtspconnection.c:
3106         * gst/rtsp/rtspconnection.h:
3107         * gst/rtsp/rtspdefs.c:
3108         * gst/rtsp/rtspdefs.h:
3109         * gst/rtsp/rtspext.h:
3110         * gst/rtsp/rtspextwms.c:
3111         * gst/rtsp/rtspextwms.h:
3112         * gst/rtsp/rtspmessage.c:
3113         * gst/rtsp/rtspmessage.h:
3114         * gst/rtsp/rtsprange.c:
3115         * gst/rtsp/rtsprange.h:
3116         * gst/rtsp/rtsptransport.c:
3117         * gst/rtsp/rtsptransport.h:
3118         * gst/rtsp/rtspurl.c:
3119         * gst/rtsp/rtspurl.h:
3120         * gst/rtsp/sdp.h:
3121         * gst/rtsp/sdpmessage.c:
3122         * gst/rtsp/sdpmessage.h:
3123         * gst/rtsp/test.c:
3124         Use shiny new RTSP and SDP library.
3125         Implement RTSP extensions using the new interface.
3126         Remove a lot of old code.
3127
3128 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
3129
3130         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
3131         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
3132
3133 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3136         Don't unref the outgoing buffer twice when dropping it because it's
3137         outside of the segment.
3138
3139 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
3140
3141         * configure.ac:
3142         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3143         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
3144         Use the new buffer clipping function from gstaudio here and
3145         require gst-plugins-base CVS.
3146         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3147         For framed Wavpack buffers we require a valid timestamp.
3148
3149 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
3150
3151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
3152         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
3153         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
3154         Clip raw audio and video when we can, keep track of current output
3155         segment.
3156         Don't leak buffers and events when there is no output pad.
3157         Improve debugging here and there.
3158
3159 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
3160
3161         * configure.ac:
3162           Sync liboil check with plugins-base.
3163
3164 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
3165
3166         * ext/annodex/Makefile.am:
3167           Fix CFLAGS/LIBS.
3168
3169         * ext/cdio/gstcdiocddasrc.c:
3170         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
3171           Include stdlib
3172
3173         * ext/cairo/Makefile.am:
3174         * gst/videofilter/Makefile.am:
3175         * tests/examples/level/Makefile.am:
3176           Use $(LIBM) instead of -lm
3177
3178 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3179
3180         * sys/v4l2/gstv4l2src.c:
3181           Add another example pipeline.
3182
3183 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3184
3185         Patch by: Alexander Eichner <alexeichi@yahoo.de>
3186
3187         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3188           Use define here.
3189
3190         * sys/v4l2/gstv4l2tuner.c:
3191         (gst_v4l2_tuner_set_frequency_and_notify):
3192           Don't touch the property - its still disabled.
3193
3194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
3195         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
3196         * sys/v4l2/v4l2src_calls.h:
3197           Improve fallback format negotionation. Fixes #451388
3198
3199 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3200
3201         * tests/check/elements/videocrop.c: (GST_START_TEST):
3202           Fix the test.
3203
3204 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
3205
3206         * docs/plugins/Makefile.am:
3207         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3209         * docs/plugins/inspect/plugin-jpeg.xml:
3210         * docs/plugins/inspect/plugin-png.xml:
3211         * ext/jpeg/gstjpegdec.c:
3212         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
3213         (gst_pngdec_sink_setcaps):
3214           More docs. More logs in pngdec.
3215
3216 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
3217
3218         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
3219           Initialize num_buffers with minimum value.
3220
3221         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
3222         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
3223           Handle frame-size query failure gracefully.
3224
3225 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
3226
3227         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
3228         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
3229         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
3230         of qt/aac files.
3231
3232 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
3233
3234         * ext/wavpack/gstwavpackdec.c:
3235         (gst_wavpack_dec_clip_outgoing_buffer):
3236         Fix buffer clipping to correctly clip to the segment stop.
3237
3238 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
3239
3240         * configure.ac:
3241         * tests/Makefile.am:
3242         Remove bogus check for libcheck, since we check for
3243         gstreamer-check and it pulls in the required info from there,
3244         and we weren't actually _using_ the information for libcheck
3245         ourselves anyway.
3246
3247 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
3248
3249         * configure.ac:
3250           Use pkg-config to locate check.
3251
3252 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
3253
3254         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
3255         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
3256         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
3257         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
3258         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
3259         * gst/effectv/gstaging.c: (gst_agingtv_transform):
3260         * gst/effectv/gstdice.c: (gst_dicetv_transform):
3261         * gst/effectv/gstedge.c: (gst_edgetv_transform):
3262         * gst/effectv/gstquark.c: (gst_quarktv_transform):
3263         * gst/effectv/gstrev.c: (gst_revtv_transform):
3264         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
3265         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
3266         * gst/effectv/gstwarp.c: (gst_warptv_transform):
3267         * gst/matroska/matroska-demux.c:
3268         (gst_matroska_demux_add_wvpk_header),
3269         (gst_matroska_demux_check_subtitle_buffer),
3270         (gst_matroska_decode_buffer):
3271         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
3272           Fix build against core CVS.
3273
3274 2007-07-10  Edward Hervey  <bilboed@gmail.com>
3275
3276         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
3277         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
3278         don't have enough granularity to convert that boolean into a
3279         GstFlowReturn.
3280
3281 2007-07-06  Michael Smith <msmith@fluendo.com>
3282
3283         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
3284         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
3285         (gst_alawdec_change_state):
3286         * gst/law/alaw-decode.h:
3287         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
3288         (gst_mulawdec_class_init), (gst_mulawdec_init),
3289         (gst_mulawdec_chain), (gst_mulawdec_change_state):
3290         * gst/law/mulaw-decode.h:
3291           Fix capsnego bogosity in *law decoders. 
3292
3293 2007-07-06  Michael Smith <msmith@fluendo.com>
3294
3295         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
3296         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
3297         (gst_smokeenc_change_state):
3298         * ext/jpeg/gstsmokeenc.h:
3299           Remove stupidity in get/set caps functions.
3300           Fix some refcounting problems.
3301
3302 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
3303
3304         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
3305         Remove endianness-flipping hack that seems to have been required
3306         only because of a bug in ffmpegcolorspace.
3307         Partially Fixes: #451908
3308
3309 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
3310
3311         * docs/plugins/Makefile.am:
3312           Simplify --extra-dir as gtkdoc scans recursively.
3313
3314 2007-07-03  Wim Taymans  <wim@fluendo.com>
3315
3316         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3317
3318         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
3319         Set the encoding-name in the rtp caps to all uppercase, as required by
3320         the caps spec.
3321         Some small cleanups in the error paths. Fixes #453037.
3322
3323 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
3324
3325         * ext/wavpack/gstwavpackparse.c:
3326         (gst_wavpack_parse_index_get_last_entry),
3327         (gst_wavpack_parse_index_get_entry_from_sample),
3328         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
3329         (gst_wavpack_parse_scan_to_find_sample):
3330         * ext/wavpack/gstwavpackparse.h:
3331         Use a GSList for the GArray that is used like a list anyway.
3332
3333 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
3336         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
3337         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
3338           Add state change function where we set 0/1 as default framerate in
3339           case our setcaps function isn't called, like it might not in a
3340           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
3341           gdkpixbufdec trying to create caps with a 0/0 framerate.
3342           Also post an error message on the bus if gst_pad_push() fails when
3343           called from our sink event handler (+1 for flow returns for event
3344           functions in 0.11) instead of failing silently.
3345
3346 2007-06-27  Wim Taymans  <wim@fluendo.com>
3347
3348         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
3349         Cast stack args to the proper types. Fixes #451249.
3350
3351 2007-06-27  Wim Taymans  <wim@fluendo.com>
3352
3353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
3354         (new_session_pad), (gst_rtspsrc_setup_streams):
3355         * gst/rtsp/gstrtspsrc.h:
3356         For container formats we only need to activate one of the streams so
3357         that we correctly signal no-more-pads. Fixes #451015.
3358
3359 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
3360
3361         * docs/plugins/gst-plugins-good-plugins.args:
3362         * docs/plugins/inspect/plugin-aasink.xml:
3363         * docs/plugins/inspect/plugin-alaw.xml:
3364         * docs/plugins/inspect/plugin-alpha.xml:
3365         * docs/plugins/inspect/plugin-alphacolor.xml:
3366         * docs/plugins/inspect/plugin-annodex.xml:
3367         * docs/plugins/inspect/plugin-apetag.xml:
3368         * docs/plugins/inspect/plugin-audiofx.xml:
3369         * docs/plugins/inspect/plugin-auparse.xml:
3370         * docs/plugins/inspect/plugin-autodetect.xml:
3371         * docs/plugins/inspect/plugin-avi.xml:
3372         * docs/plugins/inspect/plugin-cacasink.xml:
3373         * docs/plugins/inspect/plugin-cairo.xml:
3374         * docs/plugins/inspect/plugin-cdio.xml:
3375         * docs/plugins/inspect/plugin-cutter.xml:
3376         * docs/plugins/inspect/plugin-debug.xml:
3377         * docs/plugins/inspect/plugin-efence.xml:
3378         * docs/plugins/inspect/plugin-effectv.xml:
3379         * docs/plugins/inspect/plugin-esdsink.xml:
3380         * docs/plugins/inspect/plugin-flac.xml:
3381         * docs/plugins/inspect/plugin-flxdec.xml:
3382         * docs/plugins/inspect/plugin-gconfelements.xml:
3383         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3384         * docs/plugins/inspect/plugin-goom.xml:
3385         * docs/plugins/inspect/plugin-halelements.xml:
3386         * docs/plugins/inspect/plugin-icydemux.xml:
3387         * docs/plugins/inspect/plugin-id3demux.xml:
3388         * docs/plugins/inspect/plugin-jpeg.xml:
3389         * docs/plugins/inspect/plugin-ladspa.xml:
3390         * docs/plugins/inspect/plugin-level.xml:
3391         * docs/plugins/inspect/plugin-matroska.xml:
3392         * docs/plugins/inspect/plugin-mulaw.xml:
3393         * docs/plugins/inspect/plugin-multipart.xml:
3394         * docs/plugins/inspect/plugin-navigationtest.xml:
3395         * docs/plugins/inspect/plugin-ossaudio.xml:
3396         * docs/plugins/inspect/plugin-png.xml:
3397         * docs/plugins/inspect/plugin-quicktime.xml:
3398         * docs/plugins/inspect/plugin-rtp.xml:
3399         * docs/plugins/inspect/plugin-rtsp.xml:
3400         * docs/plugins/inspect/plugin-smpte.xml:
3401         * docs/plugins/inspect/plugin-speex.xml:
3402         * docs/plugins/inspect/plugin-taglib.xml:
3403         * docs/plugins/inspect/plugin-udp.xml:
3404         * docs/plugins/inspect/plugin-videobalance.xml:
3405         * docs/plugins/inspect/plugin-videobox.xml:
3406         * docs/plugins/inspect/plugin-videocrop.xml:
3407         * docs/plugins/inspect/plugin-videoflip.xml:
3408         * docs/plugins/inspect/plugin-videomixer.xml:
3409         * docs/plugins/inspect/plugin-wavenc.xml:
3410         * docs/plugins/inspect/plugin-wavparse.xml:
3411         * docs/plugins/inspect/plugin-ximagesrc.xml:
3412           Update docs with caps info.
3413
3414 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
3415
3416         * po/POTFILES.in:
3417           Add more files with translatable strings (#450878).
3418
3419 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
3420
3421         * MAINTAINERS:
3422         Updating all the maintainers files
3423
3424 2007-06-22  Edward Hervey  <edward@fluendo.com>
3425
3426         * ext/flac/gstflactag.c: (gst_flac_tag_init):
3427         * gst/interleave/deinterleave.c: (deinterleave_init),
3428         (deinterleave_sink_link):
3429         * gst/interleave/interleave.c: (interleave_init):
3430         * gst/median/gstmedian.c: (gst_median_init):
3431         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
3432         Fix memory leaks.
3433         * tests/check/elements/id3demux.c: (pad_added_cb):
3434         Remove unused variable.
3435
3436 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
3437
3438         * ext/gconf/gconf.h:
3439         Make the prototype of gst_gconf_get_key_for_sink_profile
3440         match the implementation.
3441         Patch by: Damien Carbery <damien dot carbery at sun dot com>
3442         Fixes: #449747
3443
3444 2007-06-20  Michael Smith <msmith@fluendo.com>
3445
3446         * gst/rtp/gstrtpdepay.c:
3447           Fix description - rtpdepay is not a payloader.
3448
3449 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
3450
3451         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
3452         (qtdemux_video_caps):
3453         * gst/qtdemux/qtdemux_fourcc.h:
3454           Add MJPG to the variants of motion jpeg.
3455
3456 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
3457
3458         * tests/check/Makefile.am:
3459         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
3460         * tests/check/elements/videocrop.c: (GST_START_TEST):
3461         * tests/check/elements/videofilter.c:
3462         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
3463         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
3464           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
3465           error flags are included and it errors out on compiler warnings
3466           for CVS builds; remove unused variables in various unit tests.
3467
3468 2007-06-19  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3471         (rtsp_connection_close), (rtsp_connection_free):
3472         Use threadsafe inet_ntop to convert an ip number to a string. 
3473         Fixes #447961.
3474         Don't leak fd (and ip) when freeing a connection without first closing
3475         it.
3476
3477 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
3478
3479         * configure.ac:
3480         Back to CVS
3481
3482         * gst-plugins-good.doap:
3483         Add 0.10.6 to the doap file.
3484
3485 === release 0.10.6 ===
3486
3487 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
3488
3489         * configure.ac:
3490           releasing 0.10.6, "Wobble Board"
3491
3492 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3493
3494         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3495         (rtsp_connection_free):
3496           Revert previous commit again, since we are frozen (sorry).
3497
3498 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
3499
3500         Patch by: Peter Kjellerstedt <pkj at axis com>
3501
3502         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
3503         (rtsp_connection_free):
3504           inet_ntoa() uses a static buffer internally, so we need to copy the
3505           returned string if we want to store it for later (#447961).
3506
3507 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3508
3509         * win32/vs6/autogen.dsp:
3510         * win32/vs6/gst_plugins_good.dsw:
3511         * win32/vs6/libgstalaw.dsp:
3512         * win32/vs6/libgstalpha.dsp:
3513         * win32/vs6/libgstalphacolor.dsp:
3514         * win32/vs6/libgstapetag.dsp:
3515         * win32/vs6/libgstaudiofx.dsp:
3516         * win32/vs6/libgstauparse.dsp:
3517         * win32/vs6/libgstautodetect.dsp:
3518         * win32/vs6/libgstavi.dsp:
3519         * win32/vs6/libgstcutter.dsp:
3520         * win32/vs6/libgstdirectdraw.dsp:
3521         * win32/vs6/libgstdirectsound.dsp:
3522         * win32/vs6/libgsteffectv.dsp:
3523         * win32/vs6/libgstflx.dsp:
3524         * win32/vs6/libgstgoom.dsp:
3525         * win32/vs6/libgsticydemux.dsp:
3526         * win32/vs6/libgstid3demux.dsp:
3527         * win32/vs6/libgstinterleave.dsp:
3528         * win32/vs6/libgstjpeg.dsp:
3529         * win32/vs6/libgstlevel.dsp:
3530         * win32/vs6/libgstmatroska.dsp:
3531         * win32/vs6/libgstmedian.dsp:
3532         * win32/vs6/libgstmonoscope.dsp:
3533         * win32/vs6/libgstmulaw.dsp:
3534         * win32/vs6/libgstmultipart.dsp:
3535         * win32/vs6/libgstqtdemux.dsp:
3536         * win32/vs6/libgstrtp.dsp:
3537         * win32/vs6/libgstrtsp.dsp:
3538         * win32/vs6/libgstsmpte.dsp:
3539         * win32/vs6/libgstspeex.dsp:
3540         * win32/vs6/libgstudp.dsp:
3541         * win32/vs6/libgstvideobalance.dsp:
3542         * win32/vs6/libgstvideobox.dsp:
3543         * win32/vs6/libgstvideocrop.dsp:
3544         * win32/vs6/libgstvideoflip.dsp:
3545         * win32/vs6/libgstvideomixer.dsp:
3546         * win32/vs6/libgstwaveform.dsp:
3547         * win32/vs6/libgstwavenc.dsp:
3548         * win32/vs6/libgstwavparse.dsp:
3549         Mark *.dsp & *.dsw as binary files and convert to DOS line
3550         endings, as they don't load into VS6 correctly otherwise.
3551
3552 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
3553
3554         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3555         (rtsp_connection_connect):
3556         Fix the MingW build. 
3557         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
3558         Fixes: #446981
3559
3560 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3561
3562         * tests/check/elements/.cvsignore:
3563         * tests/icles/.cvsignore:
3564         Hush the buildbots up
3565
3566 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
3567
3568         * configure.ac:
3569         * sys/Makefile.am:
3570         * sys/directdraw/Makefile.am:
3571         * sys/directsound/Makefile.am:
3572         * sys/waveform/Makefile.am:
3573         Make sure to dist everything needed for win32 builds.
3574
3575 2007-06-14  Edward Hervey  <edward@fluendo.com>
3576
3577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3578         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
3579         caps.
3580         Fixes #447458
3581
3582 2007-06-13  Wim Taymans  <wim@fluendo.com>
3583
3584         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
3585         Make sure we allocate enough memory for the codec_data.
3586         Fixes #447210.
3587
3588 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
3589
3590         * win32/MANIFEST:
3591         Add videocrop project file to the win32 manifest.
3592         * win32/vs6/gst_plugins_good.dsw:
3593         Add qtdemux,videocrop and waveform projects to the workspace.
3594         * win32/vs6/libgstqtdemux.dsp:
3595         Add zlib to the link list of qtdemux.
3596         * win32/vs6/libgstvideocrop.dsp:
3597         Add a project file for videocrop.
3598
3599 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3600
3601         * po/POTFILES.in:
3602         Add qtdemux for translation
3603
3604 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3605
3606         * configure.ac:
3607         * docs/plugins/Makefile.am:
3608         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3609         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3610         * docs/plugins/inspect/plugin-videocrop.xml:
3611         * gst-plugins-good.spec.in:
3612         * sys/Makefile.am:
3613         * tests/check/Makefile.am:
3614         * tests/icles/Makefile.am:
3615         * tests/icles/videocrop-test.c:
3616         Move videocrop and osxvideo from -bad.
3617
3618 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3619
3620         * configure.ac:
3621         * docs/plugins/Makefile.am:
3622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3624         * docs/plugins/gst-plugins-good-plugins.args:
3625         * docs/plugins/inspect/plugin-qtdemux.xml:
3626         * docs/plugins/inspect/plugin-quicktime.xml:
3627         * win32/MANIFEST:
3628         Move qtdemux from -bad.
3629
3630         * gst-plugins-good.spec.in:
3631         Update spec file to reflect moving of qtdemux and wavpack
3632
3633 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
3634         
3635         * win32/MANIFEST:
3636         * docs/plugins/Makefile.am:
3637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3639         * docs/plugins/inspect/plugin-directdraw.xml:
3640         * docs/plugins/inspect/plugin-directsound.xml:
3641         * docs/plugins/inspect/plugin-waveform.xml:
3642         Move the waveform plugin from -bad too. Update the inspect xml
3643         files to mention Plugins Good instead of Plugins Bad.
3644
3645 2007-06-12  Andy Wingo  <wingo@pobox.com>
3646
3647         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
3648         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
3649         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
3650         finalization and resuscitation. No longer public.
3651         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
3652         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
3653         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
3654         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
3655         miniobject semantics, and be threadsafe.
3656         (gst_v4l2src_queue_frame): Remove this function, as we just call
3657         the ioctls directly in the two places where we queue buffers.
3658         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
3659         directly.
3660         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
3661         to allocate the pool, which also preallocates the GstBuffers.
3662         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
3663         queueing the frames directly.
3664         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
3665         mmap buffers have been dequeued.
3666
3667         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
3668         real MiniObject instead of rolling our own refcounting and
3669         finalizing. Give it a lock.
3670         (struct _GstV4l2Buffer): Remove one intermediary object, having
3671         the buffers hold the struct v4l2_buffer directly.
3672
3673         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
3674         capture_init so that it can set them on the buffers that it will
3675         create.
3676         (gst_v4l2src_get_read): For better or for worse, include the
3677         timestamping and offsetting code here; really we should be using
3678         bufferalloc though.
3679         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
3680         preallocated, mmap'd buffers.
3681
3682 2007-06-11  Wim Taymans  <wim@fluendo.com>
3683
3684         Patch by: daniel fischer <dan at f3c dot com>
3685
3686         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
3687         (gst_ximage_src_get_caps):
3688         Actually use the display_name property so that we can dump any
3689         available X display. Fixes #445905.
3690
3691 2007-06-11  Wim Taymans  <wim@fluendo.com>
3692
3693         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
3694
3695         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
3696         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
3697         Add missing rate fields to caps. Fixes #441118.
3698
3699 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
3700
3701         * win32/vs6/gst_plugins_good.dsw:
3702         * win32/vs8/gst-plugins-good.sln:
3703         Add DirectSound and DirectDraw sinks project files to
3704         workspace and solution files.
3705
3706 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3707
3708         Patch by: Josh Coalson <xflac at yahoo dot com>,
3709         updated by Alexis Ballier <aballier at gentoo dot org>:
3710
3711         * configure.ac:
3712         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
3713         (gst_flac_dec_setup_seekable_decoder),
3714         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
3715         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
3716         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
3717         * ext/flac/gstflacdec.h:
3718         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
3719         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
3720         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
3721         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
3722         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
3723         (gst_flac_enc_chain), (gst_flac_enc_set_property),
3724         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
3725         * ext/flac/gstflacenc.h:
3726         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
3727         
3728 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
3731         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
3732         not necessary anymore as we need at least that core version. 
3733
3734 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3735
3736         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
3737         (gst_wavpack_dec_chain):
3738         * ext/wavpack/gstwavpackdec.h:
3739         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3740         (gst_wavpack_parse_push_buffer):
3741         * ext/wavpack/gstwavpackparse.h:
3742         Improve discont handling by checking if the next Wavpack block has
3743         the expected, following block index.
3744
3745 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3746
3747         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
3748           Fix element description.
3749
3750 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3751
3752         * configure.ac:
3753         * docs/plugins/Makefile.am:
3754         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3756         * docs/plugins/gst-plugins-good-plugins.args:
3757         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3758         * docs/plugins/gst-plugins-good-plugins.signals:
3759         * docs/plugins/inspect/plugin-autodetect.xml:
3760         * docs/plugins/inspect/plugin-gconfelements.xml:
3761         * docs/plugins/inspect/plugin-ladspa.xml:
3762         * docs/plugins/inspect/plugin-rtp.xml:
3763         * docs/plugins/inspect/plugin-wavpack.xml:
3764         * ext/Makefile.am:
3765         * tests/check/Makefile.am:
3766           move wavpack plugin.  See #352605.
3767
3768 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
3769
3770         * configure.ac:
3771         * docs/plugins/Makefile.am:
3772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3774         * docs/plugins/gst-plugins-good-plugins.args:
3775         * sys/Makefile.am:
3776         * win32/MANIFEST:
3777         Add DirectDraw & DirectSound plugins to the build and docs.
3778
3779 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
3782         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
3783           When operating in pull mode, error out correct on not-linked.
3784
3785 2007-06-06  Andy Wingo  <wingo@pobox.com>
3786
3787         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
3788         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
3789         format and size if the ioctls are defined; should fix compilation
3790         on Linux < 2.16.19.
3791
3792 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
3793
3794         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
3795           Printf fixes in debug statements; use LOG level for debug statements
3796           that are printed for each and every frame; convert c++ comments to
3797           C-style comments; not much point using g_try_malloc() if we then not
3798           even check the return value.
3799
3800 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * configure.ac:
3803           Bump requirements to released versions (core and base 0.10.13).
3804
3805         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
3806           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
3807           own implementation.
3808
3809 2007-06-05  Andy Wingo  <wingo@pobox.com>
3810
3811         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
3812         some useless comments.
3813
3814         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
3815         frames before calling STREAMON, that might leave them in a state
3816         where they can't be dequeued if we go back to NULL without calling
3817         STREAMON, according to the docs.
3818         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
3819         before we call STREAMON.
3820         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
3821         failures. (For me this code hung.) The pool refcounting is still
3822         crack; added a note to that effect.
3823
3824 2007-06-05  Wim Taymans  <wim@fluendo.com>
3825
3826         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
3827         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
3828         Add support for mapping gst structure names to the MIME type equivalent.
3829         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
3830
3831 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
3832
3833         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
3834         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
3835         (gst_wavenc_chain), (gst_wavenc_change_state):
3836         * gst/wavenc/gstwavenc.h:
3837         Properly write wav files with width!=depth by having the depth most
3838         significant bytes set and all others zero. Fixes #442535.
3839
3840 2007-06-01  Wim Taymans  <wim@fluendo.com>
3841
3842         * gst/rtsp/rtspconnection.c:
3843         Add include to make buildbot happy.
3844
3845 2007-06-01  Wim Taymans  <wim@fluendo.com>
3846
3847         Patch by: Peter Kjellerstedt  <pkj at axis com>
3848
3849         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
3850         (rtsp_connection_connect), (add_date_header),
3851         (rtsp_connection_send), (parse_response_status),
3852         (parse_request_line), (parse_line), (rtsp_connection_receive):
3853         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
3854         * gst/rtsp/rtspdefs.h:
3855         * gst/rtsp/rtspmessage.c: (key_value_foreach),
3856         (rtsp_message_init_request), (rtsp_message_init_response),
3857         (rtsp_message_remove_header), (rtsp_message_append_headers),
3858         (rtsp_message_dump):
3859         * gst/rtsp/rtspmessage.h:
3860         Improves version checking, allowing an RTSP server to reply with "505
3861         RTSP Version not supported.
3862         Adds a Date header to all messages.
3863         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
3864         want to be able to send a response even if something in the request was
3865         invalid. EINVAL is only used when passing wrong arguments to functions.
3866         Do not handle an invalid method in parse_request_line(). Defer this to
3867         the caller so it can respond with "405 Method Not Allowed".
3868         Improves parsing of the timeout parameter to the Session header,
3869         allowing whitespace after the semicolon. 
3870         Avoids a compiler warning due to variables shadowing a function argument.
3871
3872 2007-06-01  Wim Taymans  <wim@fluendo.com>
3873
3874         Based on Patch by: Daniel Charles <dcharles at ti dot com>
3875
3876         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
3877         (gst_rtp_amr_depay_process):
3878         * gst/rtp/gstrtpamrdepay.h:
3879         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
3880         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
3881         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
3882         * gst/rtp/gstrtpamrpay.h:
3883         Add support for AMR-WB.
3884         Small cleanups such as using BOILERPLATE.
3885
3886 2007-05-31  Wim Taymans  <wim@fluendo.com>
3887
3888         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
3889         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
3890
3891 2007-05-30  Andy Wingo  <wingo@pobox.com>
3892
3893         * sys/v4l2/gstv4l2object.h: 
3894         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
3895         unintended changes.
3896
3897         * sys/v4l2/v4l2src_calls.h: 
3898         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
3899         the format list in the order that the driver gives it to us.
3900         (gst_v4l2src_probe_caps_for_format_and_size)
3901         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
3902         based on the capabilities of the device.
3903         (gst_v4l2src_grab_frame): Update for object variable renaming.
3904         (gst_v4l2src_set_capture): Update to be strict in its parameters,
3905         as in the set_caps below.
3906         (gst_v4l2src_capture_init): Update for object variable renaming,
3907         and reflow.
3908         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
3909         (gst_v4l2src_capture_deinit): Update for object variable renaming.
3910         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
3911         (gst_v4l2src_get_fps): Remove; these functions don't have much
3912         meaning outside of an atomic set_caps method.
3913         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
3914         known.
3915
3916         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
3917         call to update_fps; not sure about this change.
3918         (gst_v4l2_tuner_set_norm): Work around the fact that for the
3919         moment we don't have an update_fps_func.
3920
3921         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
3922         structures in the object, just store what we need. Do store the
3923         probed caps of the device. Don't store the current frame rate.
3924
3925         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
3926         update_fps_function, for now. Update for new object variable
3927         naming.
3928         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
3929         new object variable naming.
3930         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
3931         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
3932         (gst_v4l2src_get_caps): Rework to probe the device for supported
3933         frame sizes and frame rates.
3934         (gst_v4l2src_set_caps): Rework to be strict in the given
3935         parameters: if someone asks us to have a certain size and rate,
3936         that is what we configure.
3937         (gst_v4l2src_get_read): Update for object variable naming. Don't
3938         leak buffers on short reads.
3939         (gst_v4l2src_get_mmap): Update for object variable naming, and add
3940         comments.
3941         (gst_v4l2src_create): Update for object variable naming.
3942
3943 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3944
3945         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
3946         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
3947         * gst/avi/gstavidemux.h:
3948           Parse subtitle text streams instead of erroring out (#442034). Still
3949           needs a parser for the subtitles to actually show up.
3950
3951 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
3954         (gst_avi_demux_loop):
3955           Make _push_event() return TRUE if the event could be pushed on at
3956           least one pad and not only if it could be pushed on all pads,
3957           otherwise we'll end up posting an error message on EOS if one or
3958           more source pads are not connected.
3959
3960 2007-05-28  Wim Taymans  <wim@fluendo.com>
3961
3962         * gst/rtsp/rtsptransport.c:
3963         Use renamed RTP bin.
3964
3965 2007-05-28  Wim Taymans  <wim@fluendo.com>
3966
3967         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
3968
3969         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
3970         (gst_video_box_set_property), (gst_video_box_transform_caps),
3971         (video_box_recalc_transform), (gst_video_box_set_caps),
3972         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
3973         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
3974         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
3975         (gst_video_box_i420_i420), (gst_video_box_transform),
3976         (plugin_init):
3977         Add AYUV->AYUV and AYUV->I420 formats. 
3978         Fix negotiation and I420->AYUV conversion.
3979         Fixes #429329.
3980
3981 2007-05-26  Wim Taymans  <wim@fluendo.com>
3982
3983         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
3984         Use different variables for nested for loops so that the outer loop
3985         functions properly and speex files with multiple frames per buffer work
3986         properly.
3987         Fixes #441408.
3988
3989 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
3992           Don't leak newsegment events.
3993
3994 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
3995
3996         * gst/wavparse/Makefile.am:
3997           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
3998           drags it in.
3999
4000 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
4001
4002         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
4003         (notgst_value_array_append_buffer),
4004         (gst_flac_enc_process_stream_headers),
4005         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
4006         (gst_flac_enc_change_state):
4007         * ext/flac/gstflacenc.h:
4008           Collect headers, add "streamheader" field to output caps and set
4009           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
4010           produces output according to the official FLAC-to-Ogg mapping
4011           instead of completely broken files. Fixes #426044.
4012
4013 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4014
4015         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
4016         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
4017         (gst_id3demux_sink_event):
4018         * gst/id3demux/gstid3demux.h:
4019         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
4020         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
4021         (gst_tag_demux_send_new_segment):
4022         Handle and adjust new-segment events so that downstream really
4023         sees a stream with the tag pieces stripped off the front and back.
4024         Fixes strangeness in seeking when mp3 decoders use the new-segment
4025         byte position to estimate their current playback position timestamp
4026         and then the arriving buffers don't match up.
4027
4028 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
4029
4030         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
4031           Don't unnecessarily perform a READY->NULL->READY transition on the
4032           detected audio sink when starting up. Fixes: #440127
4033
4034 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
4035
4036         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
4037         (gst_flac_enc_chain):
4038           Don't crash in chain function if setcaps hasn't been called.
4039
4040 2007-05-24  Wim Taymans  <wim@fluendo.com>
4041
4042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
4043         Init value to avoid infinte loops.
4044
4045 2007-05-24  Wim Taymans  <wim@fluendo.com>
4046
4047         Patch by: Peter Kjellerstedt  <pkj at axis com>
4048
4049         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
4050         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
4051         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4052         (gst_rtspsrc_play):
4053         (rtsp_connection_send), (rtsp_connection_receive):
4054         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
4055         Fix for new API.
4056
4057         * gst/rtsp/rtspconnection.c: (add_auth_header),
4058         Only add authorisation and session headers when sending messages.
4059
4060         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
4061         (rtsp_message_init_request), (rtsp_message_init_response),
4062         (rtsp_message_unset), (rtsp_message_add_header),
4063         (rtsp_message_remove_header), (rtsp_message_get_header),
4064         (rtsp_message_append_headers), (dump_key_value),
4065         (rtsp_message_dump):
4066         * gst/rtsp/rtspmessage.h:
4067         Add support for multiple headers of the same type by storing the parsed
4068         headers in a GArray instaed of a hashtable.
4069
4070 2007-05-21  Wim Taymans  <wim@fluendo.com>
4071
4072         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
4073         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
4074         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
4075         safer shutdown.
4076
4077 2007-05-21  Wim Taymans  <wim@fluendo.com>
4078
4079         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
4080         * gst/rtsp/gstrtpdec.h:
4081         Added signal for backwards compat.
4082
4083 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
4084         
4085         Patch by: René Stadler <mail at renestadler dot de>
4086
4087         * configure.ac:
4088         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
4089         (gst_au_parse_parse_header), (gst_au_parse_chain):
4090         * gst/auparse/gstauparse.h:
4091         Use audioconvert for converting from non-native endianness floats
4092         in auparse instead of doing it ourself. Fixes #424527.
4093         This needs the audioconvert from plugins-base CVS.
4094         
4095 2007-05-21  Wim Taymans  <wim@fluendo.com>
4096
4097         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4098         (gst_rtp_h263p_pay_flush):
4099         Fix enum registration.
4100
4101 2007-05-21  Wim Taymans  <wim@fluendo.com>
4102
4103         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
4104
4105         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
4106         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
4107         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
4108         (gst_rtp_h263p_pay_flush):
4109         * gst/rtp/gstrtph263ppay.h:
4110         Add new fragmentation mode base on GOB headers. Fixes #438940.
4111
4112 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
4115           Printf format fix.
4116
4117 2007-05-18  Wim Taymans  <wim@fluendo.com>
4118
4119         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
4120         Don't crash when an unsupported transport error was returned by the
4121         server, just try to configure the next stream. Fixes #439255.
4122
4123 2007-05-18  Wim Taymans  <wim@fluendo.com>
4124
4125         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4126         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4127         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
4128         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4129         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
4130         * gst/rtsp/gstrtspsrc.h:
4131         Add TCP timeout property and use it for all TCP connection.
4132
4133         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4134         (rtsp_connection_write), (rtsp_connection_next_timeout),
4135         (rtsp_connection_reset_timeout):
4136         Make connect and writes cancelable and make them use the timeout.
4137
4138 2007-05-18  Wim Taymans  <wim@fluendo.com>
4139
4140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4141         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
4142         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4143         (gst_rtspsrc_setup_streams):
4144         Refactor timeout handling.
4145         Also send keep-alive when dealing with TCP transport.
4146
4147         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4148         (rtsp_connection_free), (rtsp_connection_next_timeout),
4149         (rtsp_connection_reset_timeout):
4150         * gst/rtsp/rtspconnection.h:
4151         Use a timer to handle the session timeouts, add some methods to deal
4152         with timeouts.
4153
4154 2007-05-17  Wim Taymans  <wim@fluendo.com>
4155
4156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
4157         (gst_rtspsrc_setup_streams):
4158         Ignore streams that fail the setup command, we will retry with a
4159         different transport later on.
4160
4161         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
4162         (rtsp_ext_wms_configure_stream):
4163         Fix encoding name case.
4164
4165 2007-05-16  Edward Hervey  <edward@fluendo.com>
4166
4167         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
4168         Fix build on macosx.
4169
4170 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
4171
4172         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
4173         Replace direct comparison of a string with the string literal "" with
4174         a comparison of the first character with '\0'. Fixes #438926.
4175
4176 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4177
4178         * gst/debug/breakmydata.c (gst_break_my_data_init):
4179           One more try. This should be the proper fix now.
4180
4181 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4182
4183         * gst/debug/breakmydata.c:
4184           Ooops, no // comments please.
4185
4186 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
4187
4188         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
4189         (gst_break_my_data_init):
4190           Fix gst_buffer_is_writable() assertion.
4191
4192 2007-05-14  David Schleef  <ds@schleef.org>
4193
4194         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
4195           video/x-raw-bayer.  Fixes #314160.
4196
4197 2007-05-14  Wim Taymans  <wim@fluendo.com>
4198
4199         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
4200         (gst_rtp_theora_depay_parse_configuration):
4201         * gst/rtp/gstrtptheorapay.c: (encode_base64),
4202         (gst_rtp_theora_pay_finish_headers),
4203         (gst_rtp_theora_pay_handle_buffer):
4204         Update theora pay/depayloader in a similar to vorbis.
4205
4206         * gst/rtp/gstrtpvorbisdepay.c:
4207         (gst_rtp_vorbis_depay_parse_configuration):
4208         Update docs.
4209
4210 2007-05-14  Wim Taymans  <wim@fluendo.com>
4211
4212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
4213         When we try to execute a method that is not supported by the server,
4214         don't error out but remove the method from the accepted methods so that
4215         we never try to perform this method again.
4216
4217 2007-05-14  Wim Taymans  <wim@fluendo.com>
4218
4219         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
4220         Remove annoying _dump_mem.
4221
4222 2007-05-14  Wim Taymans  <wim@fluendo.com>
4223
4224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
4225         Parse range correctly.
4226
4227         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
4228         The baseurl now always has a '/' at the start.
4229
4230 2007-05-14  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
4233         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
4234         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4235         Factor out caps configuration and configure more stuff such as the time
4236         ranges and speed/scale values.
4237
4238         * gst/rtsp/rtsptransport.c:
4239         Add Copyright after non-trival fixes.
4240
4241 2007-05-12  Wim Taymans  <wim@fluendo.com>
4242
4243         Patch by: Peter Kjellerstedt  <pkj at axis com>
4244
4245         * gst/rtsp/gstrtspsrc.h:
4246         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4247         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
4248         (rtsp_message_get_header):
4249         * gst/rtsp/rtspmessage.h:
4250         Make channel guint8 where possible.
4251         Make rtsp_message_init_data() take the channel as a guint8.
4252
4253         * gst/rtsp/rtspdefs.c:
4254         Fixed a typo: Timout -> Timeout
4255
4256         * gst/rtsp/rtspdefs.h:
4257         Make RTSP_CHECK() behave as a statement.
4258
4259         * gst/rtsp/sdpmessage.c:
4260         Avoid a compiler warning in INIT_ARRAY().
4261         Fixes #437692.
4262
4263 2007-05-12  Wim Taymans  <wim@fluendo.com>
4264
4265         Patch by: Peter Kjellerstedt  <pkj at axis com>
4266
4267         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
4268         (rtsp_url_get_request_uri):
4269         * gst/rtsp/rtspurl.h:
4270         Add support for query parameters to RTSP URLs.
4271
4272 2007-05-12  Wim Taymans  <wim@fluendo.com>
4273
4274         Patch by: Peter Kjellerstedt  <pkj at axis com>
4275
4276         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
4277         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
4278         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
4279         (rtsp_transport_parse), (rtsp_transport_as_text):
4280         * gst/rtsp/rtsptransport.h:
4281         Add validation to rtsp_transport_parse().
4282         Add rtsp_transport_as_text() to generate an RTSP header from an
4283         RTSPTransport.
4284         Change ssrc to guint (was a string) since that is what it is, even
4285         though it is sent as a hex string.
4286         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
4287         incorrect, which can be seen when looking at the examples in the RFC).
4288         Fixes #437670.
4289
4290 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4291
4292         Patch by: Eric Anholt
4293
4294         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
4295           gst_ximage_src_ximage_get):
4296         Use union of all damage between frames to make it faster.
4297         Fixes bug #342463.
4298         Also fix crasher when cursor is at bottom right of window.
4299
4300 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
4301
4302         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4303           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
4304           streaming mode regression for file from #343837 with 'bext' chunk
4305           before the 'fmt' chunk.
4306
4307 2007-05-11  Wim Taymans  <wim@fluendo.com>
4308
4309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
4310         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
4311         (gst_rtspsrc_handle_src_event),
4312         (gst_rtspsrc_stream_configure_manager),
4313         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
4314         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
4315         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
4316         * gst/rtsp/gstrtspsrc.h:
4317         * gst/rtsp/rtspdefs.h:
4318         Preliminary seek support.
4319         Activate internal pads so that we can receive events on them.
4320         Don't try to parse a range string when it's NULL.
4321
4322 2007-05-11  Wim Taymans  <wim@fluendo.com>
4323
4324         * gst/rtp/README:
4325         Update README with new RTP variables that will be used for
4326         synchronisation.
4327
4328         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
4329         (gst_rtp_vorbis_depay_parse_configuration),
4330         (gst_rtp_vorbis_depay_process):
4331         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
4332         (gst_rtp_vorbis_pay_finish_headers),
4333         (gst_rtp_vorbis_pay_handle_buffer):
4334         Update vorbis pay and depayloader to draft-04.
4335
4336 2007-05-11  Wim Taymans  <wim@fluendo.com>
4337
4338         * gst/rtsp/rtsptransport.c:
4339         UDP MCAST is actually the default for RTP/AVP.
4340 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
4341
4342         * gst/level/gstlevel.c: (gst_level_transform_ip):
4343         Use guint8 * instead of gpointer then vs6 can build 
4344         in_data += (filter->width / 8).
4345
4346 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
4347
4348         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
4349           gst_ximage_src_ximage_get):
4350         * sys/ximage/gstximagesrc.h (last_ximage):
4351         When using Damage actually keep the last frame, and not assume
4352         that the buffer we get already has the last frame on it.
4353         Copy the cursor over if we specify a non-zero start x and
4354         start y.
4355
4356 2007-05-11  Wim Taymans  <wim@fluendo.com>
4357
4358         * gst/rtsp/rtsptransport.c:
4359         Make UDP the default transport when not specified.
4360
4361 2007-05-09  David Schleef  <ds@schleef.org>
4362
4363         * gst/level/gstlevel.c:
4364           Revert last change.
4365
4366 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
4367
4368         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
4369         (gst_level_transform_ip):
4370         Use guint8 * instead of gpointer then vs6 know the size of data
4371         pointed when moving the pointer.
4372         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
4373         Move instructions after variables declaration.
4374         * win32/vs6/autogen.dsp:
4375         * win32/vs6/libgstrtp.dsp:
4376         * win32/vs6/libgstrtsp.dsp:
4377         Update vs6 project files.
4378
4379 2007-05-09  Wim Taymans  <wim@fluendo.com>
4380
4381         * gst/rtsp/Makefile.am:
4382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
4383         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
4384         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
4385         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
4386         (rtsp_range_free):
4387         * gst/rtsp/rtsprange.h:
4388         Add code to parse time ranges.
4389         Report DURATION on the stream when possible.
4390
4391 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
4392
4393         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
4394         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4395         (gst_videomixer_collected):
4396           Fix strides calculation for AYUV (it's just width*4) (#436910).
4397
4398 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4399
4400         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
4401         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
4402         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
4403         Sync the GObject properties before each processing step to properly
4404         work with the controller.
4405
4406 2007-05-04  Wim Taymans  <wim@fluendo.com>
4407
4408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
4409         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
4410         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
4411         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
4412         (gst_rtspsrc_change_state):
4413         Let more error state trickle down so that we can catch more error
4414         cases.
4415         Handle keep-alive a little smarter by selecting a method the server
4416         actually supports.
4417         Fix a race in UDP streaming shutdown.
4418
4419 2007-05-04  Wim Taymans  <wim@fluendo.com>
4420
4421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
4422         Ignore errors when trying to use the keep-alive messages.
4423
4424 2007-05-04  Wim Taymans  <wim@fluendo.com>
4425
4426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
4427         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
4428         (gst_rtspsrc_stream_configure_manager),
4429         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4430         (gst_rtspsrc_stream_configure_mcast),
4431         (gst_rtspsrc_stream_configure_udp),
4432         (gst_rtspsrc_stream_configure_udp_sink),
4433         (gst_rtspsrc_stream_configure_transport):
4434         Send RTCP messages back to the server over the TCP connection.
4435
4436         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
4437         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4438         (rtsp_connection_receive):
4439         * gst/rtsp/rtspconnection.h:
4440         Factor out and expose lowlevel _write and _read methods.
4441         Implement sending data messages to the server.
4442
4443 2007-05-03  Wim Taymans  <wim@fluendo.com>
4444
4445         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
4446         (gst_multipart_mux_collected):
4447         Fix timestamps on outgoing buffers.
4448
4449 2007-05-03  Wim Taymans  <wim@fluendo.com>
4450
4451         * gst/multipart/multipartmux.c:
4452         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
4453         (gst_multipart_mux_change_state):
4454         Emit NEWSEGMENT events before pushing the first buffer.
4455
4456 2007-05-03  Wim Taymans  <wim@fluendo.com>
4457
4458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4459         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
4460         (gst_rtspsrc_handle_src_query),
4461         (gst_rtspsrc_stream_configure_manager),
4462         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
4463         (gst_rtspsrc_stream_configure_mcast),
4464         (gst_rtspsrc_stream_configure_udp),
4465         (gst_rtspsrc_stream_configure_udp_sink),
4466         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
4467         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
4468         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4469         (gst_rtspsrc_pause):
4470         Refactor transport configuration code.
4471         Create internal pads for TCP transport so that we can implement events
4472         and queries.
4473         Handle events and queries.
4474         Parse range from the SDP.
4475         Fix race in pause handler where the connection could still be flushing.
4476
4477 2007-05-02  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4480         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
4481         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4482         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
4483         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
4484         (gst_rtspsrc_change_state):
4485         * gst/rtsp/gstrtspsrc.h:
4486         Fix race when multiple udp sources post timeouts, just act on the first
4487         received timeout.
4488         Protect stream list with a recursive lock to fix some races.
4489         Flush connection when we need to do a reconnect or stop.
4490         Make state lock recursive.
4491
4492         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4493         (rtsp_connection_close):
4494         Some small cleanups.
4495
4496 2007-05-02  Wim Taymans  <wim@fluendo.com>
4497
4498         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4499         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4500         Only set DISCONT when there actually is a discont or when we just
4501         started.
4502
4503 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4504
4505         * ext/flac/gstflac.c: (plugin_init):
4506         Call bindtextdomain() to get localized strings.
4507
4508 2007-05-02  Wim Taymans  <wim@fluendo.com>
4509
4510         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4511         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
4512         (gst_wavparse_stream_data):
4513         * gst/wavparse/gstwavparse.h:
4514         Be a bit more clever when dealing with VBR files with FACT tags, we
4515         don't want to timestamp buffers in that case but the estimated BPS can
4516         be used for seeking.
4517         Only send close segment in the streaming thread.
4518
4519 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
4520
4521         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
4522         Correctly post an error on the bus if something went wrong in the loop
4523         function. This fixes a few cases where the task was paused and nothing
4524         happened anymore.
4525
4526 2007-05-02  Wim Taymans  <wim@fluendo.com>
4527
4528         * gst/rtsp/test.c: (main):
4529         Fix compilation of deprecated test just because I'm too lazy to delete
4530         it.
4531
4532 2007-05-02  Wim Taymans  <wim@fluendo.com>
4533
4534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4535         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4536         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
4537         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
4538         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
4539         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
4540         * gst/rtsp/gstrtspsrc.h:
4541         Fix sending RTCP to the right place.
4542         Fix bug in reffing the wrong UDP element.
4543         Use new pad names for the session manager.
4544         Implement handling server requests in interleaved and UDP modes.
4545         Handle session keep-alive in UDP modes.
4546         Remove GCond for handling UDP timeouts.
4547
4548         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
4549         (rtsp_connection_send), (rtsp_connection_read), (read_body),
4550         (rtsp_connection_receive), (rtsp_connection_close):
4551         * gst/rtsp/rtspconnection.h:
4552         Store connection IP address for later.
4553         Add timeout args to all operations that might block forever.
4554         Parse session timeout.
4555         Only close sockets when not already closed.
4556
4557         * gst/rtsp/rtspdefs.c:
4558         * gst/rtsp/rtspdefs.h:
4559         Add timeout return value and error string.
4560
4561         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
4562         Add small comment.
4563
4564 2007-05-01  Wim Taymans  <wim@fluendo.com>
4565
4566         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4567
4568         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
4569         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
4570         * gst/rtp/gstrtpmp4vpay.h:
4571         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
4572
4573 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4576           Remove v4l2src from docs, since it breaks the docs build, and the
4577           plugin is only built if --enable-experimental is used anyway.
4578
4579         * docs/plugins/Makefile.am:
4580           Spaces => tab.
4581
4582 2007-04-29  Wim Taymans  <wim@fluendo.com>
4583
4584         * gst/udp/gstmultiudpsink.c: (leave_multicast),
4585         (gst_multiudpsink_add), (gst_multiudpsink_remove):
4586         Add code to drop membership of a multicast group.
4587
4588         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
4589         (gst_udpsink_set_uri):
4590         Implement URI handler.
4591
4592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4593         (gst_rtspsrc_parse_rtpinfo):
4594         Use URI handler to make udpsink instace.
4595         Improve code to configure port and destination.
4596
4597 2007-04-29  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
4600         Fix multicast detection.
4601         Don't try to join a multicast group if the address is not multicast.
4602
4603         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
4604         Small debug improvement.
4605
4606 2007-04-27  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
4609         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4610         (gst_rtspsrc_handle_message):
4611         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
4612         parent.
4613
4614 2007-04-27  Wim Taymans  <wim@fluendo.com>
4615
4616         * gst/rtp/gstrtpilbcdepay.h:
4617         Fix mode property when specified as an arg.
4618
4619 2007-04-26  Edward Hervey  <edward@fluendo.com>
4620
4621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4622         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4623         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4624         * docs/plugins/inspect/plugin-osxaudio.xml:
4625         Add documentation for osxaudio plugin.
4626
4627 2007-04-26  Wim Taymans  <wim@fluendo.com>
4628
4629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4630         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
4631         (gst_rtspsrc_open), (gst_rtspsrc_close),
4632         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
4633         (gst_rtspsrc_pause):
4634         * gst/rtsp/gstrtspsrc.h:
4635         Protect state changes with a lock.
4636
4637         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
4638         (parse_line):
4639         * gst/rtsp/rtspconnection.h:
4640         Remove some unused stuff.
4641
4642 2007-04-26  Wim Taymans  <wim@fluendo.com>
4643
4644         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4645         Handle the case where there are exactly 0 bytes to read and the ioctl
4646         did not report an error. Fixes #433530.
4647
4648 2007-04-26  Wim Taymans  <wim@fluendo.com>
4649
4650         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
4651         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
4652         * gst/wavparse/gstwavparse.h:
4653         Apply DISCONT to buffers.
4654         Only apply timestamp to the first sample after a DISCONT, too many VBR
4655         files cause random jitter in the timestamps. Fixes #433119.
4656
4657 2007-04-25  Wim Taymans  <wim@fluendo.com>
4658
4659         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
4660         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
4661         (gst_rtp_dec_get_property):
4662         * gst/rtsp/gstrtpdec.h:
4663         Add dummy latency property to be backwards compat with rtpbin.
4664
4665         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
4666         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
4667         (gst_rtspsrc_stream_configure_transport),
4668         (gst_rtspsrc_parse_rtpinfo):
4669         * gst/rtsp/gstrtspsrc.h:
4670         Add latency property and configure in the session manager.
4671         Don't set invalid clock-base and seqnum-base on caps, some servers
4672         sometimes don't send them.
4673
4674 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4675
4676         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
4677         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
4678           Double-check that RGB input caps are really RGBA caps (apparently
4679           the core doesn't always catch it if those caps aren't a subset of
4680           our template caps, also see #421543). Fixes #429319 in a way.
4681           Also, don't leak the pad template in the transform_caps function.
4682
4683         * tests/check/Makefile.am:
4684         * tests/check/elements/.cvsignore:
4685         * tests/check/elements/alphacolor.c: (setup_alphacolor),
4686         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
4687         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
4688         (GST_START_TEST), (alphacolor_suite):
4689           Add some basic unit tests for alphacolor.
4690
4691 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
4694           If we get a fatal flow return in the loop function, first post the
4695           error message and only then send the EOS event downstream, otherwise
4696           applications might get an eos message before the error message and
4697           think everything was ok (related to #429319).
4698
4699 2007-04-25  Wim Taymans  <wim@fluendo.com>
4700
4701         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
4702         Read the channel byte as an unsigned byte.
4703
4704 2007-04-25  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
4707         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
4708         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
4709         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
4710         (gst_rtp_gsm_depay_setcaps):
4711         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4712         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
4713         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
4714         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
4715         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
4716         (gst_ilbc_depay_get_property):
4717         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
4718         * gst/rtp/gstrtpmp4adepay.c:
4719         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
4720         (gst_rtp_pcma_depay_setcaps):
4721         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
4722         (gst_rtp_pcmu_depay_setcaps):
4723         Make sure we configure the clock_rate in the baseclass in the setcaps
4724         function. Fixes #431282.
4725
4726 2007-04-25  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
4729         (gst_rtspsrc_stream_free), (request_pt_map),
4730         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
4731         * gst/rtsp/gstrtspsrc.h:
4732         Parse server address from SDP.
4733         Hook up a udpsink to send RTCP back to the server.
4734
4735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4736         * gst/rtsp/rtsptransport.h:
4737         Add some docs.
4738
4739 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
4740
4741         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4742           Make header field check conditional. Fixes #433135
4743
4744 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
4745
4746         * docs/plugins/Makefile.am:
4747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4748         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4749         * docs/plugins/inspect/plugin-alphacolor.xml:
4750         * gst/alpha/Makefile.am:
4751         * gst/alpha/gstalphacolor.c:
4752         * gst/alpha/gstalphacolor.h:
4753           Add minimal docs blurb to alphacolor; split out headers into
4754           separate header file for gtk-doc.
4755
4756 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
4757
4758         * gst/debug/progressreport.c: (gst_progress_report_report):
4759           Don't try to post NULL message (in case we can't query upstream
4760           position or duration).
4761
4762 2007-04-18  Michael Smith  <msmith@fluendo.com>
4763
4764         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
4765         (gst_cutter_get_caps):
4766         * gst/cutter/gstcutter.h:
4767           Fix some of the most obvious bugs in cutter. Now doesn't leak
4768           everything if input is silent.
4769
4770 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
4771
4772         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
4773         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
4774         * gst/wavenc/gstwavenc.h:
4775         Wav apparently only supports width==GST_ROUND_UP(depth), everything
4776         else results in a invalid block align and invalid files.
4777
4778 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         Patch by: Snaik <snaik32 gmail com>
4781
4782         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
4783           Add missing break statement for BOX_HORIZONTAL case.
4784
4785 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
4788
4789         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
4790         Use correct format strings for integer types.
4791
4792 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
4795         (gst_wavparse_create_sourcepad):
4796         Use gst_riff_create_audio_template_caps () instead of the local caps.
4797         This makes updates of the local caps unecessary whenever libgstriff
4798         gets support for new formats.
4799
4800 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
4801
4802         Patch by: Brian Cameron  <brian.cameron at sun dot com>
4803
4804         * sys/sunaudio/gstsunaudio.c:
4805         * sys/sunaudio/gstsunaudiomixer.c:
4806         * sys/sunaudio/gstsunaudiomixer.h:
4807         * sys/sunaudio/gstsunaudiomixerctrl.c:
4808         * sys/sunaudio/gstsunaudiomixerctrl.h:
4809         * sys/sunaudio/gstsunaudiomixertrack.h:
4810         * sys/sunaudio/gstsunaudiosink.c:
4811         * sys/sunaudio/gstsunaudiosink.h:
4812         * sys/sunaudio/gstsunaudiosrc.c:
4813         * sys/sunaudio/gstsunaudiosrc.h:
4814           Fix and/or update copyright attributions (#430228).
4815
4816 2007-04-13  Wim Taymans  <wim@fluendo.com>
4817
4818         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4819         Fix docs.
4820
4821         * gst/rtsp/URLS:
4822         Add some more example urls.
4823
4824         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4825         (gst_rtp_dec_chain_rtp):
4826         Better debugging.
4827
4828         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
4829         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4830         (gst_rtspsrc_parse_rtpinfo):
4831         Remove unused code.
4832
4833 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4834
4835         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4836         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4837         (gst_wavparse_stream_data):
4838           Relax the audio/mpeg caps again and add FIXME: comment.
4839
4840 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
4841
4842         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4843         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4844         (gst_wavparse_stream_data):
4845         * gst/wavparse/gstwavparse.h:
4846           More sanity check for the header fields. Fix type for 'rate' header
4847           field.
4848
4849 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
4852         (gst_icydemux_unicodify):
4853           If the metadata strings we get in the stream are not UTF-8, try to
4854           interpret them according to the character encodings specified in the
4855           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
4856           only fall back to locale/ISO-8859-1 if those aren't set or don't
4857           work. Should fix #428901.
4858
4859 2007-04-12  Wim Taymans  <wim@fluendo.com>
4860
4861         * gst/rtp/gstrtph264depay.c:
4862         Use the proper sync word for SPS and PPS.
4863
4864 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4865
4866         * gst/rtp/Makefile.am:
4867         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
4868           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
4869         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
4870           Add a simple hashing implementation that we can use to generate
4871           a 24-bit ident value based on the codebooks for vorbis and theora.
4872         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
4873           gst_rtp_theora_pay_handle_buffer):
4874         * gst/rtp/gstrtpvorbisdepay.c
4875           (gst_rtp_vorbis_depay_parse_configuration,
4876           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
4877         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
4878           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
4879           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
4880           Use the hashing function, ensuring that the same codebooks result
4881           in the same ident and thus the same SDP description.
4882           Various log fixes/changes.
4883
4884 2007-04-12  Wim Taymans  <wim@fluendo.com>
4885
4886         Patch by: jerry tan <jerry dot tan at sun dot com>
4887
4888         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
4889         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
4890         application's responsibility to make sure it open the device once.
4891         Remove a careless error if AUDIODEV is set. Fixes #392620.
4892
4893 2007-04-12  Wim Taymans  <wim@fluendo.com>
4894
4895         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
4896         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
4897         * gst/rtsp/gstrtpdec.h:
4898         Make backward compat with rtpbin by adding the request-pt-map signals.
4899
4900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
4901         (new_session_pad), (request_pt_map),
4902         (gst_rtspsrc_stream_configure_transport),
4903         (gst_rtspsrc_stream_configure_caps),
4904         (gst_rtspsrc_activate_streams):
4905         * gst/rtsp/gstrtspsrc.h:
4906         Implement request-pt-map signals instead of setting caps on the buffers
4907         for the session manager.
4908
4909 2007-04-11  Wim Taymans  <wim@fluendo.com>
4910
4911         * gst/udp/gstudp.c: (plugin_init):
4912         Register GstNetBuffer in plugin_init so that the type can be used from
4913         multiple threads without races.
4914
4915 2007-04-10  Wim Taymans  <wim@fluendo.com>
4916
4917         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
4918         (gst_rtp_amr_depay_process):
4919         Fix depayloader clock_rate and some cleanups.
4920
4921         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
4922         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
4923         * gst/rtp/gstrtph264depay.h:
4924         Don't push codec_data in the adapter because it might get flushed when
4925         we get a discont.
4926
4927         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4928         Handle multiple AU per packet.
4929
4930         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
4931         (gst_rtp_sv3v_depay_plugin_init):
4932         Disable rank, this one does not work.
4933         Remove timestamping, base class does that.
4934
4935 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
4936
4937         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
4938           limit caps to the formats we announce in the template
4939
4940         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
4941         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
4942         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
4943           fix some crashers/asserts when dealing with broken files
4944
4945 2007-04-10  Wim Taymans  <wim@fluendo.com>
4946
4947         Patch by: Peter Kjellerstedt  <pkj at axis com>
4948
4949         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
4950         * gst/rtp/gstrtpL16depay.c:
4951         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
4952         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
4953         (gst_rtp_speex_depay_setcaps):
4954         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
4955         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
4956         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
4957         Fix some compiler warnings. Fixes #428182.
4958
4959 2007-04-06  Wim Taymans  <wim@fluendo.com>
4960
4961         * gst/rtsp/Makefile.am:
4962         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
4963         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
4964         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
4965         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
4966         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
4967         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
4968         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
4969         (create_rtcp), (gst_rtp_dec_request_new_pad),
4970         (gst_rtp_dec_release_pad):
4971         * gst/rtsp/gstrtpdec.h:
4972         * gst/rtsp/gstrtsp.c: (plugin_init):
4973         Morph RTPDec into something compatible with RTPBin as a fallback.
4974         Various other style fixes.
4975
4976         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
4977         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
4978         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
4979         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
4980         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
4981         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
4982         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
4983         * gst/rtsp/gstrtspsrc.h:
4984         Implement RTPBin session manager handling.
4985         Don't try to add empty properties to caps.
4986         Implement fallback session manager, handling.
4987         Don't combine errors from RTCP streams, just ignore them.
4988
4989         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
4990         * gst/rtsp/rtsptransport.h:
4991         Implement fallback session manager.
4992         Make RTPBin the default one when available.
4993
4994 2007-04-05  Wim Taymans  <wim@fluendo.com>
4995
4996         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
4997         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
4998         This element is ready to be autoplugged.
4999
5000 2007-04-05  Julien MOUTTE  <julien@moutte.net>
5001
5002         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
5003         Don't leave the offsets defined by upstream element on the
5004         compressed data buffer we are pushing downstream. Make them
5005         GST_BUFFER_OFFSET_NONE.
5006
5007 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
5008
5009         * gst/avi/README:
5010         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
5011         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
5012         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
5013         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
5014         (gst_avi_demux_calculate_durations_from_index),
5015         (gst_avi_demux_stream_header_push),
5016         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
5017         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
5018           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
5019
5020 2007-04-03  Wim Taymans  <wim@fluendo.com>
5021
5022         * gst/smpte/barboxwipes.c:
5023         Fix error as spotted by Snaik <snaik32 at gmail dot com>
5024
5025 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5026
5027         * gst/wavparse/gstwavparse.c:
5028         Support audio/x-raw-float in wav files. This only works with
5029         plugins-base CVS, using an older version doesn't have any
5030         disadvantages though.
5031
5032 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
5033
5034         * configure.ac:
5035         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5036         (gst_au_parse_parse_header), (gst_au_parse_chain):
5037         * gst/auparse/gstauparse.h:
5038         Revert last change as we don't want plugins-good to depend on
5039         plugins-base CVS now.
5040
5041 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         * configure.ac:
5044         Require gst-plugins-base CVS for audioconvert with non-native
5045         float support and width/depth fix in libgstriff.
5046
5047         Patch by: René Stadler <mail at renestadler dot de>
5048
5049         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
5050         (gst_au_parse_parse_header), (gst_au_parse_chain):
5051         * gst/auparse/gstauparse.h:
5052         Don't swap the floats ourself if they're not in native endianness.
5053         Instead let audioconvert handle this. Fixes #339838.
5054
5055 2007-03-29  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/rtp/gstasteriskh263.h:
5058         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
5059         (gst_rtp_h263p_depay_change_state):
5060         * gst/rtp/gstrtph263pdepay.h:
5061         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5062         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
5063         (gst_rtp_h264_depay_change_state):
5064         * gst/rtp/gstrtph264depay.h:
5065         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
5066         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
5067         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5068         Flush adapter on disconts.
5069
5070 2007-03-29  Wim Taymans  <wim@fluendo.com>
5071
5072         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
5073         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
5074         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
5075         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5076         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
5077         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
5078         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5079         (gst_rtp_mp4v_depay_process):
5080         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
5081         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
5082         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
5083         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
5084         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
5085         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5086         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
5087         Use more efficient adapter and rtpbuffer methods when possible.
5088
5089 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5090
5091         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
5092         (gst_wavenc_sink_setcaps):
5093         Correctly handle width!=depth input.
5094         * gst/wavparse/gstwavparse.c:
5095         Already export in the caps that width==8 uses unsigned samples and
5096         everything else uses signed samples.
5097
5098 2007-03-29  Wim Taymans  <wim@fluendo.com>
5099
5100         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5101
5102         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
5103         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
5104         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
5105         (gst_dynudpsink_close):
5106         * gst/udp/gstdynudpsink.h:
5107         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5108         (gst_udpsrc_create), (gst_udpsrc_set_property),
5109         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
5110         * gst/udp/gstudpsrc.h:
5111         Rework the socket allocation a bit based on the sockfd argument so that
5112         it becomes usable.
5113         Add a closefd property to instruct the udp elements to close the custom
5114         file descriptors when going to READY. Fixes #423304.
5115         API:GstUDPSrc::closefd property
5116         API:GstDynUDPSink::closefd property
5117
5118 2007-03-29  Wim Taymans  <wim@fluendo.com>
5119
5120         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5121
5122         * gst/rtp/Makefile.am:
5123         * gst/rtp/gstrtp.c: (plugin_init):
5124         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
5125         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
5126         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
5127         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
5128         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
5129         (gst_rtp_h264_pay_plugin_init):
5130         * gst/rtp/gstrtph264pay.h:
5131         Added H264 payloader. Fixes #423782.
5132
5133         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
5134         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
5135         Small fixes.
5136
5137 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5138
5139         * gst/wavparse/gstwavparse.c:
5140         Actually support depths from 1 to 32, not only 8 to 32.
5141
5142 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
5143
5144         * gst/wavparse/gstwavparse.c:
5145         Add support for wav files containing audio/x-raw-int with random
5146         depths between 1 and 32 bits.
5147
5148 2007-03-28  Wim Taymans  <wim@fluendo.com>
5149
5150         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
5151
5152         * gst/rtp/Makefile.am:
5153         * gst/rtp/gstrtp.c: (plugin_init):
5154         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
5155         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
5156         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
5157         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
5158         (gst_rtp_mp4a_depay_get_property),
5159         (gst_rtp_mp4a_depay_change_state),
5160         (gst_rtp_mp4a_depay_plugin_init):
5161         * gst/rtp/gstrtpmp4adepay.h:
5162         Added MP4A-LATM depayloader. Fixes #417792.
5163
5164         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
5165         (gst_rtp_mp4v_depay_process):
5166         Fixup depayloader, setting codec_data, using more efficient adaptor and
5167         rtpbuffer handling.
5168
5169         * gst/rtsp/URLS:
5170         Add url to test above.
5171
5172 2007-03-25  Wim Taymans  <wim@fluendo.com>
5173
5174         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
5175         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
5176         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
5177         (gst_rtspsrc_media_to_caps),
5178         (gst_rtspsrc_stream_configure_transport),
5179         (gst_rtspsrc_stream_configure_caps),
5180         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
5181         * gst/rtsp/gstrtspsrc.h:
5182         Handle default clock-rates for static payload types, rearrange stuff so
5183         that the rtpmap field in the sdp can override the defaults.
5184         Parse RTP-Info field to get the seqnum and timebase fields that should
5185         go in the caps.
5186         Delay configuring caps after we got the RTP-Info from the PLAY reply from
5187         the server. 
5188
5189 2007-03-22  Wim Taymans  <wim@fluendo.com>
5190
5191         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
5192
5193         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5194         Accept complex pipeline descriptions as an audio profile instead of just
5195         a single element. Fixes #420658.
5196
5197 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
5200           Rename registered type in preparation of GstTagDemux moving to
5201           -base at some point in the future.
5202
5203 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
5206           Streaming mode fixes: don't unref buffer we don't own any longer;
5207           remove bogus adapter flush. Fixes #419338.
5208
5209 2007-03-17  David Schleef  <ds@schleef.org>
5210
5211         * REQUIREMENTS: Change the format to key/value, add a bunch of
5212           information, remove a bunch of requirements that are for
5213           other GStreamer packages.
5214
5215 2007-03-17  David Schleef  <ds@schleef.org>
5216
5217         * REQUIREMENTS: Fix a few things.  This file really needs a
5218         good once-over.
5219
5220 2007-03-15  Edward Hervey  <edward@fluendo.com>
5221
5222         * sys/Makefile.am:
5223         Don't forget to distribute the sys/osxaudio/ directory.
5224
5225 2007-03-15  Edward Hervey  <edward@fluendo.com>
5226
5227         * configure.ac:
5228         * sys/Makefile.am:
5229         * sys/osxaudio/Makefile.am:
5230         * sys/osxaudio/gstosxaudio.c:
5231         * sys/osxaudio/gstosxaudiosink.c:
5232         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
5233         (gst_osx_audio_sink_getcaps),
5234         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
5235         * sys/osxaudio/gstosxaudiosrc.c:
5236         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
5237         (gst_osx_audio_src_create_ringbuffer):
5238         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
5239         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
5240         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
5241         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
5242         * sys/osxaudio/gstosxringbuffer.h:
5243         Activate osxaudio in gst-plugins-good with proper build setup.
5244         Add inlined documentation.
5245         Fix debug statements
5246         Fix ringbuffer when pausing.
5247         Fixes #323471
5248
5249 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5250         * gst/rtp/gstrtppcmapay.c:
5251         * gst/rtp/gstrtppcmapay.h:
5252         * gst/rtp/gstrtppcmupay.c:
5253         * gst/rtp/gstrtppcmupay.h:
5254         Ported mulaw and alaw payloaders to use new base class
5255
5256 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5257
5258         * po/af.po:
5259         * po/az.po:
5260         * po/cs.po:
5261         * po/en_GB.po:
5262         * po/it.po:
5263         * po/nl.po:
5264         * po/or.po:
5265         * po/sq.po:
5266         * po/sr.po:
5267         * po/sv.po:
5268         * po/uk.po:
5269         * po/vi.po:
5270           Update translations.
5271
5272 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         * configure.ac:
5275           Fix string replace error (AG_AG_GST_* => AG_GST_*).
5276
5277 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5278
5279         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
5280           Fix handling of -1 values for start and stop values when seeking,
5281           and SEEK_CUR+SEEK_END here as well.
5282
5283 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
5284
5285         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
5286           Fix handling of -1 values for start and stop values when seeking, 
5287           and SEEK_CUR+SEEK_END.
5288
5289 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
5292           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
5293           the image format a variable-length NUL-terminated string; in
5294           versions before that the image format is a fixed-length string of
5295           3 characters (see #348644 for a sample tag).
5296           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
5297
5298 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
5299
5300         * win32/MANIFEST:
5301         Add new project files to MANIFEST.
5302         * win32/vs6/libgstaudiofx.dsp:
5303         * win32/vs6/libgstrtp.dsp:
5304         * win32/vs6/libgstrtsp.dsp:
5305         Update project files.
5306         
5307 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
5310         (gst_avi_demux_parse_index):
5311         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
5312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
5313           Printf format fixes; also add some missing quotes in translated
5314           strings. Fixes #416728 and #416727.
5315
5316 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5317
5318         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
5319           Tim and I can't think of any reason the child audio sink needs to 
5320           be set back to NULL after successfully determining that it can 
5321           reach READY - it gets immediately set back to READY by the caller
5322           anyway, causing an unnecessary close/open of any audio devices
5323           involved.
5324
5325 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * po/LINGUAS:
5328         * po/ja.po:
5329           Add ja.po file from #377306.
5330
5331 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
5332
5333         * sys/sunaudio/gstsunaudio.c: (plugin_init):
5334         * sys/sunaudio/gstsunaudiomixertrack.c:
5335         (gst_sunaudiomixer_track_new):
5336           Actually translate sunaudio mixer track labels instead of just
5337           marking the strings as translatable (#377306); clean up weird
5338           label string mapping code that serves no apparent purpose. Also
5339           set the 'untranslated-label' property when creating mixer tracks
5340           if the GstMixerTrack base class supports this.
5341
5342         * tests/check/Makefile.am:
5343         * tests/check/elements/.cvsignore:
5344         * tests/check/elements/sunaudio.c: (GST_START_TEST),
5345         (sunaudio_suite):
5346           Very minimalistic unit test for sunaudiomixer element (compiles, but not
5347           actually tested on a system where sunaudiomixer is available).
5348
5349 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5350
5351         * tests/check/Makefile.am:
5352         Re-enable the states test and see if it works on the buildbots.
5353
5354 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
5355
5356         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
5357         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
5358         (gst_dvdec_change_state):
5359         * ext/dv/gstdvdec.h:
5360         Infer pixel-aspect-ratio from the video frame format if it isn't
5361         provided by the container, as happens when playing DV from AVI
5362         or Quicktime containers.
5363
5364         Patch by: Wim Taymans <wim@fluendo.com>
5365         Fixes #380944
5366
5367 2007-03-09  Wim Taymans  <wim@fluendo.com>
5368
5369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
5370         When activated, remove the udpsrc timeout, we have dataflow and timeouts
5371         will later be handled by the jitterbuffer.
5372
5373 2007-03-09  Wim Taymans  <wim@fluendo.com>
5374
5375         * ext/taglib/gstid3v2mux.cc:
5376         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
5377         Fixes #414496.
5378         
5379         Patch by: Alex Lancaster <alexl at users sourceforge net>
5380
5381 2007-03-09  Wim Taymans  <wim@fluendo.com>
5382
5383         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5384         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
5385         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5386         (gst_avi_demux_chain):
5387         Fix stream position reporting after a seek. Fixes #416445.
5388
5389 2007-03-08  Wim Taymans  <wim@fluendo.com>
5390
5391         Patch by: René Stadler <mail at renestadler dot de>
5392
5393         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
5394         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
5395         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
5396         Make avidemux accept optional header chunks in any order.
5397         Fixes #415446.
5398
5399 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
5400
5401         * tests/check/Makefile.am:
5402         Disable the states check until the remaining Valgrind errors
5403         are fixed or suppressed.
5404
5405 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5406
5407         * tests/check/elements/.cvsignore:
5408           Add audiodynamic check to .cvsignore
5409
5410 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5411
5412         reviewed by: Stefan Kost  <ensonic@users.sf.net>
5413
5414         * gst/audiofx/Makefile.am:
5415         * gst/audiofx/audiodynamic.c:
5416         (gst_audio_dynamic_characteristics_get_type),
5417         (gst_audio_dynamic_mode_get_type),
5418         (gst_audio_dynamic_set_process_function),
5419         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
5420         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
5421         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
5422         (gst_audio_dynamic_transform_hard_knee_compressor_int),
5423         (gst_audio_dynamic_transform_hard_knee_compressor_float),
5424         (gst_audio_dynamic_transform_soft_knee_compressor_int),
5425         (gst_audio_dynamic_transform_soft_knee_compressor_float),
5426         (gst_audio_dynamic_transform_hard_knee_expander_int),
5427         (gst_audio_dynamic_transform_hard_knee_expander_float),
5428         (gst_audio_dynamic_transform_soft_knee_expander_int),
5429         (gst_audio_dynamic_transform_soft_knee_expander_float),
5430         (gst_audio_dynamic_transform_ip):
5431         * gst/audiofx/audiodynamic.h:
5432         * gst/audiofx/audiofx.c: (plugin_init):
5433         Add new audiodynamic element which can act as a compressor or
5434         expander. Supported are hard-knee and soft-knee operation modes with
5435         user-specified ratio and threshold.
5436         Attack and release parameters are not yet implemented but will follow.
5437         * docs/plugins/Makefile.am:
5438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5440         * docs/plugins/gst-plugins-good-plugins.args:
5441         * docs/plugins/inspect/plugin-audiofx.xml:
5442         Integrate audiodynamic into the docs.
5443         * tests/check/Makefile.am:
5444         * tests/check/elements/audiodynamic.c: (setup_dynamic),
5445         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
5446         Add unit test for audiodynamic.
5447
5448 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
5449
5450         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
5451         Free handles that we allocated when exiting via the error paths.
5452
5453 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * gst/level/gstlevel.c: (gst_level_class_init),
5456         (gst_level_set_caps), (gst_level_start), (gst_level_event),
5457         (gst_level_transform_ip):
5458         * gst/level/gstlevel.h:
5459           Resolve message timestamps against the playback segment.
5460
5461 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5462
5463         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
5464         (gst_id3demux_sink_activate):
5465           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
5466           caps passed to it (previously one code path assumed it took ownership
5467           while another one assumed it didn't, while in fact it sometimes did and
5468           sometimes didn't ...).
5469
5470         * configure.ac:
5471         * tests/files/Makefile.am:
5472         * tests/files/id3-407349-1.tag:
5473         * tests/files/id3-407349-2.tag:
5474           Add directory where data for unit tests can be stored.
5475
5476         * tests/Makefile.am:
5477         * tests/check/Makefile.am:
5478         * tests/check/elements/.cvsignore:
5479         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
5480         (read_tags_from_file), (run_check_for_file),
5481         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
5482           Add unit test for id3demux, and in particular for bug #407349. Only
5483           testing pull-mode for now; push mode doesn't work yet because the test
5484           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
5485
5486 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * tests/check/Makefile.am:
5489           Add missing backslash at end of line.
5490
5491 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5492
5493         Trigger rebuild.
5494
5495 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
5498         * gst/id3demux/id3tags.h:
5499         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
5500         (parse_obsolete_tdat_frame):
5501           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
5502           the four-digit number will be interpreted as a year, whereas it is
5503           month and day in DDMM format. Instead, parse TDAT frames and fix up
5504           the date in the GST_TAG_DATE tag later if we also extracted a year.
5505           Fixes #407349.
5506
5507 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
5508
5509         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5510         (gst_switch_commit_new_kid):
5511         Fix up the dispose logic so it doesn't leak, and fix setting of 
5512         the child state so that we don't set a child to our current state 
5513         just as we are changing it to something else.
5514
5515 2007-03-06  Wim Taymans  <wim@fluendo.com>
5516
5517         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
5518         (gst_goom_chain):
5519         * gst/goom/gstgoom.h:
5520         Document, fix and improve goom adapter behaviour.
5521         Fixes #407006.
5522
5523 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5524
5525         * ext/esd/esdsink.c: (gst_esdsink_open):
5526         Unref static pad template after using it.
5527
5528 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5529
5530         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
5531         (gst_switch_commit_new_kid):
5532         Fix up the reference counting of the child elements.
5533
5534 2007-03-05  Wim Taymans  <wim@fluendo.com>
5535
5536         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
5537         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
5538         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
5539         Fix encoding-name case.
5540
5541 2007-03-05  Wim Taymans  <wim@fluendo.com>
5542
5543         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
5544         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
5545         (gst_rtp_speex_depay_process):
5546         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
5547         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
5548         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
5549         (gst_rtp_speex_pay_change_state):
5550         * gst/rtp/gstrtpspeexpay.h:
5551         Fix speex (de)payloader. Fixes #358040.
5552
5553 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
5554
5555         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5556         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
5557         Install fakesink in NULL by fixing some broken logic. This obviates
5558         the need to manually set _IS_SINK.
5559         Add some comments and remove a little cruft while I'm at it.
5560
5561 2007-03-05  Wim Taymans  <wim@fluendo.com>
5562
5563         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
5564         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
5565
5566 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * po/POTFILES.in:
5569           Update.
5570
5571 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5572
5573         * tests/check/Makefile.am:
5574         Gah! Also disable gconfvideosink from the tests, otherwise
5575         it will instantiate autovideosink, and dfbvideosink and
5576         leak on the buildbots.
5577
5578 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5579
5580         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
5581         (gst_cdio_cdda_src_finalize):
5582         Make sure we always destroy our libcdio handle.
5583
5584 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5585
5586         * tests/check/Makefile.am:
5587         Disable autovideosink so the buildbots don't barf over memory
5588         leaked in the directfb sink.
5589
5590 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5591
5592         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
5593         Chain up in dispose
5594
5595 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5596
5597         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
5598         (gst_multipart_find_pad_by_mime):
5599         Use gst_pad_new_from_static_template instead of
5600         static_pad_template_get+pad_new.
5601
5602 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5603
5604         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
5605         Catch the case where no clock has been set.
5606
5607 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5608
5609         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
5610         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
5611         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
5612         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
5613         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
5614         (gst_gconf_audio_src_finalize), (do_toggle_element):
5615         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
5616         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
5617         (do_toggle_element):
5618         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
5619         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
5620         (gst_gconf_video_src_finalize), (do_toggle_element):
5621         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
5622         (gst_switch_sink_reset), (gst_switch_sink_set_child):
5623         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
5624         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
5625         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5626         (gst_shout2send_init), (gst_shout2send_finalize):
5627         * gst/debug/testplugin.c: (gst_test_class_init),
5628         (gst_test_finalize):
5629         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
5630         (gst_flxdec_dispose):
5631         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
5632         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
5633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5634         (gst_rtspsrc_finalize):
5635         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
5636         * gst/rtsp/rtspextwms.h:
5637         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
5638         (gst_smpte_finalize):
5639         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
5640         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
5641         (gst_udpsink_finalize):
5642         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
5643         (gst_wavparse_sink_activate):
5644         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
5645         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
5646         (gst_oss_src_finalize):
5647         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
5648         * sys/v4l2/gstv4l2object.h:
5649         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
5650         (gst_v4l2src_finalize):
5651         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
5652
5653         Fix a bunch of leaks shown by the newly-added states test.
5654
5655 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
5656
5657         * ext/dv/gstdvdec.c: (gst_dvdec_init):
5658         Use gst_pad_new_from_static_template instead of 
5659         static_pad_template_get+pad_new.
5660
5661 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
5662
5663         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5664
5665         * ext/libcaca/Makefile.am:
5666         * gst/debug/Makefile.am:
5667           Don't mix tabs and spaces (#414168).
5668
5669 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5670
5671         * tests/check/generic/.cvsignore:
5672           Ignore files to please buildbot.
5673
5674 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5675
5676         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
5677         (gst_wavparse_stream_data):
5678           Unbreak my previous commit (swapped nominator & denominator). Tim,
5679           thanks for spotting.
5680
5681 2007-03-02  Wim Taymans  <wim@fluendo.com>
5682
5683         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
5684         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
5685         (gst_cdio_cdda_src_finalize):
5686         Small code cleanups.
5687         Don't use pad_alloc as the base class cannot deal with the error codes.
5688
5689 2007-03-02  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
5692         (gst_udpsrc_create):
5693         Fix doc.
5694
5695 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
5696
5697         Patch by: René Stadler <mail@renestadler.de>
5698
5699         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
5700         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
5701         (gst_wavparse_stream_data):
5702           Handle rounding better to not drop last sample frame. Fixes #356692
5703
5704 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
5705
5706         * tests/check/Makefile.am:
5707         Disable cacasink from the states check too - it also calls exit(1)
5708         on us when it can't find a terminal to talk to.
5709
5710 2007-03-02  Wim Taymans  <wim@fluendo.com>
5711
5712         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5713
5714         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
5715         (gst_udpsrc_create), (gst_udpsrc_set_property),
5716         (gst_udpsrc_get_property):
5717         * gst/udp/gstudpsrc.h:
5718         Add support to strip proprietary headers. Fixes #350296.
5719
5720 2007-03-02  Wim Taymans  <wim@fluendo.com>
5721
5722         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
5723         Fix compilation.
5724
5725 2007-03-02  Wim Taymans  <wim@fluendo.com>
5726
5727         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5728
5729         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
5730         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
5731         (gst_rtp_mp2t_depay_set_property),
5732         (gst_rtp_mp2t_depay_get_property):
5733         * gst/rtp/gstrtpmp2tdepay.h:
5734         Add support to strip off proprietary headers. Fixes #350278.
5735
5736 2007-03-02  Wim Taymans  <wim@fluendo.com>
5737
5738         * ext/hal/hal.c:
5739         Fix compilation.
5740
5741 2007-03-02  Wim Taymans  <wim@fluendo.com>
5742
5743         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
5744         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
5745         (gst_sunaudiosrc_open):
5746         * sys/sunaudio/gstsunaudiosrc.h:
5747         Remove device-name from GstSunAudioSrc. Fixes #412597.
5748
5749 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5750
5751         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5752         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5753         Having NULL as UDI previously selected the default sink/src. Change
5754         this back but mention it in the debug output.
5755         * ext/hal/hal.c: (gst_hal_get_alsa_element),
5756         (gst_hal_get_oss_element), (gst_hal_get_string),
5757         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
5758         (gst_hal_get_audio_src):
5759         * ext/hal/hal.h:
5760         Refactor a bit, check all error conditions, greatly improve debugging
5761         and fix some possible memory leaks. Also implement OSS support
5762         and allow specifying an UDI that points to a real device. For this the
5763         child device which supports ALSA (preferred) or OSS is used.
5764         As a side effect this makes it impossible now to get a alsasink in
5765         halaudiosrc and a alsasrc in halaudiosink.
5766
5767 2007-03-01  Wim Taymans  <wim@fluendo.com>
5768
5769         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
5770         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
5771         Errors from the udp sources are not fatal unless all of them are in
5772         error.
5773
5774 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5775
5776         * tests/check/Makefile.am:
5777         Disable aasink in the states test. I suspect this is the element that
5778         is calling exit(1) when it can't proceed.
5779
5780 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
5781
5782         * tests/check/Makefile.am:
5783         Draw plugins in from the build tree sys/ dir, rather than picking
5784         up the already installed versions.
5785
5786 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5787
5788         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
5789         Error out correctly when getting xcontext fails.
5790
5791 2007-03-01  Wim Taymans  <wim@fluendo.com>
5792
5793         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
5794         Make state change to PAUSED NO_PREROLL because that's what it will be in
5795         the future and rtspsrc relies on it.
5796
5797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
5798         (gst_rtspsrc_change_state):
5799         Don't error out when we don't get an error from the state change
5800         function.
5801
5802 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
5803
5804         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
5805         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
5806           Check if the device UDI is set before trying to query HAL
5807           about it and give a useful error message if it wasn't set.
5808         * ext/hal/hal.c: (gst_hal_get_string):
5809           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
5810           gives an assertion failure in D-Bus when running with
5811           DBUS_FATAL_WARNINGS=1.
5812
5813 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5814
5815         * configure.ac:
5816           Convert to new AG_GST style.
5817
5818 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5819
5820         * tests/check/Makefile.am:
5821         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
5822           add test for states
5823
5824 2007-02-28  Wim Taymans  <wim@fluendo.com>
5825
5826         * tests/check/elements/.cvsignore:
5827         Add new videofilter check to .cvsignore.
5828
5829 2007-02-28  Wim Taymans  <wim@fluendo.com>
5830
5831         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
5832         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
5833         (gst_avi_demux_loop), (gst_avi_demux_chain):
5834         Fix combined flow return. Fixes #412608.
5835
5836 2007-02-28  Wim Taymans  <wim@fluendo.com>
5837
5838         * gst/videofilter/Makefile.am:
5839         Dist header..
5840
5841 2007-02-28  Wim Taymans  <wim@fluendo.com>
5842
5843         * gst/videofilter/gstgamma.h:
5844         Add header too.
5845
5846 2007-02-28  Wim Taymans  <wim@fluendo.com>
5847
5848         Patch by: Mark Nauwelaerts <manauw at skynet be>
5849
5850         * gst/videofilter/Makefile.am:
5851         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
5852         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
5853         (gst_gamma_get_property), (gst_gamma_calculate_tables),
5854         (oil_tablelookup_u8), (gst_gamma_set_caps),
5855         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
5856         Port gamma filter to 0.10. Fixes #412704.
5857
5858         * tests/check/Makefile.am:
5859         * tests/check/elements/videofilter.c: (setup_filter),
5860         (cleanup_filter), (check_filter), (GST_START_TEST),
5861         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
5862         Add unit tests for videofilters.
5863
5864 2007-02-28  Wim Taymans  <wim@fluendo.com>
5865
5866         * gst/rtsp/URLS:
5867         Add another interesting test url.
5868
5869         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
5870         Don't allow getting header fields from data packets.
5871
5872 2007-02-28  Michael Smith  <msmith@fluendo.com>
5873
5874         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
5875         (gst_shout2send_init), (gst_shout2send_start),
5876         (gst_shout2send_set_property), (gst_shout2send_get_property):
5877         * ext/shout2/gstshout2.h:
5878           Add a property for username.
5879
5880 2007-02-27  Christian Schallerr <christian@fluendo.com>
5881
5882         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
5883
5884 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5885
5886         * gst/rtsp/Makefile.am:
5887         Fix make check too.
5888
5889 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
5890
5891         * gst/rtsp/base64.c: (util_base64_encode):
5892         * gst/rtsp/base64.h:
5893         Commit missing files for base64 encoding.
5894
5895 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         Patch by: Loïc Minier <lool+gnome at via ecp fr>
5898
5899         * configure.ac:
5900         * ext/annodex/Makefile.am:
5901         * ext/jpeg/Makefile.am:
5902         * ext/speex/Makefile.am:
5903         * gst/alpha/Makefile.am:
5904         * gst/cutter/Makefile.am:
5905         * gst/debug/Makefile.am:
5906         * gst/effectv/Makefile.am:
5907         * gst/goom/Makefile.am:
5908         * gst/level/Makefile.am:
5909         * gst/smpte/Makefile.am:
5910         * gst/videofilter/Makefile.am:
5911           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
5912
5913 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5914
5915         * gst/rtsp/Makefile.am:
5916         * gst/rtsp/rtspconnection.c: (append_auth_header),
5917         (rtsp_connection_send), (rtsp_connection_set_auth):
5918         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
5919         from icecast to replace it. Relicensed from GPL courtesy of Mike
5920         Smith.
5921
5922 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
5923
5924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
5925         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
5926         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
5927         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
5928         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
5929         (gst_rtspsrc_uri_set_uri):
5930         * gst/rtsp/gstrtspsrc.h:
5931         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
5932         (append_auth_header), (rtsp_connection_send),
5933         (rtsp_connection_free), (rtsp_connection_set_auth):
5934         * gst/rtsp/rtspconnection.h:
5935         * gst/rtsp/rtspdefs.h:
5936         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
5937         * gst/rtsp/rtspurl.h:
5938
5939         Implement simple Basic Authentication support so that urls like
5940         rtsp://user:pass@hostname/rtspstream work on hosts that require
5941         authentication.
5942
5943 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
5944
5945         * sys/v4l2/gstv4l2object.c:
5946         * sys/v4l2/gstv4l2tuner.c:
5947         * sys/v4l2/v4l2_calls.c:
5948         Fix segfault when oppening a radio device.
5949         
5950 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * gst/level/gstlevel.c: (gst_level_set_caps),
5953         (gst_level_transform_ip):
5954         * sys/v4l2/README:
5955         * tests/check/elements/level.c: (GST_START_TEST):
5956           Fix level for multi-channel case.
5957
5958 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
5959
5960         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
5961         (gst_level_transform_ip):
5962         * gst/level/gstlevel.h:
5963           Use function pointer for process function and add process functions
5964           for float audio.
5965
5966 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
5967
5968         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5969         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
5970         (gst_v4l2src_capture_init):
5971           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
5972           fixes #407369
5973
5974 2007-02-18  Wim Taymans  <wim@fluendo.com>
5975
5976         * gst/rtp/Makefile.am:
5977         * gst/rtp/gstrtp.c: (plugin_init):
5978         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
5979         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
5980         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
5981         (gst_rtp_mp2t_pay_plugin_init):
5982         * gst/rtp/gstrtpmp2tpay.h:
5983         Added simple mpeg transport stream payloader.
5984
5985 2007-02-16  Wim Taymans  <wim@fluendo.com>
5986
5987         * gst/rtsp/URLS:
5988         Add example H264 rtsp url.
5989
5990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
5991         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
5992         Don't convert values to lowercase or we might mess up base64 encoded
5993         properties.
5994
5995 2007-02-16  Wim Taymans  <wim@fluendo.com>
5996
5997         * gst/rtp/README:
5998         Fix case of string params.
5999
6000         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
6001         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
6002         Fix depayloader, support more packet types.
6003         Add sync codes to make sure the packetizer can do its job.
6004
6005         * gst/rtp/gstrtpmp4gdepay.c:
6006         * gst/rtp/gstrtpmp4gpay.c:
6007         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
6008         Fix caps case again.
6009
6010 2007-02-15  Wim Taymans  <wim@fluendo.com>
6011
6012         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
6013         Set right caps on output buffers.
6014
6015 2007-02-14  Wim Taymans  <wim@fluendo.com>
6016
6017         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
6018         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
6019         Clear stack allocated SDPMedia struct before calling _init() on it.
6020         Clarify this in the docs as well.
6021
6022 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
6023
6024         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
6025         (do_change_child):
6026         Don't reset the profile when going switching states, as it makes
6027         the element non-reusable.
6028
6029 2007-02-14  Wim Taymans  <wim@fluendo.com>
6030
6031         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
6032         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
6033         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
6034         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
6035         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
6036         (sdp_parse_line):
6037         * gst/rtsp/sdpmessage.h:
6038         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
6039         Fix memory management of SDP messages. Fixes #407793.
6040
6041 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
6042
6043         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
6044
6045         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
6046         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
6047
6048 2007-02-14  Wim Taymans  <wim@fluendo.com>
6049
6050         Patch by: jp.liu <jp_liu at astrocom dot cn>
6051
6052         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
6053         Fix parsing of password field in url. Fixes #407797.
6054
6055 2007-02-14  Wim Taymans  <wim@fluendo.com>
6056
6057         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
6058         (gst_wavparse_reset), (gst_wavparse_init),
6059         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
6060         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
6061         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
6062         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
6063         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
6064         (gst_wavparse_loop), (gst_wavparse_chain),
6065         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
6066         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
6067         (plugin_init):
6068         * gst/wavparse/gstwavparse.h:
6069         Update docs.
6070         Use boilerplate.
6071         Various code cleanups.
6072         When the bitrate is not known (bps == 0 or compressed formats) let
6073         downstream element guestimate the duration and position and don't
6074         generate timestamps or durations. Fixes #405213.
6075         Fix EOS and ERROR conditions in chain mode, we just need to forward the
6076         error flowreturn upstream.
6077
6078 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
6079
6080         * ext/gconf/Makefile.am:
6081         * ext/gconf/gconf.c: (gst_gconf_get_string),
6082         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
6083         (gst_gconf_render_bin_with_default):
6084         * ext/gconf/gconf.h:
6085         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
6086         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
6087         (gst_gconf_audio_sink_dispose), (do_change_child),
6088         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
6089         (cb_change_child), (gst_gconf_audio_sink_change_state):
6090         * ext/gconf/gstgconfaudiosink.h:
6091         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
6092         (gst_switch_sink_class_init), (gst_switch_sink_reset),
6093         (gst_switch_sink_init), (gst_switch_sink_dispose),
6094         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
6095         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
6096         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
6097         * ext/gconf/gstswitchsink.h:
6098         * gst/autodetect/gstautoaudiosink.c:
6099         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6100         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
6101         (gst_auto_audio_sink_detect):
6102         * gst/autodetect/gstautovideosink.c:
6103         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6104         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
6105         (gst_auto_video_sink_detect):
6106         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
6107         and a child that implements the GConf key monitoring. The end goal of
6108         this is an audio sink that can be changed on the fly, but at the 
6109         moment it still only changes on the next READY transition.
6110
6111 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6112
6113         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
6114         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6115         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
6116         (gst_avi_demux_calculate_durations_from_index),
6117         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6118         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
6119         (gst_avi_demux_loop):
6120           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
6121
6122 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
6123
6124         * configure.ac:
6125         * docs/plugins/Makefile.am:
6126           Add crossreferences to glib/gobject/gstream docs.
6127
6128 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6129
6130         * gst/monoscope/Makefile.am:
6131         * gst/monoscope/gstmonoscope.c:
6132           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
6133           (but no LIBS, since we only use defines from the headers).
6134
6135 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6136
6137         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
6138
6139         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
6140         (gst_wavparse_stream_data):
6141           Fix massive memory leak when operating in streaming mode due to
6142           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
6143           Fixes #407057.
6144
6145 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6146
6147         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
6148         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
6149         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
6150         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
6151         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
6152         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
6153         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
6154         (gst_avi_demux_calculate_durations_from_index),
6155         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
6156         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
6157         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
6158         * gst/avi/gstavidemux.h:
6159           Save some memory (8%) by repacking the index entry structure (more to
6160           come). Add more FIXMEs to questionable parts.
6161
6162 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6163
6164         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6165         (gst_v4l2src_get_caps):
6166         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6167         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6168         (gst_v4l2src_capture_init):
6169           More FIXME comments and messaging changes.
6170
6171 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
6172
6173         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6174         (gst_goom_change_state):
6175         * gst/goom/gstgoom.h:
6176           Improved docs and use GST_DEBUG_FUNCPTR.
6177
6178         * gst/level/gstlevel.c: (gst_level_class_init):
6179           Use GST_DEBUG_FUNCPTR.
6180
6181         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6182         (gst_monoscope_chain), (gst_monoscope_change_state):
6183           Improved docs source cleanups.
6184
6185 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
6186
6187         * gst/debug/Makefile.am:
6188         * gst/debug/gstdebug.c: (plugin_init):
6189         * gst/debug/gstpushfilesrc.c:
6190         * gst/debug/gstpushfilesrc.h:
6191           Add code for a pushfilesrc element that implements a pushfile:// URI
6192           handler, to make debugging push-mode operation of demuxer/decoders
6193           that support both easier in connection with seek/playbin/etc.
6194           The element isn't registered at the moment.
6195
6196 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
6197
6198         * gst/avi/gstavimux.c:
6199           Comment a #if 0 in caps template definition as VS6 seems to 
6200         do not support it.
6201         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
6202           Use gst_guint64_to_gdouble for conversion.
6203         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
6204           Move variables declaration before the first instruction.
6205         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
6206           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
6207           And don't include netdb.h for G_OS_WIN32
6208         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
6209           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
6210           by VS6 then use an other way to initialize SDPMedia structure.
6211         * gst/udp/gstdynudpsink.h:
6212         * gst/udp/gstdynudpnetutils.h:
6213           Do not include <sys/time.h> for G_OS_WIN32
6214         * gst/udp/gstudpsrc.c:
6215           Define socklen_t as int for G_OS_WIN32
6216         * win/common/config.h.in:
6217           Undef HAVE_NETINET_IN_H
6218         * win32/vs6/gst_plugins_good.dsw:
6219         * win32/vs6/libgstrtp.dsp:
6220         * win32/vs6/libgstrtsp.dsp:
6221         * win32/vs6/libgstautogen.dsp:
6222         * win32/vs6/libgstaudiofx.dsp:
6223         * win32/vs6/libgstudp.dsp:
6224           Add and update project files.
6225         * win32/common/gstudp-enumtypes.c:
6226         * win32/common/gstudp-enumtypes.h:
6227           Add a copy of udp enumtypes to win32/common as in core 
6228           and base.
6229         
6230 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
6231
6232         * configure.ac:
6233           Activate monoscope when building with --enable-experimental. Fix
6234           --enable-external configure switch description.
6235
6236         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
6237         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
6238           Help gst-indent.
6239
6240 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
6243           Explicitly cast result of pointer arithmetic to integer in order to
6244           avoid compiler warnings on some 64-bit systems. Should fix #406018.
6245
6246 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6247
6248         * gst/debug/progressreport.c:
6249           Some more docs.
6250
6251 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6252
6253         * docs/plugins/inspect/plugin-rtp.xml:
6254           Update for new elements.
6255
6256         * gst/debug/progressreport.h:
6257           Commit newly-created header file as well.
6258
6259 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6260
6261         * docs/plugins/Makefile.am:
6262         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6263         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6264         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6265         * gst/debug/Makefile.am:
6266         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
6267         (gst_progress_report_do_query), (gst_progress_report_report):
6268           Make progressreport element post messages with the current progress
6269           on the bus. Also add some basic docs for it.
6270
6271 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
6272
6273         * ext/hal/hal.c: (gst_hal_get_string):
6274         * ext/hal/hal.h:
6275           Some small cleanups; deal with errors when parsing the HAL ALSA
6276           capabilities a bit better.
6277
6278 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6279
6280         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6281           Let's try this again and use the right cast this time.
6282
6283 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6284
6285         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
6286           Add cast to avoid compiler warnings with older GLib versions
6287           where the nick/name members in GEnumValue are not declared as
6288           constant strings.
6289
6290 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
6291
6292         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
6293         (gst_gconf_render_bin_from_key),
6294         (gst_gconf_get_default_audio_sink):
6295         * ext/gconf/gconf.h:
6296         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
6297         (do_toggle_element), (gst_gconf_audio_sink_set_property),
6298         (gst_gconf_audio_sink_get_property):
6299           In gconfaudiosink, get the right key as the old key in do_toggle
6300           (ie. one dependent on the profile selected). Log some more stuff so
6301           we can see what's actually going on.
6302
6303 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
6304
6305         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
6306         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
6307         (gst_audio_amplify_set_process_function),
6308         (gst_audio_amplify_setup):
6309         * gst/audiofx/audioamplify.h:
6310         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6311         (gst_audio_invert_class_init), (gst_audio_invert_setup):
6312         * gst/audiofx/audioinvert.h:
6313         Some small cleanups and port both elements to the new GstAudioFilter
6314         base class to save a few lines of common code.
6315         * gst/audiofx/Makefile.am:
6316         Link against libgstaudio for the above changes
6317
6318 2007-01-29  Wim Taymans  <wim@fluendo.com>
6319
6320         * tests/check/elements/.cvsignore:
6321         Some more ignores.
6322
6323 2007-01-26  Wim Taymans  <wim@fluendo.com>
6324
6325         Patch by: charles <charlesg3 at gmail dot com>
6326
6327         * ext/shout2/gstshout2.c: (gst_shout2send_init),
6328         (set_shout_metadata), (gst_shout2send_event):
6329         * ext/shout2/gstshout2.h:
6330         Properly handle tags in shout2send. Fixes #399825.
6331
6332 2007-01-25  Wim Taymans  <wim@fluendo.com>
6333
6334         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
6335         (gst_rtspsrc_activate_streams):
6336         Convert SDP fields to upper/lowercase following the rules in the SDP to
6337         caps document. 
6338
6339 2007-01-25  Wim Taymans  <wim@fluendo.com>
6340
6341         * gst/rtp/README:
6342         * gst/rtp/gstrtpilbcdepay.c:
6343         * gst/rtp/gstrtpilbcpay.c:
6344         * gst/rtp/gstrtpmp4gdepay.c:
6345         * gst/rtp/gstrtpmp4gpay.c:
6346         * gst/rtp/gstrtpspeexdepay.c:
6347         * gst/rtp/gstrtpspeexpay.c:
6348         * gst/rtp/gstrtpsv3vdepay.c:
6349         * gst/rtp/gstrtptheoradepay.c:
6350         * gst/rtp/gstrtptheorapay.c:
6351         * gst/rtp/gstrtpvorbisdepay.c:
6352         * gst/rtp/gstrtpvorbispay.c:
6353         Fix case of encoding-name and key/value pairs to match the document.
6354         This is to make interoperation with SDP case-insensitive as required by
6355         the relevant RFCs.
6356
6357 2007-01-25  Wim Taymans  <wim@fluendo.com>
6358
6359         * configure.ac:
6360         Bump required -core/-base to CVS
6361
6362 2007-01-25  Wim Taymans  <wim@fluendo.com>
6363
6364         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
6365         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
6366         * gst/rtp/gstrtpL16pay.h:
6367         Fill up to MTU using adapter.
6368         Timestamp rtp packets.
6369
6370 2007-01-25  Edward Hervey  <edward@fluendo.com>
6371
6372         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6373         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
6374         Use G_GSIZE_FORMAT in print statements for portability.
6375         Fixes build on macosx.
6376
6377 2007-01-24  Wim Taymans  <wim@fluendo.com>
6378
6379         * gst/rtp/Makefile.am:
6380         * gst/rtp/gstrtp.c: (plugin_init):
6381         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
6382         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
6383         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
6384         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
6385         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
6386         (gst_rtp_L16_depay_plugin_init):
6387         * gst/rtp/gstrtpL16depay.h:
6388         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
6389         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
6390         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
6391         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
6392         (gst_rtp_L16_pay_plugin_init):
6393         * gst/rtp/gstrtpL16pay.h:
6394         Port and enable raw audio payloader/depayloader. Needs a bit more work
6395         on the payloader side.
6396
6397 2007-01-24  Wim Taymans  <wim@fluendo.com>
6398
6399         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
6400         (gst_rtspsrc_stream_configure_transport),
6401         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
6402         * gst/rtsp/gstrtspsrc.h:
6403         Only unblock the udp pads when we linked and activated them all.
6404         Fixes #395688.
6405
6406 2007-01-24  Wim Taymans  <wim@fluendo.com>
6407
6408         * gst/rtp/Makefile.am:
6409         * gst/rtp/gstrtp.c: (plugin_init):
6410         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
6411         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
6412         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
6413         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
6414         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
6415         * gst/rtp/gstrtpac3depay.h:
6416         Added simple AC3 depayloader (RFC 4184).
6417
6418         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
6419         Fix a leak.
6420
6421 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
6422
6423         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6424
6425         * gst/audiofx/Makefile.am:
6426         * gst/audiofx/audioamplify.c:
6427         (gst_audio_amplify_clipping_method_get_type),
6428         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
6429         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
6430         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
6431         (gst_audio_amplify_set_caps),
6432         (gst_audio_amplify_transform_int_clip),
6433         (gst_audio_amplify_transform_int_wrap_negative),
6434         (gst_audio_amplify_transform_int_wrap_positive),
6435         (gst_audio_amplify_transform_float_clip),
6436         (gst_audio_amplify_transform_float_wrap_negative),
6437         (gst_audio_amplify_transform_float_wrap_positive),
6438         (gst_audio_amplify_transform_ip):
6439         * gst/audiofx/audioamplify.h:
6440         * gst/audiofx/audiofx.c: (plugin_init):
6441         Add new element "audioamplify". This allows scaling of raw audio
6442         samples, similar to the "volume" element, but provides different modes
6443         for clipping and allows unlimited amplification. It's mainly targeted
6444         for creative sound design and not as a replacement of the "volume"
6445         element. Fixes #397162
6446         * docs/plugins/Makefile.am:
6447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6449         * docs/plugins/gst-plugins-good-plugins.args:
6450         * docs/plugins/inspect/plugin-audiofx.xml:
6451         Add docs for audioamplify and integrate them into the build system
6452         * tests/check/Makefile.am:
6453         * tests/check/elements/audioamplify.c: (setup_amplify),
6454         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
6455         Add fairly extensive unit test suite for audioamplify
6456
6457 2007-01-24  Wim Taymans  <wim@fluendo.com>
6458
6459         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
6460         Unblock pads after adding the pads to the element so that autopluggers
6461         get a change to link something. Possibly fixes #395688.
6462
6463 2007-01-24  Wim Taymans  <wim@fluendo.com>
6464
6465         * gst/rtp/gstrtpamrdepay.c:
6466         * gst/rtp/gstrtpgsmdepay.c:
6467         * gst/rtp/gstrtph263pdepay.c:
6468         * gst/rtp/gstrtph263ppay.c:
6469         * gst/rtp/gstrtph264depay.c:
6470         * gst/rtp/gstrtpilbcdepay.c:
6471         * gst/rtp/gstrtpmp2tdepay.c:
6472         * gst/rtp/gstrtpmp4gdepay.c:
6473         * gst/rtp/gstrtpmp4gpay.c:
6474         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
6475         * gst/rtp/gstrtpmp4vpay.c:
6476         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
6477         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
6478         (gst_rtp_mpa_depay_process):
6479         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
6480         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
6481         * gst/rtp/gstrtppcmadepay.c:
6482         * gst/rtp/gstrtppcmudepay.c:
6483         * gst/rtp/gstrtpspeexdepay.c:
6484         * gst/rtp/gstrtpspeexpay.c:
6485         * gst/rtp/gstrtpsv3vdepay.c:
6486         * gst/rtp/gstrtptheoradepay.c:
6487         * gst/rtp/gstrtptheorapay.c:
6488         * gst/rtp/gstrtpvorbisdepay.c:
6489         * gst/rtp/gstrtpvorbispay.c:
6490         Fix caps with payload numbers.
6491         Add some fixed payload numbers to caps when possible.
6492
6493 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6494
6495         reviewed by: Stefan Kost  <ensonic@users.sf.net>
6496
6497         * gst/audiofx/Makefile.am:
6498         * gst/audiofx/audiofx.c: (plugin_init):
6499         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
6500         (gst_audio_invert_class_init), (gst_audio_invert_init),
6501         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
6502         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
6503         (gst_audio_invert_transform_float),
6504         (gst_audio_invert_transform_ip):
6505         * gst/audiofx/audioinvert.h:
6506         Add new audiofx element "audioinvert". This element swaps the upper
6507         and lower half of samples and can be used for example for a
6508         wide-stereo effect. Fixes #396057
6509         * docs/plugins/Makefile.am:
6510         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6511         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6512         * docs/plugins/gst-plugins-good-plugins.args:
6513         * docs/plugins/inspect/plugin-audiofx.xml:
6514         Add docs for the audioinvert element and add them to the build system.
6515         * tests/check/Makefile.am:
6516         * tests/check/elements/audioinvert.c: (setup_invert),
6517         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
6518         Add unit test suite for the audioinvert element.
6519
6520 2007-01-23  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
6523         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
6524         Parse config params as string and int.
6525         Parse and use AU header length
6526
6527 2007-01-23  Wim Taymans  <wim@fluendo.com>
6528
6529         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
6530         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
6531         * gst/smpte/gstmask.c: (_gst_mask_register):
6532         * gst/smpte/gstmask.h:
6533         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
6534         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
6535         (gst_smpte_paint_triangle_clock):
6536         constify some static structs.
6537         Don't update the mask if nothing changed to the params.
6538         Make sure we never draw outside of the picture. Fixes #398325.
6539
6540 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
6543           Error out properly when pull_range fails while we're reading the
6544           headers, instead of just pausing the task silently. Fixes #399338.
6545
6546 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6549           Some more sanity checks to make sure the input formats match and the
6550           input pads are actually negotiated, in case someone tries to feed
6551           buffers from fakesrc or filesrc. Fixes #398299.
6552           Also const-ify an array, just because we can.
6553
6554 2007-01-19  Edward Hervey  <edward@fluendo.com>
6555
6556         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
6557         Ignore previous commit, that was only valid for widths and heights
6558         that are multiples of 4.
6559         Copy over size/stride macros from jpegdec. This allows the element
6560         to work with any width,height...
6561         ... but puts in evidence that the actual transformations only work
6562         with width/height that are multiples of 4.
6563
6564 2007-01-19  Edward Hervey  <edward@fluendo.com>
6565
6566         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
6567         Allocate buffers of the right size.
6568         The proper size of a I420 buffer in bytes is:
6569         
6570             width * height * 3
6571             ------------------
6572                     2
6573
6574 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         * gst/smpte/gstsmpte.c: (gst_smpte_init):
6577           Proxy getcaps on sink pads too, so that we either end up with the
6578           same dimensions on all pads or error out if that's not possible
6579           (seems to work even!). Fixes #398086, I think.
6580
6581 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6584         * docs/plugins/gst-plugins-good-plugins.args:
6585         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6586           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
6587           fix integer properties with -1 as minimum value.
6588
6589         * docs/plugins/inspect/plugin-1394.xml:
6590         * docs/plugins/inspect/plugin-aasink.xml:
6591         * docs/plugins/inspect/plugin-alaw.xml:
6592         * docs/plugins/inspect/plugin-alpha.xml:
6593         * docs/plugins/inspect/plugin-alphacolor.xml:
6594         * docs/plugins/inspect/plugin-annodex.xml:
6595         * docs/plugins/inspect/plugin-apetag.xml:
6596         * docs/plugins/inspect/plugin-audiofx.xml:
6597         * docs/plugins/inspect/plugin-auparse.xml:
6598         * docs/plugins/inspect/plugin-autodetect.xml:
6599         * docs/plugins/inspect/plugin-avi.xml:
6600         * docs/plugins/inspect/plugin-cacasink.xml:
6601         * docs/plugins/inspect/plugin-cairo.xml:
6602         * docs/plugins/inspect/plugin-cdio.xml:
6603         * docs/plugins/inspect/plugin-cutter.xml:
6604         * docs/plugins/inspect/plugin-debug.xml:
6605         * docs/plugins/inspect/plugin-dv.xml:
6606         * docs/plugins/inspect/plugin-efence.xml:
6607         * docs/plugins/inspect/plugin-effectv.xml:
6608         * docs/plugins/inspect/plugin-esdsink.xml:
6609         * docs/plugins/inspect/plugin-flac.xml:
6610         * docs/plugins/inspect/plugin-flxdec.xml:
6611         * docs/plugins/inspect/plugin-gconfelements.xml:
6612         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6613         * docs/plugins/inspect/plugin-goom.xml:
6614         * docs/plugins/inspect/plugin-halelements.xml:
6615         * docs/plugins/inspect/plugin-icydemux.xml:
6616         * docs/plugins/inspect/plugin-id3demux.xml:
6617         * docs/plugins/inspect/plugin-jpeg.xml:
6618         * docs/plugins/inspect/plugin-level.xml:
6619         * docs/plugins/inspect/plugin-matroska.xml:
6620         * docs/plugins/inspect/plugin-mulaw.xml:
6621         * docs/plugins/inspect/plugin-multipart.xml:
6622         * docs/plugins/inspect/plugin-navigationtest.xml:
6623         * docs/plugins/inspect/plugin-ossaudio.xml:
6624         * docs/plugins/inspect/plugin-png.xml:
6625         * docs/plugins/inspect/plugin-rtp.xml:
6626         * docs/plugins/inspect/plugin-rtsp.xml:
6627         * docs/plugins/inspect/plugin-shout2send.xml:
6628         * docs/plugins/inspect/plugin-smpte.xml:
6629         * docs/plugins/inspect/plugin-speex.xml:
6630         * docs/plugins/inspect/plugin-taglib.xml:
6631         * docs/plugins/inspect/plugin-udp.xml:
6632         * docs/plugins/inspect/plugin-videobalance.xml:
6633         * docs/plugins/inspect/plugin-videobox.xml:
6634         * docs/plugins/inspect/plugin-videoflip.xml:
6635         * docs/plugins/inspect/plugin-videomixer.xml:
6636         * docs/plugins/inspect/plugin-wavenc.xml:
6637         * docs/plugins/inspect/plugin-wavparse.xml:
6638         * docs/plugins/inspect/plugin-ximagesrc.xml:
6639           Update to CVS.
6640
6641 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
6642
6643         Patch by: Sebastian Dröge <slomo circular-chaos org>
6644
6645         * gst/audiofx/audiopanorama.c:
6646           Fix doc section name (Fixes #397946)
6647
6648 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
6649
6650         * sys/v4l2/gstv4l2object.c:
6651         (gst_v4l2_object_install_properties_helper),
6652         (gst_v4l2_object_set_property_helper),
6653         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
6654         * sys/v4l2/gstv4l2object.h:
6655         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
6656         (gst_v4l2src_init), (gst_v4l2src_set_property),
6657         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
6658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6659         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
6660         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6661         (gst_v4l2src_capture_deinit):
6662           Fix EIO handing when capturing. Add new property to specify the number of
6663           buffers to enque (and remove the borked num-buffers usage).
6664
6665 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
6666
6667         Patch by: Sebastian Dröge <slomo circular-chaos org>
6668
6669         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
6670         (gst_audio_panorama_set_process_function):
6671           Use a function array for process methods, add more docs and define the
6672           startindex of enums.
6673
6674 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         Patch by: Mark Nauwelaerts <manauw at skynet be>
6677
6678         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
6679         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
6680         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
6681         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
6682         (gst_avi_mux_riff_get_avi_header),
6683         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
6684         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
6685         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
6686         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
6687         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
6688         (gst_avi_mux_change_state):
6689         * gst/avi/gstavimux.h:
6690         * tests/check/elements/avimux.c: (teardown_src_pad):
6691           Add support for more than one audio stream; write better AVIX
6692           header; refactor code a bit; don't announce vorbis caps on our audio
6693           sink pads since we don't support it anyway. Closes #379298.
6694
6695 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
6696
6697         Patch by: Sebastian Dröge <slomo circular-chaos org>
6698
6699         * gst/audiofx/audiopanorama.c:
6700         (gst_audio_panorama_method_get_type),
6701         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
6702         (gst_audio_panorama_set_process_function),
6703         (gst_audio_panorama_set_property),
6704         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
6705         (gst_audio_panorama_transform_m2s_int_simple),
6706         (gst_audio_panorama_transform_s2s_int_simple),
6707         (gst_audio_panorama_transform_m2s_float_simple),
6708         (gst_audio_panorama_transform_s2s_float_simple):
6709         * gst/audiofx/audiopanorama.h:
6710           Add 'method' property and provide a simple (non-psychoacustic)
6711           processing method (#394859).
6712
6713         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
6714         (panorama_suite):
6715           Tests for new method.
6716
6717 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6718
6719         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
6720         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
6721           Set correct caps on outgoing pulled buffers, or things blow up
6722           after recent core changes.
6723
6724 2007-01-11  Wim Taymans  <wim@fluendo.com>
6725
6726         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
6727
6728         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
6729         (gst_multipart_mux_request_new_pad),
6730         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
6731         (gst_multipart_mux_change_state):
6732         Return FLOW errors ASAP. Fixes #394977.
6733         Misc cleanups.
6734
6735 2007-01-11  Wim Taymans  <wim@fluendo.com>
6736
6737         Patch by: Lutz Mueller <lutz at topfrose dot de>
6738
6739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
6740         Check for stream pad before activating. 
6741
6742 2007-01-10  Wim Taymans  <wim@fluendo.com>
6743
6744         Patch by: Peter Kjellerstedt  <pkj at axis com>
6745
6746         * gst/rtsp/COPYING.MIT:
6747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
6748         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
6749         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
6750         (gst_rtspsrc_stream_configure_transport),
6751         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
6752         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
6753         (gst_rtspsrc_parse_methods),
6754         (gst_rtspsrc_create_transports_string),
6755         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
6756         (gst_rtspsrc_open), (gst_rtspsrc_close):
6757         * gst/rtsp/gstrtspsrc.h:
6758         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
6759         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
6760         (parse_request_line), (parse_line), (rtsp_connection_read),
6761         (rtsp_connection_close):
6762         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
6763         (rtsp_method_as_text), (rtsp_header_as_text),
6764         (rtsp_status_as_text), (rtsp_find_header_field),
6765         (rtsp_find_method):
6766         * gst/rtsp/rtspdefs.h:
6767         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
6768         (rtsp_ext_wms_configure_stream):
6769         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
6770         (rtsp_message_new_request), (rtsp_message_init_request),
6771         (rtsp_message_new_response), (rtsp_message_init_response),
6772         (rtsp_message_init_data), (rtsp_message_unset),
6773         (rtsp_message_free), (rtsp_message_add_header),
6774         (rtsp_message_get_header), (rtsp_message_set_body),
6775         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
6776         * gst/rtsp/rtspmessage.h:
6777         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
6778         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
6779         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
6780         (sdp_message_dump):
6781         Allow url to be NULL to be able to use it for server connections.
6782         Can now send responses as well as requests.
6783         No longer hangs in an endless loop if EOF is received.
6784         Can now convert a status code to a text string.
6785         Return RTSP_HDR_INVALID for unknown headers.
6786         Return RTSP_INVALID for unknown methods.
6787         Copy CSeq and Session headers from the request.
6788         Only free memory corresponding to the currently set message type.
6789         Added const to function arguments as appropriate.
6790         Avoid a compiler warning when initializing nmedia.
6791         Use guint rather than gint to avoid compiler warnings.
6792         Fix crasher in wms extension.
6793         Factor out stream setup from open_connection.
6794         Delay activation of streams when actual data is received from the
6795         server, this prepares us to do proper protocol switching.
6796         Added new license.
6797         Fixes #380895.
6798
6799
6800 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
6801
6802         Patch by: Sebastian Dröge <slomo ubuntu com>
6803
6804         * docs/plugins/Makefile.am:
6805         * gst/audiofx/audiopanorama.c:
6806           Some small docs fixes (#394851).
6807
6808 2007-01-09  Wim Taymans  <wim@fluendo.com>
6809
6810         * gst/avi/gstavidemux.c:
6811         Fix docs.
6812
6813 2007-01-09  Wim Taymans  <wim@fluendo.com>
6814
6815         * gst/rtp/Makefile.am:
6816         * gst/rtp/gstrtp.c: (plugin_init):
6817         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
6818         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
6819         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
6820         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
6821         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
6822         * gst/rtp/gstrtpmpvdepay.h:
6823           Added RFC 2250 MPEG Video Depayloader.
6824
6825         * gst/rtp/gstrtpL16depay.h:
6826         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
6827         (gst_rtp_h263p_depay_process):
6828         Fix Header file. Small cleanups.
6829
6830         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
6831         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
6832         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
6833         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
6834         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
6835         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
6836         (gst_rtp_mp4v_depay_change_state):
6837         Remove usused code. Remove Adapter from state Change. Added debug.
6838
6839         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
6840         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
6841         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
6842         * gst/rtp/gstrtpmpadepay.h:
6843         Subclass base depayloader.
6844         Added debug.
6845         Support static payload type assignment as well.
6846
6847         * gst/rtp/gstrtpmpapay.c:
6848         Fix caps.
6849
6850 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         Patch by: Vincent Torri  <vtorri at univ-evry fr>
6853
6854         * ext/jpeg/gstjpegdec.c:
6855         * ext/jpeg/gstjpegenc.c:
6856         * ext/jpeg/smokecodec.c:
6857           These libjpeg callbacks should return a 'boolean' (unsigned char
6858           apparently) and not a 'gboolean' (which maps to gint). Fixes
6859           warnings when compiling with MingW (#393427).
6860
6861         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
6862           Use ioctlsocket on win32.
6863
6864         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
6865           Some printf format fixes for win32.
6866
6867 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
6868
6869         * gst/cutter/gstcutter.c: (gst_cutter_chain):
6870           Use gst_guint64_to_gdouble for conversion.
6871         * win32/vs6/libgstmatroska.dsp:
6872           Add zlib to the link.
6873         * win32/vs6/libgstvideobox.dsp:
6874           Update liboil library name (project is linked to 
6875           liboil-0.3-0.lib now).
6876           
6877 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
6878
6879         * gst/matroska/Makefile.am:
6880           If zlib is available and used, we must link it explicitly for
6881           things to work on MingW (fixes #392855).
6882
6883 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * ext/esd/esdsink.c: (gst_esdsink_delay):
6886           Don't return bogus values when esd_get_delay() fails for some
6887           reason (#392189).
6888
6889 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * sys/ximage/gstximagesrc.c: (composite_pixel):
6892           Fix presumably copy'n'pasto for 16bpp depth.
6893
6894 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * gst/matroska/matroska-mux.c:
6897         (gst_matroska_mux_audio_pad_setcaps):
6898           The "signed" field in audio caps is of boolean type, trying to use
6899           gst_structure_get_int() to extract it will fail. Fixing this makes
6900           matroskamux accept raw audio input (#387121) (use at your own risk
6901           though, due to the matroska spec being not entirely useful in this
6902           respect).
6903           Also fix up raw audio structures in template caps so that they
6904           represent what our setcaps function will actually accept, so that
6905           converters know what to convert to.
6906           Finally, don't fail if there isn't an "endianness" field in 8-bit
6907           PCM caps.
6908
6909 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
6910
6911         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6912         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6913         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6914         (teardown_cmmldec):
6915         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6916         (teardown_cmmlenc):
6917         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6918           reapply consistent pad (de)activation
6919
6920 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
6921
6922         * configure.ac:
6923         Back to CVS
6924
6925         * gst-plugins-good.doap:
6926         Add 0.10.5 doap entry
6927
6928 === release 0.10.5 ===
6929
6930 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
6931
6932         * configure.ac:
6933           releasing 0.10.5, "The Path of Thorns"
6934
6935 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6938         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6939         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6940         (teardown_cmmldec):
6941         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6942         (teardown_cmmlenc):
6943         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6944           revert my freeze breakage
6945
6946 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
6947
6948         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
6949         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
6950         * tests/check/elements/cmmldec.c: (setup_cmmldec),
6951         (teardown_cmmldec):
6952         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
6953         (teardown_cmmlenc):
6954         * tests/check/elements/level.c: (setup_level), (cleanup_level):
6955           consistent pad (de)activation
6956
6957 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
6958
6959         * configure.ac:
6960         * ext/Makefile.am:
6961         Disable LADPSA, as it has moved to the -bad module for the duration.
6962
6963 2006-12-18  Wim Taymans  <wim@fluendo.com>
6964
6965         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
6966         (gst_signal_processor_event):
6967         Reset flow_state back to _OK after a flush stop so that we exit our
6968         error state after the flush. Fixes #374213
6969
6970 2006-12-16  David Schleef  <ds@schleef.org>
6971
6972         * sys/osxvideo/osxvideosink.h:
6973         * sys/osxvideo/osxvideosink.m:
6974           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
6975
6976 2006-12-16  David Schleef  <ds@schleef.org>
6977
6978         Patch by: Vijay Santhanam <vijay santhanam gmail com>
6979
6980         * sys/osxvideo/Makefile.am:
6981         * sys/osxvideo/osxvideosink.h:
6982         * sys/osxvideo/osxvideosink.m:
6983           Preliminary patch for porting osxvideosink
6984
6985 2006-12-16  Wim Taymans  <wim@fluendo.com>
6986
6987         Patch by: Sjoerd Simons <sjoerd at luon dot net>
6988
6989         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
6990         (gst_videomixer_set_master_geometry),
6991         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
6992         (gst_videomixer_reset), (gst_videomixer_init),
6993         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
6994         (gst_videomixer_release_pad), (gst_videomixer_collected),
6995         (gst_videomixer_change_state):
6996         Introduce some locking around the videomixer state so that it does not
6997         crash when adding/removing pads. Fixes #383043.
6998
6999 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
7000
7001         * configure.ac:
7002           Make sure libcaca can actually be used instead of just checking for
7003           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
7004           cross-compiling (fixes #384587).
7005
7006 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7007
7008         * Makefile.am:
7009         * gst-plugins-good.doap:
7010         * gst-plugins-good.spec.in:
7011           adding doap file
7012
7013 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * configure.ac:
7016           libflac-1.1.3 changed API again, but we can't build against it yet,
7017           so make sure our check doesn't use libflac-1.1.3 and add a comment
7018           to this effect.
7019
7020 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7021
7022         * gst/effectv/gstquark.c: (gst_quarktv_transform),
7023         (gst_quarktv_planetable_clear):
7024           Add some NULL pointer checks (possibly related to #385623).
7025
7026 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
7027
7028         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
7029         (gst_tag_demux_chain):
7030         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
7031           In streaming mode, if the first buffer we get doesn't have an
7032           offset, fix it up to be 0, otherwise trimming won't work later on
7033           and we'll be typefinding application/x-id3, which may result in
7034           decodebin plugging an endless number of id3demux elements as a
7035           consequence. Fixes #385031.
7036           
7037 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7038
7039         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
7040           Ignore the buffer_time the sound device reports. Turns out it is 
7041           sometimes completely bogus and we're better off without it.
7042
7043 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7044
7045         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7046         (gst_matroska_demux_video_caps):
7047         * gst/matroska/matroska-ids.c:
7048         (gst_matroska_track_init_video_context):
7049         * gst/matroska/matroska-ids.h:
7050           Try harder to extract the framerate for video tracks correctly and
7051           save it directly instead of converting it back and forth a few
7052           times. Mostly makes a difference for very small framerates (<1).
7053           Fixes #380199.
7054
7055 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7056
7057         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
7058         (gst_gconf_audio_src_dispose), (do_toggle_element):
7059         * ext/gconf/gstgconfaudiosrc.h:
7060           Remove gconf notify hook when the gconfaudiosrc element is
7061           destroyed, otherwise the callback may be called on an
7062           already-destroyed instance and bad things happen. Should fix
7063           #378184.
7064           Also ignore gconf key changes when the source is already running.
7065
7066 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7067
7068         Patch by: Sebastian Dröge  <mail at slomosnail de>
7069
7070         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7071           We need to be able to read and parse any possible floating point string
7072           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
7073           will parse the former only in certain locales though, so we really need
7074           to canonicalise the separator to '.' and then use g_ascii_strtod() to
7075           make sure we can parse either version at all times.
7076           Fixes #382982 for real.
7077
7078 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7079
7080         * sys/sunaudio/gstsunaudiomixerctrl.c:
7081         * sys/sunaudio/gstsunaudiosrc.c:
7082
7083         Use the sunaudio debug category.
7084
7085         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
7086         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
7087         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
7088         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
7089         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
7090         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
7091         (gst_sunaudiosink_reset):
7092         * sys/sunaudio/gstsunaudiosink.h:
7093
7094         Uses the sunaudio debug category for all debug output
7095         Implements the _delay() callback to synchronise video playback better
7096         Change the segtotal and segsize values back to the parent class 
7097           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
7098           respectively)
7099         Measure the samples written to the device vs. played.
7100         Keep track of segments in the device by writing empty eof frames, and
7101         sleep using a GCond when we get too far ahead and risk overrunning the
7102         sink's ringbuffer.
7103
7104         Fixes: #360673
7105
7106 2006-12-08  Wim Taymans  <wim@fluendo.com>
7107
7108         Patch by: Sebastian Dröge  <mail at slomosnail de >
7109
7110         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7111         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
7112         * gst/audiofx/audiopanorama.h:
7113         Fix audiopanorame with float samples. Fixes #383726.
7114
7115 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7116
7117         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
7118         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
7119         (gst_sunaudiosrc_reset):
7120
7121         Implement reset functions to unblock the src/sink more quickly on 
7122         state change requests.
7123         Patch by: Brian Cameron <brian dot cameron at sun com>
7124
7125 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7126
7127         * sys/sunaudio/gstsunaudiomixer.c:
7128         (gst_sunaudiomixer_change_state):
7129         Construct the correct mixer device name when the AUDIODEV env var
7130         is set.
7131
7132         Patch by: Jerry Tan <jerry.tan at sun dot com>
7133         Fixes: #383596
7134
7135 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
7136
7137         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
7138         Apply patch to open the mixer control and set the MULTIPLE_OPEN
7139         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
7140         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
7141         Patch by: Jerry Tan <jerry.tan at sun dot com>
7142         Fixes: #349015
7143
7144 2006-12-07  Wim Taymans  <wim@fluendo.com>
7145
7146         * gst/smpte/gstmask.h:
7147         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
7148         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
7149         (gst_smpte_collected), (gst_smpte_set_property),
7150         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
7151         * gst/smpte/gstsmpte.h:
7152         Port to 0.10 some more. 
7153         Added duration property to specify the duration of the transition.
7154         Make framerate a fraction.
7155         Deprecate fps property, we only use negotiated fps.
7156         Added docs.
7157         Fix collectpad usage.
7158         Reset state in READY.
7159         Send NEWSEGMENT event.
7160         Fix racy updates of object properties.
7161         Added debug category.
7162         Fixes #383323.
7163
7164 2006-12-06  Wim Taymans  <wim@fluendo.com>
7165
7166         Patch by: Sjoerd Simons <sjoerd at luon dot net>
7167
7168         * gst/videomixer/videomixer.c:
7169         (gst_videomixer_set_master_geometry),
7170         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
7171         Don't reset xpos and ypos in the setcaps function because causes
7172         unexpected behaviour.
7173         Fixes #382179.
7174
7175 2006-12-06  Wim Taymans  <wim@fluendo.com>
7176
7177         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
7178         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
7179         Keep track of the buffer timestamp in the collectdata member instead
7180         of modifying the buffer without making the metadata writable first.
7181         Fixes #382277.
7182
7183 2006-12-06  Wim Taymans  <wim@fluendo.com>
7184
7185         Patch by: Rob Taylor <robtaylor at floopily dot org>
7186
7187         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7188         If using multicast in udpsrc, bind to the multicast address rather than
7189         IN_ADDR_ANY.
7190         This allows the simultanous use of multiple udpsrcs listening on
7191         different multicat addresses. Without this all udpsrcs will receive all
7192         packets from all subscribed multicast addresses.
7193         Fixes #383001.
7194
7195 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * ext/taglib/gstid3v2mux.cc:
7198         Don't attempt to write a NULL frame into the ID3 tag set when the 
7199         createFrame method returned NULL.
7200         Fixes: #381857
7201         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
7202
7203 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
7204
7205         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
7206         Use g_strtod() instead of sscanf to parse doubles, so that it will
7207         try parsing in the C locale if the current locale fails.
7208         Fixes: #382982
7209         Patch by: Sebastian Dröge  <mail at slomosnail de >
7210
7211 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
7212
7213         * win32/MANIFEST:
7214         Fix compilation on win32 under VS8
7215         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
7216         Partially fixes #381175
7217
7218 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7219
7220         * gst/avi/gstavimux.c:
7221           accept all mpegversions,fixes #380825
7222           spotted by: Jerome Alet  
7223
7224 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
7225
7226         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
7227         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
7228         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
7229         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
7230           cleanup the error message a bit more
7231
7232 2006-11-28  Wim Taymans  <wim@fluendo.com>
7233
7234         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
7235         Fix width and height properties.
7236
7237         * ext/libcaca/gstcacasink.h:
7238         Fix compilation on newer libcaca that require us to include a new
7239         header. Fixes #379918.
7240
7241 2006-11-28  Wim Taymans  <wim@fluendo.com>
7242
7243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7244         * gst/rtsp/gstrtspsrc.h:
7245         * gst/rtsp/rtspext.h:
7246         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
7247         (rtsp_ext_wms_get_context):
7248         Add method so that extensions can choose to disable the setup of
7249         a stream.
7250         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
7251
7252 2006-11-27  Wim Taymans  <wim@fluendo.com>
7253
7254         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
7255
7256         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
7257         Push header in a separate buffer instead of memcpy:ing all data.
7258         Change LF => CRLF in headers.
7259         Move trailing LF to header. Fixes #379792.
7260
7261 2006-11-27  Wim Taymans  <wim@fluendo.com>
7262
7263         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
7264         Small buffer overflow fix and improve debugging.
7265
7266 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7267
7268         * ext/esd/esdmon.h:
7269         * ext/esd/esdsink.h:
7270           remove obsolete _factory_init protos
7271
7272 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
7273
7274         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
7275         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
7276         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
7277         (gst_avi_demux_read_subindexes_push),
7278         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
7279         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
7280         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
7281         (gst_avi_demux_massage_index),
7282         (gst_avi_demux_calculate_durations_from_index),
7283         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
7284         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
7285         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
7286           remove dead code, tweak debugs statements, add comments, use
7287           _uint64_scale instead _uint64_scale_int when using guint64 values,
7288           small optimizations, reflow some error handling
7289
7290 2006-11-22  Edward Hervey  <edward@fluendo.com>
7291
7292         * po/.cvsignore:
7293         We never put .pot files in cvs. Let's ignore them all.
7294
7295 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7296
7297         * po/POTFILES.in:
7298           ... but better exclude files that aren't disted.
7299
7300 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7301
7302         * po/POTFILES.in:
7303           Add v4l2 source files to list of files with translations, so the
7304           strings are actually extracted (however bad they still may be).
7305
7306 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
7307
7308         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
7309           Minor clean-ups: const-ify static array, remove trailing comma from
7310           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
7311
7312 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
7313
7314         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7315         Make sure that g_free always gets called on the same pointer that was 
7316         returned by g_malloc.  Fixes #376594.
7317         Do not leak memory if decompressed size is wrong.
7318         Remove unneeded check of return value of g_malloc.
7319         Patch by: René Stadler <mail@renestadler.de>
7320
7321 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
7322
7323         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
7324           Add missing curly brackets.
7325
7326 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
7327
7328         * sys/v4l2/v4l2src_calls.c:
7329         Fix capture_deinit.
7330
7331 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
7334         (gst_matroska_mux_request_new_pad):
7335           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
7336
7337         * tests/check/elements/matroskamux.c: (setup_src_pad),
7338         (setup_sink_pad), (GST_START_TEST):
7339         Activate pads before using them.
7340
7341 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
7342
7343         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
7344           Initialise variable to get rid of bogus compiler warning.
7345
7346 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
7347
7348         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
7349
7350         * gst/rtp/gstrtph263pay.c:
7351         * gst/rtp/gstrtph263pdepay.c:
7352         * gst/rtp/gstrtph263ppay.c:
7353           Specify H.263 variant and version in the caps (fixes #361637)
7354
7355 2006-11-15  Wim Taymans  <wim@fluendo.com>
7356
7357         * gst/rtsp/rtspconnection.c: (read_body):
7358         Don't set a data pointer to NULL and a size > 0 when we deal
7359         with empty packets.
7360
7361         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
7362         (rtsp_message_init_response), (rtsp_message_init_data),
7363         (rtsp_message_unset), (rtsp_message_free),
7364         (rtsp_message_take_body):
7365         Check that we can't create invalid empty packets. 
7366
7367 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7370
7371         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
7372         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
7373         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
7374         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7375         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
7376         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
7377         * gst/matroska/matroska-mux.h:
7378           Add basic tag writing support; implement releasing pads (#374658).
7379
7380 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7383         (gst_matroska_demux_audio_caps):
7384           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
7385
7386 2006-11-14  David Schleef  <ds@schleef.org>
7387
7388         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
7389
7390 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7391
7392         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7393
7394         * win32/vs8/gst-plugins-good.sln:
7395         * win32/vs8/libgst1394.vcproj:
7396         * win32/vs8/libgstaasink.vcproj:
7397         * win32/vs8/libgstalaw.vcproj:
7398         * win32/vs8/libgstalpha.vcproj:
7399         * win32/vs8/libgstalphacolor.vcproj:
7400         * win32/vs8/libgstannodex.vcproj:
7401         * win32/vs8/libgstapetag.vcproj:
7402         * win32/vs8/libgstaudiofx.vcproj:
7403         * win32/vs8/libgstauparse.vcproj:
7404         * win32/vs8/libgstautodetect.vcproj:
7405         * win32/vs8/libgstavi.vcproj:
7406         * win32/vs8/libgstcacasink.vcproj:
7407         * win32/vs8/libgstcdio.vcproj:
7408         * win32/vs8/libgstcutter.vcproj:
7409         * win32/vs8/libgstdv.vcproj:
7410         * win32/vs8/libgsteffectv.vcproj:
7411         * win32/vs8/libgstflac.vcproj:
7412         * win32/vs8/libgstflxdec.vcproj:
7413         * win32/vs8/libgstgoom.vcproj:
7414         * win32/vs8/libgsticydemux.vcproj:
7415         * win32/vs8/libgstid3demux.vcproj:
7416         * win32/vs8/libgstjpeg.vcproj:
7417         * win32/vs8/libgstladspa.vcproj:
7418         * win32/vs8/libgstlevel.vcproj:
7419         * win32/vs8/libgstmatroska.vcproj:
7420         * win32/vs8/libgstmikmod.vcproj:
7421         * win32/vs8/libgstmng.vcproj:
7422         * win32/vs8/libgstmonoscope.vcproj:
7423         * win32/vs8/libgstmulaw.vcproj:
7424         * win32/vs8/libgstmultipart.vcproj:
7425         * win32/vs8/libgstpng.vcproj:
7426         * win32/vs8/libgstrtp.vcproj:
7427         * win32/vs8/libgstrtsp.vcproj:
7428         * win32/vs8/libgstshout2.vcproj:
7429         * win32/vs8/libgstsmpte.vcproj:
7430         * win32/vs8/libgstspeex.vcproj:
7431         * win32/vs8/libgsttaglib.vcproj:
7432         * win32/vs8/libgstudp.vcproj:
7433         * win32/vs8/libgstvideobalance.vcproj:
7434         * win32/vs8/libgstvideobox.vcproj:
7435         * win32/vs8/libgstvideoflip.vcproj:
7436         * win32/vs8/libgstvideomixer.vcproj:
7437         * win32/vs8/libgstwavenc.vcproj:
7438         * win32/vs8/libgstwavparse.vcproj:
7439           Make end-of-line returns unixy, so that when the files are checked
7440           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
7441           Hopefully fixes #366492.
7442
7443 2006-11-14  Wim Taymans  <wim@fluendo.com>
7444
7445         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7446         Disable init_frames delay timestamp adjustment, it does not
7447         seem to be needed at all. Fixes #369621.
7448
7449 2006-11-13  Wim Taymans  <wim@fluendo.com>
7450
7451         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7452
7453         * gst/videomixer/videomixer.c:
7454         (gst_videomixer_set_master_geometry),
7455         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
7456         (gst_videomixer_collect_free), (gst_videomixer_reset),
7457         (gst_videomixer_init), (gst_videomixer_finalize),
7458         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
7459         (gst_videomixer_collected), (gst_videomixer_change_state):
7460         Fix memleak by unref'ing collectpads instance (when finalizing)
7461         Implement releasing a request pad. Fixes #374479.
7462
7463 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
7466
7467         * win32/vs8/gst-plugins-good.sln:
7468         * win32/vs8/libgst1394.vcproj:
7469         * win32/vs8/libgstaasink.vcproj:
7470         * win32/vs8/libgstalaw.vcproj:
7471         * win32/vs8/libgstalpha.vcproj:
7472         * win32/vs8/libgstalphacolor.vcproj:
7473         * win32/vs8/libgstannodex.vcproj:
7474         * win32/vs8/libgstapetag.vcproj:
7475         * win32/vs8/libgstaudiofx.vcproj:
7476         * win32/vs8/libgstauparse.vcproj:
7477         * win32/vs8/libgstautodetect.vcproj:
7478         * win32/vs8/libgstavi.vcproj:
7479         * win32/vs8/libgstcacasink.vcproj:
7480         * win32/vs8/libgstcdio.vcproj:
7481         * win32/vs8/libgstcutter.vcproj:
7482         * win32/vs8/libgstdv.vcproj:
7483         * win32/vs8/libgsteffectv.vcproj:
7484         * win32/vs8/libgstflac.vcproj:
7485         * win32/vs8/libgstflxdec.vcproj:
7486         * win32/vs8/libgstgoom.vcproj:
7487         * win32/vs8/libgsticydemux.vcproj:
7488         * win32/vs8/libgstid3demux.vcproj:
7489         * win32/vs8/libgstjpeg.vcproj:
7490         * win32/vs8/libgstladspa.vcproj:
7491         * win32/vs8/libgstlevel.vcproj:
7492         * win32/vs8/libgstmatroska.vcproj:
7493         * win32/vs8/libgstmikmod.vcproj:
7494         * win32/vs8/libgstmng.vcproj:
7495         * win32/vs8/libgstmonoscope.vcproj:
7496         * win32/vs8/libgstmulaw.vcproj:
7497         * win32/vs8/libgstmultipart.vcproj:
7498         * win32/vs8/libgstpng.vcproj:
7499         * win32/vs8/libgstrtp.vcproj:
7500         * win32/vs8/libgstrtsp.vcproj:
7501         * win32/vs8/libgstshout2.vcproj:
7502         * win32/vs8/libgstsmpte.vcproj:
7503         * win32/vs8/libgstspeex.vcproj:
7504         * win32/vs8/libgsttaglib.vcproj:
7505         * win32/vs8/libgstudp.vcproj:
7506         * win32/vs8/libgstvideobalance.vcproj:
7507         * win32/vs8/libgstvideobox.vcproj:
7508         * win32/vs8/libgstvideoflip.vcproj:
7509         * win32/vs8/libgstvideomixer.vcproj:
7510         * win32/vs8/libgstwavenc.vcproj:
7511         * win32/vs8/libgstwavparse.vcproj:
7512           Add VS8 project files (note that many of the plugins in ext are
7513           disabled by default). Fixes #366492.
7514
7515 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
7516
7517         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7518           we do not translate debug messages
7519
7520 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
7521
7522         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
7523           fix categorisation, make short desc more explicit, remove unused code
7524           Fixes #372021
7525
7526 2006-11-08  Wim Taymans  <wim@fluendo.com>
7527
7528         * gst/rtp/gstrtpL16depay.c:
7529         * gst/rtp/gstrtpamrdepay.c:
7530         * gst/rtp/gstrtpamrpay.c:
7531         * gst/rtp/gstrtpgsmdepay.c:
7532         * gst/rtp/gstrtph263pay.c:
7533         * gst/rtp/gstrtph263pdepay.c:
7534         * gst/rtp/gstrtph263ppay.c:
7535         * gst/rtp/gstrtph264depay.c:
7536         * gst/rtp/gstrtpmp2tdepay.c:
7537         * gst/rtp/gstrtpmp4gdepay.c:
7538         * gst/rtp/gstrtpmp4gpay.c:
7539         * gst/rtp/gstrtpmp4vdepay.c:
7540         * gst/rtp/gstrtpmp4vpay.c:
7541         * gst/rtp/gstrtpmpadepay.c:
7542         * gst/rtp/gstrtpmpapay.c:
7543         * gst/rtp/gstrtppcmadepay.c:
7544         * gst/rtp/gstrtppcmapay.c:
7545         * gst/rtp/gstrtppcmudepay.c:
7546         * gst/rtp/gstrtppcmupay.c:
7547         * gst/rtp/gstrtpspeexdepay.c:
7548         * gst/rtp/gstrtpspeexpay.c:
7549         * gst/rtp/gstrtpsv3vdepay.c:
7550         Fix element descriptions.
7551
7552 2006-11-08  Wim Taymans  <wim@fluendo.com>
7553
7554         * gst/rtp/gstrtpvorbisdepay.c:
7555         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
7556         Fix description.
7557         Small cleanup in the payloader.
7558
7559 2006-11-08  Wim Taymans  <wim@fluendo.com>
7560
7561         * gst/rtp/Makefile.am:
7562         * gst/rtp/gstrtp.c: (plugin_init):
7563         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
7564         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
7565         (gst_rtp_theora_depay_finalize),
7566         (gst_rtp_theora_depay_parse_configuration),
7567         (gst_rtp_theora_depay_setcaps),
7568         (gst_rtp_theora_depay_switch_codebook),
7569         (gst_rtp_theora_depay_process),
7570         (gst_rtp_theora_depay_set_property),
7571         (gst_rtp_theora_depay_get_property),
7572         (gst_rtp_theora_depay_change_state),
7573         (gst_rtp_theora_depay_plugin_init):
7574         * gst/rtp/gstrtptheoradepay.h:
7575         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
7576         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
7577         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
7578         (gst_rtp_theora_pay_init_packet),
7579         (gst_rtp_theora_pay_flush_packet),
7580         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
7581         (gst_rtp_theora_pay_handle_buffer),
7582         (gst_rtp_theora_pay_plugin_init):
7583         * gst/rtp/gstrtptheorapay.h:
7584         Add theora pay/depayloaders.
7585
7586 2006-11-06  Wim Taymans  <wim@fluendo.com>
7587
7588         * gst/rtp/Makefile.am:
7589         We depend on gsttag to generate the vorbis comments.
7590
7591         * gst/rtp/gstrtpvorbisdepay.c:
7592         (gst_rtp_vorbis_depay_parse_configuration),
7593         (gst_rtp_vorbis_depay_setcaps),
7594         (gst_rtp_vorbis_depay_switch_codebook),
7595         (gst_rtp_vorbis_depay_process):
7596         * gst/rtp/gstrtpvorbisdepay.h:
7597         Parse configuration string in the depayloader.
7598         Implement selecting and switching to a new codebook.
7599         Receiving vorbis over RTP now works.
7600
7601         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
7602         (gst_rtp_vorbis_pay_init_packet),
7603         (gst_rtp_vorbis_pay_finish_headers),
7604         (gst_rtp_vorbis_pay_handle_buffer):
7605         * gst/rtp/gstrtpvorbispay.h:
7606         Set timestamps on outgoing buffers and RTP packets.
7607         Fix configuration string, prepend number of Packet headers.
7608         Fix encoding of ident string.
7609         Add delivery-method to caps.
7610         Streaming vorbis over RTP now works.
7611
7612 2006-11-06  Wim Taymans  <wim@fluendo.com>
7613
7614         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
7615         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
7616         (gst_rtp_vorbis_pay_handle_buffer):
7617         * gst/rtp/gstrtpvorbispay.h:
7618         Generate a valid configuration string in the caps based on the
7619         vorbis headers.
7620
7621 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7622
7623         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
7624         * ext/cdio/gstcdio.h:
7625         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
7626           Move CD-TEXT utility function into common file so it can also be
7627           used by a future cdioparanoiasrc.
7628
7629 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
7630         
7631         * sys/v4l2/Makefile.am:
7632         * sys/v4l2/gstv4l2object.c:
7633         * sys/v4l2/gstv4l2src.c:
7634         * sys/v4l2/gstv4l2xoverlay.c:
7635         * sys/v4l2/v4l2_calls.c:
7636         * sys/v4l2/v4l2src_calls.c:
7637         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
7638         xoverlay code that is still not implemented.
7639
7640 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
7641
7642         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
7643           We require a -base more recent than 0.10.9, so it's safe to use
7644           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
7645
7646         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
7647         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
7648           Use _newsegment_full() now that we depend on a recent enough core.
7649
7650         * gst/wavparse/gstwavparse.c:
7651           Remove cruft that we don't need any longer now that we depend on
7652           a recent enough -base.
7653
7654 2006-10-31  Wim Taymans  <wim@fluendo.com>
7655
7656         * gst/rtp/Makefile.am:
7657         * gst/rtp/gstrtp.c: (plugin_init):
7658         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
7659         (gst_rtpilbcpay_setcaps):
7660         Fix and activate ILBC pay and depayloaders. Fixes #368162.
7661
7662 2006-10-31  Wim Taymans  <wim@fluendo.com>
7663
7664         * ext/speex/gstspeexdec.c: (speex_dec_convert),
7665         (speex_dec_sink_event), (speex_dec_chain_parse_header):
7666         Some small cleanups, use _scale.
7667
7668 2006-10-31  Wim Taymans  <wim@fluendo.com>
7669
7670         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
7671         Use higher precision scale function.
7672
7673 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
7674
7675         Patch by: Michal Benes  <michal dot benes at itonis tv>
7676
7677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
7678         (gst_matroska_demux_read_track_encodings),
7679         (gst_matroska_decode_buffer):
7680           Fix several issues with encoded/compressed/encrypted/signed tracks;
7681           also, remove superfluous newline characters from some debug
7682           statements. (#366155)
7683
7684 2006-10-30  Wim Taymans  <wim@fluendo.com>
7685
7686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
7687         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
7688         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
7689         (gst_smokedec_change_state):
7690         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7691         (gst_smokeenc_init), (gst_smokeenc_finalize),
7692         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
7693         (gst_smokeenc_resync), (gst_smokeenc_chain),
7694         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
7695         (gst_smokeenc_change_state):
7696         Various cleanups, capsnego and leak fixes.
7697
7698 2006-10-30  Wim Taymans  <wim@fluendo.com>
7699
7700         Patch by: Mark Nauwelaerts  <manauw at skynet be>
7701
7702         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
7703         Fix videomixer so that it can handle any combination of framerates.
7704         Fixes #367221.
7705
7706 2006-10-28  Wim Taymans  <wim@fluendo.com>
7707
7708         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
7709         (gst_avi_demux_parse_file_header),
7710         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
7711         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
7712         (gst_avi_demux_chain):
7713         Fix position query for audio. also fixes timestamps in streaming
7714         mode and bug #364958.
7715         Small cleanups.
7716
7717 2006-10-27  Wim Taymans  <wim@fluendo.com>
7718
7719         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
7720         * ext/libpng/gstpngenc.h:
7721         Fix strides. Fixes #364856.
7722         Cleanup capsnego.
7723         Set caps on outgoing buffers.
7724
7725 2006-10-18  Wim Taymans  <wim@fluendo.com>
7726
7727         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
7728
7729         * gst/rtp/gstrtpgsmpay.c:
7730         * gst/rtp/gstrtph263pay.c:
7731         * gst/rtp/gstrtpmpapay.c:
7732         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
7733         (gst_rtp_pcma_pay_handle_buffer):
7734         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
7735         Add static payload numbers in addition to the dynamic ones.
7736         Fixes #361639.
7737
7738 2006-10-18  Wim Taymans  <wim@fluendo.com>
7739
7740         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
7741         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
7742         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
7743         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
7744         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
7745         * gst/rtsp/rtspdefs.h:
7746         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7747         * gst/rtsp/rtspurl.h:
7748         Reuse already existing enum for lower transport.
7749         Add rtspt and rtspu protocols.
7750         Send redirect to rtspt when udp times out.
7751
7752 2006-10-18  Wim Taymans  <wim@fluendo.com>
7753
7754         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
7755         (gst_wavparse_stream_data):
7756         Fix seeking some more, mostly for speed changes.
7757
7758 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
7759
7760         Patch by: Fredrik Persson  <frepe at bredband net>
7761
7762         * sys/v4l2/gstv4l2tuner.c:
7763         * sys/v4l2/gstv4l2tuner.h:
7764           Fix _set_channel(): remove useless g_object_notify() for "channel"
7765           property that doesn't exist any longer and therefore now also
7766           useless redirect (#338818).
7767
7768 2006-10-17  Wim Taymans  <wim@fluendo.com>
7769
7770         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
7771         Some drivers do not support unsetting the non-blocking flag once the
7772         device is opened. In those cases, close/open the device in
7773         non-blocking mode. Fixes #362673.
7774
7775 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7776
7777         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7778         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7779         (gst_v4l2src_get_fps):
7780           dear stefan, framespersecond is not frameperiod, reverting but adding
7781           comment
7782
7783 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
7784
7785         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7786         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
7787         (gst_v4l2src_get_fps):
7788           Numerator is numerator and denominator is denominator. Say that aloud
7789           5 times and retry after next beer.
7790
7791 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         Patch by: Josep Torra Valles  <josep at fluendo com>
7794
7795         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
7796         * ext/esd/esdsink.c: (gst_esdsink_write):
7797         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
7798         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
7799         (gst_flac_dec_send_newsegment):
7800         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
7801         (gst_flac_enc_tell_callback):
7802         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
7803         (smokecodec_parse_header), (smokecodec_decode):
7804         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
7805         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
7806         * gst/goom/Makefile.am:
7807         * gst/goom/gstgoom.c:
7808         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
7809         * gst/rtsp/gstrtspsrc.c:
7810         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
7811         * gst/udp/gstudpsink.c:
7812         * gst/udp/gstudpsrc.c:
7813         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
7814         * sys/sunaudio/gstsunaudiomixertrack.h:
7815           Fix a bunch of problems discovered by the Forte compiler, mostly type
7816           mixups and pointer arithmetics with void pointers. Fixes #362603.
7817
7818 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7819
7820         * ext/speex/gstspeex.c: (plugin_init):
7821         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
7822         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
7823         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
7824         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
7825         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
7826         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
7827         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
7828         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
7829         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
7830         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
7831         (gst_speex_enc_chain), (gst_speex_enc_get_property),
7832         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
7833         * ext/speex/gstspeexenc.h:
7834           Miscellaneous clean-ups, among other things: speexenc => enc to
7835           enhance code readability; change speexenc => speex_enc; in chain
7836           function unref input buffer in case of error; take reference in
7837           event function; use boilerplate macro; use gst_pad_query_peer_*
7838           convenience functions.
7839
7840 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
7841
7842         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
7843         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
7844         (gst_speexenc_set_header_on_caps):
7845           Fix some mem leaks.
7846
7847 2006-10-11  Wim Taymans  <wim@fluendo.com>
7848
7849         * gst/rtsp/URLS:
7850         Added some other URL.
7851
7852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
7853         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
7854         (gst_rtspsrc_open), (gst_rtspsrc_play),
7855         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7856         * gst/rtsp/gstrtspsrc.h:
7857         Work on fallback to TCP connection when the UDP socket times out.
7858         Handler server requests, just reply with OK for now.
7859
7860         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7861         * gst/rtsp/rtspdefs.h:
7862         Added some more Real extension headers.
7863
7864         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
7865         Fix parsing of urls with a ':' that is not part of the hostname:port
7866         part of the url.
7867
7868 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7869
7870         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
7871         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
7872         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
7873           Activate pad before adding it to the already-running element.
7874
7875         * tests/check/elements/icydemux.c: (icydemux_found_pad):
7876           Activate newly-created pad too.
7877
7878 2006-10-11  Wim Taymans  <wim@fluendo.com>
7879
7880         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
7881
7882         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
7883         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
7884         (gst_udpsrc_start):
7885         Fix some leaks in caps and uris. Fixes #361252.
7886
7887 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
7888
7889         * gst/wavparse/Makefile.am:
7890           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
7891
7892 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
7893
7894         * sys/v4l2/gstv4l2xoverlay.c:
7895         * sys/v4l2/gstv4l2xoverlay.h:
7896         Fix build as per the patch in #338818 comment 36.
7897
7898 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
7899
7900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
7901           Activate pads before adding them to the source.
7902
7903 2006-10-06  Wim Taymans  <wim@fluendo.com>
7904
7905         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
7906         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
7907         Activate pads before adding.
7908
7909 2006-10-06  Wim Taymans  <wim@fluendo.com>
7910
7911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
7912         (gst_multipart_find_pad_by_mime):
7913         Activate pads before adding.
7914
7915         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
7916         BOILERPLATE sets parent_class for us.
7917
7918 2006-10-06  Wim Taymans  <wim@fluendo.com>
7919
7920         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
7921         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
7922         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
7923         (gst_rtspsrc_alloc_udp_ports),
7924         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
7925         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
7926         (gst_rtspsrc_create_transports_string),
7927         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
7928         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
7929         * gst/rtsp/gstrtspsrc.h:
7930         Rework how the transport string is constructed, try to share channels
7931         and udp ports.
7932         Make most of the stuff less dependant on RTP as we are also going to use
7933         it for RDT.
7934         Add support for transport specific session managers.
7935
7936         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
7937         Implement _flush().
7938
7939         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
7940         * gst/rtsp/rtspdefs.h:
7941         Add generic error return code.
7942
7943         * gst/rtsp/rtspext.h:
7944         Add support for pluggable tranport strings.
7945
7946         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
7947         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
7948         (rtsp_ext_wms_get_context):
7949         Detect WMServer and activate the extension.
7950
7951         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
7952         (rtsp_transport_get_manager), (rtsp_transport_parse):
7953         * gst/rtsp/rtsptransport.h:
7954         Added methods to get mime/manager for certain transports.
7955
7956 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
7957
7958         * ext/cairo/gsttimeoverlay.c:
7959         (gst_cairo_time_overlay_update_font_height):
7960         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
7961         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
7962         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
7963         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
7964         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
7965         * ext/libpng/gstpngdec.c: (user_endrow_callback):
7966         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
7967         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
7968         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
7969         (gst_avi_demux_stream_data):
7970         * gst/cutter/gstcutter.c: (gst_cutter_chain):
7971         * gst/debug/efence.c: (gst_efence_buffer_alloc),
7972         (gst_fenced_buffer_copy):
7973         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
7974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
7976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
7977         (gst_rtspsrc_handle_message):
7978         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
7979         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
7980           Printf format fixes.
7981
7982 2006-10-04  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst/rtsp/Makefile.am:
7985         Dist new .h file too.
7986
7987 2006-10-04  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst/rtsp/Makefile.am:
7990         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
7991         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
7992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
7993         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
7994         (gst_rtspsrc_parse_rtpmap),
7995         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
7996         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
7997         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
7998         * gst/rtsp/gstrtspsrc.h:
7999         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8000         * gst/rtsp/rtspdefs.h:
8001         * gst/rtsp/rtspext.h:
8002         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
8003         (rtsp_ext_wms_get_context):
8004         * gst/rtsp/rtspextwms.h:
8005         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
8006         (rtsp_transport_parse):
8007         * gst/rtsp/rtsptransport.h:
8008         Factor out extension in separate module.
8009         Fix getcaps to filter against the padtemplate.
8010         Use Content-Base if the server gives one.
8011         Rework the transport parsing a bit for future extensions.
8012         Added some Real Header field definitions.
8013
8014 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8015
8016         * docs/plugins/Makefile.am:
8017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8019           added v4l2 stubs
8020         * gst-plugins-good.spec.in:
8021           add v4l2
8022
8023 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
8024
8025         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
8026           Extract disc/album/medium number and count and try harder
8027           to extract track number/count.
8028
8029 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
8030
8031         * configure.ac:
8032         * sys/Makefile.am:
8033           add build stuff for v4l2, needs --enable-experimental until
8034           the last bits are resolved
8035
8036 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
8037
8038         * tests/check/Makefile.am:
8039           Disable autodetect test temporarily, so that the build bots
8040           update -bad and the ranks of unreliable video sinks in there.
8041
8042         * tests/check/elements/autodetect.c: (GST_START_TEST):
8043           Skip test if no usable videosink is found.
8044
8045 2006-09-29  Wim Taymans  <wim@fluendo.com>
8046
8047         * gst/rtsp/URLS:
8048         Add some more URLs.
8049
8050         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8051         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
8052         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8053         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
8054         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8055         (gst_rtspsrc_loop), (gst_rtspsrc_send),
8056         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8057         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
8058         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8059         * gst/rtsp/gstrtspsrc.h:
8060         Add timeout property to control UDP timeouts.
8061         Fix error messages.
8062         Also start a loop function when operating in UDP mode so that we can
8063         do some more stuff async.
8064         Handle element messages from udpsrc to detect timeouts. If a timeout
8065         happens we currently generate an error.
8066         API: rtspsrc::timeout property.
8067
8068         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
8069         (gst_udpsrc_create):
8070         Really implement the timeout in microseconds and not milliseconds.
8071
8072 2006-09-29  Wim Taymans  <wim@fluendo.com>
8073
8074         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8075         (gst_udpsrc_create), (gst_udpsrc_set_property),
8076         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
8077         * gst/udp/gstudpsrc.h:
8078         Added property to post a message on timeout.
8079         Updated docs.
8080         When restarting the select, initialize the fdsets again.
8081         Init control sockets so we don't accidentally close a random socket.
8082         API: GstUDPSrc::timeout property
8083
8084 2006-09-29  Wim Taymans  <wim@fluendo.com>
8085
8086         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
8087         Fix flag registration.
8088
8089         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
8090         Reading 0 also means 'no more commands'
8091
8092 2006-09-29  Wim Taymans  <wim@fluendo.com>
8093
8094         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8095
8096         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8097         Fix possible infinite loop when shutting down, a read can also return
8098         0 to indicate no more messages are available. Fixes #358156.
8099
8100 2006-09-25  Wim Taymans  <wim@fluendo.com>
8101
8102         * gst/autodetect/gstautoaudiosink.c:
8103         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
8104         (gst_auto_audio_sink_find_best):
8105         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
8106         Small cleanups.
8107         don't try to set "sync" property when it is not available.
8108
8109 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8110
8111         Patch by: Peter Kjellerstedt  <pkj at axis com>
8112
8113         * gst/alpha/gstalpha.c:
8114         * gst/rtp/gstrtpamrdepay.c:
8115         * gst/rtsp/gstrtspsrc.c:
8116         * gst/udp/gstudpsrc.c:
8117         * gst/videomixer/videomixer.c:
8118           Include stdlib.h in some more places, makes things compile
8119           with uClibc and -Werror (#357592).
8120
8121 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * ext/jpeg/gstjpegdec.c:
8124           Set minimum height to 8 (from 16), our code should handle
8125           that fine. Some of the buttons on the apple trailer site
8126           are apparently only 15 pixels high (see #357470).
8127
8128 2006-09-23  Wim Taymans  <wim@fluendo.com>
8129
8130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
8131         (gst_rtspsrc_open):
8132         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8133         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8134         (rtsp_connection_receive):
8135         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
8136         * gst/rtsp/rtspdefs.h:
8137         Improve error reporting.
8138
8139 2006-09-23  Wim Taymans  <wim@fluendo.com>
8140
8141         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
8142         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
8143         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
8144         * gst/rtp/gstrtpdepay.c:
8145         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
8146         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
8147         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
8148         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
8149         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
8150         (gst_rtp_mp2t_depay_plugin_init):
8151         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
8152         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
8153         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
8154         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
8155         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
8156         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
8157         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
8158         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
8159         Fix klass typos.
8160         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
8161
8162 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8163
8164         * configure.ac:
8165           Need  -base CVS for gst_base_rtp_depayload_push_ts().
8166
8167 2006-09-22  Wim Taymans  <wim@fluendo.com>
8168
8169         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8170         Don't check for a tag that is never there and check if we read the
8171         correct tag. Fixes seeking again.
8172         We must post an error when all pads are unlinked.
8173
8174 2006-09-22  Wim Taymans  <wim@fluendo.com>
8175
8176         * gst/rtp/Makefile.am:
8177         * gst/rtp/gstrtp.c: (plugin_init):
8178         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
8179         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
8180         (gst_rtp_vorbis_pay_reset_packet),
8181         (gst_rtp_vorbis_pay_init_packet),
8182         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
8183         (gst_rtp_vorbis_pay_handle_buffer):
8184         More fixage, set endoder-params correctly in the payloader.
8185
8186 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
8187
8188         * gst/autodetect/gstautoaudiosink.c:
8189         (gst_auto_audio_sink_base_init):
8190         * gst/autodetect/gstautovideosink.c:
8191         (gst_auto_video_sink_base_init):
8192           Make static pad templates static to appease valgrind's leak
8193           detector.
8194
8195         * tests/check/Makefile.am:
8196         * tests/check/elements/.cvsignore:
8197         * tests/check/elements/autodetect.c: (GST_START_TEST),
8198         (autodetect_suite):
8199           Add simple test for the ghostpad lockup on shutdown fixed in core
8200           CVS (audio bit disabled because it would need dozens of alsa
8201           suppressions and I'm too lazy to add those now).
8202
8203 2006-09-22  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
8206         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
8207         Small cleanups.
8208
8209         * gst/rtp/Makefile.am:
8210         * gst/rtp/gstrtp.c: (plugin_init):
8211         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
8212         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
8213         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
8214         (gst_rtp_vorbis_depay_process),
8215         (gst_rtp_vorbis_depay_set_property),
8216         (gst_rtp_vorbis_depay_get_property),
8217         (gst_rtp_vorbis_depay_change_state),
8218         (gst_rtp_vorbis_depay_plugin_init):
8219         * gst/rtp/gstrtpvorbisdepay.h:
8220         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
8221         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
8222         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
8223         (gst_rtp_vorbis_pay_flush_packet),
8224         (gst_rtp_vorbis_pay_append_buffer),
8225         (gst_rtp_vorbis_pay_handle_buffer),
8226         (gst_rtp_vorbis_pay_plugin_init):
8227         * gst/rtp/gstrtpvorbispay.h:
8228         Add experimental vorbis pay and depayloaders.
8229
8230 2006-09-21  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
8233         Fix profile-level-id parsing and setup.
8234
8235 2006-09-21  Wim Taymans  <wim@fluendo.com>
8236
8237         * gst/udp/README:
8238         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
8239         Update README, simple cleanup.
8240
8241 2006-09-21  Wim Taymans  <wim@fluendo.com>
8242
8243         * gst/rtp/README:
8244         Update README with some examples.
8245
8246         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
8247         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
8248         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
8249         (gst_rtp_mp4g_pay_setcaps):
8250         * gst/rtp/gstrtpmp4gpay.h:
8251         Make optional RTP parameters of type STRING, as required by the
8252         application/x-rtp caps specification.
8253
8254 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
8255
8256         * gst/rtp/gstrtph263pdepay.c:
8257         * gst/rtp/gstrtph263ppay.c:
8258         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
8259         RTP header.
8260
8261 2006-09-20  Wim Taymans  <wim@fluendo.com>
8262
8263         * gst/rtp/Makefile.am:
8264         And makefile too.
8265
8266 2006-09-20  Wim Taymans  <wim@fluendo.com>
8267
8268         * gst/rtp/gstrtp.c: (plugin_init):
8269         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
8270         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
8271         (decode_base64), (gst_rtp_asf_depay_setcaps),
8272         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
8273         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
8274         (gst_rtp_asf_depay_plugin_init):
8275         * gst/rtp/gstrtpasfdepay.h:
8276         Added preliminary ASF depayloader.
8277
8278         * gst/rtp/gstrtph264depay.c: (decode_base64):
8279         Fix base64 decoding.
8280
8281 2006-09-20  Wim Taymans  <wim@fluendo.com>
8282
8283         * gst/rtsp/URLS:
8284         Added some test URLS.
8285
8286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8287         (gst_rtspsrc_loop), (gst_rtspsrc_open):
8288         * gst/rtsp/gstrtspsrc.h:
8289         When creating streams, give access to the complete SDP.
8290         Fix some leaks.
8291         Collect and merge global stream properties in stream caps.
8292         Preliminary support for WMServer.
8293
8294         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8295         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
8296         (rtsp_connection_receive):
8297         * gst/rtsp/rtspconnection.h:
8298         Make connection interruptable.
8299         Refactor to make it reconnectable.
8300         Don't fail on short reads when reading data packets.
8301
8302         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
8303         (rtsp_url_get_port):
8304         * gst/rtsp/rtspurl.h:
8305         Add methods for getting/setting the port.
8306
8307         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
8308         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
8309         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
8310         (sdp_media_get_format), (sdp_parse_line),
8311         (sdp_message_parse_buffer):
8312         Fix headers. 
8313         Add methods for getting multiple attributes with the same name.
8314         Increase buffer size when parsing.
8315         Fix parsing of a=foo fields.
8316
8317         * gst/rtsp/test.c: (main):
8318         Update to new connection API.
8319
8320         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
8321         (rtsp_message_init_response), (rtsp_message_init_data),
8322         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
8323         * gst/rtsp/rtspmessage.h:
8324         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
8325         * gst/rtsp/rtsptransport.h:
8326         * gst/rtsp/sdp.h:
8327         * gst/rtsp/sdpmessage.h:
8328         * gst/rtsp/gstrtsp.c:
8329         * gst/rtsp/gstrtsp.h:
8330         * gst/rtsp/gstrtpdec.c:
8331         * gst/rtsp/gstrtpdec.h:
8332         * gst/rtsp/rtsp.h:
8333         * gst/rtsp/rtspdefs.c:
8334         * gst/rtsp/rtspdefs.h:
8335         Dual licensed under MIT and LGPL now.
8336
8337 2006-09-19  Wim Taymans  <wim@fluendo.com>
8338
8339         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
8340         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
8341         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8342         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
8343         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
8344         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8345         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
8346         * gst/rtsp/gstrtspsrc.h:
8347         Reorganize stream parsing and creation.
8348         Detect container formats in interleaved mode.
8349         Keep more state about the streams.
8350         Assume a server also supports PLAY if it does not say.
8351         Add unicast and interleaved properties to TCP transport requests to make
8352         some servers happy (WMServer).
8353
8354         * gst/rtsp/sdpmessage.h:
8355         Add some defines for the standard Bandwidth types.
8356
8357 2006-09-19  Wim Taymans  <wim@fluendo.com>
8358
8359         * gst/rtsp/test.c: (main):
8360         Fix build.
8361
8362 2006-09-19  Wim Taymans  <wim@fluendo.com>
8363
8364         * gst/wavparse/gstwavparse.c:
8365         Add ms-gsm to the src template.
8366
8367 2006-09-18  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8370         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
8371         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
8372         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
8373         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8374         * gst/rtsp/gstrtspsrc.h:
8375         Small cleanups, added documentation.
8376         Try to clean up the requests and responses.
8377         Refactor parsing the supported methods.
8378
8379         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
8380         (rtsp_connection_create), (rtsp_connection_send),
8381         (parse_response_status), (parse_request_line),
8382         (rtsp_connection_receive), (rtsp_connection_close),
8383         (rtsp_connection_free):
8384         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
8385         (rtsp_transport_init), (rtsp_transport_parse),
8386         (rtsp_transport_free):
8387         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
8388         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
8389         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
8390         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
8391         Use g_return_val some more.
8392
8393         * gst/rtsp/rtspdefs.h:
8394         Add more enum values to track initial states.
8395
8396         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
8397         (rtsp_message_init_request), (rtsp_message_new_response),
8398         (rtsp_message_init_response), (rtsp_message_init_data),
8399         (rtsp_message_unset), (rtsp_message_free),
8400         (rtsp_message_add_header), (rtsp_message_remove_header),
8401         (rtsp_message_get_header), (rtsp_message_set_body),
8402         (rtsp_message_take_body), (rtsp_message_get_body),
8403         (rtsp_message_steal_body), (rtsp_message_dump):
8404         * gst/rtsp/rtspmessage.h:
8405         Reorder arguments, object goes as the first one.
8406         Use g_return_val some more.
8407
8408 2006-09-18  Wim Taymans  <wim@fluendo.com>
8409
8410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
8411         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
8412         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
8413         * gst/rtsp/gstrtspsrc.h:
8414         Export sometimes source pad with correct caps on the template, create
8415         the ghostpad from the template.
8416         Remove RTCP template as we never expose RTCP.
8417         Protect against invalid body size.
8418         Avoid memcpy when creating the output buffer.
8419         Properly post an error and send EOS when the loop function is shut down.
8420
8421 2006-09-18  Wim Taymans  <wim@fluendo.com>
8422
8423         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8424
8425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8426         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
8427         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
8428         * gst/rtsp/gstrtspsrc.h:
8429         Make sure we can never set an invalid location.
8430
8431         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
8432         * gst/rtsp/rtspmessage.h:
8433         Added _steal_body method for future use.
8434
8435         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
8436         Make freeing of NULL url return immediatly.
8437
8438 2006-09-18  Wim Taymans  <wim@fluendo.com>
8439
8440         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
8441
8442         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
8443         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
8444         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
8445         (gst_rtspsrc_change_state):
8446         * gst/rtsp/gstrtspsrc.h:
8447         Use boilerplate.
8448         Make rtspsrc subclass GstBin to make state changes easier.
8449         Add Range header field on the PLAY request.
8450
8451 2006-09-18  Wim Taymans  <wim@fluendo.com>
8452
8453         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
8454
8455         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
8456         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
8457         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
8458         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
8459         * gst/rtsp/rtspconnection.c: (inet_aton):
8460         Small cleanups.
8461         when multicast is selected as the transport, create UDP sources and
8462         connect to the multicast group.
8463         Move parsing and setting of caps to a common place.
8464         Fixes #349894.
8465
8466 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
8467
8468         * ext/flac/gstflactag.c:
8469         * gst/alpha/gstalpha.c:
8470         * gst/debug/breakmydata.c:
8471         * gst/debug/negotiation.c:
8472         * gst/debug/testplugin.c:
8473         * gst/effectv/gstaging.c:
8474         * gst/effectv/gstdice.c:
8475         * gst/effectv/gstedge.c:
8476         * gst/effectv/gstquark.c:
8477         * gst/effectv/gstrev.c:
8478         * gst/effectv/gstshagadelic.c:
8479         * gst/effectv/gstvertigo.c:
8480         * gst/effectv/gstwarp.c:
8481         * gst/multipart/multipartdemux.c:
8482         * gst/multipart/multipartmux.c:
8483         * gst/videobox/gstvideobox.c:
8484         * gst/videofilter/gstgamma.c:
8485         * gst/videofilter/gstvideotemplate.c:
8486         * gst/videomixer/videomixer.c:
8487         * sys/sunaudio/gstsunaudiosrc.h:
8488         More G_OBJECT macro fixing.
8489
8490 2006-09-16  Wim Taymans  <wim@fluendo.com>
8491
8492         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
8493
8494         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
8495         Correctly set the dwLength in strh.
8496         With this patch, the file duration is now displayed correctly in window
8497         media player and the AVI plays completely. Fixes #356147
8498
8499 2006-09-15  Wim Taymans  <wim@fluendo.com>
8500
8501         Patch by: Darren Kenny <darren dot kenny at sun dot com>
8502
8503         * sys/sunaudio/gstsunaudiomixerctrl.c:
8504         (gst_sunaudiomixer_ctrl_build_list):
8505         Set the output track as the MASTER so that the gnome-settings-daemon
8506         keybindings for changing the volume using the keyboard works.
8507         Fixes #356142.
8508
8509 2006-09-15  Wim Taymans  <wim@fluendo.com>
8510
8511         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
8512         Fix documentation, it is not possible to control the framerate of jpegdec
8513         using filtered caps yet. Fixes #355210.
8514         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
8515         stop when there is an error.
8516
8517 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
8520         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8521           Don't interpret a first buffer with an offset of NONE as
8522           'from the middle of the stream', but only a first buffer
8523           that has a valid buffer offset that's non-zero (see #345449).
8524
8525 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
8528         (gst_icydemux_typefind_or_forward):
8529         * gst/icydemux/gsticydemux.h:
8530           When we merge/collect multiple incoming buffers for typefinding
8531           purposes, keep an initial 0 offset on the first outgoing buffer
8532           as well (otherwise id3demux won't work right). Fixes #345449.
8533           Also Make buffer metadata writable before setting buffer caps.
8534
8535         * tests/check/elements/icydemux.c: (typefind_succeed),
8536         (cleanup_icydemux), (push_data), (GST_START_TEST),
8537         (icydemux_suite):
8538           Small test case for the above.
8539
8540 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
8541
8542         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
8543         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
8544         (gst_avi_demux_stream_header_push),
8545         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8546         (gst_avi_demux_loop):
8547           More code reuse and better logging in _peek_chunk(). Reintroduce check
8548           for chunk sizes before reading them (avoid oom). Better handling for 
8549           invalid chunksizes when streaming.
8550
8551 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
8552
8553         * gst/level/gstlevel.c: (gst_level_set_property):
8554         * gst/level/gstlevel.h:
8555           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
8556           René Stadler
8557
8558 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
8559
8560         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8561         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8562         (gst_avi_demux_stream_data):
8563           Revert one change to fix streaming avi (adapter size != data size).
8564
8565 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8566
8567         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
8568
8569         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
8570         (gst_matroska_demux_reset),
8571         (gst_matroska_demux_read_track_encodings),
8572         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
8573         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8574         (gst_matroska_demux_subtitle_caps):
8575         * gst/matroska/matroska-ids.h:
8576           Add support for VOBSUB subtitle tracks and zlib-compressed
8577           tracks. Make sure we start on a keyframe after a seek. (#343348)
8578
8579 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
8582         (gst_matroska_demux_push_flac_codec_priv_data),
8583         (gst_matroska_demux_push_xiph_codec_priv_data),
8584         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
8585         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
8586         * gst/matroska/matroska-ids.h:
8587           Add basic FLAC support (#311586), not perfect yet though, needs some
8588           tweaking in flacdec; also, seeking could be better.
8589           Do better bounds checking when deserialising vorbis stream headers
8590           to make sure we don't read beyond the end of the buffer on bad input.
8591
8592 2006-09-04  Wim Taymans  <wim@fluendo.com>
8593
8594         Patch by: Alessandro Decina <alessandro at nnva dot org>
8595
8596         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
8597         Seeking back in a file containing a CMML stream errors out if the seek
8598         goes back up to the CMML headers. This is because after the seek the xml
8599         processing instruction <?xml ...?> is submitted to the xml parser again, 
8600         which results in an error. The attached patch fixes the problem. 
8601         Fixes #353908.
8602
8603         * ext/annodex/gstcmmlenc.h:
8604         Fix authors name.
8605
8606
8607 2006-08-28  Andy Wingo  <wingo@pobox.com>
8608
8609         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
8610         New helper function to lessen the ifdefs.
8611         (GST_INFO_OBJECT): 
8612         (gst_dv1394src_iso_receive): Use it.
8613         (gst_dv1394src_create): Also use the control sockets in iec61883
8614         mode.
8615         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
8616         handle for AVC operations; fixes #348233.
8617
8618 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8619
8620         * configure.ac:
8621         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8622         * docs/plugins/inspect/plugin-audiofx.xml:
8623         * docs/plugins/inspect/plugin-audiofxgood.xml:
8624         * gst/audiofx/Makefile.am:
8625         * gst/audiofx/audiofx.c:
8626         * gst/audiofxgood/.cvsignore:
8627         * gst/audiofxgood/Makefile.am:
8628         * gst/audiofxgood/audiofx.c:
8629         * gst/audiofxgood/audiopanorama.c:
8630         * gst/audiofxgood/audiopanorama.h:
8631           Rename again (audiofxgood -> audiofx).
8632
8633 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
8634
8635         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
8636         (gst_avi_demux_stream_scan):
8637           Initialze variables.
8638
8639 2006-08-25  Wim Taymans  <wim@fluendo.com>
8640
8641         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8642         (gst_avi_demux_init), (gst_avi_demux_finalize),
8643         (gst_avi_demux_reset), (gst_avi_demux_index_last),
8644         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
8645         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
8646         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8647         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
8648         (gst_avi_demux_massage_index),
8649         (gst_avi_demux_calculate_durations_from_index),
8650         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
8651         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8652         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
8653         (gst_avi_demux_change_state):
8654         * gst/avi/gstavidemux.h:
8655         More attempts to turn this into readable code.
8656         Don't leak adapters.
8657         Calculate duration according to index more efficiently.
8658         Don't try to act like we drive the pipeline in chain mode.
8659
8660 2006-08-25  Wim Taymans  <wim@fluendo.com>
8661
8662         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
8663         Fix build.
8664
8665 2006-08-25  Wim Taymans  <wim@fluendo.com>
8666
8667         Patch by: Alessandro Decina <alessandro at nnva dot org>
8668
8669         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
8670         Do some extra sanity checks.
8671         Fixes #350340.
8672
8673         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
8674         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
8675         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
8676         Check if clip->start_time is valid before adding the clip to the
8677         track list.
8678         Reset enc->preamble going from PAUSED to READY.
8679         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
8680         only used for EOS.
8681         Only post an error message if we were the one that created the fatal
8682         GstFlowReturn value.
8683
8684         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
8685         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
8686         Parse the seconds field of the npt-sec time format using %llu rather than
8687         %d and check that the value scaled by GST_SECOND doesn't overflow.
8688         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
8689         Lookup a clip's track with clip->track rather than clip->id which
8690         makes no sense.
8691         Identify a clip by its track and start time and not its xml id.
8692         do some more input checking and make sure we don't do undefined shifts.
8693
8694         * tests/check/elements/cmmldec.c: (setup_cmmldec),
8695         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
8696         (cmml_tag_message_pop), (check_headers), (push_clip_full),
8697         (push_clip), (push_empty_clip), (check_output_clip),
8698         (GST_START_TEST), (cmmldec_suite):
8699         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
8700         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
8701         (check_headers), (push_clip), (check_clip_times), (check_clip),
8702         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
8703         Added some more checks.
8704
8705 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8706
8707         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
8708         (gst_audio_panorama_set_property),
8709         (gst_audio_panorama_get_property),
8710         (gst_audio_panorama_transform_m2s_int),
8711         (gst_audio_panorama_transform_s2s_int),
8712         (gst_audio_panorama_transform_m2s_float),
8713         (gst_audio_panorama_transform_s2s_float):
8714         * gst/audiofxgood/audiopanorama.h:
8715         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8716           Make also the pan-property float (saves scaling and yields better
8717           resolution)
8718
8719 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8720
8721         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8722         (gst_audio_panorama_transform_m2s_float),
8723         (gst_audio_panorama_transform_s2s_float):
8724           ChangeLog surgery to add cymax's real name
8725
8726
8727 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8728
8729         Patch by: René Stadler <mail@renestadler.de>
8730
8731         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
8732         (gst_audio_panorama_transform_m2s_int),
8733         (gst_audio_panorama_transform_s2s_int),
8734         (gst_audio_panorama_transform_m2s_float),
8735         (gst_audio_panorama_transform_s2s_float),
8736         (gst_audio_panorama_transform):
8737         * gst/audiofxgood/audiopanorama.h:
8738           Added float support
8739
8740 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * gst/audiofxgood/audiopanorama.c:
8743         (gst_audio_panorama_transform_m2s):
8744           Fix docs & debug category. Add Fixme for volume pan levels.
8745
8746 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
8747
8748         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
8749         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
8750         (gst_avi_demux_stream_header_pull),
8751         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8752         (gst_avi_demux_chain):
8753           unbreak AVI index handling, some more debug, remove an obsolete
8754           adapter_flush that caused streaming to wander off in the wild
8755
8756 2006-08-24  Wim Taymans  <wim@fluendo.com>
8757
8758         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8759         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
8760         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
8761         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8762         (gst_avi_demux_calculate_durations_from_index),
8763         (gst_avi_demux_stream_header_push),
8764         (gst_avi_demux_stream_header_pull):
8765         * gst/avi/gstavidemux.h:
8766         Some more cleanups. 
8767         Fix totalFrames parsing in ODML.
8768         Disable use of index for length calculation in case of ODML as this is
8769         broken now.
8770
8771 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
8772
8773         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
8774           Use libgsttag helper function here too.
8775
8776 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
8777
8778         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8779         (gst_avi_demux_init), (gst_avi_demux_dispose),
8780         (gst_avi_demux_reset), (gst_avi_demux_index_next),
8781         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
8782         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8783         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
8784         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
8785         (gst_avi_demux_parse_subindex),
8786         (gst_avi_demux_read_subindexes_push),
8787         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
8788         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
8789         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
8790         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
8791         (gst_avi_demux_stream_header_pull),
8792         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
8793         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
8794         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
8795         (gst_avi_demux_change_state):
8796         * gst/avi/gstavidemux.h:
8797           Initial streaming support for avidemux (fixes #336465)
8798
8799 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8802           There is no taglibmux element ...
8803
8804         * gst/rtsp/gstrtspsrc.c:
8805           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
8806           was complaining about unknown entity here.
8807
8808 2006-08-22  Wim Taymans  <wim@fluendo.com>
8809
8810         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
8811         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
8812         (gst_avi_demux_process_next_entry):
8813         * gst/avi/gstavidemux.h:
8814         Mark DISCONT.
8815         Remove old unused fields and reorder the struct a bit.
8816
8817 2006-08-22  Wim Taymans  <wim@fluendo.com>
8818
8819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
8820         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
8821         (gst_rtspsrc_pause):
8822         * gst/rtsp/gstrtspsrc.h:
8823         * sys/oss/gstosssink.c: (gst_oss_sink_open),
8824         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
8825         Small documentation updates.
8826
8827 2006-08-22  Wim Taymans  <wim@fluendo.com>
8828
8829         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8830         (gst_avi_demux_index_entry_for_time),
8831         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
8832         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
8833         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
8834         (gst_avi_demux_next_data_buffer),
8835         (gst_avi_demux_calculate_durations_from_index),
8836         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
8837         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
8838         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
8839         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
8840         * gst/avi/gstavidemux.h:
8841         Precalc most of the duration query for each stream.
8842         Make seeking more correct.
8843         Use GstSegment to track position and duration.
8844         Code cleanups and leak fixes.
8845         Calculate correct total duration based on index length.
8846
8847 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
8848
8849         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
8850         (parse_insert_string_field):
8851           If strings in text fields are marked ISO8859-1, but contain
8852           valid UTF-8 already, then handle them as UTF-8 and ignore
8853           the encoding. (#351794)
8854
8855 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8856
8857         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
8858         (gst_flac_dec_write), (gst_flac_dec_loop),
8859         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
8860         (gst_flac_dec_src_query):
8861         * ext/flac/gstflacdec.h:
8862           Make flac-in-ogg work (#352100).
8863
8864 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8865
8866         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
8867           Don't unref buffers of which we've already given away
8868           ownership to the adapter.
8869
8870 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
8873           Make metadata extraction actually work.
8874
8875         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
8876         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
8877         (gst_speexenc_chain):
8878           Fix metadata writing: replace old code which wrote completely
8879           broken tags with libgsttag-based code. Plus miscellaneous
8880           code cleanups (use static pad templates etc.) and a bunch
8881           of leak fixes.
8882
8883 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8884
8885         * gst/audiopanorama/.cvsignore:
8886         * gst/audiopanorama/Makefile.am:
8887         * gst/audiopanorama/audiofx.c:
8888         * gst/audiopanorama/audiopanorama.c:
8889         * gst/audiopanorama/audiopanorama.h:
8890           die! die! die! you should never have been there
8891
8892 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
8893
8894         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8895         Fix invalid memory access in audiopanorama test suite.
8896
8897 2006-08-21  Edward Hervey  <edward@fluendo.com>
8898
8899         * tests/check/elements/.cvsignore:
8900         ignore built file
8901
8902 2006-08-21  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst/rtp/Makefile.am:
8905         Fix the build again.
8906
8907 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
8908
8909         * gst/audiofxgood/.cvsignore:
8910         * gst/audiofxgood/Makefile.am:
8911         * gst/audiofxgood/audiofx.c: (plugin_init):
8912         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8913         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8914         (gst_audio_panorama_set_property),
8915         (gst_audio_panorama_get_property),
8916         (gst_audio_panorama_get_unit_size),
8917         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8918         (gst_audio_panorama_transform_m2s),
8919         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8920         * gst/audiofxgood/audiopanorama.h:
8921           resubmit with the desired name *again*
8922
8923 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8924
8925         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
8926         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
8927           use g_assert in _get_unit_size
8928
8929 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8930
8931         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8932         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8933         * docs/plugins/inspect/plugin-audiofxgood.xml:
8934           cleanup -unused.txt to make it useful, add previously missing docs
8935
8936         * ext/Makefile.am:
8937           Quietly (accidentally) enable LADSPA for building by default, 
8938           despite the fact that it doesn't meet the plugin checklist.
8939             -- Added by Jan Schmidt 18 Dec 2006
8940
8941         * ext/esd/esdmon.c:
8942         * ext/esd/esdsink.c:
8943         * ext/esd/gstesd.c: (plugin_init):
8944           reflow to get rid of two external symbols
8945
8946         * gst/audiofxgood/audiofx.c: (plugin_init):
8947           re-add
8948
8949 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
8950
8951         * configure.ac:
8952         * gst/audiofxgood/.cvsignore:
8953         * gst/audiofxgood/Makefile.am:
8954         * gst/audiofxgood/audiofx.c
8955         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
8956         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
8957         (gst_audio_panorama_set_property),
8958         (gst_audio_panorama_get_property),
8959         (gst_audio_panorama_get_unit_size),
8960         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
8961         (gst_audio_panorama_transform_m2s),
8962         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
8963         * gst/audiofxgood/audiopanorama.h:
8964         * tests/check/Makefile.am:
8965         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
8966         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
8967         (panorama_suite), (main):
8968         Add audiofxgood plugin with audiopanorama element
8969
8970 2006-08-18  Wim Taymans  <wim@fluendo.com>
8971
8972         * docs/plugins/Makefile.am:
8973         More Oss docs fixage. 
8974
8975 2006-08-18  Wim Taymans  <wim@fluendo.com>
8976
8977         * gst/rtp/Makefile.am:
8978         * gst/rtp/gstrtp.c: (plugin_init):
8979         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
8980         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
8981         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
8982         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
8983         (gst_rtp_sv3v_depay_get_property),
8984         (gst_rtp_sv3v_depay_change_state),
8985         (gst_rtp_sv3v_depay_plugin_init):
8986         * gst/rtp/gstrtpsv3vdepay.h:
8987         Added experimental SVQ3 depayloader.
8988
8989 2006-08-18  Edward Hervey  <edward@fluendo.com>
8990
8991         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
8992         (gst_dvdemux_loop), (gst_dvdemux_change_state):
8993         * ext/dv/gstdvdemux.h:
8994         When handling seek requests, don't send the newsegment event from the
8995         calling thread. Instead save it so it can be sent from the streaming
8996         thread.
8997
8998 2006-08-17  Wim Taymans  <wim@fluendo.com>
8999
9000         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9001
9002         * gst/multipart/multipartdemux.c: (multipart_parse_header):
9003         Accept leading whitespace before the boundary
9004         This patch makes the demuxer allow some whitespace before the actual
9005         boundary. This makes the demuxer work with the ``old'' gstreamer
9006         multipartmuxer again (which placed an extra \n before the start
9007         of the stream) Fixes #349068.
9008
9009 2006-08-17  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
9012         Error out on non-implemented stuff.
9013
9014 2006-08-16  Wim Taymans  <wim@fluendo.com>
9015
9016         Patch by: Andy Wingo <wingo at pobox dot com>
9017
9018         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
9019         (gst_signal_processor_start), (gst_signal_processor_stop),
9020         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
9021         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
9022         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
9023         (gst_signal_processor_change_state):
9024         Make ladspa elements reusable. Fixes #350006.
9025
9026 2006-08-16  Wim Taymans  <wim@fluendo.com>
9027
9028         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
9029         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
9030         names as possible. Fixes #349901.
9031
9032 2006-08-16  Wim Taymans  <wim@fluendo.com>
9033
9034         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
9035         (gst_signal_processor_do_pushes):
9036         A push() gives away our refcount so we should not use the buffer on the
9037         pen anymore.
9038
9039 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9042         (gst_oss_mixer_element_finalize):
9043           Don't leak device string.
9044
9045 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9046
9047         * configure.ac:
9048           Require CVS of GStreamer core and -base (for
9049           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
9050
9051         * ext/taglib/gstid3v2mux.cc:
9052           Write extended comment tags properly (#348762).
9053
9054         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
9055         (parse_comment_frame):
9056           Extract COMM frames into extended comments, which makes it
9057           easier to properly retain the description bit of the tag
9058           and maintain this information when re-tagging (#348762).
9059
9060 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9061
9062         * tests/check/Makefile.am:
9063           Don't try to run annodex unit tests if the annodex
9064           plugin has not been built (Fixes #351116).
9065
9066 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * gst/autodetect/gstautoaudiosink.c:
9069         (gst_auto_audio_sink_find_best):
9070           When we can't find a usable audiosink, don't error out,
9071           but use a fake sink instead and post a warning message
9072           on the bus (#341278).
9073
9074 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
9075
9076         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
9077         * sys/oss/gstosssink.c:
9078         * sys/oss/gstosssrc.c:
9079           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
9080           ossmixer's new device property.
9081
9082         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9083         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9084           Add docs for OSS elements.
9085
9086         * docs/plugins/inspect/plugin-aasink.xml:
9087         * docs/plugins/inspect/plugin-alaw.xml:
9088         * docs/plugins/inspect/plugin-alpha.xml:
9089         * docs/plugins/inspect/plugin-alphacolor.xml:
9090         * docs/plugins/inspect/plugin-annodex.xml:
9091         * docs/plugins/inspect/plugin-apetag.xml:
9092         * docs/plugins/inspect/plugin-auparse.xml:
9093         * docs/plugins/inspect/plugin-autodetect.xml:
9094         * docs/plugins/inspect/plugin-avi.xml:
9095         * docs/plugins/inspect/plugin-cacasink.xml:
9096         * docs/plugins/inspect/plugin-cairo.xml:
9097         * docs/plugins/inspect/plugin-cdio.xml:
9098         * docs/plugins/inspect/plugin-cutter.xml:
9099         * docs/plugins/inspect/plugin-debug.xml:
9100         * docs/plugins/inspect/plugin-dv.xml:
9101         * docs/plugins/inspect/plugin-efence.xml:
9102         * docs/plugins/inspect/plugin-effectv.xml:
9103         * docs/plugins/inspect/plugin-esdsink.xml:
9104         * docs/plugins/inspect/plugin-flac.xml:
9105         * docs/plugins/inspect/plugin-flxdec.xml:
9106         * docs/plugins/inspect/plugin-gconfelements.xml:
9107         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9108         * docs/plugins/inspect/plugin-goom.xml:
9109         * docs/plugins/inspect/plugin-halelements.xml:
9110         * docs/plugins/inspect/plugin-icydemux.xml:
9111         * docs/plugins/inspect/plugin-id3demux.xml:
9112         * docs/plugins/inspect/plugin-jpeg.xml:
9113         * docs/plugins/inspect/plugin-level.xml:
9114         * docs/plugins/inspect/plugin-matroska.xml:
9115         * docs/plugins/inspect/plugin-mulaw.xml:
9116         * docs/plugins/inspect/plugin-multipart.xml:
9117         * docs/plugins/inspect/plugin-navigationtest.xml:
9118         * docs/plugins/inspect/plugin-ossaudio.xml:
9119         * docs/plugins/inspect/plugin-png.xml:
9120         * docs/plugins/inspect/plugin-rtp.xml:
9121         * docs/plugins/inspect/plugin-rtsp.xml:
9122         * docs/plugins/inspect/plugin-shout2send.xml:
9123         * docs/plugins/inspect/plugin-smpte.xml:
9124         * docs/plugins/inspect/plugin-speex.xml:
9125         * docs/plugins/inspect/plugin-taglib.xml:
9126         * docs/plugins/inspect/plugin-udp.xml:
9127         * docs/plugins/inspect/plugin-videobalance.xml:
9128         * docs/plugins/inspect/plugin-videobox.xml:
9129         * docs/plugins/inspect/plugin-videoflip.xml:
9130         * docs/plugins/inspect/plugin-videomixer.xml:
9131         * docs/plugins/inspect/plugin-wavenc.xml:
9132         * docs/plugins/inspect/plugin-wavparse.xml:
9133         * docs/plugins/inspect/plugin-ximagesrc.xml:
9134           Update to CVS version.
9135           
9136 2006-08-16  Wim Taymans  <wim@fluendo.com>
9137
9138         * gst/rtp/gstrtpamrdepay.c:
9139         * gst/rtp/gstrtpmp4gdepay.c:
9140         Caps extra properties must be defined as strings for
9141         depayloaders because they are generated from an SDP.
9142
9143         * gst/rtp/Makefile.am:
9144         * gst/rtp/gstrtp.c: (plugin_init):
9145         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
9146         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
9147         (gst_rtp_h264_depay_finalize), (decode_base64),
9148         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
9149         (gst_rtp_h264_depay_set_property),
9150         (gst_rtp_h264_depay_get_property),
9151         (gst_rtp_h264_depay_change_state),
9152         (gst_rtp_h264_depay_plugin_init):
9153         * gst/rtp/gstrtph264depay.h:
9154         Added basic, not completely functional RFC 3984 H264 depayloader.
9155
9156 2006-08-16  Wim Taymans  <wim@fluendo.com>
9157
9158         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
9159         Add pads after setting them up.
9160
9161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9162         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
9163         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
9164         (gst_rtspsrc_stream_setup_rtp),
9165         (gst_rtspsrc_stream_configure_transport),
9166         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
9167         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
9168         (gst_rtspsrc_pause):
9169         * gst/rtsp/gstrtspsrc.h:
9170         Fix interleaved mode.
9171          - Protect streaming with lock.
9172          - Combine flows
9173          - set caps on outgoing buffers.
9174          - strip trailing \0 from data packets.
9175          - Configure RTP/RTCP in stream.
9176         Use DEBUG_OBJECT more.
9177
9178 2006-08-16  Wim Taymans  <wim@fluendo.com>
9179
9180         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9181         Turn a g_print into a DEBUG line.
9182
9183 2006-08-13  Wim Taymans  <wim@fluendo.com>
9184
9185         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
9186         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
9187         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
9188         (gst_oss_mixer_element_get_property),
9189         (gst_oss_mixer_element_change_state):
9190         * sys/oss/gstossmixerelement.h:
9191         Small cleanups. Better error reporting.
9192         Add device property for the mixer instead of the hardcoded
9193         /dev/mixer. Fixes #350785.
9194         API: GstOssMixerElement::device property
9195
9196 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
9197
9198         Patch by: Jens Granseuer <jensgr at gmx net>
9199
9200         * gconf/Makefile.am:
9201           Make --disable-schemas work right (they still need
9202           to be copied to the installation directory, just not
9203           applied). Fixes #351347 (also #344100).
9204           
9205 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9206
9207         * configure.ac: back to HEAD
9208
9209 === release 0.10.4 ===
9210
9211 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
9212
9213         * configure.ac:
9214           releasing 0.10.4, "Dear Leader"
9215
9216 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9217
9218         Patch by: Edward Hervey <edward@fluendo.com>
9219
9220         * configure.ac:
9221         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9222         (gst_wavparse_stream_data):
9223         Send the newsegment event in the streaming thread.
9224         Fixes #347529
9225
9226 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
9227
9228         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
9229         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
9230         (gst_smokeenc_resync), (gst_smokeenc_chain):
9231           Refuse sink caps in the encoder if width or height is not a
9232           multiple of 16, the encoder does not support that yet (#349939);
9233           along the same lines, check the return value of the encoder
9234           setup function; also remove some debug log clutter.
9235
9236 2006-08-04  Andy Wingo  <wingo@pobox.com>
9237
9238         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
9239         whether a processor can work in place or not, and for keeping
9240         track of its state. Change the FlowReturn instance variable from
9241         "state" to "flow_state", all callers changed.
9242
9243         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
9244         (gst_signal_processor_start, gst_signal_processor_stop)
9245         (gst_signal_processor_cleanup): New functions to manage the
9246         processor's state.
9247         (gst_signal_processor_setcaps): start() as well as setup() here.
9248         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
9249         (gst_signal_processor_change_state): Stop and cleanup the
9250         processor as we go to NULL.
9251
9252         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
9253         INPLACE_BROKEN is not set.
9254
9255         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
9256         Do the alloc_buffer in bytes, not frames.
9257         
9258 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9259
9260         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
9261         Fix rgb masks when recording in < 24bpp.
9262
9263 2006-08-04  Andy Wingo  <wingo@pobox.com>
9264
9265         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
9266         (gst_signal_processor_prepare)
9267         (gst_signal_processor_update_inputs)
9268         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
9269         (gst_signal_processor_flush)
9270         (gst_signal_processor_sink_activate_push)
9271         (gst_signal_processor_src_activate_pull)
9272         (gst_signal_processor_change_state): Remove the last of the code
9273         that assumes that we process whole buffers at a time. Fix some
9274         debugging. Seems to work now in some cases.
9275         (gst_signal_processor_src_activate_pull): BPB
9276
9277 2006-08-01  Andy Wingo  <wingo@pobox.com>
9278
9279         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
9280         Fix nframes-choosing.
9281         (gst_signal_processor_init): Init pending_in and pending_out.
9282
9283         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
9284         more default sample rate, although we never check that the sample
9285         rate actually gets set. Something for the future.
9286         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
9287         (gst_signal_processor_event): Refcount fixen.
9288         (gst_signal_processor_process): Pull the number of frames to
9289         process from the sizes of the buffers in the input pens.
9290         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
9291         (gst_signal_processor_do_pulls): Add an nframes argument, and use
9292         it instead of buffer_frames.
9293         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
9294         to do_pulls.
9295         (gst_signal_processor_chain)
9296         (gst_signal_processor_sink_activate_push)
9297         (gst_signal_processor_src_activate_pull):  Refcount fixen.
9298
9299         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
9300
9301 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
9302
9303         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
9304         (gst_signal_processor_process):
9305           don't query buffer-frames from caps, add lots of debug-log,
9306           try fix for assert (#349189)
9307
9308 2006-07-31  Wim Taymans  <wim@fluendo.com>
9309
9310         * gst/udp/gstudpsrc.c:
9311         Fix docs.
9312
9313 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
9314
9315         * ext/ladspa/gstsignalprocessor.c:
9316         (gst_signal_processor_add_pad_from_template),
9317         (gst_signal_processor_init), (gst_signal_processor_setcaps),
9318         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
9319         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
9320         (gst_signal_processor_sink_activate_push),
9321         (gst_signal_processor_src_activate_pull),
9322         (gst_signal_processor_change_state):
9323          Add debugs logs here and there, add more error handling, add some
9324          FIXME comments, filed #349189
9325
9326 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9327
9328         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
9329         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
9330         Set caps on buffer correctly.  Fixes bug #349155.
9331
9332 2006-07-28  Wim Taymans  <wim@fluendo.com>
9333
9334         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9335
9336         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
9337         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
9338         (gst_multipart_demux_finalize), (get_line_end),
9339         (multipart_parse_header), (multipart_find_boundary),
9340         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
9341         (gst_multipart_set_property), (gst_multipart_get_property):
9342         Uses GstAdapter instead of own buffering.
9343         Actually parses the mime-type correctly (In tests the mime-type was
9344         always "" with the old version).
9345         Uses the Content-length header if available to speed up things.
9346         Reliably autoscans the boundary name by default.
9347         Fixes #349068.
9348
9349         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
9350         Don't start the stream with a \n.
9351
9352 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         Patch by: Brian Cameron <brian dot cameron at sun com>
9355
9356         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
9357           Open source with O_NONBLOCK (#349015).
9358
9359 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
9360
9361         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
9362         (gst_avi_demux_massage_index):
9363         * gst/avi/gstavidemux.h:
9364           Whitespace fixes and more debug
9365
9366 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * gst/autodetect/gstautoaudiosink.c:
9369         (gst_auto_audio_sink_create_element_with_pretty_name),
9370         (gst_auto_audio_sink_find_best),
9371         (gst_auto_audio_sink_change_state):
9372           Get rid of old and unused magic sound-server properties stuff.
9373           Add suffix to child sink's name that makes it easy to see from
9374           the name alone which type it actually is (alsa, oss, esd, etc.).
9375
9376 2006-07-27  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9379         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
9380         (gst_udpsrc_start):
9381         * gst/udp/gstudpsrc.h:
9382         Rename "buffer" to "buffer-size" to make clear it is a size we set and
9383         not some sort of feature we enable.
9384
9385 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
9388           Use CLOSE_SOCKET() here instead of close() to maintain
9389           win32 workiness.
9390
9391 2006-07-27  Wim Taymans  <wim@fluendo.com>
9392
9393         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
9394
9395         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
9396         (gst_udpsrc_create), (gst_udpsrc_set_property),
9397         (gst_udpsrc_get_property), (gst_udpsrc_start):
9398         * gst/udp/gstudpsrc.h:
9399         Added "buffer-size" property to control the kernel receive buffer size.
9400         Update documentation.
9401         Small cleanups. Fixes #348752.
9402         API: buffer-size property
9403
9404 2006-07-26  Wim Taymans  <wim@fluendo.com>
9405
9406         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
9407
9408         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
9409         (gst_rtp_pcma_pay_handle_buffer):
9410         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
9411         (gst_rtp_pcmu_pay_handle_buffer):
9412         Fix timestamp calculation on outgoing RTP packets.
9413         Fixes #348675.
9414
9415 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * ext/taglib/gstid3v2mux.cc:
9418           Fix writing of comment frames (should be COMM not TCOM),
9419           is still sub-optimal though, since we don't retain or
9420           extract the comment descriptions properly (#334375,
9421           also see #334375).
9422
9423 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9424
9425         * gst/wavparse/gstwavparse.c:
9426           #define 'fact' RIFF chunk if we are not compiling against
9427           -base CVS (we don't want to depend on -base CVS for this
9428           one define only, and also not for release order reasons).
9429
9430 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         * ext/taglib/gstid3v2mux.cc:
9433           Handle multiple tags of the same type properly. Re-inject
9434           unparsed ID3v2 frames that we get as binary blobs from
9435           id3demux into the tag again so we don't lose information
9436           when retagging (#334375).
9437
9438 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
9441           Document newly-added properties properly, so that there is a
9442           'Since: 0.10.4' in the plugin docs. Convert some property
9443           names into canonical GObject style (GObject will do that
9444           internally anyway).
9445
9446 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
9447
9448         * gst/id3demux/id3tags.c:
9449         (id3demux_add_id3v2_frame_blob_to_taglist):
9450           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
9451           well, and add the version to the blob's buffer caps, since that
9452           information will be needed for deserialisation later on (#348644).
9453
9454 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
9455
9456         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
9457         (gst_avi_demux_parse_stream):
9458          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
9459          indentation and spacing.
9460
9461 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * docs/plugins/Makefile.am:
9464         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9465         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9466         * docs/plugins/gst-plugins-good-plugins.args:
9467         * docs/plugins/inspect/plugin-1394.xml:
9468         * docs/plugins/inspect/plugin-aasink.xml:
9469         * docs/plugins/inspect/plugin-alaw.xml:
9470         * docs/plugins/inspect/plugin-alpha.xml:
9471         * docs/plugins/inspect/plugin-alphacolor.xml:
9472         * docs/plugins/inspect/plugin-annodex.xml:
9473         * docs/plugins/inspect/plugin-apetag.xml:
9474         * docs/plugins/inspect/plugin-auparse.xml:
9475         * docs/plugins/inspect/plugin-autodetect.xml:
9476         * docs/plugins/inspect/plugin-avi.xml:
9477         * docs/plugins/inspect/plugin-cacasink.xml:
9478         * docs/plugins/inspect/plugin-cairo.xml:
9479         * docs/plugins/inspect/plugin-cdio.xml:
9480         * docs/plugins/inspect/plugin-cutter.xml:
9481         * docs/plugins/inspect/plugin-debug.xml:
9482         * docs/plugins/inspect/plugin-dv.xml:
9483         * docs/plugins/inspect/plugin-efence.xml:
9484         * docs/plugins/inspect/plugin-effectv.xml:
9485         * docs/plugins/inspect/plugin-esdsink.xml:
9486         * docs/plugins/inspect/plugin-flac.xml:
9487         * docs/plugins/inspect/plugin-flxdec.xml:
9488         * docs/plugins/inspect/plugin-gconfelements.xml:
9489         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9490         * docs/plugins/inspect/plugin-goom.xml:
9491         * docs/plugins/inspect/plugin-halelements.xml:
9492         * docs/plugins/inspect/plugin-icydemux.xml:
9493         * docs/plugins/inspect/plugin-id3demux.xml:
9494         * docs/plugins/inspect/plugin-jpeg.xml:
9495         * docs/plugins/inspect/plugin-level.xml:
9496         * docs/plugins/inspect/plugin-matroska.xml:
9497         * docs/plugins/inspect/plugin-mulaw.xml:
9498         * docs/plugins/inspect/plugin-multipart.xml:
9499         * docs/plugins/inspect/plugin-navigationtest.xml:
9500         * docs/plugins/inspect/plugin-ossaudio.xml:
9501         * docs/plugins/inspect/plugin-png.xml:
9502         * docs/plugins/inspect/plugin-rtp.xml:
9503         * docs/plugins/inspect/plugin-rtsp.xml:
9504         * docs/plugins/inspect/plugin-shout2send.xml:
9505         * docs/plugins/inspect/plugin-smpte.xml:
9506         * docs/plugins/inspect/plugin-speex.xml:
9507         * docs/plugins/inspect/plugin-udp.xml:
9508         * docs/plugins/inspect/plugin-videobalance.xml:
9509         * docs/plugins/inspect/plugin-videobox.xml:
9510         * docs/plugins/inspect/plugin-videoflip.xml:
9511         * docs/plugins/inspect/plugin-videomixer.xml:
9512         * docs/plugins/inspect/plugin-wavenc.xml:
9513         * docs/plugins/inspect/plugin-wavparse.xml:
9514         * docs/plugins/inspect/plugin-ximagesrc.xml:
9515           Update files to CVS/Prerelease version, add esdsink docs.
9516
9517         * ext/esd/esdsink.c:
9518           Add gtk-doc blurb.
9519
9520         * gst/rtp/gstrtpmp4vpay.c:
9521           Fix typo in element description.
9522
9523 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * ext/esd/esdsink.c: (gst_esdsink_open),
9526         (gst_esdsink_factory_init):
9527           Prevent libesd from auto-spawning a sound daemon if it
9528           is not already running. Now that we don't do evil stuff
9529           like that any longer we can give esdsink a rank so that
9530           autoaudiosink will try it as well if all other audio
9531           sinks fail (#343051).
9532
9533 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * ext/esd/Makefile.am:
9536           Oops, need to remove README from EXTRA_DIST as well.
9537
9538 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9539
9540         * ext/esd/README:
9541           Remove, it contains nothing useful anyway.
9542
9543         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
9544         (gst_esdsink_delay):
9545           Some small clean-ups; use GST_BOILERPLATE etc.
9546
9547 2006-07-24  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/law/alaw-decode.c: (alawdec_getcaps):
9550         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
9551         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
9552         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
9553         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
9554
9555 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
9556
9557         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
9558         (gst_wavparse_other), (gst_wavparse_perform_seek),
9559         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
9560         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
9561         (gst_wavparse_pad_query):
9562         * gst/wavparse/gstwavparse.h:
9563           Use information from 'fact' chunk for length calculation of compressed
9564           samples. Calculate bps if bogus value is found in wav header (embeded
9565           mp2/mp3).
9566           
9567
9568 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
9569
9570         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
9571
9572         * configure.ac:
9573         * gst/udp/Makefile.am:
9574         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
9575         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
9576         * gst/udp/gstdynudpsink.h:
9577         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
9578         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
9579         * gst/udp/gstmultiudpsink.h:
9580         * gst/udp/gstudp.c: (plugin_init):
9581         * gst/udp/gstudpsink.h:
9582         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
9583         (gst_udpsrc_start), (gst_udpsrc_stop):
9584         * gst/udp/gstudpsrc.h:
9585         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
9586         (gst_udp_net_utils_win32_wsa_startup):
9587         * gst/udp/gstudpnetutils.h:
9588           Port udp plugin to win32 (#345288).
9589
9590 2006-07-24  Wim Taymans  <wim@fluendo.com>
9591
9592         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
9593         Remove unwanted DEBUG line.
9594
9595 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         * gst/id3demux/gstid3demux.c: (plugin_init):
9598         * gst/id3demux/id3tags.c:
9599         (id3demux_add_id3v2_frame_blob_to_taglist):
9600         * gst/id3demux/id3tags.h:
9601           On second thought, it might be wiser and more efficient
9602           not to do tag registration from a streaming thread.
9603
9604 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         * gst/id3demux/id3tags.c:
9607         (id3demux_add_id3v2_frame_blob_to_taglist),
9608         (id3demux_id3v2_frames_to_tag_list):
9609           Put ID3v2 frames we can't parse as binary blobs into private
9610           tags, so that they are not lost when retagging, at least once
9611           id3v2mux has been taught to re-inject those frames again.
9612           See bug #334375.
9613
9614 2006-07-21  Wim Taymans  <wim@fluendo.com>
9615
9616         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
9617         (gst_avi_demux_process_next_entry):
9618         Fix some leaks.
9619
9620         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
9621         Don't use \n in debug lines.
9622
9623 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
9624
9625         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9626         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9627           Add annodex and icydemux, cleanup the sections a bit
9628
9629 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
9630
9631         Patch by: Alex Lancaster <alexl at users sourceforge net>
9632
9633         * ext/taglib/gstid3v2mux.cc:
9634           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
9635           ID3v2 TSSE frames (#347898).
9636
9637 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
9638
9639         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
9640           Respect mpegversion for "video/mpeg" and give message in case of
9641           unhandled versions.
9642
9643 2006-07-17  Wim Taymans  <wim@fluendo.com>
9644
9645         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
9646         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
9647         (gst_pngdec_chain), (gst_pngdec_sink_event),
9648         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
9649         (gst_pngdec_sink_activate_push):
9650         * ext/libpng/gstpngdec.h:
9651         Use statically allocated segment instead of leaking.
9652         Various cleanups.
9653         Fix flush and seek handling.
9654
9655 2006-07-16  Wim Taymans  <wim@fluendo.com>
9656
9657         * gst/rtp/Makefile.am:
9658         * gst/rtp/gstrtp.c: (plugin_init):
9659         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
9660         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
9661         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
9662         (gst_rtp_mp4g_depay_set_property),
9663         (gst_rtp_mp4g_depay_get_property),
9664         (gst_rtp_mp4g_depay_change_state),
9665         (gst_rtp_mp4g_depay_plugin_init):
9666         * gst/rtp/gstrtpmp4gdepay.h:
9667         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
9668         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
9669         (gst_rtp_mp4g_pay_flush):
9670         Added simple generic mpeg4 depayloader.
9671         Fix generic mpeg4 payloader.
9672
9673 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
9674
9675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
9676           Don't try doing state changes on a NULL pointer.
9677
9678 2006-07-14  Wim Taymans  <wim@fluendo.com>
9679
9680         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
9681
9682         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
9683         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
9684         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
9685         * gst/rtp/gstrtpamrdepay.h:
9686         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
9687         Fixes #321191
9688
9689 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9690
9691         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9692         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
9693         Fix segfault when moving mouse pointer to the bottom right corner.
9694
9695 2006-07-12  Wim Taymans  <wim@fluendo.com>
9696
9697         * gst/rtp/Makefile.am:
9698         * gst/rtp/gstrtp.c: (plugin_init):
9699         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
9700         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
9701         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
9702         (gst_rtp_mp2t_depay_set_property),
9703         (gst_rtp_mp2t_depay_get_property),
9704         (gst_rtp_mp2t_depay_change_state),
9705         (gst_rtp_mp2t_depay_plugin_init):
9706         * gst/rtp/gstrtpmp2tdepay.h:
9707         Added mpeg2 TS depayloader. Closing #347234.
9708
9709 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
9712           Remove g_assert that shouldn't be there and was triggered
9713           after trying to open a device that doesn't exist or can't
9714           be opened for some other reason (#347972).
9715
9716 2006-07-10  Edward Hervey  <edward@fluendo.com>
9717
9718         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9719         (gst_avi_demux_stream_header), (push_tag_lists):
9720         * gst/avi/gstavidemux.h:
9721         Don't push tag events found by gst_riff_parse_info() before outputting
9722         GST_EVENT_NEWSEGMENT.
9723
9724 2006-07-10  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst/rtsp/Makefile.am:
9727         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
9728         (rtsp_connection_close):
9729         * gst/rtsp/rtspdefs.h:
9730         replaced closesocket and close in code with one CLOSE_SOCKET. 
9731         Some more cleanups. Fixes #345301.
9732
9733 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst/autodetect/gstautoaudiosink.c:
9736           Fix example pipeline in docs.
9737
9738 2006-07-10  Wim Taymans  <wim@fluendo.com>
9739
9740         Patch by: Rob Taylor <robtaylor at floopily dot org>
9741
9742         * gst/udp/gstmultiudpsink.c: (join_multicast),
9743         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
9744         If a destination is added before the stream is set to PAUSED, the
9745         multicast group is not joined as the socket is not created yet. 
9746         Also TTL and LOOP should also be set. Fixes #346921.
9747
9748 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9749
9750         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9751         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9752         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
9753         (gst_ximage_src_init):
9754         * sys/ximage/gstximagesrc.h:
9755         Fix use-damage property to actually work :)
9756         Add startx, starty, endx, endy properties so screencasts other than full
9757         screen ones can work.
9758
9759 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9760
9761         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
9762         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
9763         (gst_ximage_src_class_init), (gst_ximage_src_init):
9764         * sys/ximage/gstximagesrc.h:
9765         Add use_damage property to offer ability to choose whether to use
9766         XDamage or not.
9767
9768 2006-07-07  Wim Taymans  <wim@fluendo.com>
9769
9770         * gst/goom/filters.c: (zoomFilterSetResolution):
9771         Avoid goom coredumping by clearing memory. 
9772         Fixes 345679.
9773
9774 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
9775
9776         * win32/vs6/libgstid3demux.dsp:
9777         Add a link to libgsttag-0.10.lib.
9778
9779 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9782         (gst_tag_demux_read_range):
9783         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9784         (gst_id3demux_read_range):
9785           Don't return FLOW_UNEXPECTED when a buffer is before
9786           the start of the stream (which might happen with
9787           large ID3v2 tags if the tag reading was done pullrange
9788           based and we then switched to push mode later on).
9789           Fixes regression introduced by commit from June 29th.
9790
9791 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * ext/taglib/gstid3v2mux.cc:
9794           Make UTF-8 the default encoding when writing string
9795           tags (before, our UTF-8 strings would automatically
9796           be converted to ISO-8859-1 by taglib and written as
9797           ISO-8859-1 fields if that was possible).
9798
9799         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
9800         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
9801         (test_taglib_id3mux_with_tags):
9802           Add test case that makes sure our UTF-8 strings have
9803           actually been written into the tag as UTF-8.
9804
9805 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9806
9807         * configure.ac:
9808           Let's try that again.
9809
9810 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
9811
9812         * configure.ac:
9813           Disable monoscope plugin for now until it fulfills
9814           all the requirements.
9815
9816 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * configure.ac:
9819         * gst/monoscope/Makefile.am:
9820         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
9821         (gst_monoscope_class_init), (gst_monoscope_init),
9822         (gst_monoscope_finalize), (gst_monoscope_reset),
9823         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
9824         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
9825         (gst_monoscope_sink_event), (gst_monoscope_src_event),
9826         (gst_monoscope_change_state), (plugin_init):
9827         * gst/monoscope/gstmonoscope.h:
9828           Port monoscope visualisation to 0.10.
9829
9830 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
9831
9832         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
9833         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9834           Return FLOW_UNEXPECTED when at the end of the file, not
9835           FLOW_ERROR. Fixes 'internal stream error' errors that
9836           would sometimes occur in totem when scrubbing to the
9837           end of an ID3v1 tagged mp3 file.
9838
9839 2006-07-03  Edward Hervey  <edward@fluendo.com>
9840
9841         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
9842         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
9843         (gst_pngdec_sink_event), (gst_pngdec_change_state):
9844         * ext/libpng/gstpngdec.h:
9845         Implement buffer clipping/dropping using GstSegment.
9846         This provides accurate seeking.
9847
9848 2006-07-03  Edward Hervey  <edward@fluendo.com>
9849
9850         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
9851         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
9852         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
9853         (gst_avi_demux_process_next_entry), (push_tag_lists),
9854         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
9855         * gst/avi/gstavidemux.h:
9856         Proper aggregation of each stream's GstFlowReturn in order to figure out
9857         whether the task should stop or not.
9858         Don't send inline events before pushing out a NEW_SEGMENT, more
9859         specifically for GST_TAG_EVENT.
9860         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
9861         sub-indexes.
9862
9863 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
9864
9865         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9866
9867         * sys/sunaudio/gstsunaudiomixerctrl.c:
9868         (gst_sunaudiomixer_ctrl_build_list):
9869           Move "Monitor" slider to input tab so it works more like
9870           sdtaudiocontrol, which is what people on Solaris are used
9871           to using for their mixer program (#346259).
9872
9873 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9874
9875         * tests/check/elements/level.c: (GST_START_TEST):
9876           fix a leak, clean up at the end
9877
9878 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9879
9880         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
9881         (gst_matroska_demux_send_event),
9882         (gst_matroska_demux_loop_stream_parse_id):
9883         * gst/matroska/matroska-ids.h:
9884           Send tag event after newsegment event.
9885
9886 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
9889         (gst_id3demux_read_range):
9890           Make sure we don't return GST_FLOW_OK with a NULL buffer in
9891           certain cases where a read beyond the end of the file is
9892           requested. Fixes #345930.
9893
9894         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
9895         (gst_tag_demux_read_range):
9896           Fix same issue here as well.
9897
9898 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9899
9900         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
9901         
9902         Fix hypothetical crash.
9903
9904 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9905
9906         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
9907
9908         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
9909           Do not modify the ports value. If the user has turned off the
9910           built-in speakers, then we should not reset it in the prepare
9911           function, since this causes the built-in speakers to turn
9912           back on anytime the user changes a track in totem, rhythmbox,
9913           etc. (#346066).
9914
9915 2006-06-23  Wim Taymans  <wim@fluendo.com>
9916
9917         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
9918         Fix double caps unref when negotiation fails.
9919
9920 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9921
9922         * ext/annodex/gstcmmldec.c:
9923         * ext/annodex/gstcmmlenc.c:
9924         * ext/annodex/gstcmmlparser.c:
9925         * ext/dv/gstdvdec.c:
9926         * ext/dv/gstdvdemux.c:
9927         * ext/gdk_pixbuf/pixbufscale.c:
9928         * ext/jpeg/gstjpegenc.c:
9929         * ext/jpeg/gstsmokedec.c:
9930         * ext/jpeg/gstsmokeenc.c:
9931         * ext/libpng/gstpngdec.c:
9932         * ext/libpng/gstpngenc.c:
9933         * ext/speex/gstspeexenc.c:
9934         * gst/alpha/gstalphacolor.c:
9935         * gst/cutter/gstcutter.c:
9936         * gst/debug/gstnavigationtest.c:
9937         * gst/icydemux/gsticydemux.c:
9938         * gst/level/gstlevel.c:
9939         * gst/multipart/multipart.c:
9940         * gst/rtp/gstrtpamrpay.c:
9941         * gst/rtp/gstrtpdepay.c:
9942         * gst/rtp/gstrtpilbcpay.c:
9943         * gst/rtp/gstrtpmp4gpay.c:
9944         * gst/rtp/gstrtpmp4vpay.c:
9945         * gst/rtsp/gstrtpdec.c:
9946         * gst/rtsp/gstrtspsrc.c:
9947         * gst/udp/gstdynudpsink.c:
9948         * gst/udp/gstmultiudpsink.c:
9949         * gst/udp/gstudpsrc.c:
9950         * gst/videobox/gstvideobox.c:
9951         * gst/videofilter/gstvideoflip.c:
9952           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
9953           plus two minor macro fixes.
9954
9955 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9956
9957         * gst/matroska/matroska-demux.c:
9958         (gst_matroska_demux_check_subtitle_buffer),
9959         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
9960         (gst_matroska_demux_subtitle_caps):
9961         * gst/matroska/matroska-ids.c:
9962         (gst_matroska_track_init_subtitle_context):
9963         * gst/matroska/matroska-ids.h:
9964           Try to fix up broken matroska files containing subtitle
9965           streams with non-UTF8 character encodings (courtesy of
9966           mkvmerge) using either the encoding specified in the
9967           GST_SUBTITLE_ENCODING environment variable or the
9968           current locale's character set if it is non-UTF8.
9969           Fixes #337076.
9970
9971 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
9972
9973         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
9974           Set image type from APIC frame as "image-type" field
9975           of GST_TAG_IMAGE buffer caps (#344605).
9976
9977 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
9978
9979         * ext/flac/Makefile.am:
9980         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
9981         (gst_flac_dec_reset_decoders),
9982         (gst_flac_dec_setup_seekable_decoder),
9983         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
9984         (gst_flac_dec_metadata_callback),
9985         (gst_flac_dec_metadata_callback_seekable),
9986         (gst_flac_dec_metadata_callback_stream),
9987         (gst_flac_dec_error_callback),
9988         (gst_flac_dec_error_callback_seekable),
9989         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
9990         (gst_flac_dec_read_stream), (gst_flac_dec_write),
9991         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
9992         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
9993         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
9994         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
9995         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
9996         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
9997         (gst_flac_dec_sink_activate_push),
9998         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
9999         * ext/flac/gstflacdec.h:
10000           Support chain-based operation, should make flac-over-DAAP
10001           work (#340492).
10002
10003 2006-06-20  Wim Taymans  <wim@fluendo.com>
10004
10005         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10006         Doc updates, merge some unused symbols.
10007
10008 2006-06-20  Wim Taymans  <wim@fluendo.com>
10009
10010         * docs/plugins/Makefile.am:
10011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10013         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
10014         * gst/rtsp/gstrtspsrc.c:
10015         * gst/rtsp/gstrtspsrc.h:
10016         Added documentation for the rtsp plugin. Fixes #345393.
10017
10018 2006-06-20  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10021         (rtsp_connection_close), (rtsp_connection_free):
10022         Use better G_OS_* macros. Fixes #345301 some more.
10023
10024 2006-06-20  Wim Taymans  <wim@fluendo.com>
10025
10026         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10027
10028         * sys/sunaudio/Makefile.am:
10029         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10030         * sys/sunaudio/gstsunaudiomixerctrl.c:
10031         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
10032         (gst_sunaudiomixer_ctrl_list_tracks),
10033         (gst_sunaudiomixer_ctrl_get_volume),
10034         (gst_sunaudiomixer_ctrl_set_volume),
10035         (gst_sunaudiomixer_ctrl_set_mute),
10036         (gst_sunaudiomixer_ctrl_set_record):
10037         * sys/sunaudio/gstsunaudiomixerctrl.h:
10038         * sys/sunaudio/gstsunaudiomixertrack.c:
10039         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
10040         * sys/sunaudio/gstsunaudiomixertrack.h:
10041         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
10042         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
10043         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
10044         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
10045         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
10046         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
10047         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
10048         (gst_sunaudiosrc_reset):
10049         * sys/sunaudio/gstsunaudiosrc.h:
10050         Add a SunAudio source plugin.
10051         Support stereo and right/left channel gain in the mixer plugin.
10052         Support the RECORD flag so that you can switch between line-input and
10053         microphone in gnome-volume-control.
10054         Code cleanups like using an enumerator for track number instead of an 
10055         integer. Fixes #344923.
10056
10057 2006-06-20  Wim Taymans  <wim@fluendo.com>
10058
10059         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
10060
10061         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
10062         (rtsp_connection_close):
10063         Make RTSP plugin compile on windows. Fixes #345301.
10064         Some changes to original patch to catch errors better.
10065         use ifdef WIN32 instead of ifndef.
10066
10067 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10068
10069         * configure.ac:
10070         If we have libraw1394 >= 1.2.1, then we need libiec61883.
10071
10072 2006-06-18  Edward Hervey  <edward@fluendo.com>
10073
10074         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
10075         After a failed buffer alloc, we need to abort the jpeg decoding (it
10076         started when parsing headers to figure out how many bytes we need
10077         to request downstream).
10078
10079 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
10080
10081         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10082
10083         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
10084           Make sure we don't read beyond the end of the file (#345232).
10085
10086 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
10087
10088         * configure.ac:
10089           Fix --disable-external (can't set conditionals conditionally,
10090           #343602).
10091
10092 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
10093
10094         * autogen.sh:
10095         * configure.ac:
10096         * docs/Makefile.am:
10097           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
10098
10099         * docs/plugins/Makefile.am:
10100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10101         * docs/plugins/inspect/plugin-taglib.xml:
10102           Add/fix apev2mux docs.
10103
10104 2006-06-14  Wim Taymans  <wim@fluendo.com>
10105
10106         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
10107         (gst_dvdec_finalize), (gst_dvdec_sink_event),
10108         (gst_dvdec_change_state):
10109         Reset segment info on flush.
10110         Alloc segment in _init, free in _finalize.
10111
10112         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
10113         Don't send segments twice.
10114
10115 2006-06-14  Wim Taymans  <wim@fluendo.com>
10116
10117         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
10118         Respect segment.stop. Fixes #342592.
10119
10120 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10123           No language specified means the implied language is English
10124           according to the matroska spec (partially fixes #344708);
10125           add some more debug output.
10126
10127 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
10130         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
10131         (gst_wavparse_chain):
10132           When operating chain-based, don't make any assumptions about the
10133           chunking of the incoming data and make streaming work on days other
10134           than the second Thursday after a full moon. Also fix up debug
10135           messages here and there and make use of the most excellent new
10136           gst_pad_query_peer_duration() utility function.
10137           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
10138
10139         * gst/wavparse/gstwavparse.h:
10140           Remove trailing comma after last enum value, some compilers don't
10141           like that.
10142
10143 2006-06-13  Wim Taymans  <wim@fluendo.com>
10144
10145         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
10146         Handle premature EOS gracefully.
10147
10148 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
10151           Prevent out of bounds array access when scrubbing towards
10152           the end of the file between the last index entry and the
10153           end. Fixes occasional 'start <= stop' newsegment event
10154           assertions when scrubbing in MJPEG files.
10155
10156 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
10157
10158         * tests/check/elements/.cvsignore:
10159           And another one.
10160
10161 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10162
10163         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10164         (scan_encoded_string), (parse_picture_frame):
10165           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
10166
10167         * configure.ac:
10168           Require core >= 0.10.8 (for GST_TAG_IMAGE and
10169           GST_TAG_PPEVIEW_IMAGE used in the patch above).
10170
10171 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10172
10173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
10174           gratuitous comment changes
10175         * tests/check/elements/level.c: (GST_START_TEST):
10176           fix level test leaks
10177
10178 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
10179
10180         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
10181         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
10182           Use gst_pad_query_peer_duration() utility function here.
10183
10184 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10185
10186         * autogen.sh:
10187           require am17
10188         * configure.ac:
10189         * ext/annodex/Makefile.am:
10190         * ext/cdio/Makefile.am:
10191         * ext/dv/Makefile.am:
10192         * ext/esd/Makefile.am:
10193         * ext/flac/Makefile.am:
10194         * ext/gdk_pixbuf/Makefile.am:
10195         * ext/ladspa/Makefile.am:
10196         * ext/libcaca/Makefile.am:
10197         * ext/speex/Makefile.am:
10198         * ext/taglib/Makefile.am:
10199         * sys/oss/Makefile.am:
10200         * sys/sunaudio/Makefile.am:
10201         * sys/ximage/Makefile.am:
10202           clean up build further
10203
10204 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10205
10206         * gconf/Makefile.am:
10207           Honour --disable-schemas-install configure option. Fixes #344100.
10208
10209 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         * tests/examples/level/Makefile.am:
10212           Add -lm to LIBS for pow() function, don't assume one of our
10213           dependencies (such as libxml-2.0) drags it in automatically
10214           (#343603).
10215
10216 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
10217
10218         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
10219
10220         * configure.ac:
10221           We should use $SED and not $(SED) in configure.ac (#343678).
10222
10223 2006-06-09  Wim Taymans  <wim@fluendo.com>
10224
10225         Patch by: Brian Cameron <brian dot cameron at sun dot com>
10226
10227         * sys/sunaudio/gstsunaudiomixerctrl.c:
10228         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
10229         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
10230         (gst_sunaudiomixer_ctrl_set_mute):
10231         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
10232         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
10233         (gst_sunaudiosink_write):
10234         Attached find a patch that fixes a number of bugs with the SunAudio
10235         mixer plugin and fixes #344101:
10236         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
10237            tracks onto the tracklist causing gnome-volume-control's preferences
10238            dialog to be messed up and would core dump if you checked/unchecked
10239            any item.
10240         2. We weren't previously setting the MUTE flag properly.  Fixing this
10241            makes gnome-volume-control work better.
10242         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
10243            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
10244            gnome-volume-control look better.
10245         Also some minor cleanup in gstsunaudiosink.c.
10246
10247 2006-06-09  Wim Taymans  <wim@fluendo.com>
10248
10249         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
10250         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
10251         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
10252         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
10253         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
10254         * ext/jpeg/gstjpegdec.h:
10255         API: Added IDCT method property
10256         Small cleanups.
10257         Avoid dynamic allocation of trivial fixed structure.
10258         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
10259
10260 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10261
10262         * configure.ac:
10263         We now require libraw1394 >= 1.1.0 and that version onwards all
10264         have .pc files.
10265
10266 2006-06-02  Edward Hervey  <edward@fluendo.com>
10267
10268         * gst/law/alaw-decode.c: (alawdec_getcaps): 
10269         Trying to get items from an ANY or EMPTY caps is ... stupid.
10270
10271 2006-06-02  Edward Hervey  <edward@fluendo.com>
10272
10273         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
10274         (gst_dvdec_chain), (gst_dvdec_change_state):
10275         * ext/dv/gstdvdec.h:
10276         Added GstSegment handling, now implements dropping/clipping.
10277
10278 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
10279
10280         * ext/aalib/gstaasink.h:
10281         * ext/annodex/gstcmmldec.h:
10282         * ext/cairo/gsttimeoverlay.h:
10283         * ext/dv/gstdvdec.h:
10284         * ext/dv/gstdvdemux.h:
10285         * ext/esd/esdmon.h:
10286         * ext/esd/esdsink.h:
10287         * ext/flac/gstflacenc.h:
10288         * ext/gconf/gstgconfaudiosink.h:
10289         * ext/gconf/gstgconfaudiosrc.h:
10290         * ext/gconf/gstgconfvideosink.h:
10291         * ext/gconf/gstgconfvideosrc.h:
10292         * ext/gdk_pixbuf/gstgdkanimation.h:
10293         * ext/gdk_pixbuf/pixbufscale.h:
10294         * ext/hal/gsthalaudiosink.h:
10295         * ext/hal/gsthalaudiosrc.h:
10296         * ext/jpeg/gstjpegenc.h:
10297         * ext/jpeg/gstsmokedec.h:
10298         * ext/jpeg/gstsmokeenc.h:
10299         * ext/libcaca/gstcacasink.h:
10300         * ext/libmng/gstmngdec.h:
10301         * ext/libmng/gstmngenc.h:
10302         * ext/libpng/gstpngdec.h:
10303         * ext/libpng/gstpngenc.h:
10304         * ext/raw1394/gstdv1394src.h:
10305         * ext/speex/gstspeexenc.h:
10306         * gst/autodetect/gstautoaudiosink.h:
10307         * gst/autodetect/gstautovideosink.h:
10308         * gst/avi/gstavidemux.h:
10309         * gst/cutter/gstcutter.h:
10310         * gst/debug/efence.h:
10311         * gst/debug/gstnavigationtest.h:
10312         * gst/debug/gstnavseek.h:
10313         * gst/flx/gstflxdec.h:
10314         * gst/goom/gstgoom.h:
10315         * gst/icydemux/gsticydemux.h:
10316         * gst/id3demux/gstid3demux.h:
10317         * gst/law/alaw-decode.h:
10318         * gst/law/alaw-encode.h:
10319         * gst/law/mulaw-decode.h:
10320         * gst/law/mulaw-encode.h:
10321         * gst/matroska/matroska-mux.h:
10322         * gst/median/gstmedian.h:
10323         * gst/oldcore/gstaggregator.h:
10324         * gst/oldcore/gstfdsink.h:
10325         * gst/oldcore/gstmd5sink.h:
10326         * gst/oldcore/gstmultifilesrc.h:
10327         * gst/oldcore/gstpipefilter.h:
10328         * gst/oldcore/gstshaper.h:
10329         * gst/oldcore/gststatistics.h:
10330         * gst/rtp/gstasteriskh263.h:
10331         * gst/rtp/gstrtpL16depay.h:
10332         * gst/rtp/gstrtpL16pay.h:
10333         * gst/rtp/gstrtpamrdepay.h:
10334         * gst/rtp/gstrtpamrpay.h:
10335         * gst/rtp/gstrtpdepay.h:
10336         * gst/rtp/gstrtpgsmdepay.h:
10337         * gst/rtp/gstrtpgsmpay.h:
10338         * gst/rtp/gstrtph263pay.h:
10339         * gst/rtp/gstrtph263pdepay.h:
10340         * gst/rtp/gstrtph263ppay.h:
10341         * gst/rtp/gstrtpmp4gpay.h:
10342         * gst/rtp/gstrtpmp4vdepay.h:
10343         * gst/rtp/gstrtpmp4vpay.h:
10344         * gst/rtp/gstrtpmpadepay.h:
10345         * gst/rtp/gstrtpmpapay.h:
10346         * gst/rtp/gstrtppcmadepay.h:
10347         * gst/rtp/gstrtppcmapay.h:
10348         * gst/rtp/gstrtppcmudepay.h:
10349         * gst/rtp/gstrtppcmupay.h:
10350         * gst/rtp/gstrtpspeexdepay.h:
10351         * gst/rtp/gstrtpspeexpay.h:
10352         * gst/rtsp/gstrtpdec.h:
10353         * gst/rtsp/gstrtspsrc.h:
10354         * gst/smpte/gstsmpte.h:
10355         * gst/udp/gstdynudpsink.h:
10356         * gst/udp/gstmultiudpsink.h:
10357         * gst/udp/gstudpsink.h:
10358         * gst/udp/gstudpsrc.h:
10359         * gst/videofilter/gstvideobalance.h:
10360         * gst/videofilter/gstvideoflip.h:
10361         * sys/oss/gstossdmabuffer.h:
10362         * sys/oss/gstossmixerelement.h:
10363         * sys/oss/gstosssink.h:
10364         * sys/oss/gstosssrc.h:
10365         * sys/osxvideo/osxvideosink.h:
10366         * sys/sunaudio/gstsunaudiomixer.h:
10367         * sys/sunaudio/gstsunaudiosink.h:
10368         * sys/ximage/gstximagesrc.h:
10369         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
10370
10371 2006-05-31  Wim Taymans  <wim@fluendo.com>
10372
10373         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
10374         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
10375         (gst_goom_src_setcaps), (gst_goom_src_event),
10376         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
10377         (gst_goom_change_state):
10378         * gst/goom/gstgoom.h:
10379         Handle QoS.
10380         Handle flushing, discont and events.
10381         Fix timestamps and various other cleanups.
10382
10383 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10384
10385         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
10386         Fix bus reset when using libiec61883
10387
10388 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10389
10390         * configure.ac:
10391         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
10392         * ext/raw1394/Makefile.am:
10393         Add CFLAGS.
10394         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
10395         New method, to receive using libiec61883.
10396         (gst_dv1394src_iso_receive),
10397         #ifdef'd out if libiec61883 is present.
10398         (gst_dv1394src_bus_reset),
10399         Get userdata correctly if using libiec61883. 
10400         (gst_dv1394src_create),
10401         When using libiec61883, only poll one fd and no need to read.
10402         (gst_dv1394src_discover_avc_node),
10403         Replace g_warnings.
10404         (gst_dv1394src_start),
10405         Create new handle when we know which dv port.  More reliable
10406         than setting port on an existing handle.  Initialise libiec61883.
10407         (gst_dv1394src_stop):
10408         If using libiec61883, then cleanup its handle properly.
10409         * ext/raw1394/gstdv1394src.h:
10410         Add libiec61883 handle.
10411
10412 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
10413
10414         * gst/avi/gstavidemux.c:
10415           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
10416         * win32/MANIFEST:
10417           sort file listing
10418         * win32/vs6/libgstavi.dsp:
10419           add gstavimux.c to the project
10420         * win32/vs6/libgstid3demux.dsp:
10421           add link to zlib library
10422         * win32/vs6/libgstmatroska.dsp:
10423           add matroska-ids.c to the project
10424
10425 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
10426
10427         Patch by: Sebastian Dröge  <mail at slomosnail de >
10428
10429         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10430         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10431         * ext/taglib/Makefile.am:
10432         * ext/taglib/gstapev2mux.cc:
10433         * ext/taglib/gstapev2mux.h:
10434         * ext/taglib/gstid3v2mux.cc:
10435         * ext/taglib/gsttaglibmux.c: (plugin_init):
10436         * ext/taglib/gsttaglibmux.h:
10437           Add apev2mux element (#343122).
10438         
10439         * tests/check/Makefile.am:
10440         * tests/check/elements/apev2mux.c:
10441         (test_taglib_apev2mux_create_tags),
10442         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
10443         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
10444         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
10445         (apev2mux_suite), (main):
10446           Add unit test for apev2mux element.
10447
10448 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10449
10450         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10451         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10452         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10453           GST_PTR_FORMAT should be used to print caps in debug statements.
10454
10455 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10456
10457         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
10458
10459         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
10460         (ape_demux_parse_tags):
10461           Some clean-ups and additions: map APE 'file' tag to
10462           GST_TAG_LOCATION (#343123); add support for extracting
10463           the track count and clean up parsing a bit (#343127).
10464
10465 2006-05-28  Edward Hervey  <edward@fluendo.com>
10466
10467         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
10468         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
10469
10470 2006-05-28  Edward Hervey  <edward@fluendo.com>
10471
10472         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
10473         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
10474         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
10475         * ext/jpeg/gstjpegdec.h:
10476         Clip outgoing buffers according to currently configured segment.
10477
10478 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * ext/taglib/gstid3v2mux.cc:
10481           Handle  writing of track-count or album-volume-count without
10482           track-number or albume-volume-number (in this case the number
10483           will just be set to 0).
10484
10485         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
10486           It would be nice if we actually checked the values received for
10487           track/album-volume number/count in  _check_tags(), rather than
10488           setting them again ...
10489
10490 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10493           A track/volume number or count of 0 does not make sense,
10494           just ignore it along with negative numbers (a tag might
10495           only contain a track count without a track number).
10496
10497 2006-05-27  Edward Hervey  <edward@fluendo.com>
10498
10499         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
10500         (gst_jpeg_dec_sink_event):
10501         Abort decompression when receiving FLUSH_STOP. This should avoid
10502         issues when interrupting decoding with flushes.
10503
10504 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10505
10506         * ext/flac/gstflac.c:
10507           Don't #include file we don't dist any longer.
10508
10509 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
10510
10511         * README:
10512           Replace current README (containing the release notes from
10513           some 0.9.x version) with a proper README taken from the core.
10514
10515 2006-05-24  Wim Taymans  <wim@fluendo.com>
10516
10517         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
10518         Implement EOS correctly by either posting
10519         SEGMENT_DONE or pushing an EOS message depending
10520         on the seek type. Fixes #342592
10521
10522 2006-05-24  Wim Taymans  <wim@fluendo.com>
10523
10524         * gst/law/alaw-decode.c: (gst_alawdec_chain):
10525         * gst/law/alaw-decode.h:
10526         * gst/law/alaw-encode.c: (gst_alawenc_chain):
10527         * gst/law/alaw-encode.h:
10528         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
10529         * gst/law/mulaw-decode.h:
10530         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
10531         * gst/law/mulaw-encode.h:
10532         Some cleanups in the chain functions.
10533         Remove some GStreamer 0.0.2 bits.
10534
10535 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10536
10537         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10538
10539         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
10540           gst_collect_pads_stop() needs to be called before chaining up
10541           to the parent class (#342734).
10542
10543 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         * ext/flac/Makefile.am:
10546         * ext/flac/flac_compat.h:
10547         * ext/flac/gstflac.c:
10548         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
10549         * ext/flac/gstflacenc.c:
10550           Remove backwards compatibility cruft for dealing with FLAC API
10551           changes in the 1.0.x series - we require 1.1.1 or newer these days.
10552
10553 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10556         (gst_matroska_demux_push_xiph_codec_priv_data),
10557         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
10558         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
10559         * gst/matroska/matroska-ids.h:
10560         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
10561         (gst_matroska_mux_video_pad_setcaps),
10562         (xiph3_streamheader_to_codecdata),
10563         (vorbis_streamheader_to_codecdata),
10564         (theora_streamheader_to_codecdata),
10565         (gst_matroska_mux_audio_pad_setcaps),
10566         (gst_matroska_mux_write_data):
10567           Add support for muxing/demuxing theora video (#342448; too bad
10568           none of the usual linux players can actually play this). Playback
10569           in GStreamer will require additional changes to theoradec in -base.
10570           Refactor streamheaders <=> CodecPrivateData code a bit; some small
10571           cleanups.
10572
10573 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
10576         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
10577           Fix crashes when the horizontal subsampling is 1.
10578           Fixes #342097.
10579
10580 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
10581
10582         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10583
10584         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
10585         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
10586         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
10587         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
10588         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
10589         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
10590         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
10591         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
10592         (gst_avi_mux_change_state):
10593         * gst/avi/gstavimux.h:
10594           Some enhancements for avimux (#342526):
10595            - add odml (large file) index support
10596            - store codec init data (e.g. huffyuv)
10597            - miscellaneous other fixes/cleanups
10598
10599 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
10600
10601         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
10602         Don't output any tag when we encounter a negative track number - the
10603         tag type is uint, so we end up outputting huge positive numbers
10604         instead. (Fixes: #342029)
10605
10606 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10607
10608         * configure.ac:
10609           update for new GSTPB_PLUGINS_DIR
10610
10611 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
10612
10613         * rtp/gst/gstrtph263pay.c:
10614         Properly set static caps for H263 at 34.
10615
10616 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
10617
10618         Patch by: James "Doc" Livingston  <doclivingston gmail com>
10619
10620         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
10621           Merge event tags and tag setter tags correctly (#339918). Also,
10622           don't leak taglist in case of an error.
10623           
10624 2006-05-17  Edward Hervey  <edward@fluendo.com>
10625
10626         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
10627         We can only do caps intersection if the othercaps are non-empty and not
10628         ANY. Else we return the pad template (base_caps).
10629
10630 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
10633           Fix crash when outputting debugging information for certain
10634           pictures (always good to use the right struct member for
10635           the number of records in an array).
10636
10637 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
10638
10639         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
10640
10641         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
10642         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
10643         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
10644         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
10645         (gst_ebml_read_float), (gst_ebml_read_ascii),
10646         (gst_ebml_read_binary):
10647           Don't create unnecessary sub-buffers all the time. Dramatically
10648           improves performance with multiple concurrently running
10649           matroskademux instances (#341818) (and avoids doing
10650           unnecessarily inefficient things in the general case).
10651
10652 2006-05-16  Edward Hervey  <edward@fluendo.com>
10653
10654         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
10655         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
10656         return value of gst_pad_push_event().
10657
10658 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
10659
10660         * gst/autodetect/gstautoaudiosink.c:
10661         (gst_auto_audio_sink_find_best):
10662         * gst/autodetect/gstautovideosink.c:
10663         (gst_auto_video_sink_find_best):
10664         Make the name of the child element be based on the name of the
10665         parent, so that debug output is more useful.
10666         
10667         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
10668         (parse_insert_string_field), (parse_split_strings):
10669         Rework string parsing to always walk over BOM markers in UTF16
10670         strings, using the endianness indicated by the innermost one,
10671         then trying the opposite endianness if that fails to convert
10672         to valid UTF-8. Fixes #341774
10673
10674 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10675
10676         Patch from: Matthieu <matthieu at fluendo dot com>
10677
10678         * ext/libpng/Makefile.am:
10679         Add LIBPNG_CFLAGS.
10680
10681 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * ext/taglib/gstid3v2mux.cc:
10684           Add support for writing images (APIC frames) into ID3v2
10685           tags (picture type always set to 'other' for now though).
10686
10687 2006-05-14  Michael Smith  <msmith@fluendo.com>
10688
10689         * gst/wavparse/gstwavparse.c:
10690           Update docs; wavparse implements push and pull modes.
10691
10692 2006-05-12  Wim Taymans  <wim@fluendo.com>
10693
10694         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
10695         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
10696         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
10697         Ooops, bitten by the copy-and-paste design paradigm, fixes
10698         seek again.
10699
10700 2006-05-12  Wim Taymans  <wim@fluendo.com>
10701
10702         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10703         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
10704         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
10705         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10706         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
10707         (gst_avi_demux_massage_index),
10708         (gst_avi_demux_calculate_durations_from_index),
10709         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
10710         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10711         (gst_avi_demux_loop):
10712         * gst/avi/gstavidemux.h:
10713         Some cleanups, prepare to use GstSegment.
10714         Fix error in entry walking code.
10715         Fix VBR detection.
10716         Smarter timestamp calculation code.
10717         Uniform error/eos handling.
10718
10719 2006-05-12  Michael Smith  <msmith@fluendo.com>
10720
10721         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
10722         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
10723           Fix use of uninitialised values if we're NOT seeking in ready.
10724           Fix typos.
10725
10726 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
10727
10728         * gst/wavparse/Makefile.am:
10729           Add CFLAGS and LIBS for libgstbase, fixes build on
10730           Cygwin (#341489).
10731
10732 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
10735           Some more debug info. No need to check whether the string
10736           returned by g_convert() is really UTF-8 - either it is or
10737           we get NULL returned.
10738
10739 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
10740
10741         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
10742           Fix parsing of numeric genre strings some more, by ensuring that
10743           we only try and parse strings that a) Start with '(' and b) Consist
10744           only of digits.
10745           Also, when finding an escaping '((' sequence, bust it back to '(' by
10746           swallowing the first parenthesis
10747
10748 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
10749
10750         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
10751         (gst_esdsink_open), (gst_esdsink_close):
10752         * ext/esd/esdsink.h:
10753           Move the esd_get_server_info() into gst_esdsink_open() and fail
10754           with a decent error message on errors.
10755
10756 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
10759         (gst_esdmon_channels_get_type):
10760         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
10761         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
10762         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
10763         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
10764         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
10765         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
10766         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
10767         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
10768         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
10769         * gst/videomixer/videomixer.c:
10770         (gst_video_mixer_background_get_type):
10771           Const-ify GEnumValue arrays.
10772
10773 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
10774
10775         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
10776
10777         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
10778         (gst_avi_mux_do_video_buffer):
10779           Work around gst_buffer_make_metadata_writable() bug that
10780           results in avimux marking all frames in the index as
10781           keyframes (#340859).
10782           
10783 2006-05-08  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
10786         Make parsing of urls suck slightly less.
10787
10788 2006-05-08  Edward Hervey  <edward@fluendo.com>
10789
10790         * autogen.sh: (CONFIGURE_DEF_OPT): 
10791         libtoolize on Darwin/MacOSX is called glibtoolize.
10792
10793 2006-05-08  Wim Taymans  <wim@fluendo.com>
10794
10795         Patch by: Jens Granseuer <jensgr at gmx dot net>
10796
10797         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
10798         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
10799         C89 compliance fixes. Fixes #340980
10800
10801 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
10802
10803         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10804         * ext/flac/gstflacdec.h:
10805           Handle segment seeks that include the end of the file as stop point
10806           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
10807           message instead of an EOS event in case we're in segment seek
10808           mode (fixes #340699).
10809           
10810 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
10811
10812         * ext/cairo/gsttextoverlay.c:
10813         * ext/flac/gstflacdec.c:
10814         * ext/gdk_pixbuf/pixbufscale.c:
10815         * gst/apetag/gstapedemux.c:
10816         * gst/debug/breakmydata.c:
10817         * gst/debug/testplugin.c:
10818         * gst/matroska/ebml-write.c:
10819         * gst/multipart/multipartdemux.c:
10820         * sys/osxaudio/gstosxaudiosink.c:
10821         * sys/osxaudio/gstosxaudiosrc.c:
10822         Add semicolons after GST_BOILERPLATE[_FULL] so that
10823         indent doesn't mess up following lines.
10824
10825 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
10826
10827         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
10828
10829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
10830           Don't leak caps when freeing the stream context (#340623).
10831
10832 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
10833
10834         * configure.ac:
10835           Back to CVS
10836
10837 === release 0.10.3 ===
10838
10839 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
10840
10841         * configure.ac:
10842           releasing 0.10.3, "Desplazado"
10843
10844 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * gst/matroska/matroska-mux.c:
10847         (gst_matroska_mux_stream_is_vorbis_header),
10848         (gst_matroska_mux_write_data):
10849           Don't strcmp() NULL strings.
10850           Only start new clusters on video keyframes, not on any
10851           random audio buffer that doesn't have the DELTA_UNIT
10852           flag set (fixes 'make check' again).
10853
10854 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         Patch by: Mark Nauwelaerts  <manauw at skynet be>
10857
10858         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
10859         (gst_matroska_mux_stream_is_vorbis_header),
10860         (gst_matroska_mux_write_data):
10861           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
10862           value and then dead-lock when muxing vorbis audio streams
10863           (the three vorbis header buffers carry no timestamp, and it
10864           would try to mux these after all video buffers). Fixes #340346.
10865
10866           Improve clustering: start a new cluster also whenever we get
10867           a keyframe.     
10868
10869 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10870
10871         * win32/common/config.h:
10872         * win32/MANIFEST
10873           add the generated file as well
10874
10875 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10876
10877         * Makefile.am:
10878         * configure.ac:
10879         * win32/common/config.h.in:
10880           add win32 stuff
10881
10882 2006-05-03  Michael Smith  <msmith@fluendo.com>
10883
10884         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
10885           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
10886           SUCKS.
10887
10888 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
10889
10890         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
10891         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
10892         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
10893           don't leak caps-string
10894
10895 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
10898         (gst_id3demux_sink_activate):
10899           Let core insert default error message for TYPE_NOT_FOUND
10900           errors, it's just as good as our own and has the added
10901           bonus of being translated.
10902
10903 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
10904
10905         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
10906         (gst_tag_demux_sink_event):
10907         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
10908         (gst_id3demux_sink_event):
10909           Post an error message when we get an EOS event and were not
10910           able to find out the type of stream.
10911
10912         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
10913         (test_taglib_id3mux_with_tags):
10914           Decrease num-buffers to 16 per iteration again, otherwise the
10915           many memcpy()s and reallocations in the test will hammer slow
10916           CPUs completely and make the test timeout.
10917
10918 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
10919
10920         * configure.ac:
10921           figure out where plugins-base plugins are
10922         * tests/check/Makefile.am:
10923           use plugins-base plugins, so we have typefind functions
10924         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
10925           increase num-buffers, this makes sure the test errors out instead
10926           of timing out when no typefind functions are present
10927
10928 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10929
10930         * docs/plugins/Makefile.am:
10931           also check .cc files for gtk-doc markup
10932         * configure.ac:
10933         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10934         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10935         * tests/check/Makefile.am:
10936         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
10937         * ext/Makefile.am:
10938         * ext/taglib/Makefile.am:
10939         * ext/taglib/gstid3v2mux.h:
10940         * ext/taglib/gsttaglibmux.c:
10941         * ext/taglib/gsttaglibmux.h:
10942           move taglib-based id3v2muxer to -good.  Fixes #336110.
10943
10944 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
10945
10946         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10947           ... and fix multichannel/WAVFORMATEX support again.
10948
10949 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
10950
10951         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10952         (gst_wavparse_class_init), (gst_wavparse_dispose),
10953         (gst_wavparse_reset), (gst_wavparse_init),
10954         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
10955         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
10956         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
10957         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
10958         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
10959         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
10960         (gst_wavparse_stream_data), (gst_wavparse_loop),
10961         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
10962         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
10963         (gst_wavparse_change_state), (plugin_init):
10964         * gst/wavparse/gstwavparse.h:
10965           Add push (streaming) mode to wavparse (fixes #337625)
10966
10967 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10968
10969         * configure.ac:
10970         * tests/Makefile.am:
10971           add ximagesrc icles test
10972
10973 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10974
10975         * configure.ac:
10976         * docs/plugins/Makefile.am:
10977         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10978         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10979         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
10980         (gst_cmml_enc_push_clip):
10981         * sys/Makefile.am:
10982         * sys/ximage/Makefile.am:
10983         * sys/ximage/gstximagesrc.c:
10984           Move ximagesrc plug-in to good after review.  Fixes #336756.
10985
10986 2006-04-28  Michael Smith  <msmith@fluendo.com>
10987
10988         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
10989         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
10990         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
10991         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
10992         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
10993         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
10994         * gst/icydemux/gsticydemux.h:
10995           Fix event handling: cache events when typefinding and forward later.
10996
10997 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10998
10999         * sys/osxaudio/gstosxaudiosink.c:
11000         (plugin_init):
11001          Register osxaudiosrc to the plugin.
11002         * sys/osxaudio/gstosxaudiosrc.c:
11003         (gst_osx_audio_src_osxelement_do_init),
11004         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
11005         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
11006         (gst_osx_audio_src_get_property),
11007         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
11008         (gst_osx_audio_src_osxelement_init):
11009         * sys/osxaudio/gstosxaudiosrc.h:
11010           Port of osxaudiosrc to 0.10.
11011         * sys/osxaudio/Makefile.am:
11012           Add osxaudiosrc
11013
11014 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11015
11016         * sys/osxaudio/gstosxringbuffer.c:
11017         * sys/osxaudio/gstosxringbuffer.h:
11018           Forgot to commit earlier, part of the OSX audio plugin port
11019
11020 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
11023         (parse_split_strings):
11024           Recognise and skip any byte order marker (BOM) in
11025           UTF-16 strings.
11026
11027 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11028
11029         * docs/plugins/Makefile.am:
11030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11032         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11033         * docs/plugins/inspect/plugin-avi.xml:
11034         * gst/avi/gstavidemux.c:
11035         * gst/avi/gstavimux.c:
11036           Add docs for both avidemux and avimux.
11037
11038 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11041
11042         * gst/avi/Makefile.am:
11043         * gst/avi/gstavi.c: (plugin_init):
11044         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
11045         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
11046         (gst_avi_mux_class_init), (gst_avi_mux_init),
11047         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
11048         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
11049         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
11050         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
11051         (gst_avi_mux_riff_get_avix_header),
11052         (gst_avi_mux_riff_get_video_header),
11053         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
11054         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
11055         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
11056         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
11057         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
11058         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
11059         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
11060         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
11061         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
11062         (gst_avi_mux_change_state):
11063         * gst/avi/gstavimux.h:
11064           Port AVI muxer to GStreamer-0.10 (#332031).
11065
11066         * tests/check/Makefile.am:
11067         * tests/check/elements/avimux.c:
11068         * tests/check/elements/.cvsignore:
11069           Add unit test for AVI muxer.
11070
11071 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
11072
11073         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11074         (gst_wavparse_class_init), (gst_wavparse_reset),
11075         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11076         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11077         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11078         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
11079         (gst_wavparse_stream_data), (gst_wavparse_loop),
11080         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
11081         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
11082         (plugin_init):
11083         * gst/wavparse/gstwavparse.h:
11084           reverted patch #337625 for the price of 1 hour sleep
11085
11086 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11087
11088         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11089         (gst_wavparse_class_init), (gst_wavparse_reset),
11090         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
11091         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
11092         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11093         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11094         (gst_wavparse_stream_data), (gst_wavparse_loop),
11095         (gst_wavparse_chain), (plugin_init):
11096         * gst/wavparse/gstwavparse.h:
11097           correct partial implementation of push mode
11098           (from my last commit)
11099
11100 2006-04-26  Wim Taymans  <wim@fluendo.com>
11101
11102         * ext/esd/esdsink.c:
11103         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
11104         it is not in esd.h
11105
11106 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
11109         (gst_au_parse_class_init), (gst_au_parse_init),
11110         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
11111         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
11112         (gst_au_parse_chain), (gst_au_parse_src_convert),
11113         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
11114         (gst_au_parse_sink_event), (gst_au_parse_src_event),
11115         (gst_au_parse_change_state):
11116         * gst/auparse/gstauparse.h:
11117           Rewrite auparse to suck a little bit less: make source pad
11118           dynamic, so decodebin/playbin work with non-raw formats
11119           like alaw/mulaw; add query function for duration/position
11120           queries; check whether we have enough data before attempting
11121           to parse the header (instead of crashing when that is not the
11122           case); work around audioconvert sucking by swapping endianness
11123           to the native endianness ourselves for float formats; send
11124           initial newsegment event. Fixes #161712.
11125
11126 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11127
11128         * sys/osxaudio/Makefile.am:
11129         * sys/osxaudio/gstosxaudioelement.c:
11130         (gst_osx_audio_element_get_type),
11131         (gst_osx_audio_element_class_init):
11132         * sys/osxaudio/gstosxaudioelement.h:
11133         * sys/osxaudio/gstosxaudiosink.c:
11134         (gst_osx_audio_sink_osxelement_do_init),
11135         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
11136         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
11137         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
11138         (gst_osx_audio_sink_create_ringbuffer),
11139         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
11140         (plugin_init):
11141         * sys/osxaudio/gstosxaudiosink.h:
11142         Port of osxaudiosink to 0.10
11143
11144 2006-04-26  Wim Taymans  <wim@fluendo.com>
11145
11146         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
11147         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
11148         the size of the ringbuffer. This should fix hangs with older 
11149         esd sound servers.
11150
11151 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
11152
11153         * ext/aalib/gstaasink.c:
11154         * ext/annodex/gstcmmldec.c:
11155         * ext/annodex/gstcmmlenc.c:
11156         * ext/cairo/gsttextoverlay.c:
11157         * ext/cairo/gsttimeoverlay.c:
11158         * ext/cdio/gstcdiocddasrc.c:
11159         * ext/dv/gstdvdec.c:
11160         * ext/dv/gstdvdemux.c:
11161         * ext/esd/esdmon.c:
11162         * ext/esd/esdsink.c:
11163         * ext/flac/gstflacenc.c:
11164         * ext/flac/gstflactag.c:
11165         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11166         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11167         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11168         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11169         * ext/gdk_pixbuf/pixbufscale.c:
11170         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11171         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11172         * ext/jpeg/gstjpegdec.c:
11173         * ext/jpeg/gstjpegenc.c:
11174         * ext/jpeg/gstsmokedec.c:
11175         * ext/jpeg/gstsmokeenc.c:
11176         * ext/libcaca/gstcacasink.c:
11177         * ext/libmng/gstmngdec.c:
11178         * ext/libmng/gstmngenc.c:
11179         * ext/libpng/gstpngdec.c:
11180         * ext/libpng/gstpngenc.c:
11181         * ext/mikmod/gstmikmod.c:
11182         * ext/raw1394/gstdv1394src.c:
11183         * ext/shout2/gstshout2.c: (gst_shout2send_init):
11184         * ext/shout2/gstshout2.h:
11185         * ext/speex/gstspeexdec.c:
11186         * ext/speex/gstspeexenc.c:
11187         * gst/alpha/gstalpha.c:
11188         * gst/alpha/gstalphacolor.c:
11189         * gst/apetag/gstapedemux.c:
11190         * gst/auparse/gstauparse.c:
11191         * gst/autodetect/gstautoaudiosink.c:
11192         (gst_auto_audio_sink_base_init):
11193         * gst/autodetect/gstautovideosink.c:
11194         (gst_auto_video_sink_base_init):
11195         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
11196         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11197         * gst/cutter/gstcutter.c:
11198         * gst/debug/breakmydata.c:
11199         * gst/debug/efence.c:
11200         * gst/debug/gstnavigationtest.c:
11201         * gst/debug/gstnavseek.c:
11202         * gst/debug/negotiation.c:
11203         * gst/debug/progressreport.c:
11204         * gst/debug/testplugin.c:
11205         * gst/effectv/gstaging.c:
11206         * gst/effectv/gstdice.c:
11207         * gst/effectv/gstedge.c:
11208         * gst/effectv/gstquark.c:
11209         * gst/effectv/gstrev.c:
11210         * gst/effectv/gstshagadelic.c:
11211         * gst/effectv/gstvertigo.c:
11212         * gst/effectv/gstwarp.c:
11213         * gst/flx/gstflxdec.c:
11214         * gst/goom/gstgoom.c:
11215         * gst/icydemux/gsticydemux.c:
11216         * gst/id3demux/gstid3demux.c:
11217         * gst/interleave/deinterleave.c:
11218         * gst/interleave/interleave.c:
11219         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11220         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11221         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11222         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11223         * gst/level/gstlevel.c:
11224         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11225         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11226         * gst/median/gstmedian.c:
11227         * gst/monoscope/gstmonoscope.c:
11228         * gst/multipart/multipartdemux.c:
11229         * gst/multipart/multipartmux.c:
11230         * gst/oldcore/gstaggregator.c:
11231         * gst/oldcore/gstfdsink.c:
11232         * gst/oldcore/gstmd5sink.c:
11233         * gst/oldcore/gstmultifilesrc.c:
11234         * gst/oldcore/gstpipefilter.c:
11235         * gst/oldcore/gstshaper.c:
11236         * gst/oldcore/gststatistics.c:
11237         * gst/rtp/gstasteriskh263.c:
11238         * gst/rtp/gstrtpL16depay.c:
11239         * gst/rtp/gstrtpL16pay.c:
11240         * gst/rtp/gstrtpamrdepay.c:
11241         * gst/rtp/gstrtpamrpay.c:
11242         * gst/rtp/gstrtpdepay.c:
11243         * gst/rtp/gstrtpgsmpay.c:
11244         * gst/rtp/gstrtph263pay.c:
11245         * gst/rtp/gstrtph263pdepay.c:
11246         * gst/rtp/gstrtph263ppay.c:
11247         * gst/rtp/gstrtpilbcdepay.c:
11248         * gst/rtp/gstrtpmp4gpay.c:
11249         * gst/rtp/gstrtpmp4vdepay.c:
11250         * gst/rtp/gstrtpmp4vpay.c:
11251         * gst/rtp/gstrtpmpadepay.c:
11252         * gst/rtp/gstrtpmpapay.c:
11253         * gst/rtp/gstrtppcmadepay.c:
11254         * gst/rtp/gstrtppcmapay.c:
11255         * gst/rtp/gstrtppcmudepay.c:
11256         * gst/rtp/gstrtppcmupay.c:
11257         * gst/rtp/gstrtpspeexdepay.c:
11258         * gst/rtp/gstrtpspeexpay.c:
11259         * gst/rtsp/gstrtpdec.c:
11260         * gst/rtsp/gstrtspsrc.c:
11261         * gst/smpte/gstsmpte.c:
11262         * gst/udp/gstdynudpsink.c:
11263         * gst/udp/gstmultiudpsink.c:
11264         * gst/udp/gstudpsink.c:
11265         * gst/udp/gstudpsrc.c:
11266         * gst/videobox/gstvideobox.c:
11267         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
11268         * gst/videofilter/gstvideobalance.c:
11269         * gst/videofilter/gstvideoflip.c:
11270         * gst/videofilter/gstvideotemplate.c:
11271         (gst_videotemplate_base_init):
11272         * gst/videomixer/videomixer.c:
11273         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
11274         (gst_wavparse_class_init), (gst_wavparse_dispose),
11275         (gst_wavparse_reset), (gst_wavparse_init),
11276         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11277         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
11278         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
11279         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11280         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
11281         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
11282         (gst_wavparse_change_state):
11283         * gst/wavparse/gstwavparse.h:
11284         * sys/oss/gstossmixerelement.c:
11285         * sys/oss/gstosssink.c:
11286         * sys/oss/gstosssrc.c:
11287         * sys/osxaudio/gstosxaudioelement.c:
11288         * sys/osxaudio/gstosxaudiosink.c:
11289         * sys/osxaudio/gstosxaudiosrc.c:
11290         * sys/sunaudio/gstsunaudiomixer.c:
11291         * sys/sunaudio/gstsunaudiosink.c:
11292           Define GstElementDetails as const and also static (when defined as
11293           global)
11294
11295 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11296
11297         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
11298           Source pad has fixed caps. If we don't set this, bad
11299           things happen when the window is resized.
11300
11301 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * gst/matroska/Makefile.am:
11304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11305         (gst_matroska_demux_handle_src_event):
11306         * gst/matroska/matroska-ids.c:
11307         (gst_matroska_track_init_video_context),
11308         (gst_matroska_track_init_audio_context),
11309         (gst_matroska_track_init_subtitle_context),
11310         (gst_matroska_track_init_complex_context):
11311         * gst/matroska/matroska-ids.h:
11312           Handle case where the TrackType ebml chunk does not come before the
11313           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
11314           events.
11315
11316 2006-04-25  Wim Taymans  <wim@fluendo.com>
11317
11318         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11319         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
11320         It's codec_data, not codec_info.
11321
11322 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11325
11326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
11327           Handle codec_data for VfW compatibility codec IDs (#339451)
11328
11329         * gst/matroska/matroska-mux.c:
11330         (gst_matroska_mux_video_pad_setcaps):
11331           Same here, handle codec_data and add additional caps we can handle
11332           now to the pad template (huffyuv, dv and h263 video) (#339451)
11333
11334 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
11337
11338         * gst/matroska/matroska-mux.c:
11339         (gst_matroska_mux_create_buffer_header),
11340         (gst_matroska_mux_write_data):
11341           Fix timestamping of B-frames, use signed integers, do
11342           some rounding (#339678).
11343
11344 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
11345
11346         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
11347         just make it compile with --disable-gst-debug.
11348
11349 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
11350
11351         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11352         Fix a bad conversion using gst_guint64_to_gdouble.
11353         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
11354         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
11355         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
11356     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
11357         mistake.
11358
11359 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
11360
11361         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
11362         Use gst_guint64_to_gdouble for conversions
11363         * win32/vs6/gst_plugins_good.dsw:
11364         * win32/vs6/libgsticydemux.dsp:
11365         Add a project file for icydemux
11366
11367 2006-04-21  Wim Taymans  <wim@fluendo.com>
11368
11369         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
11370
11371         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11372         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
11373         When splitting audio chunks, the block alignment is not taken in
11374         consideration, so the smaller chunks could be of size which is 
11375         not a multiple of the block alignment. Fixes #336904
11376
11377 2006-04-21  Wim Taymans  <wim@fluendo.com>
11378
11379         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
11380         Use scale functions
11381
11382 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * ext/dv/gstdv.c: (plugin_init):
11385           Fix build.
11386
11387 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst/debug/progressreport.c: (gst_progress_report_finalize),
11390         (gst_progress_report_class_init), (gst_progress_report_init),
11391         (gst_progress_report_do_query), (gst_progress_report_report),
11392         (gst_progress_report_set_property),
11393         (gst_progress_report_get_property):
11394           Add 'format' property to force querying to a particular format.
11395
11396 2006-04-21  Andy Wingo  <wingo@pobox.com>
11397
11398         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
11399         best, on big endian systems. Drop its rank in that case. OTOH on
11400         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
11401
11402 2006-04-21  Michael Smith  <msmith@fluendo.com>
11403
11404         * configure.ac:
11405         * gst/icydemux/Makefile.am:
11406         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
11407         (gst_icydemux_base_init), (gst_icydemux_class_init),
11408         (gst_icydemux_reset), (gst_icydemux_init),
11409         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
11410         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
11411         (unicodify), (gst_icydemux_unicodify),
11412         (gst_icydemux_parse_and_send_tags),
11413         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
11414         (gst_icydemux_chain), (gst_icydemux_change_state),
11415         (gst_icydemux_send_tag_event), (plugin_init):
11416         * gst/icydemux/gsticydemux.h:
11417         * tests/check/Makefile.am:
11418         * tests/check/elements/icydemux.c: (typefind_succeed),
11419         (plugin_init), (icydemux_found_pad), (create_icydemux),
11420         (cleanup_icydemux), (push_data), (GST_START_TEST),
11421         (icydemux_suite), (main):
11422           Add icydemux, and tests.
11423
11424 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
11427           Post SEGMENT_DONE message in TIME format.
11428
11429 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11432
11433         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
11434         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
11435           Fix index creation when we have to scan the file to create
11436           an index. There may be other types of RIFF 'LIST' chunks than
11437           'movi' and we need to skip them properly as well or we'll end up
11438           reading garbage (#336889). Some other cosmetic changes.
11439           
11440 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
11443         (gst_flac_dec_handle_seek_event):
11444           Add support for segment seeks (fixes #338290). Also demote
11445           some recurring debug message from DEBUG to LOG level.
11446
11447 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11448
11449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
11450         (gst_matroskademux_do_index_seek),
11451         (gst_matroska_demux_handle_seek_event),
11452         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11453         * gst/matroska/matroska-ids.h:
11454           Set DISCONT flag on first buffer after a discontinuity.
11455           Fix newsegment events sent when seeking and honour KEY_UNIT
11456           seek flag. Create pad with bogus caps if we don't recognise
11457           the stream codec id.
11458
11459         * gst/matroska/matroska-demux.h:
11460           Fix GObject macros.
11461
11462 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
11465
11466         * gst/matroska/matroska-demux.c:
11467         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
11468           Handle end of segment properly when set; don't dead-lock when
11469           posting start of segment message when doing a segment seek.
11470           Fixes #338810.
11471
11472 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11475         (gst_matroska_demux_plugin_init):
11476           Make mpeg2 aac audio work: create artificial private codec data
11477           chunk which faad2 seems to require, just as we do for mpeg4 aac.
11478           Also call gst_riff_init(). Partially fixes #338767.
11479
11480 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
11481
11482         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
11483         (gst_wavenc_class_init), (gst_wavenc_init),
11484         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
11485         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
11486         (gst_wavenc_chain), (gst_wavenc_change_state):
11487         * gst/wavenc/gstwavenc.h:
11488           Set caps on first outgoing buffer, so that it doesn't error out
11489           immediately with a non-negotiated error (#338716). Rewrite and
11490           clean up a bit; fix setcaps function to parse things properly;
11491           fix sink caps (8bit audio is unsigned and doesn't have depth);
11492           use boilerplate macros; remove unused properties stuff.
11493
11494 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11497           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
11498           handle MJPEG streams and might be autoplugged for those if the
11499           user doesn't have jpegdec installed (resulting in a cryptic error
11500           message about huffman tables). Better to disable JPEG decoding here
11501           and let the user figure out that she needs to install jpegdec.
11502
11503 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11504
11505         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11506         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11507         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
11508         * ext/gdk_pixbuf/gstgdkpixbuf.h:
11509           Make work with packetised/framed input (e.g. png-in-quicktime). Use
11510           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
11511           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
11512           debug messages. Fix boilerplate macros.
11513
11514 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11515
11516         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
11517         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
11518           No need to special-case for Gdk-2.0 any longer, we require
11519           Gdk 2.2 or newer; minor clean-ups.
11520
11521 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
11524         (gst_shout2send_class_init), (gst_shout2send_init),
11525         (set_shout_metadata), (gst_shout2send_set_metadata),
11526         (gst_shout2send_event), (gst_shout2send_start),
11527         (gst_shout2send_connect), (gst_shout2send_stop),
11528         (gst_shout2send_render), (gst_shout2send_set_property),
11529         (gst_shout2send_get_property), (gst_shout2send_setcaps),
11530         (plugin_init):
11531         * ext/shout2/gstshout2.h:
11532         * po/POTFILES.in:
11533           Rewrite a bit: use GstBaseSink::start and stop instead of a state
11534           change function; use GST_ELEMENT_ERROR for error reporting, not
11535           g_error() or GST_ERROR(); don't unref caps in setcaps function,
11536           will cause crashes or assertion failures; remove (unused) "sync"
11537           property, basesink already has such a property; misc. other
11538           minor fixes and cleanups.
11539
11540 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11541
11542         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
11543         * ext/esd/gstesd.c: (plugin_init):
11544         * po/POTFILES.in:
11545           Add translatable error message for when we cannot
11546           connect to the sound server, as "Cannot open resource
11547           for writing" isn't really an acceptable message to show
11548           to the user in this case.
11549
11550 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
11551
11552         * sys/oss/gst-i18n-plugin.h:
11553           Remove bogus file that doesn't belong here.
11554
11555 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         Patch by: Philippe Valembois
11558
11559         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11560         (gst_shout2send_set_metadata), (gst_shout2send_event),
11561         (gst_shout2send_render), (gst_shout2send_change_state):
11562         * ext/shout2/gstshout2.h:
11563           Handle tags being received before the connection to
11564           the server is established properly (see #338636).
11565
11566 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * ext/shout2/gstshout2.c: (gst_shout2send_render):
11569           Don't crash in case the connection to the server fails:
11570           don't set pointer to NULL by assigning FALSE; error out
11571           properly by using GST_ELEMENT_ERROR and returning
11572           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
11573           before resetting the pointer.
11574
11575 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
11576
11577         * gst/id3demux/id3tags.c:
11578         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
11579         (Fixes #338713)
11580
11581 2006-04-12  Wim Taymans  <wim@fluendo.com>
11582
11583         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
11584         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
11585         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
11586         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
11587         (gst_gdk_pixbuf_chain):
11588         Some cleanups.
11589         Added RGBA as a possible output format.
11590         Correctly free the supported mimetypes.
11591         deprecate silent arg, it's not used.
11592         Return result from _alloc_buffer to peer.
11593
11594 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
11597           Don't leak memory allocated by gst_buffer_new_and_alloc() by
11598           overwriting GST_BUFFER_MALLOCDATA.
11599
11600 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
11603         (user_endrow_callback), (user_end_callback),
11604         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
11605         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
11606         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
11607         * ext/libpng/gstpngdec.h:
11608           Handle more than one frame if the content is framed,
11609           like with png-in-quicktime (#331917).
11610
11611 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11612
11613         * sys/oss/Makefile.am:
11614         * sys/oss/common.h:
11615         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
11616         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
11617         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
11618         (gst_oss_src_unprepare):
11619           - the user-visible error strings were in the wrong category
11620           - and the messages were not marked for translation
11621           - which is actually a good thing, because they were exactly
11622             the kind of message you would never want anyone to see
11623           - the macros were using variables that didn't exist in the macro
11624             arguments
11625           - and they were obviously copied from each other and then modified
11626           - so a common header makes sense
11627
11628 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11631           Don't try to modify read-only data.
11632
11633         * gst/matroska/matroska-demux.c:
11634         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
11635           Fix comment (won't crash any longer now).
11636
11637 2006-04-10  Michael Smith  <msmith@fluendo.com>
11638
11639         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
11640           Use copies of header buffers for caps to avoid circular refcounting
11641           problems (as in theoradec, vorbisdec).
11642
11643         * tests/check/elements/cmmldec.c: (GST_START_TEST):
11644           Fix a typo in test that meant it was testing the wrong thing.
11645
11646         * tests/check/elements/cmmlenc.c: (check_headers):
11647           Fix refcount checks now that we use buffer-copies for caps.
11648
11649 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
11652         (gst_matroska_demux_handle_seek_event),
11653         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
11654         (gst_matroska_demux_subtitle_caps),
11655         (gst_matroska_demux_plugin_init):
11656           Use static pad templates with ANY caps for audio and video
11657           source pads and get rid of a lot of unnecessary (and partially
11658           broken) code for the template caps. Clean up caps finding
11659           functions. Fixes playback of audio files/streams that do not
11660           contain the sample rate and/or number of channels in the audio
11661           context (happens a lot with vorbis/mp3 .mka files it seems).
11662           Fixes #337183.
11663           Also add myself to copyright holders.
11664
11665 2006-04-10  Michael Smith  <msmith@fluendo.com>
11666
11667         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
11668           Use g_list_delete_link () instead of g_list_remove_link () so that
11669           we free the link as well as the contained data.
11670
11671 2006-04-10  Wim Taymans  <wim@fluendo.com>
11672
11673         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
11674
11675         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
11676         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
11677         (gst_avi_demux_stream_header):
11678         Fix some crashers with empty chunks. (Fixes #337749)
11679
11680 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
11681
11682         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
11683           use G_GINT64_CONSTANT for INT64 constants
11684         * gst/videofilter/gstvideobalance.c:
11685           define rint for WIN32 #define rint(x) (floor((x)+0.5))
11686         * win32/vs6/libgstavi.dsp:
11687          add missing libraries for the link and remove avimux.c from
11688          the project as it isn't ported to 0.10 yet
11689         
11690 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11693           Even better would be if we actually did the right thing
11694           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
11695
11696 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11697
11698         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11699           Can't just replace 1LL with 1L here just because MSVC doesn't
11700           support it, as it might lead to incorrect results when doing the
11701           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
11702           force a 64-bit constant in a way that all compilers are happy with.
11703
11704 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
11707         * ext/esd/esdsink.c: (gst_esdsink_class_init):
11708         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
11709         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
11710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
11711         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
11712         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
11713         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
11714         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
11715         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
11716         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
11717         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
11718         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
11719         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
11720         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
11721         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
11722         * gst/avi/gstavimux.c: (gst_avimux_class_init):
11723         * gst/debug/efence.c: (gst_efence_class_init):
11724         * gst/debug/negotiation.c: (gst_negotiation_class_init):
11725         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
11726         * gst/goom/gstgoom.c: (gst_goom_class_init):
11727         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
11728         * gst/interleave/deinterleave.c: (deinterleave_class_init):
11729         * gst/interleave/interleave.c: (interleave_class_init):
11730         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
11731         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
11732         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
11733         * gst/median/gstmedian.c: (gst_median_class_init):
11734         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
11735         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
11736         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
11737         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
11738         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
11739         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
11740         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
11741         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
11742         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
11743         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
11744         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
11745         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
11746         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
11747         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
11748         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11749         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
11750         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
11751         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
11752         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
11753         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
11754         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
11755         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
11756         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
11757         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
11758         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
11759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
11760         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
11761         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
11762         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
11763         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
11764         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
11765         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
11766         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
11767         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
11768         * sys/osxaudio/gstosxaudioelement.c:
11769         (gst_osxaudioelement_class_init):
11770         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
11771         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
11772         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
11773         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
11774
11775 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11776
11777         * ext/mikmod/gstmikmod.h:
11778         * gst/level/gstlevel.h:
11779         Fix more broken GObject macros
11780
11781 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
11782
11783         * ext/annodex/gstcmmldec.h:
11784         * ext/annodex/gstcmmlenc.h:
11785         * ext/annodex/gstcmmltag.h:
11786         * ext/cairo/gsttextoverlay.h:
11787         * ext/ladspa/gstsignalprocessor.h:
11788         * gst/matroska/ebml-read.h:
11789         * gst/matroska/ebml-write.h:
11790         * sys/osxaudio/gstosxaudioelement.h:
11791         Fix broken GObject macros
11792
11793 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
11794
11795         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
11796           Don't try to seek beyond the end of the file (would
11797           occasionally display error dialogs in totem when seeking
11798           to the end) (#335869). Will still throw an error though
11799           if the file is truncated and the total_samples value in
11800           the stream header is wrong.
11801
11802 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
11803
11804         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
11805         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
11806         (gst_flac_dec_metadata_callback):
11807         * ext/flac/gstflacdec.h:
11808           If the stream header doesn't contain the total number of samples,
11809           search for the last flac frame at the end of the file and calculate
11810           the total duration from that frame's offset (fixes #337609).
11811
11812 2006-04-07  Edward Hervey  <edward@fluendo.com>
11813
11814         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
11815         Don't unref the GstPadTemplate returned by
11816         gst_element_class_get_pad_template().
11817
11818 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
11821
11822         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
11823         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
11824         * sys/sunaudio/gstsunaudiosink.h:
11825           Use spec->segsize and spec->segtotal in the prepare function
11826           to initialise the ring buffer instead of using the buffer-time
11827           property (#337421).
11828
11829 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
11830
11831         * configure.ac:
11832           Bump core requirements to CVS for gst_pad_query_peer_duration()
11833           which is used by speexdec.
11834
11835 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
11836
11837         * ext/speex/gstspeex.c: (plugin_init):
11838         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
11839         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
11840         (speex_get_sink_query_types), (speex_dec_sink_query),
11841         (speex_get_src_query_types), (speex_dec_src_query),
11842         (speex_dec_src_event), (speex_dec_sink_event),
11843         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
11844         (speex_dec_chain_parse_data), (speex_dec_chain),
11845         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
11846         (speex_dec_change_state):
11847         * ext/speex/gstspeexdec.h:
11848           Fix seeking and duration queries (#337033); clean up and
11849           refactor a bit.
11850
11851 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11852
11853         * ext/raw1394/gstdv1394src.c:
11854           distinguish between device not found and could not open for
11855           reading
11856
11857 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11858
11859         * Makefile.am:
11860         * configure.ac:
11861         * pkgconfig/.cvsignore:
11862         * pkgconfig/Makefile.am:
11863         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
11864           add a .pc file so other modules can use good plugins in tests
11865
11866 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * configure.ac:
11869           clean up, use AS_VERSION and AS_NANO
11870         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
11871           use PACKAGE_VERSION define
11872         * po/af.po:
11873         * po/az.po:
11874         * po/cs.po:
11875         * po/en_GB.po:
11876         * po/hu.po:
11877         * po/it.po:
11878         * po/nb.po:
11879         * po/nl.po:
11880         * po/or.po:
11881         * po/sq.po:
11882         * po/sr.po:
11883         * po/sv.po:
11884         * po/uk.po:
11885         * po/vi.po:
11886           updated
11887
11888 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
11889
11890         * ext\jpeg\smokecodec.c:
11891           use of GST_DEBUG instead of DEBUG(a...) for WIN32
11892         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
11893           move first instruction after all variables declarations
11894         * gst\alpha\gstalpha.c:
11895         * gst\effectv\gstshagadelic.c:
11896         * gst\smpte\paint.c:
11897         * gst\videofilter\gstvideobalance.c:
11898           define M_PI if it's not defined (it's not defined on WIN32)
11899         * gst\cutter\gstcutter.c: (gst_cutter_chain):
11900         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
11901         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
11902         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
11903         (gst_matroska_demux_video_caps):
11904         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
11905         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
11906           use gst_guint64_to_gdouble for conversions
11907         * gst\goom\filters.c: (setPixelRGB_):
11908           fix a debug which was using undefined variable
11909         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
11910         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
11911           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
11912         * win32/vs6:
11913           add vs6 projects files for most of plugins-good
11914         
11915 2006-03-30  j^  <j@bootlab.org>
11916
11917         * ext/aalib/gstaasink.c:
11918         * ext/annodex/gstcmmldec.c:
11919         * ext/annodex/gstcmmlenc.c:
11920         * ext/cairo/gsttextoverlay.c:
11921         * ext/cairo/gsttimeoverlay.c:
11922         * ext/cdio/gstcdiocddasrc.c:
11923         * ext/dv/gstdvdec.c:
11924         * ext/esd/esdmon.c:
11925         * ext/esd/esdsink.c:
11926         * ext/flac/gstflacdec.c:
11927         * ext/flac/gstflacenc.c:
11928         * ext/flac/gstflactag.c:
11929         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
11930         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
11931         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
11932         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
11933         * ext/gdk_pixbuf/gstgdkpixbuf.c:
11934         * ext/gdk_pixbuf/pixbufscale.c:
11935         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11936         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11937         * ext/jpeg/gstjpegdec.c:
11938         * ext/jpeg/gstjpegenc.c:
11939         * ext/jpeg/gstsmokedec.c:
11940         * ext/jpeg/gstsmokeenc.c:
11941         * ext/libcaca/gstcacasink.c:
11942         * ext/libmng/gstmngdec.c:
11943         * ext/libmng/gstmngenc.c:
11944         * ext/libpng/gstpngdec.c:
11945         * ext/libpng/gstpngenc.c:
11946         * ext/mikmod/gstmikmod.c:
11947         * ext/raw1394/gstdv1394src.c:
11948         * ext/shout2/gstshout2.c:
11949         * ext/speex/gstspeexdec.c:
11950         * ext/speex/gstspeexenc.c:
11951         * gst/alpha/gstalpha.c:
11952         * gst/alpha/gstalphacolor.c:
11953         * gst/auparse/gstauparse.c:
11954         * gst/autodetect/gstautoaudiosink.c:
11955         (gst_auto_audio_sink_base_init):
11956         * gst/autodetect/gstautovideosink.c:
11957         (gst_auto_video_sink_base_init):
11958         * gst/avi/gstavimux.c: (gst_avimux_base_init):
11959         * gst/cutter/gstcutter.c:
11960         * gst/debug/breakmydata.c:
11961         * gst/debug/efence.c:
11962         * gst/debug/gstnavigationtest.c:
11963         * gst/debug/negotiation.c:
11964         * gst/debug/progressreport.c:
11965         * gst/debug/testplugin.c:
11966         * gst/effectv/gstaging.c:
11967         * gst/effectv/gstdice.c:
11968         * gst/effectv/gstedge.c:
11969         * gst/effectv/gstquark.c:
11970         * gst/effectv/gstrev.c:
11971         * gst/effectv/gstvertigo.c:
11972         * gst/effectv/gstwarp.c:
11973         * gst/flx/gstflxdec.c:
11974         * gst/goom/gstgoom.c:
11975         * gst/interleave/deinterleave.c:
11976         * gst/interleave/interleave.c:
11977         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
11978         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
11979         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
11980         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
11981         * gst/level/gstlevel.c:
11982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
11983         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
11984         * gst/median/gstmedian.c:
11985         * gst/monoscope/gstmonoscope.c:
11986         * gst/multipart/multipartdemux.c:
11987         * gst/multipart/multipartmux.c:
11988         * gst/oldcore/gstmd5sink.c:
11989         * gst/oldcore/gstmultifilesrc.c:
11990         * gst/oldcore/gstpipefilter.c:
11991         * gst/oldcore/gstshaper.c:
11992         * gst/oldcore/gststatistics.c:
11993         * gst/rtp/gstasteriskh263.c:
11994         * gst/rtp/gstrtpL16depay.c:
11995         * gst/rtp/gstrtpL16pay.c:
11996         * gst/rtp/gstrtpamrdepay.c:
11997         * gst/rtp/gstrtpamrpay.c:
11998         * gst/rtp/gstrtpdepay.c:
11999         * gst/rtp/gstrtpgsmpay.c:
12000         * gst/rtp/gstrtph263pay.c:
12001         * gst/rtp/gstrtph263pdepay.c:
12002         * gst/rtp/gstrtph263ppay.c:
12003         * gst/rtp/gstrtpmp4gpay.c:
12004         * gst/rtp/gstrtpmp4vdepay.c:
12005         * gst/rtp/gstrtpmp4vpay.c:
12006         * gst/rtp/gstrtpmpadepay.c:
12007         * gst/rtp/gstrtpmpapay.c:
12008         * gst/rtp/gstrtppcmadepay.c:
12009         * gst/rtp/gstrtppcmapay.c:
12010         * gst/rtp/gstrtppcmudepay.c:
12011         * gst/rtp/gstrtppcmupay.c:
12012         * gst/rtp/gstrtpspeexdepay.c:
12013         * gst/rtp/gstrtpspeexpay.c:
12014         * gst/rtsp/gstrtpdec.c:
12015         * gst/smpte/gstsmpte.c:
12016         * gst/videobox/gstvideobox.c:
12017         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
12018         * gst/videofilter/gstvideobalance.c:
12019         * gst/videofilter/gstvideoflip.c:
12020         * gst/videofilter/gstvideotemplate.c:
12021         (gst_videotemplate_base_init):
12022         * gst/videomixer/videomixer.c:
12023         * gst/wavenc/gstwavenc.c:
12024         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
12025          better/unified long descriptions
12026          Fixed #336602
12027          Some cleanups to auparse, don't send multiple newsegments.
12028
12029 2006-03-29  Wim Taymans  <wim@fluendo.com>
12030
12031         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
12032
12033         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
12034         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
12035         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
12036         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
12037         * ext/dv/gstdvdemux.h:
12038         Seek in READY patch. Only works for pull based mode.
12039         Fixes #323880
12040
12041 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
12044         (gst_gdk_pixbuf_event):
12045           Fix two crashers: don't unref the same caps twice, and
12046           set pixbuf loader to NULL after freeing it.
12047
12048 2006-03-27  Wim Taymans  <wim@fluendo.com>
12049
12050         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
12051         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
12052         (gst_speexenc_chain):
12053         * ext/speex/gstspeexenc.h:
12054         Don't leak adapter.
12055         A push *always* takes ownership of the buffer, even on
12056         errors.
12057         Small cleanups.
12058
12059 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
12062           Create source pad without leaking.
12063
12064 2006-03-24  Wim Taymans  <wim@fluendo.com>
12065
12066         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
12067         * ext/flac/gstflacdec.h:
12068         * ext/flac/gstflacenc.h:
12069         Spifify a bit.
12070         Fix deadly lock order error in seeking code, STREAM_LOCK
12071         cannot be taken within LOCK and the streaming variables are
12072         protected with the STREAM_LOCK anyway.
12073
12074 2006-03-24  Wim Taymans  <wim@fluendo.com>
12075
12076         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
12077         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
12078         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
12079         this patch combines the global init_frames with the stream
12080         init_frames. Rationale being that the global delay should 
12081         be subtracted from any stream delay.
12082         Fixes #335858.
12083
12084 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
12085
12086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
12087         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
12088         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12089         * gst/videomixer/videomixer.c: (gst_videomixer_init):
12090         use DEBUG_FUNCPTR for collectpads
12091
12092 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
12095           Don't crash when encoding images where the number of rows isn't
12096           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
12097
12098 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
12101         * gst/interleave/deinterleave.c: (deinterleave_change_state):
12102         * gst/interleave/interleave.c: (interleave_change_state):
12103         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
12104           More state change function fixes.
12105
12106 2006-03-23  Wim Taymans  <wim@fluendo.com>
12107
12108         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12109         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
12110         (gst_esdsink_prepare), (gst_esdsink_unprepare),
12111         (gst_esdsink_delay), (gst_esdsink_reset):
12112         * ext/esd/esdsink.h:
12113         Fix esd choppy playback by configuring audiosink
12114         correctly. Fixes #325191
12115
12116 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
12119           Make state change function thread-safe.
12120
12121 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
12124         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
12125           Don't try to read beyond the end of the file just because
12126           the header claims a bigger size (like with truncated files).
12127
12128 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
12129
12130         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12131         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
12132         (gst_wavparse_stream_data), (gst_wavparse_loop):
12133         * gst/wavparse/gstwavparse.h:
12134           Delay source pad creation until we have the first chunk of
12135           media data, so the we can examine the data and adjust the
12136           caps accordingly if required. This makes playback of .wav
12137           files with DTS-declared-as-PCM content work (#313266).
12138
12139 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
12140
12141         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12142         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12143         Don't attempt typefinding on too-short buffers that have been
12144         completely trimmed away. (Fixes #330239)
12145
12146         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
12147         Improve the debug output
12148
12149 2006-03-21  Wim Taymans  <wim@fluendo.com>
12150
12151         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
12152         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
12153         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
12154         (gst_esdsink_set_property), (gst_esdsink_get_property):
12155         Some cleanups.
12156         Reset fd to -1 when we close them.
12157
12158 2006-03-21  Wim Taymans  <wim@fluendo.com>
12159
12160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12161         the OPTIONS request result is optional so don't
12162         fail on it.
12163
12164 2006-03-21  Edward Hervey  <edward@fluendo.com>
12165
12166         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
12167         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
12168         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
12169         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12170         (gst_wavparse_change_state):
12171         gcc 4.1 unreferenced pointer fixes.
12172
12173 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
12176
12177         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
12178           Fix block alignment calculation. Alignment should be done before
12179           adding the byte offset where the data starts (#335231).
12180
12181 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12182
12183         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
12184           Ensure that we set correct caps on buffers that are transferred
12185           direct from the input.
12186
12187 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
12188
12189         * gst/goom/filters.c: (zoomFilterDestroy):
12190         * gst/goom/goom_core.c: (goom_close):
12191           Free filter data when cleaning up. (Fixes: #334995)
12192
12193 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
12194
12195         * configure.ac:
12196           Don't compile udp and rtsp plugins on win32 (mingw) or other
12197           systems that don't have <sys/socket.h> for some reason (#316203).
12198
12199 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12200
12201         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
12202         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
12203         * ext/raw1394/gstdv1394src.h:
12204           Change bus reset handler so it reports useful information such as
12205           whether the device being used connected or disconnected
12206
12207 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/id3demux/id3v2frames.c:
12210         (parse_relative_volume_adjustment_two):
12211           We only care about gain and peak data for the master volume.
12212
12213 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
12214
12215         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12216         (parse_id_string), (parse_unique_file_identifier),
12217         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
12218           Read replay gain tags (#323721).
12219
12220 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
12221
12222         * configure.ac:
12223           Bump requirements to gst-plugins-base CVS because
12224           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
12225
12226 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12227
12228         * rtp/gst/gstrtppcmadepay.c:
12229         Fixed one of the caps in the code from mulaw to alaw.
12230
12231 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
12232
12233         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
12234           Ensure that we set caps on the buffers we pass.
12235
12236         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
12237         (gst_id3demux_sink_activate):
12238           Ensure that we set caps on the buffers we pass.
12239
12240           Use STREAM, TYPE_NOT_FOUND as the error class when
12241           typefinding fails.
12242
12243 2006-03-15  Edward Hervey  <edward@fluendo.com>
12244
12245         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
12246         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
12247         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
12248         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
12249         (gst_jpeg_dec_setcaps):
12250         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
12251         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
12252         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
12253         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
12254         (gst_mngdec_src_getcaps):
12255         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
12256         (gst_pngdec_caps_create_and_set):
12257         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
12258         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
12259         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
12260         * gst/alpha/gstalpha.c: (gst_alpha_init):
12261         * gst/auparse/gstauparse.c: (gst_au_parse_init):
12262         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
12263         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
12264         * gst/cutter/gstcutter.c: (gst_cutter_init):
12265         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
12266         (gst_efence_checkgetrange):
12267         * gst/debug/negotiation.c: (gst_negotiation_init):
12268         * gst/flx/gstflxdec.c: (gst_flxdec_init):
12269         * gst/goom/gstgoom.c: (gst_goom_init):
12270         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
12271         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
12272         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
12273         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
12274         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
12275         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
12276         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
12277         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12278         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
12279         (gst_wavparse_create_sourcepad):
12280         Fix memleak with gst_static_pad_template_get().
12281         This uses gst_pad_new_from_static_template() instead.
12282         Fixes #333512
12283
12284 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * configure.ac:
12287           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
12288           used by id3demux.
12289
12290         * gst/id3demux/gstid3demux.c: (plugin_init):
12291         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
12292         (parse_user_text_identification_frame),
12293         (parse_unique_file_identifier):
12294           Add support for UFID and TXXX frames and extract musicbrainz tags.
12295
12296 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12299           Catch short reads, like they might happen with truncated
12300           files (see #305279); remove unnecessary indentation.
12301
12302 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
12305           Fix DIB image inversion for pictures with a
12306           depth != 8 (#305279).
12307
12308 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
12309
12310         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
12311         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
12312         * ext/jpeg/gstjpegdec.h:
12313           Fix durations on outgoing buffers after seeking
12314           in MJPEG files (#334083); some minor clean-ups.
12315
12316 2006-03-13  Wim Taymans  <wim@fluendo.com>
12317
12318         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
12319         (gst_wavparse_change_state):
12320         Implement seek in READY (re-fixes #327658)
12321
12322 2006-03-13  Wim Taymans  <wim@fluendo.com>
12323
12324         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
12325         * ext/esd/esdmon.c: (gst_esdmon_get):
12326         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
12327         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
12328         (gst_gdk_pixbuf_sink_getcaps):
12329         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
12330         (gst_jpegenc_setcaps):
12331         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
12332         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
12333         (gst_smokeenc_setcaps):
12334         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
12335         (gst_mngdec_src_getcaps):
12336         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
12337         (gst_mngenc_chain):
12338         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
12339         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
12340         * ext/speex/gstspeexdec.c: (speex_dec_convert),
12341         (speex_dec_src_event), (speex_dec_chain):
12342         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
12343         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
12344         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
12345         (gst_negotiation_pad_link), (gst_negotiation_chain):
12346         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12347         (gst_flxdec_chain):
12348         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
12349         (deinterleave_chain):
12350         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
12351         * gst/median/gstmedian.c: (gst_median_link):
12352         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
12353         (gst_monoscope_chain):
12354         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
12355         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
12356         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
12357         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
12358         close #333784 unref the result of gst_pad_get_parent()
12359         by: Christophe Fergeau.
12360
12361 2006-03-09  Wim Taymans  <wim@fluendo.com>
12362
12363         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
12364         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
12365         Handle events in push mode better, can now do non-flushing
12366         seeks in push mode as well.
12367
12368 2006-03-07  Wim Taymans  <wim@fluendo.com>
12369
12370         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
12371         Applied patch from Kai Vehmanen, fixes #333624.
12372
12373 2006-03-06  Julien MOUTTE  <julien@moutte.net>
12374
12375         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
12376         Implement paletted and grayscale png files handling.
12377         (#150363).
12378
12379 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12380
12381         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
12382         (gst_speexenc_chain):
12383           fix a tag list assert
12384           follow gst-plugins-base/ext/ogg/README; set OFFSET
12385           and OFFSET_END.  Muxes correctly with gst-plugins-base
12386           > 0.9.3
12387
12388 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12389
12390         * gst/id3demux/Makefile.am:
12391         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
12392         (gst_id3demux_chain), (gst_id3demux_sink_activate):
12393           Use new typefind helper functions here as well, and
12394           do typefinding in pull-mode if upstream supports that.
12395
12396 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * sys/sunaudio/gstsunaudiomixerctrl.c:
12399         (gst_sunaudiomixer_ctrl_get_volume),
12400         (gst_sunaudiomixer_ctrl_set_volume):
12401         * sys/sunaudio/gstsunaudiomixertrack.c:
12402         (gst_sunaudiomixer_track_new):
12403           Remove unused variables, breaks build from CVS
12404           with -Werror (#333392, patch by: Benjamin Pineau)
12405
12406 2006-03-03  Wim Taymans  <wim@fluendo.com>
12407
12408         * docs/plugins/Makefile.am:
12409         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12411         Added wavparse docs.
12412
12413         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
12414         (gst_wavparse_reset), (gst_wavparse_init),
12415         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
12416         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
12417         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
12418         (gst_wavparse_stream_data), (gst_wavparse_loop),
12419         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
12420         (gst_wavparse_change_state):
12421         * gst/wavparse/gstwavparse.h:
12422         Implement seek in READY (fixes #327658)
12423         Added docs and did some cleanups.
12424
12425 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
12426
12427         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12428         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
12429         (gst_avi_demux_calculate_durations_from_index),
12430         (gst_avi_demux_stream_header):
12431         * gst/avi/gstavidemux.h:
12432           If we have an index, use a duration based on the index instead
12433           of blindly trusting the information in the stream headers
12434           (fixes #331817).
12435
12436 2006-03-03  Wim Taymans  <wim@fluendo.com>
12437
12438         * docs/plugins/Makefile.am:
12439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12441         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12442         Added smoke and jpeg to the docs.
12443
12444         * ext/jpeg/Makefile.am:
12445         * ext/jpeg/gstjpeg.c: (plugin_init):
12446         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
12447         * ext/jpeg/gstjpegenc.h:
12448         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
12449         (gst_smokedec_chain):
12450         * ext/jpeg/gstsmokedec.h:
12451         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
12452         * ext/jpeg/gstsmokeenc.h:
12453         * ext/jpeg/smokecodec.h:
12454         Port smokedec (fixes #331905).
12455         Added some docs.
12456         Some cleanups.
12457
12458 2006-03-03  Wim Taymans  <wim@fluendo.com>
12459
12460         * docs/plugins/Makefile.am:
12461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12463         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12464         Added videobalance and videoflip to the docs.
12465
12466         * gst/videofilter/Makefile.am:
12467         * gst/videofilter/gstvideobalance.c:
12468         (gst_video_balance_update_tables_planar411),
12469         (gst_video_balance_is_passthrough),
12470         (gst_video_balance_update_properties), (oil_tablelookup_u8),
12471         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
12472         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
12473         (gst_video_balance_finalize), (gst_video_balance_class_init),
12474         (gst_video_balance_init), (gst_video_balance_interface_supported),
12475         (gst_video_balance_interface_init),
12476         (gst_video_balance_colorbalance_list_channels),
12477         (gst_video_balance_colorbalance_set_value),
12478         (gst_video_balance_colorbalance_get_value),
12479         (gst_video_balance_colorbalance_init),
12480         (gst_video_balance_set_property), (gst_video_balance_get_property),
12481         (gst_video_balance_get_type), (plugin_init):
12482         * gst/videofilter/gstvideobalance.h:
12483         Ported to 0.10. (Fixes #326160)
12484         Added docs.
12485
12486         * gst/videofilter/gstvideoflip.c:
12487         * gst/videofilter/gstvideoflip.h:
12488         Added docs.
12489
12490 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * configure.ac:
12493           Bump requirements to current core and -base CVS
12494           (core for new typefind helper API, and -base for the
12495           WAVFORMATEX support that was added to libgstriff and
12496           is needed by wavparse).
12497         
12498         * gst/apetag/Makefile.am:
12499         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
12500         (gst_tag_demux_sink_activate):
12501           Use new typefind helpers for typefinding instead of our
12502           home-grown stuff; also, do typefinding in pull-mode if
12503           upstream supports that.
12504
12505 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
12506
12507         Reviewed by: Christian Schaller <christian@fluendo.com>
12508
12509         This patch fixes bug: 329107
12510
12511         This Changelog entry is for a commit done on February 17
12512
12513         * ext/gconf/gconf.c
12514         * ext/gconf/gconf.h
12515         * ext/gconf/gstgconfaudiosink.c
12516         * ext/gconf/gstgconfaudiosink.h
12517         * gconf/gstreamer.schemas.in
12518
12519 2006-02-28  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
12522         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
12523         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
12524         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
12525         Use DEBUG_OBJECT more.
12526
12527 2006-02-28  Wim Taymans  <wim@fluendo.com>
12528
12529         * docs/plugins/Makefile.am:
12530         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12531         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12532         Added dvdec and dvdemux to docs.
12533
12534         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
12535         Added docs.
12536         Check frame sizes so we don't crash when don't have enough
12537         data.
12538         Send nice error messages on error.
12539
12540         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
12541         (gst_dvdemux_class_init), (gst_dvdemux_init),
12542         (gst_dvdemux_finalize), (gst_dvdemux_reset),
12543         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12544         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12545         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
12546         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
12547         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
12548         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
12549         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
12550         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
12551         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
12552         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
12553         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
12554         * ext/dv/gstdvdemux.h:
12555         Added docs.
12556         Implement pull mode.
12557         Fix memleaks.
12558         Reduce memcpy for the video demuxing.
12559
12560 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
12561
12562         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
12563         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
12564         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
12565         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
12566           Add a little extra debug. Make the decoder not return NOT_LINKED,
12567           as we want to continue decoding all CMML and emitting tags.
12568
12569 2006-02-27  Michael Smith  <msmith@fluendo.com>
12570
12571         * ext/annodex/gstskeltag.c:
12572         * ext/annodex/gstskeltag.h:
12573           Deleted; these files aren't used any more either.
12574
12575 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12576
12577         * ext/Makefile.am: Fix dist-check.
12578
12579 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12580
12581         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
12582         memleak.
12583
12584 2006-02-25  Alessandro Decina <alessandro@nnva.org>
12585
12586         * ext/annodex/Makefile.am:
12587         * ext/annodex/gstannodex.c:
12588         * ext/annodex/gstcmmldec.c:
12589         * ext/annodex/gstcmmlenc.c:
12590         * ext/annodex/gstcmmlparser.c:
12591         * ext/annodex/gstcmmlparser.h:
12592         * ext/annodex/gstcmmlutils.c:
12593         * tests/check/elements/cmmldec.c:
12594         * tests/check/elements/cmmlenc.c:
12595           Fix a memleak in gst_cmml_track_list_add_clip.
12596           Handle overflows in clip's start and end times.
12597           Add the "encoded" parameter to cmmldec and cmmlenc caps.
12598           Do not parse junk at the end of a CMML preamble buffer.
12599           Register a libxml error handler to not print stuff on stderr.
12600           Check for bad clip start and end times in the testsuites.
12601
12602 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12603
12604         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
12605         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
12606         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
12607         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
12608         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
12609         possible memleaks.
12610
12611 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12612
12613         * tests/check/Makefile.am:
12614         * tests/check/elements/cmmldec.c:
12615         * tests/check/elements/cmmlenc.c: Fix tests so that they use
12616         the plugins-base tags.
12617
12618 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12619
12620         * ext/Makefile.am: Re-enable module.
12621
12622 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12623
12624         * tests/check/Makefile.am: Forgot to remove that test.
12625
12626 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12627
12628         * ext/annodex/Makefile.am:
12629         * ext/annodex/gstannodex.c: (plugin_init):
12630         * ext/annodex/gstcmmldec.c:
12631         * ext/annodex/gstskeldec.c:
12632         * ext/annodex/gstskeldec.h:
12633         * tests/check/Makefile.am:
12634         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
12635
12636 2006-02-25  Julien MOUTTE  <julien@moutte.net>
12637
12638         * tests/check/Makefile.am: Disable those checks as well.
12639
12640 2006-02-24  Julien MOUTTE  <julien@moutte.net>
12641
12642         * ext/Makefile.am: Disable annodex for now until we figure out
12643         how to make it build.
12644         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
12645         Add a rule to your checklist : "please try to at least build 
12646         what you are going to commit into -good, or if you are too lazy
12647         to do that, please check that the buildbots are not crying because
12648         of your commit."
12649
12650 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
12651
12652         * configure.ac:
12653         * ext/Makefile.am:
12654         * ext/gdk_pixbuf/Makefile.am:
12655         * ext/gdk_pixbuf/gstgdkpixbuf.c:
12656         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12657         * ext/gdk_pixbuf/pixbufscale.c:
12658         * ext/gdk_pixbuf/pixbufscale.h:
12659           Gdkpixbuf ported from 0.8 to 0.10 by
12660           Renato Filho <renato.filho@indt.org.br>.
12661           gst_loader and gdkpixbufanimation still need port.
12662
12663 2006-02-24  Michael Smith  <msmith@fluendo.com>
12664
12665         * configure.ac:
12666         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12667         * ext/Makefile.am:
12668         * ext/annodex/Makefile.am:
12669         * ext/annodex/gstannodex.c:
12670         * ext/annodex/gstannodex.h:
12671         * ext/annodex/gstcmmldec.c:
12672         * ext/annodex/gstcmmldec.h:
12673         * ext/annodex/gstcmmlenc.c:
12674         * ext/annodex/gstcmmlenc.h:
12675         * ext/annodex/gstcmmlparser.c:
12676         * ext/annodex/gstcmmlparser.h:
12677         * ext/annodex/gstcmmltag.c:
12678         * ext/annodex/gstcmmltag.h:
12679         * ext/annodex/gstcmmlutils.c:
12680         * ext/annodex/gstcmmlutils.h:
12681         * ext/annodex/gstskeldec.c:
12682         * ext/annodex/gstskeldec.h:
12683         * ext/annodex/gstskeltag.c:
12684         * ext/annodex/gstskeltag.h:
12685         * tests/check/Makefile.am:
12686         * tests/check/elements/cmmldec.c:
12687         * tests/check/elements/cmmlenc.c:
12688         * tests/check/elements/skeldec.c:
12689           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
12690           Includes tests & docs, oh my! Passes Thomas's -good checklist
12691           entirely. Wow.
12692
12693 2006-02-24  Michael Smith  <msmith@fluendo.com>
12694
12695         * autogen.sh:
12696           Check for automake 1.9 as well.
12697
12698 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
12699
12700         * ext/flac/gstflacenc.c:
12701           Change min. sample rate to 8kHz to match flacdec's.
12702           
12703 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         * ext/cdio/Makefile.am:
12706           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
12707           required for Cygwin, see #317048)
12708
12709         * gst/rtp/gstasteriskh263.c:
12710           Cygwin has includes for both the unix network socket API
12711           and the windows API, but only one can be included, so fix
12712           includes to only use one or the other, prefering the unxi
12713           one (#317048).
12714
12715 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
12716
12717         * rtp/gst/gstrtppcmadepay.c:
12718         * rtp/gst/gstrtppcmadepay.h:
12719         * rtp/gst/gstgstrtppcmapay.c:
12720         * rtp/gst/gstgstrtppcmapay.h:
12721         * rtp/gst/gstrtppcmudepay.c:
12722         * rtp/gst/gstrtppcmudepay.h:
12723         * rtp/gst/gstrtppcmupay.c:
12724         * rtp/gst/gstrtppcmupay.h:
12725         * rtp/gst/Makefile.am:
12726         * rtp/gst/gstrtp.c:
12727         * rtp/gst/README:
12728         Separated the G711 payloaders/depayloaders into separate elements for
12729         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
12730
12731 2006-02-22  Wim Taymans  <wim@fluendo.com>
12732
12733         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
12734         (gst_dvdec_change_state):
12735         * ext/dv/gstdvdec.h:
12736         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
12737         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
12738         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
12739         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
12740         (gst_dvdemux_flush), (gst_dvdemux_chain),
12741         (gst_dvdemux_change_state):
12742         * ext/dv/gstdvdemux.h:
12743         Ueber spiffify some more, added debug category.
12744         Use _scale.
12745         Use segments, respect playback rate from newsegment.
12746         Fix refcount issue.
12747
12748 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
12749
12750         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
12751         (gst_signal_processor_process):
12752         Fix compilation of LADPSA. It doesn't seem to work, and isn't
12753         enabled for the build, but it helps me win the feature-count
12754         competitions ooh yeah.
12755
12756 2006-02-19  Wim Taymans  <wim@fluendo.com>
12757
12758         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
12759         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
12760         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
12761         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
12762         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
12763         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
12764         Use scaling code for added precission and more correct stop
12765         position in case scale==0.
12766
12767 2006-02-19  Wim Taymans  <wim@fluendo.com>
12768
12769         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
12770         (gst_flxdec_chain):
12771         * gst/flx/gstflxdec.h:
12772         Implement DURATION query.
12773
12774 2006-02-19  Wim Taymans  <wim@fluendo.com>
12775
12776         * gst/flx/flx_color.h:
12777         * gst/flx/flx_fmt.h:
12778         * gst/flx/gstflxdec.c: (gst_flxdec_init),
12779         (gst_flxdec_src_query_handler), (flx_decode_color),
12780         (gst_flxdec_chain):
12781         * gst/flx/gstflxdec.h:
12782         Set MALLOCDATA for the temp buffers so we don't leak.
12783         Some debug cleanups.
12784         Consume all data in the adapter before leaving the chain
12785         function. Fixes #330678.
12786
12787 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
12788
12789         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12790         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
12791          Handle 0 data size in otherwise valid frames.
12792          Handle numeric strings in 2.4.0 even when not in parentheses 
12793
12794 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * gst/matroska/matroska-demux.c:
12797         (gst_matroska_demux_subtitle_caps),
12798         (gst_matroska_demux_plugin_init):
12799         * gst/matroska/matroska-ids.h:
12800           Recognise SSA/ASS and USF subtitle formats and
12801           set proper caps when they are found.
12802
12803 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12804
12805         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
12806         (gst_jpeg_dec_chain):
12807           Fix invalid memory access for some odd-sized images
12808           (see image contained in quicktime stream in #327083);
12809           use g_malloc() instead of g_alloca().
12810
12811 2006-02-17  Wim Taymans  <wim@fluendo.com>
12812
12813         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
12814         Patch from Sebastien Cote, fixes #319884
12815
12816 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
12817
12818         * ext/cdio/gstcdio.c: (plugin_init):
12819           Init debug category (#331253).
12820
12821 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
12824           Pass extra_data to gst_riff_create_audio_caps(), so that
12825           WAVEFORMATEX stuff works. Post audio codec name and post
12826           it as taglist on the bus. Allow up to 8 channesl for raw
12827           PCM in the source pad template caps.
12828
12829 2006-02-16  Wim Taymans  <wim@fluendo.com>
12830
12831         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12832         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12833         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
12834         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
12835         (gst_multipart_set_property), (gst_multipart_get_property):
12836         Applied #318663. Gives quite a few false positives in
12837         autoscan mode, but it's better than nothing. Not closing yet.
12838
12839 2006-02-16  Wim Taymans  <wim@fluendo.com>
12840
12841         * docs/plugins/Makefile.am:
12842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12843         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12844         * docs/plugins/gst-plugins-good-plugins.args:
12845         * docs/plugins/inspect/plugin-udp.xml:
12846         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
12847         (gst_udpsrc_start):
12848         Update documentation.
12849         Fix args.
12850
12851 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
12852
12853         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
12854         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
12855         frame size. (Fixes #331368)
12856
12857 2006-02-16  Wim Taymans  <wim@fluendo.com>
12858
12859         * gst/rtsp/README:
12860         Updated README.
12861
12862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
12863         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
12864         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
12865         * gst/rtsp/gstrtspsrc.h:
12866         Make sure the RTP port is an even port an try to allocate 
12867         another if not.
12868         Added retry property to control max retries for port allocation.
12869         Make sure RTCP port is RTP port+1.
12870         Cleanup when port allocation fails.
12871         Fixes #319183.
12872         
12873 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
12876           Don't ignore return value of the parent class's state
12877           change function (#331385, patch by: Wouter Paesen).
12878
12879 2006-02-15  Wim Taymans  <wim@fluendo.com>
12880
12881         * configure.ac:
12882         * docs/plugins/Makefile.am:
12883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12886         * ext/Makefile.am:
12887         * ext/hal/Makefile.am:
12888         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
12889         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
12890         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
12891         (do_toggle_element), (gst_hal_audio_sink_set_property),
12892         (gst_hal_audio_sink_get_property),
12893         (gst_hal_audio_sink_change_state):
12894         * ext/hal/gsthalaudiosink.h:
12895         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
12896         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
12897         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
12898         (do_toggle_element), (gst_hal_audio_src_set_property),
12899         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
12900         * ext/hal/gsthalaudiosrc.h:
12901         * ext/hal/gsthalelements.c: (plugin_init):
12902         * ext/hal/gsthalelements.h:
12903         * ext/hal/hal.c: (gst_hal_get_string),
12904         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
12905         (gst_hal_get_audio_src):
12906         * ext/hal/hal.h:
12907         Add HAL sound device wrapper plugins. Closes #329106
12908
12909 2006-02-15  Wim Taymans  <wim@fluendo.com>
12910
12911         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
12912         Add comment in a fultile attempt to stop the copy-and-paste 
12913         paradigm leading to duplication of bad code.
12914
12915         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
12916         Mime parameters have to be checked case insensitive
12917
12918 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
12921           Advance stream time for lagging subtitle streams by sending
12922           newsegment events with the update flag set.
12923
12924 2006-02-14  Edward Hervey  <edward@fluendo.com>
12925
12926         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
12927         There can be bogus data before the hdrl LIST tag in the RIFF header.
12928         It's hard to say if it's not respecting the AVI specifications or not,
12929         but since Google Video is producing AVIs like that and the other player
12930         don't seem to complain, I guess we should do the same.
12931
12932 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
12933
12934         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
12935         (parse_split_strings):
12936         Add more validation to ensure that a char encoding conversion
12937         produced a valid UTF-8 string.
12938
12939 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
12940
12941         Reviewed by: Edward Hervey  <edward@fluendo.com>
12942
12943         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
12944         Properly handle end of segment. Closes #330885.
12945
12946 2006-02-13  Wim Taymans  <wim@fluendo.com>
12947
12948         * gst/rtp/gstrtpmp4gpay.h:
12949         For got to commit this one.
12950
12951 2006-02-12  Wim Taymans  <wim@fluendo.com>
12952
12953         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
12954         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
12955         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
12956         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
12957         * gst/rtp/gstrtpmp4gpay.h:
12958         Make more things work.
12959         Handle ACC config strings.
12960
12961 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
12962
12963         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
12964           set timestamps if no incoming timestamps set
12965
12966 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
12967
12968         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
12969         (gst_tag_demux_do_typefind):
12970           ... and fix the very same leaks in GstTagDemux.
12971
12972 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
12973
12974         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
12975         (gst_id3demux_do_typefind):
12976         Fix a couple of mem leaks. (Patch by Jonathan Matthew
12977         <jonathan at kaolin dot wh9 dot net>)
12978
12979 2006-02-10  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
12982         First set options, then set caps or else the baseclass
12983         will not know about the options, duh.
12984
12985 2006-02-10  Wim Taymans  <wim@fluendo.com>
12986
12987         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
12988         (gst_rtp_mp4v_pay_setcaps):
12989         Don't waste time looking for a config string if we have codec_info
12990         on the incomming caps.
12991
12992 2006-02-10  Wim Taymans  <wim@fluendo.com>
12993
12994         * gst/rtp/README:
12995         Say something about case-sensitivity of caps vs mime-attributes.
12996
12997         * gst/rtp/Makefile.am:
12998         * gst/rtp/gstrtp.c: (plugin_init):
12999         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13000         (gst_rtp_amr_pay_handle_buffer):
13001         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
13002         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
13003         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
13004         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
13005         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
13006         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
13007         (gst_rtp_mp4g_pay_plugin_init):
13008         * gst/rtp/gstrtpmp4gpay.h:
13009         Added beginnings of mpeg4-generic payloader (RFC 3640)
13010
13011 2006-02-09  Wim Taymans  <wim@fluendo.com>
13012
13013         * gst/rtsp/Makefile.am:
13014         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
13015         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
13016         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
13017         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
13018         (gst_rtpdec_change_state):
13019         * gst/rtsp/gstrtpdec.h:
13020         * gst/rtsp/gstrtsp.c: (plugin_init):
13021         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13022         * gst/rtsp/rtspconnection.c: (read_body),
13023         (rtsp_connection_receive):
13024         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
13025         Resurected rtpdec to make rtspsrc happy again.
13026         Skip attributes from the session id.
13027         Don't crash when dumping a message with an empty body.
13028
13029
13030 2006-02-09  Wim Taymans  <wim@fluendo.com>
13031
13032         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
13033         Added more meaningfull warnings when something goes wrong.
13034         Clear F bit on outgoing AMR packets.
13035
13036         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
13037         (gst_rtp_amr_pay_handle_buffer):
13038         Added debugging category
13039         Support payloading of multiple AMR frames.
13040
13041         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
13042         Added some debugging.
13043
13044 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
13045
13046         * configure.ac:
13047           Back to CVS
13048
13049 === release 0.10.2 ===
13050
13051 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
13052
13053         * configure.ac:
13054           releasing 0.10.2, "Papa was a rolling stone"
13055
13056 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
13057
13058         * configure.ac:
13059           Bump core and plugins-base requirement to 0.10.2.2
13060           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
13061
13062 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13063
13064         * ext/flac/gstflac.c: (plugin_init):
13065         * ext/speex/gstspeex.c: (plugin_init):
13066           Register musicbrainz tags.
13067
13068 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
13069
13070         * ext/gconf/gconf.h:
13071           Remove declaration of function that no longer exists.
13072
13073 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13074
13075         * ext/shout2/gstshout2.c: (gst_shout2send_render),
13076         (gst_shout2send_setcaps), (gst_shout2send_change_state):
13077         Make shout2 work for non ogg streams
13078
13079 2006-02-06  Wim Taymans  <wim@fluendo.com>
13080
13081         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13082         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
13083         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
13084         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
13085         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
13086         * gst/udp/gstmultiudpsink.h:
13087         Updated docs.
13088         Added properties bytes-served, bytes_to_serve.
13089         Post proper error messages,
13090         Emit client added signal too.
13091
13092 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13093
13094         * docs/plugins/Makefile.am:
13095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13097         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
13098         (gst_multiudpsink_get_stats):
13099           adding docs for multiudpsink
13100
13101 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13102
13103         * gst/level/gstlevel.c: (gst_level_transform_ip):
13104           peak below decay is not necessarily an error, so don't ERROR log
13105
13106 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
13109         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
13110         (gst_ebml_write_seek):
13111         * gst/matroska/ebml-write.h:
13112           Make sure we send a newsegment event in BYTES format
13113           before sending buffers (#328531).
13114
13115 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
13118         (gst_dvdemux_sink_query):
13119         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
13120         * ext/speex/gstspeexdec.c: (speex_get_query_types),
13121         (speex_dec_src_query):
13122         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
13123         (gst_speexenc_sink_query):
13124         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13125         * gst/matroska/matroska-demux.c:
13126         (gst_matroska_demux_get_src_query_types),
13127         (gst_matroska_demux_handle_src_query):
13128         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
13129         (gst_wavparse_pad_query):
13130           Pass unhandled queries upstream instead of just dropping
13131           them (#326446). Update query type arrays here and there.
13132
13133 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13134
13135         * tests/check/elements/matroskamux.c: (setup_src_pad):
13136           Collectpads in core got changed and now also holds a
13137           reference to any pad that is part of it. Fix refcount
13138           checks in test case accordingly.
13139
13140 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * gst/apetag/gstapedemux.h:
13143           Fix include, for now GstTagDemux is in the apetag dir.
13144
13145 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13146
13147         * docs/plugins/Makefile.am:
13148         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13149         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13150         * docs/plugins/inspect/plugin-cdio.xml:
13151           Add cdio plugin to docs.
13152
13153         * ext/cdio/gstcdiocddasrc.c:
13154           Add gtk-doc blurb.
13155
13156         * ext/cdio/gstcdio.c:
13157           The plugin is called 'cdio' not 'cddio'.
13158
13159 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * configure.ac:
13162         * docs/plugins/Makefile.am:
13163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13165         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13166         * docs/plugins/inspect/plugin-apetag.xml:
13167         * gst/apetag/Makefile.am:
13168         * gst/apetag/gstapedemux.c:
13169         * gst/apetag/gstapedemux.h:
13170         * gst/apetag/gsttagdemux.c:
13171         * gst/apetag/gsttagdemux.h:
13172           Add APE tag demuxer (#325649).
13173
13174 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13175
13176         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
13177         (gst_gconf_get_default_video_sink),
13178         (gst_gconf_get_default_audio_src),
13179         (gst_gconf_get_default_video_src):
13180         * ext/gconf/gconf.h:
13181         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
13182         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
13183         (do_toggle_element):
13184         * ext/gconf/gstgconfaudiosink.h:
13185         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
13186         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13187         (do_toggle_element):
13188         * ext/gconf/gstgconfaudiosrc.h:
13189         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
13190         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
13191         (do_toggle_element):
13192         * ext/gconf/gstgconfvideosink.h:
13193         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
13194         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13195         (do_toggle_element):
13196         * ext/gconf/gstgconfvideosrc.h:
13197           Ignore changing the GConf key to "". Ignore GConf key updates
13198           that don't actually change the string.
13199           For now, ignore the GConf key when the state is > READY, as
13200           it breaks streaming. Sometime it will be nice to bring the
13201           new sink online even mid-stream, by sending NEWSEGMENT info
13202           and possibly prerolling.
13203           (Fixes #326736)
13204
13205 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
13206
13207         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
13208         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
13209         (zoomFilterSetResolution), (zoomFilterDestroy),
13210         (zoomFilterFastRGB), (pointFilter):
13211         * gst/goom/filters.h:
13212         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
13213         (goom_update), (goom_close):
13214         * gst/goom/goom_core.h:
13215         * gst/goom/goom_tools.h:
13216         * gst/goom/graphic.c:
13217         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
13218         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
13219         * gst/goom/gstgoom.h:
13220         * gst/goom/lines.c: (goom_lines):
13221         * gst/goom/lines.h:
13222           Make goom reentrant by moving all important static variables
13223           into instance structures.
13224           (Fixes #329181)
13225
13226 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
13229         (gst_avi_demux_all_source_pads_unlinked),
13230         (gst_avi_demux_process_next_entry):
13231         * gst/avi/gstavidemux.h:
13232           Third attempt, use gst_pad_is_linked() this time.
13233
13234 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
13235
13236         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13237         (parse_split_strings):
13238         Adjust for data length indicators when parsing (Fixes #329810)
13239         Fix stupid bug parsing UTF-8 tag text.
13240         Output tag strings with multiple fields as multiple tags, so the
13241         app gets all the data.
13242
13243 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13244
13245         * ext/flac/gstflacenc.c:
13246         Fixed a bug add in last commit, where no event is send. Thanks Tim to
13247         show me.
13248         
13249 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
13250
13251         * ext/flac/gstflacenc.c:
13252         * gst/matroska/ebml-read.c:
13253         Just make it compile with --disable-gst-debug.
13254
13255 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
13256
13257         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
13258         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
13259         (id3v2_genre_fields_to_taglist):
13260           Never output a tag with a null contents string.
13261
13262 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13263
13264         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
13265           Only pause if all pads are unlinked AND we've tried to send data
13266           on all of them at least once.
13267
13268 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
13271         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
13272           Make loop function/task pause itself when all source pads are
13273           unlinked.
13274
13275 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * configure.ac:
13278         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
13279           Use new functions from core to render a bin from a
13280           string. Fixes build. Up requirements to core CVS.
13281
13282 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
13283
13284         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
13285           Don't push buffers into the adapter that we are going to
13286           push downstream again without framing anyway. Also, the
13287           adaptor takes ownership of buffers put into it (fixes
13288           auparse pushing invalid buffers for .au files with
13289           ADPCM contents). Finally, set caps on all outgoing buffers.
13290
13291 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
13292
13293         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
13294         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
13295         (gst_id3demux_send_tag_event):
13296         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
13297         Someone should kick my butt. Remove ID3v1 tags from the end of the
13298         file.
13299
13300         Improve error messages. Send the TAG message as soon as we complete
13301         typefinding, instead of waiting until we send the first buffer.
13302         Downstream tag event is still sent before the first buffer.
13303
13304 2006-01-27  Jan Gerber  <j@bootlab.org>
13305
13306         Reviewed by: Andy Wingo <wingo@pobox.com>
13307
13308         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
13309         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
13310         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
13311         to not have warings flooding stderr. this is the suggested way
13312         also used in dvgrab and kino. (#328336)
13313
13314 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
13315
13316         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
13317         (gst_oss_sink_init), (gst_oss_sink_finalise):
13318           Free the device name string when finalised.
13319
13320 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
13321
13322         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
13323           Don't put function calls in g_return_if_fail() statements,
13324           or they'll be replaced with NOOPs if someone compiles with
13325           G_DISABLE_CHECKS defined.
13326           
13327 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
13328
13329         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13330         Never trust ANY information encoded in a media file, especially
13331         when it's giving you sizes. (Fixes #328452)
13332
13333 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
13334
13335         * gst/rtp/gstrtpg711pay.c:
13336         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
13337         bug #325148.
13338
13339 2006-01-23  Edward Hervey  <edward@fluendo.com>
13340
13341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
13342         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
13343         * gst/matroska/matroska-ids.h:
13344         Added recognition of Real Audio and Video streams in matroska demuxer.
13345
13346 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13347
13348         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
13349           Remove errant break statement, and fix compilation with
13350           older GCC.
13351
13352 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
13353
13354         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13355
13356         * sys/sunaudio/gstsunaudiomixerctrl.c:
13357         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
13358           Export functions that are needed in other parts of the code,
13359           makes the mixer actually work; adjust magic minimum buffer-time
13360           value from 3ms to 5ms to work around stuttering during mp3
13361           playback (#327765).
13362
13363 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
13364
13365         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13366
13367         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
13368         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
13369           Fix possible deadlock in matroska muxer (#327825).
13370
13371 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
13374         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
13375         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
13376         * gst/rtsp/sdpmessage.h:
13377         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
13378         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
13379           C89 fixes: declare variables at the beginning of a block and
13380           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
13381           <jensgr at gmx dot net>).
13382
13383 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
13384
13385         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13386         * gst/id3demux/id3tags.h:
13387         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13388         (parse_comment_frame), (parse_text_identification_frame),
13389         (id3v2_tag_to_taglist), (id3v2_are_digits),
13390         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
13391         (parse_split_strings), (free_tag_strings):
13392           Rewrite parsing of text tags to handle multiple NULL terminated
13393           strings. Parse numeric genre strings and ID3v2 type
13394           "(3)(6)Alternative" style genre strings.
13395           Parse dates that are only YYYY or YYYY-mm format.
13396           (Fixes #328241 and #322154)
13397
13398 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
13399
13400         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13401           Don't forget to initialize liboil, otherwise our oil functions
13402           will crash (fixes #327871; patch by: Christoph Burghardt
13403           <hawkes at web dot de>).
13404
13405 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13406
13407         * configure.ac:
13408           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
13409           like in the core and gst-plugins-base. Fixes #324367 and #326683;
13410           patch by: Brian Cameron <brian dot cameron at sun dot com>
13411
13412 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
13413
13414         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
13415         * ext/cdio/gstcdio.h:
13416         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
13417           Fix build for libcdio versions >= 76; give slightly lower rank
13418           than cdparanoia.
13419
13420 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * configure.ac:
13423         * ext/Makefile.am:
13424         * ext/cdio/Makefile.am:
13425         * ext/cdio/gstcdio.c:
13426         * ext/cdio/gstcdio.h:
13427         * ext/cdio/gstcdiocddasrc.c:
13428         * ext/cdio/gstcdiocddasrc.h:
13429           Port libcdio cdda source, formerly known as cddasrc, now known as
13430           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
13431           but that's not tested (fixes #317658).
13432
13433 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
13434
13435         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
13436           Fix conversion from TIME to BYTES format (fixes #326864;
13437           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
13438
13439 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
13440
13441         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13442           Fix compilation of id3demux when zlib is not present.
13443           (Fixes #326602; patch by: Sergey Scobich)
13444
13445 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * ext/esd/Makefile.am:
13448           Add $(ESD_CFLAGS), otherwise build will fail for folks
13449           with libesd in a non-standard prefix (#327009).
13450
13451 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13452
13453         * configure.ac:
13454           back to HEAD
13455
13456 === release 0.10.1 ===
13457
13458 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
13459
13460         * configure.ac:
13461           releasing 0.10.1, "Li"
13462
13463 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13464
13465           patch by: Wim Taymans
13466
13467         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13468           fix memleak.  Fixes #326618
13469
13470 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13471
13472           patch by: Mike Smith
13473
13474         * gst/level/gstlevel.c: (gst_level_message_new),
13475         (gst_level_message_append_channel):
13476           Fix memleak.  Fixes #326612
13477
13478 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13479
13480         * configure.ac:
13481           prereleasing
13482         * po/af.po:
13483         * po/az.po:
13484         * po/cs.po:
13485         * po/en_GB.po:
13486         * po/hu.po:
13487         * po/it.po:
13488         * po/nb.po:
13489         * po/nl.po:
13490         * po/or.po:
13491         * po/sq.po:
13492         * po/sr.po:
13493         * po/sv.po:
13494         * po/uk.po:
13495         * po/vi.po:
13496           update translations
13497
13498 2006-01-10  Michael Smith  <msmith@fluendo.com>
13499
13500         * gst/level/gstlevel.c: (gst_level_class_init),
13501         (gst_level_dispose):
13502           Don't leak filter arrays.
13503
13504 2006-01-09 Brian Cameron <brian.cameron@sun.com>
13505
13506         reviewed by: Christian Schaller <uraeus@gnome.org>
13507         
13508         * configure.ac:
13509         * gst-plugins-good.spec.in:
13510         * sys/Makefile.am:
13511         * sys/sunaudio/Makefile.am:
13512         * sys/sunaudio/gstsunaudio.c: (plugin_init):
13513         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
13514         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
13515         (gst_sunaudiomixer_change_state):
13516         * sys/sunaudio/gstsunaudiomixer.h:
13517         * sys/sunaudio/gstsunaudiomixerctrl.c:
13518         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
13519         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
13520         (gst_sunaudiomixer_ctrl_list_tracks),
13521         (gst_sunaudiomixer_ctrl_get_volume),
13522         (gst_sunaudiomixer_ctrl_set_volume),
13523         (gst_sunaudiomixer_ctrl_set_mute),
13524         (gst_sunaudiomixer_ctrl_set_record):
13525         * sys/sunaudio/gstsunaudiomixerctrl.h:
13526         * sys/sunaudio/gstsunaudiomixertrack.c:
13527         (gst_sunaudiomixer_track_class_init),
13528         (gst_sunaudiomixer_track_init), (fill_labels),
13529         (gst_sunaudiomixer_track_new):
13530         * sys/sunaudio/gstsunaudiomixertrack.h:
13531         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
13532         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
13533         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
13534         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
13535         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
13536         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
13537         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
13538         * sys/sunaudio/gstsunaudiosink.h:
13539
13540         Add SunAudio plugin - tested to make sure it doesn't break
13541         the build under GNU/Linux.      
13542
13543 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
13544
13545         * gst-plugins-good/gst/udp/gstdynudpsink.c:
13546         * gst-plugins-good/gst/udp/gstudpsrc.c:
13547         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
13548         overrides the port or multicast parameters. Fixes bugs #323021.
13549         API addition: adds GstUDPSrc::sockfd property   
13550
13551 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
13552
13553         * ext/gconf/Makefile.am:
13554         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
13555         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
13556         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
13557         (do_toggle_element), (cb_toggle_element),
13558         (gst_gconf_audio_src_change_state):
13559         * ext/gconf/gstgconfaudiosrc.h:
13560         * ext/gconf/gstgconfelements.c: (plugin_init):
13561         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
13562         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
13563         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
13564         (do_toggle_element), (cb_toggle_element),
13565         (gst_gconf_video_src_change_state):
13566         * ext/gconf/gstgconfvideosrc.h:
13567           Add new gconfaudiosrc and gconfvideosrc elements
13568           (needed for gnome-sound-recorder).
13569
13570 2006-01-06  Edward Hervey  <edward@fluendo.com>
13571
13572         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13573         Add gst_element_no_more_pads() for proper decodebin behaviour.
13574         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
13575         (parse_text_identification_frame), (parse_split_strings):
13576         Failure to decode some tags is not a GST_ERROR() but a
13577         GST_WARNING()
13578         When iterating over a chunk of text, check that we haven't gone too
13579         far.
13580
13581 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
13582
13583         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
13584         (plugin_init):
13585           call oil_init() when using liboil
13586
13587 2006-01-04  Wim Taymans  <wim@fluendo.com>
13588
13589         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13590         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13591         Fix leaks.
13592
13593 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
13594
13595         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
13596
13597         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
13598         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
13599         (gst_flac_dec_change_state):
13600           Don't g_assert() where we should just return FALSE; remove
13601           unnecessary g_assert(); initialize some fields properly in
13602           state change function (fixes #325504). Also, use
13603           GST_DEBUG_OBJECT in two more places.
13604
13605 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13606
13607         * configure.ac:
13608           also remove smoothwave's Makefile.am
13609         * docs/plugins/Makefile.am:
13610           fix plugin docs
13611
13612 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13613
13614         * tests/examples/Makefile.am:
13615           added missing Makefile.am
13616
13617 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
13618
13619         * configure.ac:
13620         * gst/level/Makefile.am:
13621         * gst/level/level-example.c:
13622         * tests/Makefile.am:
13623         * tests/examples/level/Makefile.am:
13624         * tests/examples/level/level-example.c: (message_handler), (main):
13625           moved level-example to tests/examples/level-example
13626         * tests/old/examples/level/demo.c: (main):
13627         * tests/old/examples/level/plot.c: (main):
13628           some initial fixes
13629
13630 2005-12-29  Michael Smith  <msmith@fluendo.com>
13631
13632         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13633         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
13634         * gst/udp/gstmultiudpsink.h:
13635           Track packets sent per client in addition to bytes sent; provide
13636           this info through get-stats signal
13637
13638 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
13639
13640         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
13641           Can't use gst_object_unref() on a GstAdapter (#325191).
13642
13643 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
13644
13645         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
13646         If a broken tag has 0 bytes payload, at least still skip
13647         the 10 byte header
13648
13649 2005-12-22  Philippe Khalaf  <burger@speedy.org>
13650
13651         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
13652         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13653         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
13654         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13655           Making these depayloaders (H263+ and mpeg4 video) inherit from
13656           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
13657
13658 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13659
13660         * docs/plugins/gst-plugins-good-plugins.args:
13661         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13662         Regenerate the plugin hiearchy.
13663
13664 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
13665
13666         * docs/plugins/Makefile.am:
13667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13668         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13669         * docs/plugins/gst-plugins-good-plugins.args:
13670         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
13671         (gst_id3demux_base_init), (gst_id3demux_class_init),
13672         (gst_id3demux_chain):
13673         * gst/id3demux/gstid3demux.h:
13674           Add documentation for id3demux.
13675           Don't fail if the first buffer is not at offset 0, just
13676           attempt to typefind and do pass through
13677           Rename the gst_type function from gst_gst_id3demux..
13678
13679 2005-12-20  Michael Smith  <msmith@fluendo.com>
13680
13681         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
13682         (gst_multiudpsink_add), (gst_multiudpsink_remove),
13683         (gst_multiudpsink_get_stats):
13684         * gst/udp/gstmultiudpsink.h:
13685           Collect statistics; return them from get_stats.
13686
13687 2005-12-19  Edward Hervey  <edward@fluendo.com>
13688
13689         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13690         Stupid signedness issue...
13691
13692 2005-12-19  Edward Hervey  <edward@fluendo.com>
13693
13694         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13695         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
13696         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
13697         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13698         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
13699         Construct index for indexless files.
13700         Make sure pad/buffers are correctly reset to NULL once we don't need
13701         them anymore, else we get lovely segfaults/assertions.
13702         * gst/wavparse/gstwavparse.c:
13703         Yes, you can have 96KHz audio and wma in wav :(
13704
13705 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
13706
13707         * configure.ac:
13708           Check for optional dependency on zlib for id3demux
13709
13710         * gst/id3demux/Makefile.am:
13711         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
13712         (gst_id3demux_base_init), (gst_id3demux_class_init),
13713         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
13714         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
13715         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
13716         (gst_id3demux_set_property), (gst_id3demux_get_property),
13717         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
13718         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
13719         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
13720         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
13721         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
13722         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
13723         (simple_find_peek), (simple_find_suggest),
13724         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
13725         (plugin_init):
13726         * gst/id3demux/gstid3demux.h:
13727         * gst/id3demux/id3tags.c: (read_synch_uint),
13728         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
13729         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
13730         (id3demux_id3v2_frames_to_tag_list):
13731         * gst/id3demux/id3tags.h:
13732         * gst/id3demux/id3v2.4.0-frames.txt:
13733         * gst/id3demux/id3v2.4.0-structure.txt:
13734         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
13735         (parse_comment_frame), (parse_text_identification_frame),
13736         (id3v2_tag_to_taglist), (parse_split_strings):
13737           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
13738           otherwise it discards them. Works on my test files. 
13739
13740         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
13741           Don't send EOS to a non-existing srcpad
13742           The debug category can be static
13743
13744 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
13745
13746         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
13747         * ext/esd/esdsink.c: (gst_esdsink_prepare):
13748         * gst/multipart/multipartdemux.c:
13749           change some char* into char[]
13750
13751 2005-12-16  Wim Taymans  <wim@fluendo.com>
13752
13753         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
13754         (gst_wavparse_other), (gst_wavparse_perform_seek),
13755         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
13756         (gst_wavparse_loop), (gst_wavparse_pad_convert),
13757         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
13758         * gst/wavparse/gstwavparse.h:
13759         Use GstSegment to implement more seeking features.
13760
13761 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * gst/rtsp/rtspconnection.c:
13764           Add <netinet/in.h> include and move <arpa/inet.h> include
13765           to make things work on OpenBSD as well (fixes #323717;
13766           patch by: Benjamin Pineau)
13767
13768 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
13769
13770         * gst/rtp/gstrtpspeexdepay.c:
13771         * gst/rtp/gstrtpspeexpay.c:
13772         Set clock rate to be fixed in 8000. It fixes bug #324012.
13773
13774 2005-12-14  Philippe Khalaf  <burger@speedy.org>
13775
13776         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
13777         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
13778         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
13779         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13780         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
13781         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
13782         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
13783         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
13784         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
13785         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
13786         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
13787         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
13788         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
13789         * gst-plugins-good/gst/rtp/README:
13790         Fixed payload range in payloder caps. Removed payload range completely
13791         from depayloaders as they don't require payload type in their caps.
13792         In effect, there isn't any specific payload type for any given codec,
13793         only suggestions.
13794         Fixes bug #324011.
13795
13796 2005-12-13  Julien MOUTTE  <julien@moutte.net>
13797
13798         * gst/videomixer/videomixer.c: (gst_videomixer_init),
13799         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13800         (gst_videomixer_collected): Code cleanup and re-enabling 
13801         queued time validity check for correct EOS handling.
13802
13803 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
13806         (gst_oss_mixer_element_get_property),
13807         (gst_oss_mixer_element_change_state):
13808         Add 'device-name' property and fix state change function.
13809
13810 2005-12-13  Edward Hervey  <edward@fluendo.com>
13811
13812         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
13813         If the speed of the file is null in the header, set the frame_time to
13814         the default setting of GST_SECOND / 70. Which is the default
13815         frame_delay for .fli files as stated in this document :
13816         http://www.compuphase.com/flic.htm
13817         Would be nice to have the time conversion done properly too (duration =
13818         flxh->frames * flxdec->frame_time)
13819
13820 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13821
13822         * docs/plugins/Makefile.am:
13823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13825         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13826         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13827         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13828         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
13829         documentation for videomixer on my way with a funny sample
13830         pipeline.
13831
13832 2005-12-12  Julien MOUTTE  <julien@moutte.net>
13833
13834         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
13835         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
13836         (gst_videomixer_update_queues), (gst_videomixer_collected):
13837         Fix caps negotiation. (#323896)
13838
13839 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
13840
13841         * gst/matroska/matroska-demux.c:
13842         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
13843           Set correct timestamps on audio laces, fixes playback of mp3 from
13844                 matroska.
13845
13846 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
13849         (gst_au_parse_class_init), (gst_au_parse_init),
13850         (gst_au_parse_dispose), (gst_au_parse_chain),
13851         (gst_au_parse_change_state), (plugin_init):
13852         * gst/auparse/gstauparse.h:
13853           Use gst_object_unref() for GstObjects instead of
13854           g_object_unref() and fix a mem leak in a debug
13855           statement; while we're at it, also borgify, use
13856           boilerplate macros and clean up a little bit.
13857
13858 2005-12-11  Edward Hervey  <edward@fluendo.com>
13859
13860         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
13861         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
13862         Added pull mode.
13863
13864 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13865
13866         * gst/goom/gstgoom.c:
13867         * gst/level/level-example.c: (main):
13868         * gst/smoothwave/demo-osssrc.c: (main):
13869           Use audiotestsrc instead of sinesrc (#323798).
13870
13871 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
13872
13873         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
13874           more debug-func-ptr usage
13875
13876 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
13877
13878         * gst/flx/flx_color.c: (flx_colorspace_convert):
13879         * gst/flx/flx_color.h:
13880         * gst/flx/flx_fmt.h:
13881         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
13882         * gst/flx/gstflxdec.h:
13883           Now flxdec works on big-endian machines as well.
13884
13885 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
13888         (gst_fenced_buffer_copy):
13889           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
13890           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
13891           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
13892           and use GST_DEBUG_FUNCPTR for pad functions.
13893
13894 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13895
13896         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
13897         (gst_flac_dec_class_init), (gst_flac_dec_init),
13898         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
13899         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
13900         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
13901         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
13902         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
13903         (gst_flac_dec_change_state):
13904         * ext/flac/gstflacdec.h:
13905           Rewrite flacdec a bit, so that even seeking might work now. Most
13906           importantly, don't act upon any flow return values we get, just tell
13907           the decoder everything's dandy and act on the flow return values
13908           later on in the loop function. We don't want to mess up the internal
13909           decoder state for non-fatal things like flushing pads etc. Other
13910           than that, use GstSegment (segment seeks don't work yet though, but
13911           should be easy to add), use boilerplate macros, drop the superfluous
13912           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
13913           lots of other things.
13914
13915 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
13916
13917         * configure.ac:
13918           Update comment in OSS includes check.
13919
13920         * sys/oss/gstossdmabuffer.c:
13921         * sys/oss/gstosshelper.c:
13922         * sys/oss/gstossmixer.c:
13923         * sys/oss/gstossmixertrack.c:
13924         * sys/oss/gstosssink.c:
13925         * sys/oss/gstosssrc.c:
13926         * sys/oss/oss_probe.c:
13927           Don't assume the OSS soundcard.h include is always in
13928           the sys/ directory. Instead, use the existing defines
13929           from config.h to include the right file. Fixes
13930           compilation on OpenBSD 3.8 (#323718).
13931
13932 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13933
13934         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13935         * docs/plugins/gst-plugins-good-plugins.hierarchy:
13936         * docs/plugins/inspect/plugin-1394.xml:
13937         * docs/plugins/inspect/plugin-aasink.xml:
13938         * docs/plugins/inspect/plugin-alaw.xml:
13939         * docs/plugins/inspect/plugin-alpha.xml:
13940         * docs/plugins/inspect/plugin-alphacolor.xml:
13941         * docs/plugins/inspect/plugin-auparse.xml:
13942         * docs/plugins/inspect/plugin-autodetect.xml:
13943         * docs/plugins/inspect/plugin-avi.xml:
13944         * docs/plugins/inspect/plugin-cacasink.xml:
13945         * docs/plugins/inspect/plugin-cairo.xml:
13946         * docs/plugins/inspect/plugin-cutter.xml:
13947         * docs/plugins/inspect/plugin-debug.xml:
13948         * docs/plugins/inspect/plugin-dv.xml:
13949         * docs/plugins/inspect/plugin-efence.xml:
13950         * docs/plugins/inspect/plugin-effectv.xml:
13951         * docs/plugins/inspect/plugin-esdsink.xml:
13952         * docs/plugins/inspect/plugin-flac.xml:
13953         * docs/plugins/inspect/plugin-flxdec.xml:
13954         * docs/plugins/inspect/plugin-gconfelements.xml:
13955         * docs/plugins/inspect/plugin-goom.xml:
13956         * docs/plugins/inspect/plugin-jpeg.xml:
13957         * docs/plugins/inspect/plugin-level.xml:
13958         * docs/plugins/inspect/plugin-matroska.xml:
13959         * docs/plugins/inspect/plugin-mulaw.xml:
13960         * docs/plugins/inspect/plugin-multipart.xml:
13961         * docs/plugins/inspect/plugin-navigationtest.xml:
13962         * docs/plugins/inspect/plugin-ossaudio.xml:
13963         * docs/plugins/inspect/plugin-png.xml:
13964         * docs/plugins/inspect/plugin-rtp.xml:
13965         * docs/plugins/inspect/plugin-rtsp.xml:
13966         * docs/plugins/inspect/plugin-shout2send.xml:
13967         * docs/plugins/inspect/plugin-smpte.xml:
13968         * docs/plugins/inspect/plugin-speex.xml:
13969         * docs/plugins/inspect/plugin-udp.xml:
13970         * docs/plugins/inspect/plugin-videobox.xml:
13971         * docs/plugins/inspect/plugin-videoflip.xml:
13972         * docs/plugins/inspect/plugin-videomixer.xml:
13973         * docs/plugins/inspect/plugin-wavenc.xml:
13974         * docs/plugins/inspect/plugin-wavparse.xml:
13975         * ext/flac/gstflac.c: (plugin_init):
13976         * ext/flac/gstflacdec.c: (flacdec_get_type),
13977         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
13978         (gst_flac_dec_init), (gst_flac_dec_finalize),
13979         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
13980         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
13981         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
13982         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
13983         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
13984         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
13985         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
13986         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
13987         * ext/flac/gstflacdec.h:
13988         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
13989         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
13990         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
13991         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
13992         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
13993         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
13994         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
13995         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
13996         (gst_flac_enc_change_state):
13997         * ext/flac/gstflacenc.h:
13998           borgify and fix up documentation
13999
14000 2005-12-09  Michael Smith  <msmith@fluendo.com>
14001
14002         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
14003           Accept a wider range of flac files, more closely matching flac spec.
14004
14005 2005-12-08  Julien MOUTTE  <julien@moutte.net>
14006
14007         * docs/plugins/Makefile.am: Add multipart elements.
14008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14009         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
14010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
14011         * gst/multipart/multipartdemux.c:
14012         * gst/multipart/multipartmux.c: Add docs.
14013
14014 2005-12-07  Edward Hervey  <edward@fluendo.com>
14015
14016         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
14017         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
14018         (gst_avi_demux_invert):
14019         Memleak and crasher fixes.
14020         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
14021         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
14022         Memleak fixes
14023
14024 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
14025
14026         * ext/aalib/gstaasink.h:
14027         * ext/cairo/gsttextoverlay.h:
14028         * ext/dv/gstdvdec.h:
14029         * ext/dv/gstdvdemux.c:
14030         * ext/dv/gstdvdemux.h:
14031         * ext/esd/esdsink.h:
14032         * ext/flac/flac_compat.h:
14033         * ext/flac/gstflacdec.h:
14034         * ext/flac/gstflacenc.h:
14035         * ext/gconf/gconf.h:
14036         * ext/gconf/gstgconfaudiosink.h:
14037         * ext/gconf/gstgconfvideosink.h:
14038         * ext/gdk_pixbuf/gstgdkanimation.h:
14039         * ext/jpeg/gstjpegdec.h:
14040         * ext/jpeg/smokecodec.h:
14041         * ext/jpeg/smokeformat.h:
14042         * ext/ladspa/gstsignalprocessor.h:
14043         * ext/ladspa/search.c: (LADSPAPluginSearch):
14044         * ext/ladspa/utils.h:
14045         * ext/libmng/gstmng.c:
14046         * ext/libmng/gstmngdec.h:
14047         * ext/libmng/gstmngenc.c:
14048         * ext/libmng/gstmngenc.h:
14049         * ext/libpng/gstpng.c:
14050         * ext/libpng/gstpngenc.c:
14051         * ext/libpng/gstpngenc.h:
14052         * ext/shout2/gstshout2.h:
14053         * ext/speex/gstspeexdec.h:
14054         * ext/speex/gstspeexenc.c:
14055         * ext/speex/gstspeexenc.h:
14056         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14057         * gst/autodetect/gstautoaudiosink.h:
14058         * gst/autodetect/gstautovideosink.h:
14059         * gst/avi/gstavidemux.h:
14060         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14061         (gst_cutter_set_property), (gst_cutter_get_caps):
14062         * gst/cutter/gstcutter.h:
14063         * gst/debug/tests.c: (md5_process_block):
14064         * gst/debug/tests.h:
14065         * gst/effectv/gstwarp.c:
14066         * gst/flx/flx_fmt.h:
14067         * gst/flx/gstflxdec.h:
14068         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
14069         (zoomFilterFastRGB):
14070         * gst/goom/filters.h:
14071         * gst/goom/goom_tools.h:
14072         * gst/law/alaw-encode.c:
14073         * gst/level/gstlevel.c:
14074         * gst/level/gstlevel.h:
14075         * gst/matroska/ebml-write.h:
14076         * gst/matroska/matroska-demux.h:
14077         * gst/matroska/matroska-ids.h:
14078         * gst/matroska/matroska-mux.h:
14079         * gst/monoscope/convolve.c: (convolve_match):
14080         * gst/monoscope/convolve.h:
14081         * gst/multipart/multipartmux.c:
14082         * gst/oldcore/gstaggregator.c:
14083         * gst/oldcore/gstaggregator.h:
14084         * gst/oldcore/gstmd5sink.c: (md5_process_block):
14085         * gst/oldcore/gstmd5sink.h:
14086         * gst/oldcore/gstmultifilesrc.c:
14087         * gst/oldcore/gstmultifilesrc.h:
14088         * gst/oldcore/gstpipefilter.h:
14089         * gst/oldcore/gstshaper.h:
14090         * gst/rtp/gstrtpL16depay.h:
14091         * gst/rtp/gstrtpL16pay.h:
14092         * gst/rtp/gstrtpdepay.h:
14093         * gst/rtp/gstrtpmp4vpay.c:
14094         * gst/rtp/gstrtpmp4vpay.h:
14095         * gst/rtsp/gstrtspsrc.c:
14096         * gst/rtsp/gstrtspsrc.h:
14097         * gst/rtsp/rtspconnection.h:
14098         * gst/rtsp/rtspdefs.h:
14099         * gst/rtsp/rtspmessage.h:
14100         * gst/rtsp/rtsptransport.h:
14101         * gst/rtsp/rtspurl.c:
14102         * gst/rtsp/rtspurl.h:
14103         * gst/rtsp/sdpmessage.c:
14104         * gst/rtsp/sdpmessage.h:
14105         * gst/smpte/barboxwipes.c:
14106         * gst/smpte/gstmask.h:
14107         * gst/smpte/gstsmpte.h:
14108         * gst/smpte/paint.c:
14109         * gst/smpte/paint.h:
14110         * gst/udp/gstdynudpsink.h:
14111         * gst/udp/gstmultiudpsink.h:
14112         * gst/udp/gstudpsink.c:
14113         * gst/udp/gstudpsink.h:
14114         * gst/udp/gstudpsrc.c:
14115         * gst/videomixer/videomixer.c:
14116         * gst/wavenc/riff.h:
14117         * gst/wavparse/gstwavparse.h:
14118         * sys/oss/gstossdmabuffer.h:
14119         * sys/oss/gstossmixer.h:
14120         * sys/oss/gstossmixerelement.h:
14121         * sys/oss/gstossmixertrack.h:
14122         * sys/oss/gstosssink.c:
14123         * sys/oss/gstosssink.h:
14124         * sys/oss/gstosssrc.c:
14125         * sys/oss/gstosssrc.h:
14126         * sys/osxaudio/gstosxaudioelement.h:
14127         * sys/osxaudio/gstosxaudiosink.h:
14128         * sys/osxaudio/gstosxaudiosrc.h:
14129           expand tabs
14130
14131 === release 0.10.0 ===
14132
14133 2005-12-05   <thomas (at) apestaart (dot) org>
14134
14135         * configure.ac:
14136           releasing 0.10.0, "Abondance"
14137
14138 2005-12-05  Andy Wingo  <wingo@pobox.com>
14139
14140         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14141         * ext/flac/gstflacdec.c: (gst_flacdec_write):
14142         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
14143         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
14144         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
14145         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
14146         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
14147         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
14148         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
14149         * ext/speex/gstspeexdec.c: (speex_dec_chain):
14150         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
14151         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14152         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14153         * gst/goom/gstgoom.c: (gst_goom_chain):
14154         * gst/matroska/matroska-demux.c:
14155         (gst_matroska_demux_push_vorbis_codec_priv_data),
14156         (gst_matroska_demux_add_wvpk_header):
14157         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14158         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14159         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
14160         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
14161         alloc_buffer changes.
14162
14163 2005-12-05  Michael Smith  <msmith@fluendo.com>
14164
14165         * docs/plugins/gst-plugins-good-plugins.args:
14166           Remove args for plugins that aren't in -good.
14167
14168 === release 0.9.7 ===
14169
14170 2005-12-01   <thomas (at) apestaart (dot) org>
14171
14172         * configure.ac:
14173           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
14174
14175 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14176
14177         * docs/plugins/.cvsignore:
14178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14179         * docs/plugins/inspect/plugin-multipart.xml:
14180         * docs/plugins/inspect/plugin-rtp.xml:
14181           add multipart plugin to docs
14182
14183 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14184
14185         * configure.ac:
14186         * ext/Makefile.am:
14187         * ext/pango/Makefile.am:
14188         * ext/pango/gstclockoverlay.c:
14189         * ext/pango/gstclockoverlay.h:
14190         * ext/pango/gsttextoverlay.c:
14191         * ext/pango/gsttextoverlay.h:
14192         * ext/pango/gsttextrender.c:
14193         * ext/pango/gsttextrender.h:
14194         * ext/pango/gsttimeoverlay.c:
14195         * ext/pango/gsttimeoverlay.h:
14196           move pango to base
14197
14198 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14199
14200         * gst/rtp/Makefile.am:
14201         * gst/rtp/gstrtpL16depay.c:
14202         * gst/rtp/gstrtpL16depay.h:
14203         * gst/rtp/gstrtpL16parse.c:
14204         * gst/rtp/gstrtpL16parse.h:
14205         * gst/rtp/gstrtpgsmdepay.c:
14206         * gst/rtp/gstrtpgsmdepay.h:
14207         * gst/rtp/gstrtpgsmparse.c:
14208         * gst/rtp/gstrtpgsmparse.h:
14209           parsers are depayers
14210
14211 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14212
14213         * gst/rtp/Makefile.am:
14214         * gst/rtp/gstasteriskh263.c:
14215         * gst/rtp/gstrtp.c:
14216         * gst/rtp/gstrtpL16enc.c:
14217         * gst/rtp/gstrtpL16enc.h:
14218         * gst/rtp/gstrtpL16parse.c:
14219         * gst/rtp/gstrtpL16parse.h:
14220         * gst/rtp/gstrtpL16pay.c:
14221         * gst/rtp/gstrtpL16pay.h:
14222         * gst/rtp/gstrtpamrdec.c:
14223         * gst/rtp/gstrtpamrdec.h:
14224         * gst/rtp/gstrtpamrdepay.c:
14225         * gst/rtp/gstrtpamrdepay.h:
14226         * gst/rtp/gstrtpamrenc.c:
14227         * gst/rtp/gstrtpamrenc.h:
14228         * gst/rtp/gstrtpamrpay.c:
14229         * gst/rtp/gstrtpamrpay.h:
14230         * gst/rtp/gstrtpdec.c:
14231         * gst/rtp/gstrtpdec.h:
14232         * gst/rtp/gstrtpdepay.c:
14233         * gst/rtp/gstrtpdepay.h:
14234         * gst/rtp/gstrtpg711dec.c:
14235         * gst/rtp/gstrtpg711dec.h:
14236         * gst/rtp/gstrtpg711depay.c:
14237         * gst/rtp/gstrtpg711depay.h:
14238         * gst/rtp/gstrtpg711enc.c:
14239         * gst/rtp/gstrtpg711enc.h:
14240         * gst/rtp/gstrtpg711pay.c:
14241         * gst/rtp/gstrtpg711pay.h:
14242         * gst/rtp/gstrtpgsmenc.c:
14243         * gst/rtp/gstrtpgsmenc.h:
14244         * gst/rtp/gstrtpgsmparse.c:
14245         * gst/rtp/gstrtpgsmparse.h:
14246         * gst/rtp/gstrtpgsmpay.c:
14247         * gst/rtp/gstrtpgsmpay.h:
14248         * gst/rtp/gstrtph263enc.c:
14249         * gst/rtp/gstrtph263enc.h:
14250         * gst/rtp/gstrtph263pay.c:
14251         * gst/rtp/gstrtph263pay.h:
14252         * gst/rtp/gstrtph263pdec.c:
14253         * gst/rtp/gstrtph263pdec.h:
14254         * gst/rtp/gstrtph263pdepay.c:
14255         * gst/rtp/gstrtph263pdepay.h:
14256         * gst/rtp/gstrtph263penc.c:
14257         * gst/rtp/gstrtph263penc.h:
14258         * gst/rtp/gstrtph263ppay.c:
14259         * gst/rtp/gstrtph263ppay.h:
14260         * gst/rtp/gstrtpmp4vdec.c:
14261         * gst/rtp/gstrtpmp4vdec.h:
14262         * gst/rtp/gstrtpmp4vdepay.c:
14263         * gst/rtp/gstrtpmp4vdepay.h:
14264         * gst/rtp/gstrtpmp4venc.c:
14265         * gst/rtp/gstrtpmp4venc.h:
14266         * gst/rtp/gstrtpmp4vpay.c:
14267         * gst/rtp/gstrtpmp4vpay.h:
14268         * gst/rtp/gstrtpmpadec.c:
14269         * gst/rtp/gstrtpmpadec.h:
14270         * gst/rtp/gstrtpmpadepay.c:
14271         * gst/rtp/gstrtpmpadepay.h:
14272         * gst/rtp/gstrtpmpaenc.c:
14273         * gst/rtp/gstrtpmpaenc.h:
14274         * gst/rtp/gstrtpmpapay.c:
14275         * gst/rtp/gstrtpmpapay.h:
14276         * gst/rtp/gstrtpspeexdec.c:
14277         * gst/rtp/gstrtpspeexdec.h:
14278         * gst/rtp/gstrtpspeexdepay.c:
14279         * gst/rtp/gstrtpspeexdepay.h:
14280         * gst/rtp/gstrtpspeexenc.c:
14281         * gst/rtp/gstrtpspeexenc.h:
14282         * gst/rtp/gstrtpspeexpay.c:
14283         * gst/rtp/gstrtpspeexpay.h:
14284           Do burger's rename for rtp payloaders and depayloaders
14285
14286 2005-11-30  Wim Taymans  <wim@fluendo.com>
14287
14288         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
14289         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
14290         * ext/dv/gstdvdemux.h:
14291         Fix seeking in dvdemux again, add some more debug info.
14292
14293 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14294
14295         * configure.ac:
14296           fix tests
14297
14298 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14299
14300         * PORTED_09:
14301         * docs/random/PORTED_09:
14302           move
14303         * tests/Makefile.am:
14304           add
14305         * win32/gst.sln:
14306           remove
14307
14308 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14309
14310         * Makefile.am:
14311         * check/.cvsignore:
14312         * check/Makefile.am:
14313         * check/elements/.cvsignore:
14314         * check/elements/level.c:
14315         * check/elements/matroskamux.c:
14316         * configure.ac:
14317         * examples/Makefile.am:
14318         * examples/capsfilter/Makefile.am:
14319         * examples/capsfilter/capsfilter1.c:
14320         * examples/gob/Makefile.am:
14321         * examples/gob/gst-identity2.gob:
14322         * examples/gstplay/.cvsignore:
14323         * examples/gstplay/Makefile.am:
14324         * examples/gstplay/player.c:
14325         * examples/indexing/.cvsignore:
14326         * examples/indexing/Makefile.am:
14327         * examples/indexing/indexmpeg.c:
14328         * examples/level/Makefile.am:
14329         * examples/level/README:
14330         * examples/level/demo.c:
14331         * examples/level/plot.c:
14332         * examples/stats/Makefile.am:
14333         * examples/stats/mp2ogg.c:
14334         * examples/switch/.cvsignore:
14335         * examples/switch/Makefile.am:
14336         * examples/switch/switcher.c:
14337           move under tests/
14338
14339 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14340
14341         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
14342         (gst_text_render_class_init), (resize_bitmap),
14343         (gst_text_render_render_text), (gst_text_render_setcaps),
14344         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
14345         (gst_text_render_chain), (gst_text_render_finalize),
14346         (gst_text_render_init), (gst_text_render_set_property):
14347         * ext/pango/gsttextrender.h:
14348           Add missing files.
14349
14350 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
14351
14352         * configure.ac:
14353         * ext/Makefile.am:
14354         * ext/pango/Makefile.am:
14355         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
14356         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
14357         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
14358         * ext/pango/gstclockoverlay.h:
14359         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
14360         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
14361         (gst_text_overlay_finalize), (gst_text_overlay_init),
14362         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
14363         (gst_text_overlay_text_pad_linked),
14364         (gst_text_overlay_text_pad_unlinked),
14365         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
14366         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
14367         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
14368         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14369         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14370         (gst_text_overlay_change_state), (plugin_init):
14371         * ext/pango/gsttextoverlay.h:
14372         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
14373         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
14374         (gst_time_overlay_class_init), (gst_time_overlay_init):
14375         * ext/pango/gsttimeoverlay.h:
14376           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
14377           and add background shading and text wrapping modes. Make 
14378           timoverlay derive from textoverlay. Also add new clockoverlay
14379           element.
14380
14381 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14382
14383         * gst/udp/Makefile.am: Moved to netbuffer.
14384
14385 2005-11-30  Julien MOUTTE  <julien@moutte.net>
14386
14387         * configure.ac:
14388         * PORTED_O9:
14389         * gst/multipart/Makefile.am:
14390         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14391         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14392         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14393         (gst_multipart_demux_change_state),
14394         (gst_multipart_demux_plugin_init):
14395         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14396         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
14397         (gst_multipart_mux_sinkconnect),
14398         (gst_multipart_mux_request_new_pad),
14399         (gst_multipart_mux_handle_src_event),
14400         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
14401         (gst_multipart_mux_change_state): Ported multipart mux/demux to
14402         0.9.
14403
14404 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14405
14406         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
14407         * gst/debug/gstnavigationtest.h:
14408         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
14409         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
14410         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
14411         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
14412         * gst/effectv/gstrev.c: (gst_revtv_get_type):
14413         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
14414         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
14415         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
14416         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
14417         (gst_video_flip_get_type):
14418         * gst/videofilter/gstvideoflip.h:
14419           update for symbols change
14420
14421 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14422
14423         * gst/udp/gstdynudpsink.c:
14424         * gst/udp/gstudpsrc.c:
14425           the old gstnet lib was renamed gstnetbuffer (#322257)
14426
14427 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
14428
14429         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
14430         (gst_text_overlay_collected):
14431           Actually render the text from the text pad.
14432
14433 2005-11-29  Edward Hervey  <edward@fluendo.com>
14434
14435         * gst/debug/gstnavseek.c: (gst_navseek_event):
14436         * gst/debug/progressreport.c: (gst_progress_report_event):
14437         Update for GstBaseTransform event virtual method
14438
14439 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * ext/cairo/Makefile.am:
14442           no need to link to videofilter
14443
14444 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14445
14446         * gst/debug/Makefile.am:
14447         * gst/debug/gstnavigationtest.h:
14448         * gst/effectv/Makefile.am:
14449         * gst/effectv/gstaging.c:
14450         * gst/effectv/gstdice.c:
14451         * gst/effectv/gstedge.c:
14452         * gst/effectv/gstquark.c:
14453         * gst/effectv/gstrev.c:
14454         * gst/effectv/gstshagadelic.c:
14455         * gst/effectv/gstvertigo.c:
14456         * gst/effectv/gstwarp.c:
14457         * gst/videofilter/Makefile.am:
14458         * gst/videofilter/gstvideofilter.c:
14459         * gst/videofilter/gstvideofilter.h:
14460         * gst/videofilter/gstvideoflip.h:
14461           remove the videofilter library and link to the one in base
14462
14463 2005-11-28  Edward Hervey  <edward@fluendo.com>
14464
14465         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
14466         Useless check now we're setting the current entry correctly.
14467
14468 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
14469
14470         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
14471         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
14472         (gst_jpegenc_change_state):
14473           Don't leak input buffer in chain function (fixes #322667); make 
14474           state change function thread-safe; don't repeat the current function
14475           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
14476           gst_pad_alloc_buffer(); misc. minor cleanups.
14477
14478 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14479
14480         * gst/matroska/matroska-mux.c:
14481         (gst_matroska_mux_video_pad_setcaps):
14482         Look for pixel-aspect-ratio in caps, not pixel_width and
14483         pixel_height (Fixes: #322645)
14484
14485 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
14486
14487         * gst/matroska/matroska-mux.c:
14488         (gst_matroska_mux_video_pad_setcaps):
14489         From Michal Benes:
14490         frame duration should be GST_SECOND / framerate, not
14491         GST_SECOND * framerate. (Fixes: #322643)
14492
14493 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14494
14495         * configure.ac:
14496           fix up GST_PLUGIN_LDFLAGS
14497         * gst/rtsp/rtspconnection.c:
14498           fix includes (see #317043)
14499         * gst/videofilter/Makefile.am:
14500           stop installing this library
14501
14502 2005-11-26  Edward Hervey  <edward@fluendo.com>
14503
14504         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
14505         Handle the case where the incoming Video dv stream doesn't have
14506         a pixel aspect ratio set.
14507
14508 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14509
14510         * docs/plugins/Makefile.am:
14511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14513         * ext/flac/gstflacdec.c:
14514           document flacdec
14515
14516 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14517
14518         * docs/plugins/Makefile.am:
14519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14521         * docs/plugins/inspect/plugin-autodetect.xml:
14522         * ext/cairo/gstcairo.c: (plugin_init):
14523         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
14524         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
14525         (gst_text_overlay_init), (gst_text_overlay_font_init),
14526         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
14527         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
14528         (gst_text_overlay_text_pad_linked),
14529         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
14530         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
14531         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
14532         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14533         (gst_text_overlay_change_state):
14534         * ext/cairo/gsttextoverlay.h:
14535         * ext/cairo/gsttimeoverlay.c:
14536         (gst_cairo_time_overlay_update_font_height),
14537         (gst_cairo_time_overlay_set_caps),
14538         (gst_cairo_time_overlay_get_unit_size),
14539         (gst_cairo_time_overlay_print_smpte_time),
14540         (gst_cairo_time_overlay_transform),
14541         (gst_cairo_time_overlay_base_init),
14542         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
14543         (gst_cairo_time_overlay_get_type):
14544         * ext/cairo/gsttimeoverlay.h:
14545           do some name borgifying
14546           document
14547
14548 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14549
14550         * docs/plugins/Makefile.am:
14551         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14552         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14553         * gst/autodetect/gstautoaudiosink.c:
14554         (gst_auto_audio_sink_base_init):
14555         * gst/autodetect/gstautovideosink.c:
14556         (gst_auto_video_sink_base_init),
14557         (gst_auto_video_sink_factory_filter):
14558           documenting auto*sink
14559           using strstr for the video sink lookup, class field is not ordered
14560         * docs/plugins/inspect/plugin-1394.xml:
14561         * docs/plugins/inspect/plugin-aasink.xml:
14562         * docs/plugins/inspect/plugin-alaw.xml:
14563         * docs/plugins/inspect/plugin-alpha.xml:
14564         * docs/plugins/inspect/plugin-alphacolor.xml:
14565         * docs/plugins/inspect/plugin-auparse.xml:
14566         * docs/plugins/inspect/plugin-autodetect.xml:
14567         * docs/plugins/inspect/plugin-avi.xml:
14568         * docs/plugins/inspect/plugin-cacasink.xml:
14569         * docs/plugins/inspect/plugin-cairo.xml:
14570         * docs/plugins/inspect/plugin-cutter.xml:
14571         * docs/plugins/inspect/plugin-debug.xml:
14572         * docs/plugins/inspect/plugin-dv.xml:
14573         * docs/plugins/inspect/plugin-efence.xml:
14574         * docs/plugins/inspect/plugin-effectv.xml:
14575         * docs/plugins/inspect/plugin-esdsink.xml:
14576         * docs/plugins/inspect/plugin-flac.xml:
14577         * docs/plugins/inspect/plugin-flxdec.xml:
14578         * docs/plugins/inspect/plugin-gconfelements.xml:
14579         * docs/plugins/inspect/plugin-goom.xml:
14580         * docs/plugins/inspect/plugin-jpeg.xml:
14581         * docs/plugins/inspect/plugin-level.xml:
14582         * docs/plugins/inspect/plugin-matroska.xml:
14583         * docs/plugins/inspect/plugin-mulaw.xml:
14584         * docs/plugins/inspect/plugin-navigationtest.xml:
14585         * docs/plugins/inspect/plugin-ossaudio.xml:
14586         * docs/plugins/inspect/plugin-png.xml:
14587         * docs/plugins/inspect/plugin-rtp.xml:
14588         * docs/plugins/inspect/plugin-rtsp.xml:
14589         * docs/plugins/inspect/plugin-shout2send.xml:
14590         * docs/plugins/inspect/plugin-smpte.xml:
14591         * docs/plugins/inspect/plugin-speex.xml:
14592         * docs/plugins/inspect/plugin-udp.xml:
14593         * docs/plugins/inspect/plugin-videobox.xml:
14594         * docs/plugins/inspect/plugin-videoflip.xml:
14595         * docs/plugins/inspect/plugin-videomixer.xml:
14596         * docs/plugins/inspect/plugin-wavenc.xml:
14597         * docs/plugins/inspect/plugin-wavparse.xml:
14598           update for HEAD version
14599
14600 2005-11-25  Michael Smith  <msmith@fluendo.com>
14601
14602         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
14603           Patch from Sebastien Cote to close control sockets in udpsrc.
14604
14605 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14606
14607         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14608         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
14609         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
14610         (gst_quarktv_base_init), (gst_quarktv_class_init),
14611         (gst_quarktv_init): Flush the planes list on reverse caps
14612         negotiation. This was crashing because of differently sized
14613         buffers.
14614
14615 2005-11-24  Julien MOUTTE  <julien@moutte.net>
14616
14617         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
14618         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
14619         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
14620         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
14621         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
14622         (gst_videoflip_set_property), (gst_videoflip_base_init),
14623         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
14624         correctly, fix identity flipping, convert navigation event 
14625         correctly again.
14626
14627 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14628
14629         * configure.ac: back to HEAD
14630
14631 === release 0.9.6 ===
14632
14633 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
14634
14635         * configure.ac:
14636           releasing 0.9.6, "Everything's Not Lost"
14637
14638 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14639
14640         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
14641         Oops, initialise the framerate GValue
14642
14643 2005-11-23  Julien MOUTTE  <julien@moutte.net>
14644
14645         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
14646         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
14647         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
14648         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
14649         (gst_timeoverlay_get_type):
14650         * ext/cairo/gsttimeoverlay.h:
14651         * gst/debug/Makefile.am:
14652         * gst/debug/gstnavigationtest.c:
14653         (gst_navigationtest_handle_src_event),
14654         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
14655         (gst_navigationtest_transform), (gst_navigationtest_change_state),
14656         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
14657         (gst_navigationtest_init), (gst_navigationtest_get_type),
14658         (plugin_init):
14659         * gst/debug/gstnavigationtest.h:
14660         * gst/effectv/Makefile.am:
14661         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
14662         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
14663         (gst_agingtv_base_init), (gst_agingtv_class_init),
14664         (gst_agingtv_init), (gst_agingtv_get_type):
14665         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
14666         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
14667         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
14668         (gst_dicetv_get_type):
14669         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
14670         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
14671         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
14672         (gst_edgetv_get_type):
14673         * gst/effectv/gsteffectv.c:
14674         * gst/effectv/gsteffectv.h:
14675         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
14676         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
14677         (gst_quarktv_change_state), (gst_quarktv_base_init),
14678         (gst_quarktv_class_init), (gst_quarktv_init),
14679         (gst_quarktv_get_type):
14680         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
14681         (gst_revtv_get_unit_size), (gst_revtv_transform),
14682         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
14683         (gst_revtv_get_type):
14684         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
14685         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
14686         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
14687         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
14688         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
14689         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
14690         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
14691         (gst_vertigotv_init), (gst_vertigotv_get_type):
14692         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
14693         (gst_warptv_get_unit_size), (gst_warptv_transform),
14694         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
14695         (gst_warptv_get_type):
14696         * gst/videofilter/Makefile.am:
14697         * gst/videofilter/gstvideobalance.c:
14698         * gst/videofilter/gstvideobalance.h:
14699         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
14700         (gst_videofilter_class_init), (gst_videofilter_init):
14701         * gst/videofilter/gstvideofilter.h:
14702         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
14703         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
14704         (gst_videoflip_flip), (gst_videoflip_transform),
14705         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
14706         (gst_videoflip_base_init), (gst_videoflip_class_init),
14707         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
14708         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
14709         BaseTransform, it's just a place holder for now and every video
14710         effect plugin has been ported to use BaseTransform features 
14711         directly. QuarkTV was fixed too (was broken), navigationtest works
14712         and best for the end, videoflip converts navigation events depending
14713         on flip method ! Fixes #320953
14714
14715 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
14716
14717         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14718         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
14719         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14720         (gst_goom_src_negotiate), (gst_goom_chain):
14721         * gst/matroska/matroska-mux.c:
14722         (gst_matroska_mux_video_pad_setcaps):
14723         * sys/osxvideo/osxvideosink.m:
14724           Fixes for API changes
14725
14726 2005-11-23  Michael Smith <msmith@fluendo.com>
14727
14728         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
14729         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
14730         * ext/jpeg/gstjpegdec.h:
14731         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
14732         * ext/jpeg/gstjpegenc.h:
14733         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14734         (gst_smokeenc_resync):
14735         * ext/jpeg/gstsmokeenc.h:
14736           JPEG fractiony goodness.
14737
14738 2005-11-22  Michael Smith <msmith@fluendo.com>
14739
14740         * gst/goom/filters.c:
14741         * gst/goom/graphic.h:
14742           Fix compilation by making some functions static inline instead of
14743           extern inline, matching the way they're used.
14744
14745 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14746
14747         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
14748         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
14749         * ext/cairo/gsttextoverlay.h:
14750         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
14751         * ext/gdk_pixbuf/gstgdkpixbuf.h:
14752         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
14753         (gst_pngdec_caps_create_and_set):
14754         * ext/libpng/gstpngdec.h:
14755         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
14756         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
14757         * gst/avi/gstavimux.c: (gst_avimux_init),
14758         (gst_avimux_vidsinkconnect):
14759         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
14760         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
14761         (gst_goom_src_negotiate), (gst_goom_chain):
14762         * gst/goom/gstgoom.h:
14763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14764         * gst/matroska/matroska-mux.c:
14765         (gst_matroska_mux_video_pad_setcaps):
14766         * sys/osxvideo/osxvideosink.h:
14767         * sys/osxvideo/osxvideosink.m:
14768           More fractional framerate conversions 
14769
14770 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
14771
14772         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14773         * gst/debug/gstnavigationtest.c:
14774         (gst_navigationtest_handle_src_event):
14775         * gst/videofilter/gstvideofilter.c:
14776         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
14777         (gst_videofilter_init):
14778         * gst/videofilter/gstvideofilter.h:
14779           Convert to fractional framerates.
14780
14781 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * ext/aalib/gstaasink.c:
14784         * ext/dv/gstdvdec.c:
14785         * ext/esd/esdmon.c:
14786         * ext/flac/gstflacenc.c:
14787         * ext/gdk_pixbuf/pixbufscale.c:
14788         * ext/libcaca/gstcacasink.c:
14789         * ext/shout2/gstshout2.c:
14790         * gst/alpha/gstalpha.c:
14791         * gst/oldcore/gstaggregator.c:
14792         * gst/oldcore/gstshaper.c:
14793         * gst/smpte/barboxwipes.c:
14794         * gst/smpte/gstsmpte.c:
14795         * gst/videobox/gstvideobox.c:
14796         * gst/videofilter/gstvideoflip.c:
14797         * gst/videomixer/videomixer.c:
14798           fix up more enums
14799
14800 2005-11-22  Michael Smith <msmith@fluendo.com>
14801
14802         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
14803         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
14804         (gst_videomixer_update_queues):
14805           Fractional framerates, videomixer.
14806
14807 2005-11-22  Michael Smith <msmith@fluendo.com>
14808
14809         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
14810         * ext/dv/gstdvdec.h:
14811         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
14812         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
14813         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
14814         (gst_dvdemux_flush):
14815         * ext/dv/gstdvdemux.h:
14816           Fractional framerates for DV. 
14817
14818 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14819
14820         * gst/autodetect/gstautoaudiosink.c:
14821         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
14822         * gst/autodetect/gstautovideosink.c:
14823         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
14824           Use gst_plugin_feature_list_free() to free feature list and
14825           in the case of autovideosink free the list at all. Also
14826           miscellaneous cosmetic fixes.
14827
14828 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14829
14830         * gst/cutter/gstcutter.c: (gst_cutter_chain),
14831         (gst_cutter_set_property), (gst_cutter_get_caps):
14832           copy calculation code from level; remove use of some audio
14833           functions
14834
14835 2005-11-22  Andy Wingo  <wingo@pobox.com>
14836
14837         * Update for gst_tag_setter API changes.
14838
14839 2005-11-22  Andy Wingo  <wingo@pobox.com>
14840
14841         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
14842         (gst_dvdemux_demux_frame)
14843         * ext/flac/gstflacdec.c (gst_flacdec_write)
14844         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
14845         (gst_flacenc_sink_event)
14846         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
14847         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
14848         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
14849         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
14850         * gst/auparse/gstauparse.c (gst_auparse_chain)
14851         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
14852         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
14853         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
14854         (gst_avi_demux_handle_seek)
14855         * gst/goom/gstgoom.c (gst_goom_event)
14856         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
14857         * gst/matroska/matroska-demux.c
14858         (gst_matroska_demux_handle_seek_event)
14859         (gst_matroska_demux_loop_stream_parse_id)
14860         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
14861         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
14862         (gst_wavparse_stream_headers): Run update-funcnames.
14863
14864 2005-11-22  Edward Hervey  <edward@fluendo.com>
14865
14866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
14867         (gst_dv1394src_init), (gst_dv1394src_dispose),
14868         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
14869         (gst_dv1394src_uri_set_uri):
14870         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
14871         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
14872         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
14873         URIHandler interface and element properties are now properly
14874         synchronized for DV1394src and UDPSrc
14875
14876 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
14877
14878         * ext/flac/Makefile.am:
14879         * ext/speex/Makefile.am:
14880           libgsttagedit has been renamed to libgsttag.
14881
14882 2005-11-21  Wim Taymans  <wim@fluendo.com>
14883
14884         * gst/rtsp/rtspconnection.c: (read_body):
14885         Apply patch from Sebastien Cote to fix #319184.
14886
14887 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14888
14889         * configure.ac:
14890         * gst/cutter/Makefile.am:
14891         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
14892         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
14893         (gst_cutter_set_property), (gst_cutter_get_property),
14894         (plugin_init), (gst_cutter_get_caps):
14895           port cutter
14896         * gst/level/gstlevel.c:
14897           fix up plugin details
14898
14899 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
14902         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
14903         (gst_flacdec_src_event):
14904         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
14905         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
14906         (gst_signal_processor_getrange), (gst_signal_processor_chain):
14907         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
14908         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
14909         (gst_flxdec_sink_event_handler):
14910         * gst/matroska/matroska-demux.c:
14911         (gst_matroska_demux_handle_seek_event):
14912         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
14913           Update for stream lock API changes: don't take stream log
14914           in sink event handlers any longer and change GST_STREAM_LOCK
14915           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
14916           functions.
14917
14918 2005-11-21  Michael Smith <msmith@fluendo.com>
14919
14920         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
14921           gst_object_unref, not g_object_unref
14922
14923 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
14926         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
14927           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
14928
14929 2005-11-21  Michael Smith <msmith@fluendo.com>
14930
14931         * gst/auparse/Makefile.am:
14932         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
14933         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
14934         (gst_auparse_change_state):
14935         * gst/auparse/gstauparse.h:
14936           Partially fix #161712. playbin still doesn't work on these files,
14937           (on the bug report, Andy says we aren't typefinding it for some
14938           reason?) but at least auparse isn't totally busted like it was before.
14939
14940 2005-11-21  Andy Wingo  <wingo@pobox.com>
14941
14942         * *.h:
14943         * *.c: Ran scripts/update-macros. Oh yes.
14944
14945 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14946
14947         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
14948           Filler events are gone for now, comment out section generating
14949           them.
14950
14951 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
14952
14953         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
14954         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
14955         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
14956         * sys/osxvideo/osxvideosink.m:
14957           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
14958           (#322027)
14959
14960 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
14963         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
14964         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
14965         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
14966         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
14967         (gst_avi_demux_stream_data):
14968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
14969         * gst/wavenc/gstwavenc.c: (write_metadata):
14970         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
14971         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
14972         Fixes for GST_FOURCC_FORMAT API change.
14973
14974 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
14975
14976         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
14977         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
14978         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
14979         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
14980         (gst_text_overlay_change_state):
14981         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14982         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
14983         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
14984         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
14985         * gst/videomixer/videomixer.c: (gst_videomixer_init),
14986         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
14987         (gst_videomixer_change_state):
14988           Fix for collect pads API change. Also fix textoverlay state
14989           change function.
14990
14991 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14992
14993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
14994         GST_PAD_IS_USABLE by something approaching it.
14995
14996 2005-11-20  Julien MOUTTE  <julien@moutte.net>
14997
14998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
14999         API changes.
15000         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
15001         but also fix the code that was not checking return values from
15002         pad_push neither using pad_alloc_buffer.
15003
15004 2005-11-18  Edward Hervey  <edward@fluendo.com>
15005
15006         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15007         (gst_pngenc_chain):
15008         Added debug category
15009         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
15010         goes to EOS.
15011
15012 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
15013
15014         * gst/rtp/Makefile.am
15015         * gst/rtp/gstrtp.c
15016         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
15017         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
15018         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
15019         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
15020         * gst/rtp/gstrtpg711enc.h:
15021         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
15022         * gst/rtp/gstrtpspeexenc.c:
15023         * gst/rtp/gstrtpspeexenc.h:
15024         * gst/rtp/gstrtpspeexdec.c:
15025         * gst/rtp/gstrtpspeexdec.h:
15026         Created Speex payloader and depayloader; Optimize G711 payloader to
15027         use adapter and send packets until MTU size.
15028
15029 2005-11-16  Wim Taymans  <wim@fluendo.com>
15030
15031         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
15032         Fix leak in check.
15033
15034 2005-11-16  Wim Taymans  <wim@fluendo.com>
15035
15036         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
15037         Fix state change.
15038
15039 2005-11-16  Andy Wingo  <wingo@pobox.com>
15040
15041         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
15042         (gst_udpsrc_create): Move comment.
15043
15044 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
15045
15046         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15047
15048         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
15049           When seeking, seek to closest index entry at or before the requested
15050           seek position, not just the closest one (#321001).
15051
15052 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
15053
15054         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
15055         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
15056           Invert DIB images again (see #132341).
15057
15058 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15059
15060         * configure.ac:
15061           rework configure.ac file
15062         * ext/aalib/gstaasink.c:
15063         * ext/cairo/gstcairo.c:
15064         * ext/dv/gstdv.c:
15065         * ext/esd/gstesd.c:
15066         * ext/flac/gstflac.c:
15067         * ext/gconf/gstgconfelements.c:
15068         * ext/gdk_pixbuf/gstgdkpixbuf.c:
15069         * ext/jpeg/gstjpeg.c:
15070         * ext/ladspa/gstladspa.c:
15071         * ext/libcaca/gstcacasink.c:
15072         * ext/libmng/gstmng.c:
15073         * ext/libpng/gstpng.c:
15074         * ext/mikmod/gstmikmod.c:
15075         * ext/pango/gsttextoverlay.c:
15076         * ext/pango/gsttimeoverlay.c:
15077         * ext/raw1394/gst1394.c:
15078         * ext/speex/gstspeex.c:
15079         * gst/alpha/Makefile.am:
15080         * gst/alpha/gstalpha.c:
15081         * gst/alpha/gstalphacolor.c:
15082         * gst/auparse/gstauparse.c:
15083         * gst/autodetect/gstautoaudiosink.c:
15084         (gst_auto_audio_sink_factory_filter),
15085         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15086         * gst/autodetect/gstautodetect.c:
15087         * gst/avi/gstavi.c:
15088         * gst/cutter/gstcutter.c:
15089         * gst/debug/efence.c:
15090         * gst/debug/gstdebug.c:
15091         * gst/debug/gstnavigationtest.c:
15092         * gst/effectv/gsteffectv.c:
15093         * gst/flx/gstflxdec.c:
15094         * gst/goom/gstgoom.c:
15095         * gst/interleave/plugin.c:
15096         * gst/law/alaw.c:
15097         * gst/law/mulaw.c:
15098         * gst/level/gstlevel.c:
15099         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15100         * gst/matroska/matroska.c:
15101         * gst/median/gstmedian.c:
15102         * gst/monoscope/gstmonoscope.c:
15103         * gst/multipart/multipart.c:
15104         * gst/oldcore/gstelements.c:
15105         * gst/rtp/gstrtp.c:
15106         * gst/rtsp/gstrtsp.c:
15107         * gst/smoothwave/gstsmoothwave.c:
15108         * gst/smpte/gstsmpte.c:
15109         * gst/udp/gstudp.c:
15110         * gst/videobox/gstvideobox.c:
15111         * gst/videofilter/gstgamma.c:
15112         * gst/videofilter/gstvideobalance.c:
15113         * gst/videofilter/gstvideoflip.c:
15114         * gst/videofilter/gstvideotemplate.c:
15115         * gst/videomixer/videomixer.c:
15116         * gst/wavenc/gstwavenc.c:
15117         * gst/wavparse/gstwavparse.c:
15118         * sys/oss/gstossaudio.c:
15119         * sys/osxaudio/gstosxaudio.c:
15120           update GST_PLUGIN_DEFINE
15121         * gst/rtp/Makefile.am:
15122         * gst/rtp/gstasteriskh263.c:
15123           check for htons/htonl headers and possibly link to winsock2 lib
15124
15125 2005-11-12  Edward Hervey  <edward@fluendo.com>
15126
15127         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15128         Only GST_DEBUG() information on the valid components.
15129
15130 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15131
15132         * configure.ac: back to HEAD
15133
15134 === release 0.9.5 ===
15135
15136 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
15137
15138         * configure.ac:
15139           releasing 0.9.5, "Phone Alarm"
15140
15141 2005-11-11  Edward Hervey  <edward@fluendo.com>
15142
15143         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15144         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
15145         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
15146         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15147         (gst_avi_demux_loop):
15148         * gst/avi/gstavidemux.h:
15149         Yeah, implement proper seeking. Exact seeking and segment seeking.
15150         Still need to do some checks for segment_stop.
15151
15152 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15153
15154         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15157           Don't try to ready buffer duration from buffer that we don't
15158           own any  longer and that might already have been unreffed.
15159           (#321136)
15160
15161 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
15162
15163         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
15164         (flx_decode_delta_flc), (gst_flxdec_chain):
15165         Attempting to optimize the code for embedded systems.
15166
15167 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
15168
15169         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * sys/oss/gstosssink.c: (gst_oss_sink_close):
15172           Don't re-use already closed file descriptor. (#320920)
15173
15174 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15175
15176         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
15177         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
15178         (gst_oss_sink_prepare):
15179         * sys/oss/gstosssink.h:
15180           Cache probed caps; fix debug output for SET_PARAM macros.
15181
15182 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15183
15184         * ext/cairo/Makefile.am:
15185         * ext/cairo/gstcairo.c: (plugin_init):
15186         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
15187         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
15188         (gst_text_overlay_init), (gst_text_overlay_font_init),
15189         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
15190         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
15191         (gst_text_overlay_text_pad_linked),
15192         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
15193         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
15194         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
15195         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
15196         (gst_text_overlay_change_state):
15197         * ext/cairo/gsttextoverlay.h:
15198           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
15199           property and redo positioning. Doesn't handle upstream renegotiation
15200           yet though.
15201
15202 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15203
15204         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15205         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
15206         (gst_avi_demux_loop):
15207           No need to take the STREAM_LOCK in the loop function. Improve
15208           some debug messages. Don't leak pad names in debug messages.
15209
15210 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
15211
15212         * gst/matroska/matroska-demux.c:
15213         (gst_matroska_demux_push_vorbis_codec_priv_data),
15214         (gst_matroska_demux_add_wvpk_header):
15215           Don't error out when the source pad isn't linked.
15216
15217 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
15218
15219         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
15220         (gst_gconf_audio_sink_change_state):
15221         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
15222         (gst_gconf_video_sink_change_state):
15223           Fix state change functions here as well and set kid
15224           to NULL state before removing it.
15225
15226 2005-11-01  Edward Hervey  <edward@fluendo.com>
15227
15228         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
15229         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
15230         Added proper event handlind, 
15231         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
15232         ignored),
15233         and don't set a duration of 0 for buffers otherwise they are discarded
15234         by GstBaseSink.
15235
15236         GstWavEnc needs some serious loving, after going through the code I'm
15237         really wondering how this can stay in -good ...
15238
15239 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
15242         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
15243         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
15244         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
15245         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
15246         (gst_matroska_mux_collected):
15247           Fix leaks and invalid memory access as reported by valgrind
15248
15249 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15250
15251         Patch by: Michal Benes <michal.benes@xeris.cz>
15252
15253         * check/Makefile.am:
15254         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
15255         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
15256         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15257           add a unit test for matroskamux
15258           fix the bugs that the unit test exposed
15259
15260 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
15261
15262         * gst/autodetect/gstautoaudiosink.c:
15263         (gst_auto_audio_sink_class_init),
15264         (gst_auto_audio_sink_change_state):
15265         * gst/autodetect/gstautovideosink.c:
15266         (gst_auto_video_sink_class_init),
15267         (gst_auto_video_sink_change_state):
15268           Fix state change function and use GST_DEBUG_FUNCPTR in
15269           class_init.
15270
15271 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
15272
15273         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15274
15275         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
15276         (gst_ebml_write_reset), (gst_ebml_write_element_new):
15277         * gst/matroska/ebml-write.h:
15278         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
15279           Set timestamps on outgoing ebml headers as well, so that the
15280           element after matroskamux can get the timestamp already when
15281           reading the first ebml element and doesn't have to wait for
15282           the actual data buffer for that (#320308).
15283           
15284 2005-10-31  Andy Wingo  <wingo@pobox.com>
15285
15286         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
15287         (gst_videomixer_pad_link): Kill some memleaks.
15288         (gst_videomixer_pad_get_property): Style fix.
15289         (gst_videomixer_pad_set_property): Style fix.
15290         (gst_videomixer_pad_init): Style fix.
15291         (gst_videomixer_update_queues): Kill memleak.
15292         (gst_videomixer_loop): Kill memleak.
15293         (gst_videomixer_collected): Kill memleak.
15294
15295 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15296
15297         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
15298         gst_auparse_change_state:
15299         Just some cleanup.
15300
15301 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
15302
15303         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
15304         Add checks to GST_FLOW_NOT_LINKED for values returned
15305         from gst_pad_push.
15306         
15307 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
15308
15309         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
15310         (gst_rtpg711dec_process):
15311         * gst/rtp/gstrtpgsmenc.c:
15312         Payloader now sets some default caps on the srcpad if caps on the sinkpad
15313         are never set. This is important for the g711 to work with burger's rtpbin
15314         element.
15315
15316 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
15317
15318         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
15319         (gst_speexenc_push_buffer):
15320         Add checks for return values from gst_pad_push and
15321         gst_pad_alloc_buffer.
15322
15323 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
15324
15325         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15326
15327         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
15328         (gst_matroska_demux_parse_info),
15329         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15330         (gst_matroska_demux_parse_cluster):
15331         * gst/matroska/matroska-ids.h:
15332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
15333         (gst_matroska_mux_init), (gst_matroska_mux_start),
15334         (gst_matroska_mux_create_buffer_header),
15335         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
15336         (gst_matroska_mux_get_property):
15337         * gst/matroska/matroska-mux.h:
15338           Add SimpleBlock support to matroska demuxer and muxer (part of
15339           Matroska v2). (#319731)
15340
15341 2005-10-28  Wim Taymans  <wim@fluendo.com>
15342
15343         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15344         (gst_jpeg_dec_change_state):
15345         * ext/jpeg/gstjpegdec.h:
15346         Cleanups. Don't create caps for every chain.
15347
15348 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
15349
15350         * gst/law/alaw-encode.c: (gst_alawenc_init),
15351         (alawenc_setcaps), (gst_alawenc_chain)
15352         * gst/law/alaw-encode.h:
15353         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
15354         (mulawenc_setcaps), (gst_mulawenc_chain)
15355         * gst/law/mulaw-encode.h:
15356         Set timestamp on buffer and it allows RTP G711 elements
15357         work properly.
15358
15359 2005-10-27  Wim Taymans  <wim@fluendo.com>
15360
15361         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15362         Set correct format on oss instead of a silly value. 
15363
15364 2005-10-27  Julien MOUTTE  <julien@moutte.net>
15365
15366         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15367         (gst_video_box_transform_caps), (gst_video_box_set_caps),
15368         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
15369         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
15370         I420 rendering as well, doesn't bring much for my platform.
15371         Might help on some other platforms.
15372
15373 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
15374
15375         * gst/rtp/gstrtpgsmenc.c:
15376         * gst/rtp/gstrtpgsmparse.c:
15377         Declaring the padtemplate correctly.
15378
15379 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15380
15381         * gst/rtp/gstrtpg711dec.c:
15382         * gst/rtp/gstrtpg711enc.c:
15383         * gst/rtp/gstrtpgsmenc.c:
15384         * gst/rtp/gstrtpgsmparse.c:
15385         Setting the proper copyright notice.
15386
15387 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15388
15389         * gst/videobox/Makefile.am: Use liboil.
15390         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15391         (gst_video_box_set_property), (gst_video_box_transform_caps),
15392         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
15393         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
15394         using liboil. Will dot the same to I420 border generation
15395         tomorrow.
15396
15397 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
15398
15399         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
15400         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
15401         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
15402         * gst/rtp/gstrtpg711dec.h:
15403         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
15404         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
15405         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
15406         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15407         (gst_rtpgsmenc_handle_buffer):
15408         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
15409         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
15410         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
15411         * gst/rtp/gstrtpgsmparse.h:
15412         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
15413         inherits from the basertpdepayloader.
15414
15415 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15416
15417         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15418         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15419         (gst_video_box_ayuv): Removing this forgotten debug.
15420
15421 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15422
15423         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15424         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
15425         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
15426
15427 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * sys/oss/gstossaudio.c:
15430         * sys/oss/gstossdmabuffer.c:
15431         * sys/oss/gstosshelper.c:
15432         * sys/oss/gstossmixer.c:
15433         * sys/oss/gstossmixerelement.c:
15434         * sys/oss/gstossmixertrack.c:
15435         * sys/oss/gstosssink.c:
15436         * sys/oss/gstosssrc.c:
15437           Actually use the 'oss' debug category we register.
15438
15439 2005-10-26  Julien MOUTTE  <julien@moutte.net>
15440
15441         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
15442         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
15443         Use gst_pad_get_parent and drop the ref that was added through
15444         that call.
15445
15446 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15447
15448         * gst/rtp/gstrtpgsmenc.c:
15449           Fix compilation
15450
15451 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15452
15453         * gst/rtp/gstrtpg711dec.c
15454         Just removed a couple of lines of weird code used during
15455         development/test time.
15456
15457 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
15458
15459         * gst/rtp/Makefile.am
15460         * gst/rtp/gstrtp.c
15461         * gst/rtp/gstrtpg711enc.c
15462         * gst/rtp/gstrtpg711enc.h
15463         * gst/rtp/gstrtpg711dec.c
15464         * gst/rtp/gstrtpg711dec.h
15465         Created G711 payloader and depayloader (it supports mulaw and alaw
15466         (dec)encoders)
15467
15468 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15469
15470         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15471         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15472         Doh ! I introduced wingo's bug again ! Sorry...
15473
15474 2005-10-25  Christian Schaller <christian@fluendo.com> 
15475
15476         * gst/rtp/Makefile.am: add missing header files for disting
15477
15478 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
15479
15480         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
15481         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
15482         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
15483         (gst_rtpgsmenc_handle_buffer):
15484         * gst/rtp/gstrtpgsmenc.h:
15485         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
15486         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
15487         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
15488         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
15489         * gst/rtp/gstrtpgsmparse.h:
15490         Getting the GSM (de)payloader working and compatible with our plans for RTP.
15491
15492 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15493
15494         * ext/libpng/gstpngdec.c: (user_info_callback),
15495         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
15496         a newsegment event, move some redundant code in a single place.
15497
15498 2005-10-25  Julien MOUTTE  <julien@moutte.net>
15499
15500         * ext/libpng/gstpngdec.c: (user_info_callback),
15501         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
15502         hack to get correct colors order when we have a png image with
15503         alpha channel.
15504
15505 2005-10-24  Edward Hervey  <edward@fluendo.com>
15506
15507         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
15508         Call gst_element_no_more_pads when there will be no more pads.
15509
15510 2005-10-24  Wim Taymans  <wim@fluendo.com>
15511
15512         * gst/rtp/Makefile.am:
15513         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
15514         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
15515         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
15516         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
15517         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
15518         (gst_asteriskh263_plugin_init):
15519         * gst/rtp/gstasteriskh263.h:
15520         * gst/rtp/gstrtp.c: (plugin_init):
15521         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
15522         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
15523         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
15524         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
15525         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
15526         (gst_rtph263enc_plugin_init):
15527         * gst/rtp/gstrtph263enc.h:
15528         Added two new payloaders, an RFC 2190 payloader for h263 and
15529         a payload convertor for an asterisk server.
15530
15531 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15532
15533         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
15534           Set bytes_per_sample correctly (is not always 4, but 
15535           depends on width and number of channels).
15536
15537 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
15540         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
15541         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
15542         (gst_flacenc_sink_event), (gst_flacenc_chain),
15543         (gst_flacenc_set_property), (gst_flacenc_get_property),
15544         (gst_flacenc_change_state):
15545         * ext/flac/gstflacenc.h:
15546           Fix seeking, so that flacenc can rewrite the header with the
15547           correct duration and amount of samples and all that at EOS;
15548           also set timestamps and granulepos on outgoing buffers; add
15549           debug category; fix state change function.
15550           
15551 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15552
15553         * gst/videomixer/videomixer.c: Don't restrict video geometry
15554         from 16 to 4096.
15555
15556 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15557
15558         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
15559         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
15560         Fix caps negotiation correctly, add debugging category.
15561
15562 2005-10-24  Christian Schaller  <christian@fluendo.com>
15563
15564         * configure.ac: Port over Thomas's change from base listing all plugins
15565
15566 2005-10-24  Julien MOUTTE  <julien@moutte.net>
15567
15568         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
15569         a sink pad.
15570
15571 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15572
15573         * configure.ac:
15574         * docs/upload.mak:
15575           back to HEAD
15576
15577 === release 0.9.4 ===
15578
15579 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15580
15581         * configure.ac:
15582           Releasing 0.9.4, "Dromiceiomimus"
15583
15584 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
15587         (gst_speexenc_src_query):
15588           Add position and duration query, fix query type function.
15589           
15590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15591         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15592           Let's not set non-fixed caps on source pads.
15593
15594 2005-10-21  Wim Taymans  <wim@fluendo.com>
15595
15596         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15597         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
15598         (gst_avi_demux_handle_seek):
15599         Set correct stream_time in newsegment event.
15600         avi can also handle a duration query now.
15601
15602 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         * gst/matroska/matroska-demux.c:
15605         (gst_matroska_demux_handle_src_query),
15606         (gst_matroska_demux_handle_seek_event),
15607         (gst_matroska_demux_loop_stream_parse_id):
15608           Fix duration query; fix basetime in newsegment event after
15609           seek; fix duration in initial newsegment event.
15610
15611         * gst/matroska/matroska-mux.c:
15612         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
15613           Extract number of channels and samplerate from vorbis headers;
15614           add some debug messages when querying the durations of the
15615           input streams.
15616
15617 2005-10-20  Wim Taymans  <wim@fluendo.com>
15618
15619         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15620         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15621         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15622         Set stream time correctly in newsegment.
15623
15624 2005-10-20  Wim Taymans  <wim@fluendo.com>
15625
15626         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15627         Correctly fill in the stream time.
15628
15629 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15630
15631         * check/elements/level.c: (GST_START_TEST):
15632         * gst/level/gstlevel.c: (gst_level_message_new):
15633         * gst/level/level-example.c: (message_handler):
15634           use ELEMENT messages instead
15635
15636 2005-10-19  Wim Taymans  <wim@fluendo.com>
15637
15638         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
15639         (gst_dvdemux_src_query):
15640         * ext/flac/gstflacdec.c: (gst_flacdec_length),
15641         (gst_flacdec_src_query):
15642         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
15643         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
15644         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15645         * gst/debug/gstnavseek.c: (gst_navseek_seek):
15646         * gst/debug/progressreport.c: (gst_progress_report_report):
15647         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
15648         * gst/matroska/matroska-demux.c:
15649         (gst_matroska_demux_handle_src_query):
15650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
15651         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15652         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15653         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15654         (gst_wavparse_srcpad_event):
15655         API change fix.
15656
15657 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/goom/filters.c:
15660         * gst/goom/graphic.h:
15661         * gst/goom/lines.c:
15662           Make inline functions either 'static inline' or 'extern inline',
15663           otherwise the Forte compiler apparently won't inline them (#317300).
15664
15665 2005-10-19  Julien MOUTTE  <julien@moutte.net>
15666
15667         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15668         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
15669         (user_info_callback), (user_endrow_callback), (user_end_callback),
15670         (user_read_data), (gst_pngdec_caps_create_and_set),
15671         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
15672         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
15673         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
15674         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
15675         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
15676         very nice and handle push/pull based model. if you have filesrc
15677         connected to it, it will do random access to load the png file.
15678         If you have a network source that can't do _getrange, it does 
15679         progressive loading through the chain function.
15680         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15681         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
15682         thanks to Master Wim Taymans ;-)
15683
15684 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
15685
15686         * gst/matroska/Makefile.am:
15687         * gst/matroska/ebml-read.c:
15688         * gst/matroska/ebml-read.h:
15689         * gst/matroska/matroska-demux.c:
15690         * gst/matroska/matroska-demux.h:
15691         * gst/matroska/matroska.c: (plugin_init):
15692           Ported matroska demuxer to 0.9.
15693
15694 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
15695
15696         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15697
15698         * gst/matroska/matroska-mux.c:
15699         (gst_matroska_mux_video_pad_setcaps),
15700         (gst_matroska_mux_audio_pad_setcaps):
15701           Fix mpeg4 input handling (#318847); also, while we're at it,
15702           fix media type for Motion-JPEG: should be image/jpeg.
15703
15704 2005-10-18  Wim Taymans  <wim@fluendo.com>
15705
15706         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15707         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15708         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
15709         Fix for segment-start/stop API change.
15710
15711 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15712
15713         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
15714         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
15715         way.
15716
15717 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15718
15719         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15720         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
15721         output declared in transform_caps.
15722
15723 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15724
15725         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
15726
15727 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15728
15729         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
15730         (gst_video_box_get_unit_size): Fix wrong size calculations and
15731         implement get_unit_size correctly.
15732
15733 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
15734
15735         * configure.ac:
15736           Enable flx plugin.
15737
15738         * gst/flx/gstflxdec.c: (flx_decode_chunks):
15739           Fix gcc4 signedness issue.
15740
15741 2005-10-17  Julien MOUTTE  <julien@moutte.net>
15742
15743         * configure.ac: Adding videomixer.
15744         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15745         (user_read_data), (gst_pngdec_chain): More debugging.
15746         * gst/alpha/Makefile.am: Adding alphacolor
15747         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
15748         (gst_alpha_color_class_init), (gst_alpha_color_init),
15749         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
15750         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
15751         (plugin_init): Ported to 0.9 using in place base tranform.
15752         * gst/videomixer/Makefile.am:
15753         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15754         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
15755         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
15756         (gst_videomixer_pad_init), (gst_videomixer_class_init),
15757         (gst_videomixer_init), (gst_videomixer_getcaps),
15758         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
15759         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15760         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
15761         to 0.9 using collectpads.
15762
15763 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
15764
15765         * configure.ac:
15766         * gst/flx/Makefile.am:
15767         * gst/flx/gstflxdec.c: (gst_flxdec_init),
15768         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
15769         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
15770         * gst/flx/gstflxdec.h:
15771         flx plugin ported to 0.9
15772
15773 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
15774
15775         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
15776           use new gst_version_string()
15777
15778 2005-10-16  Andy Wingo  <wingo@pobox.com>
15779
15780         * configure.ac: GLIB_CHECK.
15781
15782 2005-10-15  Julien MOUTTE  <julien@moutte.net>
15783
15784         * ext/libpng/Makefile.am:
15785         * ext/libpng/gstpng.c: (plugin_init):
15786         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
15787         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
15788         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
15789
15790 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
15791
15792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15793
15794         * configure.ac:
15795         * gst/matroska/Makefile.am:
15796         * gst/matroska/ebml-ids.h:
15797         * gst/matroska/ebml-write.c:
15798         * gst/matroska/ebml-write.h:
15799         * gst/matroska/matroska-ids.h:
15800         * gst/matroska/matroska-mux.c:
15801         * gst/matroska/matroska-mux.h:
15802         * gst/matroska/matroska.c: (plugin_init):
15803           Port matroska muxer to 0.9 (#318847).
15804
15805 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
15806
15807         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
15808         (comment_init), (comment_add):
15809           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
15810           use GST_READ_UINT32_LE() and friends rather than the private
15811           implementation of those same macros.
15812
15813 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
15814
15815         * examples/stats/mp2ogg.c:
15816           more typo fixes
15817
15818 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
15819
15820         * examples/indexing/indexmpeg.c: (main):
15821         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
15822         (gst_esdmon_close_audio), (gst_esdmon_change_state):
15823         * ext/esd/esdmon.h:
15824         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
15825         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
15826         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
15827         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
15828         * gst/avi/gstavimux.c: (gst_avimux_init):
15829         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
15830         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
15831         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
15832         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
15833         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
15834         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
15835         * gst/oldcore/gstmultifilesrc.h:
15836         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
15837         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
15838         (gst_pipefilter_change_state):
15839         * gst/oldcore/gstpipefilter.h:
15840         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
15841         * gst/videomixer/videomixer.c: (gst_videomixer_init):
15842         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
15843         * sys/osxaudio/gstosxaudiosink.h:
15844         * sys/osxaudio/gstosxaudiosrc.h:
15845           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
15846           moved bitshift from macro to enum definition
15847
15848 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15849
15850         * ext/Makefile.am:
15851         * ext/cairo/Makefile.am:
15852         * ext/cairo/gstcairo.c: (plugin_init):
15853         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
15854         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
15855         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
15856         * ext/cairo/gsttimeoverlay.h:
15857           update of cairo-based timeoverlay to 1.0 Cairo API
15858           doesn't work yet for resizing of output sink
15859
15860 2005-10-11  Wim Taymans  <wim@fluendo.com>
15861
15862         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
15863         newsegment API fix.
15864
15865 2005-10-11  Wim Taymans  <wim@fluendo.com>
15866
15867         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
15868         (gst_dvdemux_demux_frame):
15869         * ext/flac/gstflacdec.c: (gst_flacdec_write):
15870         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15871         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
15872         (gst_avi_demux_handle_seek):
15873         * gst/goom/gstgoom.c: (gst_goom_event):
15874         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
15875         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
15876         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
15877         (gst_wavparse_loop), (gst_wavparse_pad_convert),
15878         (gst_wavparse_srcpad_event):
15879         newsegment API update.
15880
15881 2005-10-11  Andy Wingo  <wingo@pobox.com>
15882
15883         * ext/speex/gstspeexenc.c: Signedness cleanups.
15884
15885 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
15886
15887         * PORTED_09:
15888         * ext/speex/Makefile.am:
15889         * ext/speex/gstspeex.c:
15890         * ext/speex/gstspeexenc.c:
15891         Speexenc ported to 0.9
15892
15893 2005-10-10  Wim Taymans  <wim@fluendo.com>
15894
15895         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
15896         (gst_oss_sink_init), (gst_oss_sink_set_property),
15897         (gst_oss_sink_get_property), (gst_oss_sink_open),
15898         (gst_oss_sink_prepare), (gst_oss_sink_reset):
15899         * sys/oss/gstosssink.h:
15900         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
15901         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
15902         (gst_oss_src_prepare):
15903         Cleanups, make device configurable in the sink, handle and report
15904         errors.
15905
15906 2005-10-10  Wim Taymans  <wim@fluendo.com>
15907
15908         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
15909         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
15910         Make sure element is NULL before removing from the bin.
15911
15912 2005-10-07  Andy Wingo  <wingo@pobox.com>
15913
15914         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
15915         block forever in a read().
15916         (gst_dv1394src_bus_reset): Post a message when the cable is
15917         unplugged.
15918         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
15919         (gst_dv1394src_bus_reset): Don't unref the message.
15920
15921         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
15922         hacking. The only change should be that the state change stuff was
15923         put into basesrc's start() and stop() routines, which coalesces
15924         some steps.
15925
15926 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * configure.ac:
15929           Add check for mmap
15930           
15931         * gst/debug/Makefile.am:
15932           Only compile efence plugin on systems that have mmap.
15933
15934 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * gst/debug/Makefile.am:
15937         * gst/debug/breakmydata.c:
15938         * gst/debug/gstdebug.c:
15939         * gst/debug/gstnavigationtest.c:
15940         * gst/debug/gstnavseek.c: 
15941         * gst/debug/gstnavseek.h:
15942         * gst/debug/progressreport.c: 
15943         * gst/debug/testplugin.c:
15944           Port progressreport, navseek, navigationtest, testsink and
15945           breakmydata.
15946
15947 2005-10-05  Edward Hervey  <edward@fluendo.com>
15948
15949         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
15950         (gst_dvdemux_src_query):
15951         Fixes for better conversion
15952
15953 2005-10-04  Michael Smith <msmith@fluendo.com>
15954
15955         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
15956         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
15957         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
15958         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
15959           Set state of elements to NULL before removing from bins.
15960           Set state of test element to NULL if we failed to move it to READY
15961
15962 2005-10-04  Edward Hervey  <edward@fluendo.com>
15963
15964         * ext/dv/Makefile.am:
15965         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
15966         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
15967         Corrected the query function for position so it doesn't forget what
15968         format was asked, and calls the conversion functions on the correct pad.
15969
15970 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15971
15972         * configure.ac:
15973           back to development
15974
15975 === release 0.9.3 ===
15976
15977 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15978
15979         * configure.ac:
15980           Releasing 0.9.3, "Aramis"
15981
15982 2005-10-03  Andy Wingo  <wingo@pobox.com>
15983
15984         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
15985         error returns.
15986
15987 2005-10-02  Andy Wingo  <wingo@pobox.com>
15988
15989         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
15990
15991         * ext/flac/gstflacenc.c: Ported to 0.9.
15992
15993         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
15994
15995         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
15996         and link to gsttagedit. Enable flacenc.
15997
15998         * ext/flac/gstflacdec.c: Re-enable tag reading.
15999
16000 2005-09-30  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16003         * gst/rtp/gstrtpgsmparse.c:
16004         * gst/rtp/gstrtph263penc.c:
16005         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16006         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16007         (gst_rtpmp4venc_set_property):
16008         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16009         Various class and caps fixes from Andre Magalhaes (andrunko)
16010
16011 2005-09-29  Wim Taymans  <wim@fluendo.com>
16012
16013         * gst/level/level-example.c: (main):
16014         Update for new bus API.
16015
16016 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
16017
16018         * configure.ac:
16019           Fix unexpanded autoconf macro GST_DOC, which has been renamed
16020           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
16021
16022 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
16023
16024         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
16025           Fix playback of mono streams (bytes_per_sample should be set
16026           from the sample width and the number of channels negotiated,
16027           and not just be set to 4) (#317338)
16028
16029 2005-09-26  Wim Taymans  <wim@fluendo.com>
16030
16031         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
16032         (gst_rtpmpaenc_handle_buffer):
16033         Set buffer duration correctly.
16034
16035 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
16038         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
16039         (gst_avi_demux_change_state):
16040           Don't crash when encountering a stream with an unknown fourcc or
16041           codec id. Instead, create a pad of type video/x-avi-unknown or
16042           audio/x-avi-unknown, which as a side-effect also results in less
16043           confusing error messages in players ('no decoder' vs. 'no streams');
16044           minor fixes to state change function and class_init function.
16045
16046 2005-09-24  Wim Taymans  <wim@fluendo.com>
16047
16048         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
16049         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
16050         These are sinks.
16051
16052 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * check/elements/level.c: (GST_START_TEST):
16055           fix test for new GstClockTime use
16056         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
16057         (gst_level_transform_ip):
16058         * gst/level/gstlevel.h:
16059           fix up the decay peak, ensuring the decay peak is never lower
16060           than the peak for that interval
16061
16062 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16063
16064         * docs/plugins/gst-plugins-good-plugins.args:
16065         * docs/plugins/inspect/plugin-alpha.xml:
16066         * docs/plugins/inspect/plugin-rtp.xml:
16067         * gst/level/gstlevel.c: (gst_level_set_caps),
16068         (gst_level_transform_ip):
16069           updating docs
16070
16071 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * Makefile.am:
16074         * check/elements/level.c: (GST_START_TEST):
16075         * gst/level/Makefile.am:
16076         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
16077         (gst_level_set_property), (gst_level_get_property),
16078         (gst_level_set_caps), (gst_level_message_new),
16079         (gst_level_transform_ip):
16080         * gst/level/gstlevel.h:
16081         * gst/level/level-example.c: (message_handler), (main):
16082           convert to using GstClockTime for all time values, finally.
16083
16084 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16085
16086         * gst/auparse/Makefile.am:
16087         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16088           fix up build
16089         * configure.ac:
16090         * ext/cairo/Makefile.am:
16091         * ext/dv/Makefile.am:
16092         * ext/esd/Makefile.am:
16093         * ext/flac/Makefile.am:
16094         * ext/gconf/Makefile.am:
16095         * ext/gdk_pixbuf/Makefile.am:
16096         * ext/jpeg/Makefile.am:
16097         * ext/ladspa/Makefile.am:
16098         * ext/libcaca/Makefile.am:
16099         * ext/libmng/Makefile.am:
16100         * ext/libpng/Makefile.am:
16101         * ext/mikmod/Makefile.am:
16102         * ext/pango/Makefile.am:
16103         * ext/raw1394/Makefile.am:
16104         * ext/shout2/Makefile.am:
16105         * ext/speex/Makefile.am:
16106         * gst/alpha/Makefile.am:
16107         * gst/autodetect/Makefile.am:
16108         * gst/avi/Makefile.am:
16109         * gst/cutter/Makefile.am:
16110         * gst/debug/Makefile.am:
16111         * gst/effectv/Makefile.am:
16112         * gst/flx/Makefile.am:
16113         * gst/goom/Makefile.am:
16114         * gst/interleave/Makefile.am:
16115         * gst/law/Makefile.am:
16116         * gst/matroska/Makefile.am:
16117         * gst/median/Makefile.am:
16118         * gst/monoscope/Makefile.am:
16119         * gst/multipart/Makefile.am:
16120         * gst/oldcore/Makefile.am:
16121         * gst/rtp/Makefile.am:
16122         * gst/rtsp/Makefile.am:
16123         * gst/smoothwave/Makefile.am:
16124         * gst/smpte/Makefile.am:
16125         * gst/videobox/Makefile.am:
16126         * gst/videofilter/Makefile.am:
16127         * gst/videomixer/Makefile.am:
16128         * gst/wavenc/Makefile.am:
16129         * gst/wavparse/Makefile.am:
16130         * sys/oss/Makefile.am:
16131         * sys/osxaudio/Makefile.am:
16132         * sys/osxvideo/Makefile.am:
16133           fix up GST_LIBS use
16134
16135 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16136
16137         * gst/auparse/Makefile.am:
16138         * gst/auparse/gstauparse.c: (gst_auparse_chain):
16139           fix build of auparse
16140
16141 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
16142
16143         * configure.ac:
16144         * PORTED_09:
16145         * gst/auparse/gstauparse.c:
16146         * gst/auparse/gstauparse.h:
16147         Auparse ported to 0.9.
16148
16149 2005-09-22  Wim Taymans  <wim@fluendo.com>
16150
16151         * gst/rtp/TODO:
16152         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
16153         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16154         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16155         (gst_rtpmp4venc_set_property):
16156         * gst/rtp/gstrtpmp4venc.h:
16157         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
16158         * gst/rtp/gstrtpmpaenc.h:
16159         Use is_filled to both check MTU and max-ptime of base class.
16160
16161 2005-09-22  Wim Taymans  <wim@fluendo.com>
16162
16163         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16164         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
16165         (gst_rtpmp4venc_set_property):
16166         Don't fragment packets with multiple frames.
16167
16168 2005-09-22  Wim Taymans  <wim@fluendo.com>
16169
16170         * gst/rtp/TODO:
16171         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16172         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
16173         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
16174         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
16175         (gst_rtpmp4venc_get_property):
16176         * gst/rtp/gstrtpmp4venc.h:
16177         Remove g_print.
16178         Update TODO
16179         Make payload encoder a bit smarter and more correct with
16180         timestamps.
16181         Added option in payloader to include config string in-band.
16182
16183 2005-09-21  Wim Taymans  <wim@fluendo.com>
16184
16185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16186         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16187         (gst_rtspsrc_send):
16188         Strip spaces for key/value pairs.
16189
16190 2005-09-21  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
16193         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
16194         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
16195         (gst_rtspsrc_change_state):
16196         More SDP parsing and caps setting.
16197         Do NO_PREROLL differently.
16198         add pads only after negotiated.
16199
16200         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
16201         (gst_udpsrc_getcaps):
16202         Implement the getcaps function.
16203
16204 2005-09-21  Wim Taymans  <wim@fluendo.com>
16205
16206         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
16207         (gst_rtpamrdec_chain):
16208         Handle multiple AMr packets per payload. Handle CRC and
16209         parse ILL/ILP.
16210
16211         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
16212         Make caps params strings for easy SDP mapping.
16213         
16214         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
16215         Handle capsnego better.
16216
16217         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
16218         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
16219         Generate and parse config string in the caps.
16220
16221 2005-09-21  Wim Taymans  <wim@fluendo.com>
16222
16223         * gst/rtp/README:
16224         Update README
16225
16226         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
16227         Make extra params as strings.
16228
16229         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
16230         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16231         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
16232         Make state change return NO_PREROLL as this is a live
16233         source.
16234
16235         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16236         Don't unref old caps when NULL.
16237
16238 2005-09-20  Wim Taymans  <wim@fluendo.com>
16239
16240         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
16241         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
16242         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
16243         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
16244         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
16245         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
16246         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
16247         * gst/rtsp/sdpmessage.h:
16248         Add URI handler.
16249         Parse SDP and create caps.
16250
16251 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
16252
16253         * gst/alpha/gstalpha.c:
16254           fix element description
16255
16256 2005-09-19  Wim Taymans  <wim@fluendo.com>
16257
16258         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
16259         Don't check payload for now.
16260
16261 2005-09-19  Wim Taymans  <wim@fluendo.com>
16262
16263         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
16264         (gst_wavparse_init), (gst_wavparse_parse_file_header),
16265         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
16266         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
16267         (gst_wavparse_loop), (gst_wavparse_pad_convert),
16268         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
16269         (gst_wavparse_change_state):
16270         * gst/wavparse/gstwavparse.h:
16271         Fix wavparse some more.
16272
16273 2005-09-19  Wim Taymans  <wim@fluendo.com>
16274
16275         * check/elements/level.c: (GST_START_TEST):
16276         Fix for bus API change.
16277
16278 2005-09-19  Wim Taymans  <wim@fluendo.com>
16279
16280         * gst/level/level-example.c: (main):
16281         Fix for new bus API.
16282
16283         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
16284         Set caps on pads.
16285
16286 2005-09-15  Wim Taymans  <wim@fluendo.com>
16287
16288         * gst/rtp/Makefile.am:
16289         * gst/rtp/README:
16290         * gst/rtp/gstrtp.c: (plugin_init):
16291         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
16292         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
16293         (gst_rtpamrdec_change_state):
16294         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
16295         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
16296         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
16297         * gst/rtp/gstrtpamrenc.h:
16298         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
16299         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
16300         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
16301         * gst/rtp/gstrtpgsmenc.h:
16302         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
16303         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
16304         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
16305         (gst_rtpgsmparse_change_state):
16306         * gst/rtp/gstrtpgsmparse.h:
16307         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
16308         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
16309         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
16310         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
16311         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
16312         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
16313         * gst/rtp/gstrtph263penc.h:
16314         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
16315         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
16316         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16317         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
16318         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
16319         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
16320         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
16321         * gst/rtp/gstrtpmp4venc.h:
16322         * gst/rtp/gstrtpmpadec.c:
16323         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
16324         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
16325         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
16326         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
16327         * gst/rtp/gstrtpmpaenc.h:
16328         Updates to payloader/depayloaders, make payloaders use
16329         the base classes.
16330         Updated README with suggested RTP caps and how to convert
16331         to/from SDP.
16332         Added config descriptor in mp4v payloader.
16333
16334 2005-09-15  Andy Wingo  <wingo@pobox.com>
16335
16336         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
16337         * gst/autodetect/gstautovideosink.c
16338         (gst_auto_video_sink_find_best): Update for new registry API.
16339
16340 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16341
16342         * common/c-to-xml.py:
16343         * common/gtk-doc-plugins.mak:
16344           a simple py script to generate valid xml from a C example
16345           probably also need to strip an MIT license when we decide
16346         * docs/plugins/Makefile.am:
16347         * gst/level/Makefile.am:
16348         * gst/level/gstlevel.c: (gst_level_init):
16349         * gst/level/level-example.c: (message_handler), (main):
16350           add an example to level that will show up in the docs
16351         * gst/rtp/TODO:
16352           add a note for the future
16353
16354 2005-09-14  Michael Smith <msmith@fluendo.com>
16355
16356         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
16357           Actually define the debug object being used in wavenc. Fixes #316205
16358
16359 2005-09-14  Michael Smith <msmith@fluendo.com>
16360
16361         * gst/smpte/Makefile.am:
16362           Link against GST_BASE_LIBS, to get it linked against libgstbase;
16363           needed to build on windows (bug 316204)
16364
16365 2005-09-12  Andy Wingo  <wingo@pobox.com>
16366
16367         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
16368
16369 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
16370
16371         * configure.ac:
16372         * gst/fdsrc/Makefile.am:
16373         * gst/fdsrc/gstfdsrc.c:
16374         * gst/fdsrc/gstfdsrc.h:
16375           Move fdsrc back into gstreamer core elements.
16376
16377         * gst/level/gstlevel.c: (gst_level_class_init),
16378         (gst_level_transform_ip):
16379         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
16380           Basetransform changes.
16381
16382 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
16385         * ext/jpeg/smokecodec.c: (find_best_size):
16386           fix compiler warnings
16387
16388 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16389
16390         * gst-plugins-good.spec.in:
16391           spec file fixes
16392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
16393         (gst_multiudpsink_render), (gst_multiudpsink_add),
16394         (gst_multiudpsink_clear):
16395           it actually helps to actually stream if we hook up the
16396           "add" signal to an actual implementation
16397         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
16398           some debugging
16399
16400 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
16401
16402         * ext/jpeg/Makefile.am:
16403         * ext/jpeg/gstjpeg.c
16404         * ext/jpeg/gstjpegenc.c:
16405         * ext/jpeg/gstsmokeenc.c:
16406
16407 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
16408
16409         * ext/flac/gstflacdec.c:
16410         * ext/flac/gstflacenc.c:
16411         * ext/flac/gstflactag.c:
16412         * ext/speex/gstspeexenc.c:
16413           gsttaginterface.h -> gsttagsetter.h
16414
16415 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
16416
16417         * configure.ac:
16418         * gst/debug/Makefile.am:
16419         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
16420         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
16421         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
16422         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
16423         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
16424           Port to 0.9 and re-enable efence plugin.
16425
16426 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
16429         (gst_flacdec_write), (gst_flacdec_convert_src):
16430         * ext/flac/gstflacdec.h:
16431           Add support for flac files with 24/32 bits per sample; and misc.
16432           minor clean-ups. Seeking is still partly broken (for me at least).
16433
16434 2005-09-06  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst/rtp/Makefile.am:
16437         * gst/rtp/gstrtp.c: (plugin_init):
16438         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
16439         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
16440         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
16441         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
16442         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
16443         (gst_rtpmp4vdec_plugin_init):
16444         * gst/rtp/gstrtpmp4vdec.h:
16445         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
16446         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
16447         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
16448         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
16449         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
16450         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
16451         * gst/rtp/gstrtpmp4venc.h:
16452         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
16453         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
16454         Added mpeg4 video payload encoder/decoder.
16455         Added some docs in mpa payloader.
16456
16457 === release 0.9.1 ===
16458
16459 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16460
16461         * NEWS:
16462         * README:
16463         * RELEASE:
16464         * autogen.sh:
16465         * configure.ac:
16466           releasing 0.9.1, "Blondie"
16467
16468 2005-09-05  Andy Wingo  <wingo@pobox.com>
16469
16470         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
16471         here from the state change handler, so we fire signals without
16472         holding the state lock.
16473
16474 2005-09-02  Andy Wingo  <wingo@pobox.com>
16475
16476         * All plugins updated for element state changes.
16477
16478 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * Makefile.am:
16481         * check/.cvsignore:
16482         * check/Makefile.am:
16483         * check/elements/.cvsignore:
16484         * check/elements/level.c: (setup_level), (cleanup_level),
16485         (GST_START_TEST), (level_suite), (main):
16486           add a test for level
16487         * common/release.mak:
16488           move the enum checking to release.mak
16489         * configure.ac:
16490           add valgrind and check checking
16491         * gst/level/gstlevel.c: (gst_level_transform):
16492         * gst/level/gstlevel.h:
16493           fix Andy's cast bug
16494           convert a field to int
16495           fix the arithmetic to int when checking for emit so that a
16496           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
16497
16498 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16499
16500         * Makefile.am:
16501         * configure.ac:
16502           add docs to build
16503         * common/plugins.xsl:
16504           wrap Description into a refsect2
16505         * docs/Makefile.am:
16506         * docs/plugins/Makefile.am:
16507         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16508         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16509         * gst/goom/Makefile.am:
16510         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
16511         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
16512         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
16513         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
16514         (gst_goom_change_state):
16515         * gst/goom/gstgoom.h:
16516           GstGOOM -> GstGoom
16517           add an example launch line
16518         * gst/level/gstlevel.h:
16519         * gst/monoscope/gstmonoscope.c:
16520           cleanups
16521
16522 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16523
16524         * configure.ac:
16525         * docs/plugins/Makefile.am:
16526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16528         * docs/plugins/gst-plugins-good-plugins.types:
16529           document elements and plugins.  Shazam !
16530
16531 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16532
16533         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
16534           be found under doc/random/ChangeLog-0.8