1 2004-06-23 David I. Lehn <dlehn@users.sourceforge.net>
3 * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
5 2004-06-23 Colin Walters <walters@redhat.com>
7 * m4/Makefile.am: Distribute gst-fionread.m4.
9 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
11 * configure.ac: back to dev
13 2004-06-23 Wim Taymans <wim@fluendo.com>
15 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16 (gst_alsa_xrun_recovery):
18 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19 (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
20 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
21 (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23 Add clock to alsasrc. Take new capture timestamp when
24 restarting after an overrun. Split up some functions between
29 2004-06-23 Thomas Vander Stichele <thomas at apestaart dot org>
31 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32 (gst_alsa_change_state), (gst_alsa_update_avail),
33 (gst_alsa_xrun_recovery):
35 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
36 merge back changes from release
38 2004-06-23 Wim Taymans <wim@fluendo.com>
40 * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
41 (gst_audiorate_init), (gst_audiorate_chain),
42 (gst_audiorate_set_property), (gst_audiorate_get_property):
43 Implement sample dropping and notify
45 2004-06-22 Wim Taymans <wim@fluendo.com>
47 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
48 (theora_enc_sink_link), (theora_buffer_from_packet),
49 (theora_push_packet), (theora_enc_chain):
50 Some cleanups, make sure the timestamps are correct.
52 2004-06-22 Wim Taymans <wim@fluendo.com>
54 * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
55 (gst_alsa_change_state), (gst_alsa_update_avail),
56 (gst_alsa_xrun_recovery):
58 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
59 Cleanups, take queued samples into account when reporting
62 2004-06-22 Wim Taymans <wim@fluendo.com>
64 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
66 Initialize the property as well.
68 2004-06-22 Wim Taymans <wim@fluendo.com>
70 * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
71 (gst_videorate_init), (gst_videorate_chain),
72 (gst_videorate_set_property), (gst_videorate_get_property):
73 Add property to make videorate silent.
74 Add property to prefer new frames over old ones.
76 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
78 * sys/osxvideo/Makefile.am:
79 Workaround so that the osxvideo .so file gets linked with the
80 Cocoa, OpenGL and QuickTime frameworks
82 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
84 * sys/osxaudio/Makefile.am:
85 Workaround so that the osxaudio .so file gets linked with the
88 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
91 Whoops, my fault...fixed build issues
93 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org>
96 Add objective-c support if running in Darwin/Mac OS X
99 * sys/osxvideo/Makefile.am:
100 * sys/osxvideo/osxvideosink.h:
101 * sys/osxvideo/osxvideosink.m:
102 * sys/osxvideo/cocoawindow.h:
103 * sys/osxvideo/cocoawindow.m:
104 Add osxvideosink, a cocoa-based osx video sink
107 2004-06-19 Jan Schmidt <thaytan@mad.scientist.com>
108 * ext/dvdnav/gst-dvd:
109 Grab the gconf key from the right spot
110 * gst/debug/gstnavseek.c: (gst_navseek_init),
111 (gst_navseek_segseek), (gst_navseek_handle_src_event),
113 * gst/debug/gstnavseek.h:
114 Add 's', 'e' and 'l' keypresses to navseek to define the start,end
115 and loop parameters of a segment seek.
116 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
117 (gst_videotestsrc_get_event_masks),
118 (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
119 * gst/videotestsrc/gstvideotestsrc.h:
120 Add seeking support to videotestsrc
121 Initialise the timestamp_offset variable.
123 2004-06-18 Wim Taymans <wim@fluendo.com>
125 * ext/sidplay/gstsiddec.cc:
126 Fix negotiation and set correct end offset.
128 2004-06-18 Thomas Vander Stichele <thomas at apestaart dot org>
130 * configure.ac: branch and prerelease
132 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
134 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
135 (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
136 (gst_tcpclientsrc_init_receive):
137 * gst/tcp/gsttcpclientsrc.h:
138 read caps when connecting to server for GDP so we set them correctly
140 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
142 * gst/videorate/gstvideorate.c: (gst_videorate_chain):
143 notify drops and duplicates
144 * gst/videoscale/videoscale.c: (videoscale_get_structure):
145 no good reason to limit ourselves to 100x100
147 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
149 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
150 (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
151 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
152 (gst_v4lsrc_get_property):
153 * sys/v4l/gstv4lsrc.h:
154 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
155 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
157 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
158 (gst_v4lsrc_try_capture):
159 * sys/v4l/v4lsrc_calls.h:
160 change try_palette to more general try_capture
161 add autoprobe option so we can turn off autoprobing
164 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org>
168 * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
169 (gst_ximagesink_class_init):
170 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
171 (gst_xvimagesink_class_init):
172 run them as finalize, not dispose, since dispose can be invoked
175 2004-06-17 Wim Taymans <wim@fluendo.com>
177 * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
178 (gst_alsa_get_time), (gst_alsa_xrun_recovery):
179 * ext/alsa/gstalsa.h:
180 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
181 * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
182 (gst_alsa_src_change_state):
183 * ext/alsa/gstalsasrc.h:
184 Make the xrun code timestamp and offset the buffers correctly.
185 moved the clock to the base class, use alsa methods to get time.
186 Do correct timestamping on outgoing buffers.
188 2004-06-17 Wim Taymans <wim@fluendo.com>
190 * gst/audiorate/Makefile.am:
191 * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
192 (gst_audiorate_base_init), (gst_audiorate_class_init),
193 (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
194 (gst_audiorate_set_property), (gst_audiorate_get_property),
195 (gst_audiorate_change_state), (plugin_init):
196 Added an audiorate converter that fills in gaps.
198 2004-06-17 Johan Dahlin <johan@gnome.org>
200 * ext/tcp/*: Revert Zaheer changes.
202 2004-06-16 Wim Taymans <wim@fluendo.com>
204 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
205 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
206 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
207 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
208 (gst_v4lsrc_get_property):
209 * sys/v4l/gstv4lsrc.h:
210 Added a copy mode to v4lsrc where it will output a copied version
211 of its internal hardware buffer.
212 Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
215 2004-06-16 Wim Taymans <wim@fluendo.com>
217 * sys/oss/gstosssrc.c: (gst_osssrc_get):
220 2004-06-16 Wim Taymans <wim@fluendo.com>
222 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
223 (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
224 (gst_v4lsrc_get), (gst_v4lsrc_set_property),
225 (gst_v4lsrc_get_property):
226 * sys/v4l/gstv4lsrc.h:
227 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
228 Added a sync mode enum property to control v4lsrc timestamp method
229 Removed the use-fixed-fps property and moved functionality in
231 Don't error on an error value from v4l-conf, it might not always
234 2004-06-16 Wim Taymans <wim@fluendo.com>
236 * gst/videorate/Makefile.am:
237 * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
238 (gst_videorate_base_init), (gst_videorate_class_init),
239 (gst_videorate_getcaps), (gst_videorate_link),
240 (gst_videorate_init), (gst_videorate_chain),
241 (gst_videorate_set_property), (gst_videorate_get_property),
242 (gst_videorate_change_state), (plugin_init):
243 Added a video timestamp corrector.
245 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
247 fixed a potential leak with previous commit
249 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
251 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org>
253 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
254 Added missing refcount, fixes bug #144425
255 Cheers Tim for finding the bug
257 2004-06-15 Thomas Vander Stichele <thomas at apestaart dot org>
259 * sys/v4l/gstv4l.c: (plugin_init):
260 * sys/v4l/gstv4lcolorbalance.c:
261 * sys/v4l/gstv4lcolorbalance.h:
262 * sys/v4l/gstv4lelement.c:
263 * sys/v4l/gstv4lelement.h:
264 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
265 * sys/v4l/gstv4lmjpegsink.h:
266 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
267 * sys/v4l/gstv4lmjpegsrc.h:
268 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
269 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
270 (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
271 * sys/v4l/gstv4lsrc.h:
272 * sys/v4l/gstv4ltuner.c:
273 * sys/v4l/gstv4ltuner.h:
274 * sys/v4l/gstv4lxoverlay.c:
275 * sys/v4l/gstv4lxoverlay.h:
276 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
277 (gst_v4l_set_window), (gst_v4l_enable_overlay):
278 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
279 (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
281 * sys/v4l/v4l_calls.h:
282 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
283 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
284 (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
285 (gst_v4lmjpegsink_playback_init),
286 (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
287 (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
288 (gst_v4lmjpegsink_playback_stop),
289 (gst_v4lmjpegsink_playback_deinit):
290 * sys/v4l/v4lmjpegsink_calls.h:
291 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
292 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
293 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
294 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
295 (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
296 (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
297 * sys/v4l/v4lmjpegsrc_calls.h:
298 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
299 (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
300 (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
301 (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
302 (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
303 (gst_v4lsrc_try_palette):
304 * sys/v4l/v4lsrc_calls.h:
305 bunch of paranoia cleanups
307 2004-06-14 David Schleef <ds@schleef.org>
309 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
310 (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
311 Send discont events and change timestamps appropriately when
312 we get a seek event. (bug #144240)
313 * ext/cdparanoia/gstcdparanoia.h:
315 2004-06-14 Benjamin Otte <otte@gnome.org>
317 * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
318 snd_pcm_hw_params_set_rate since the latter fails for no good
319 reason on some setups.
321 2004-06-14 David Schleef <ds@schleef.org>
323 * gst/volume/demo.c: (value_changed_callback): exp10() is not
324 standard. Thank you for playing.
326 2004-06-14 Wim Taymans <wim@fluendo.com>
328 * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
329 Patch 1.3 broke the ordering of the colorspace info and
330 made the plugin basically work by coincidence, reordered
333 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
335 * ext/lame/gstlame.c:
337 sync caps. Make sure mad can only output a list of rates, not
338 a full range. In the future, have three caps lists for each of the
339 mpeg versions. Change mpegversion to a double as well.
341 2004-06-14 Thomas Vander Stichele <thomas at apestaart dot org>
343 * gst/volume/.cvsignore:
344 * gst/volume/Makefile.am:
345 * gst/volume/demo.c: (value_changed_callback), (idler),
349 2004-06-13 Jan Schmidt <thaytan@mad.scientist.com>
350 * ext/esd/esdsink.c: (gst_esdsink_change_state):
352 Close the esd connection on pause, because esd will just wait -
353 blocking all other esd clients indefinitely.
355 2004-06-12 Christophe Fergeau <teuf@gnome.org>
357 * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
358 previous commit with GST_DEBUG
360 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org>
363 add a header check for a dvdread header in dvdnav. Fixes #133002
365 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
367 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
368 * gst/tcp/gsttcpclientsink.h:
369 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
370 * gst/tcp/gsttcpclientsrc.h:
371 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
372 (gst_tcpserversink_handle_server_read),
373 (gst_tcpserversink_init_send):
374 * gst/tcp/gsttcpserversink.h:
375 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
376 * gst/tcp/gsttcpserversrc.h:
377 Modified the tcp plugins so they are portable (IPv4,IPv6, any future
380 2004-06-12 Zaheer Abbas Merali <zaheerabbas@merali.org>
383 Added ogg library so that OSX detects libtheora properly
385 2004-06-11 Wim Taymans <wim@fluendo.com>
387 * ext/theora/theoradec.c: (theora_dec_chain),
388 (theora_dec_change_state):
389 Don't try to decode frames before we received a keyframe.
391 2004-06-11 Wim Taymans <wim@fluendo.com>
393 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
394 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
395 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
396 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
397 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
398 Added property to set the maximum delay of a page.
400 2004-06-10 Wim Taymans <wim@fluendo.com>
402 * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
403 (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
404 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
405 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
406 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
407 Added max-delay property to control the maximum amount
408 of data to put in one page.
410 2004-06-10 Wim Taymans <wim@fluendo.com>
412 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
413 (gst_theora_enc_init), (theora_enc_sink_link),
414 (theora_buffer_from_packet), (theora_enc_set_property),
415 (theora_enc_get_property):
416 Set duration on encoded buffer, added some more properties
418 2004-06-10 Wim Taymans <wim@fluendo.com>
420 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
421 (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
422 (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
423 * ext/theora/theoraenc.c: (theora_enc_chain):
426 2004-06-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
428 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
429 (gst_asf_demux_loop), (gst_asf_demux_process_file),
430 (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
431 (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
432 (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
433 (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
434 (gst_asf_demux_change_state):
435 * gst/asfdemux/gstasfdemux.h:
436 You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
437 feels like. I think we should set a new requirement for demuxers
438 from now on to implement sane loop functions, data loops, query
439 and seek functions before first commit into CVS. And this commit
440 fixes all of the above.
442 2004-06-10 Christophe Fergeau <teuf@gnome.org>
444 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
445 vorbis comments are properly encoded in UTF-8 before adding them
448 2004-06-09 Benjamin Otte <otte@gnome.org>
450 * ext/alsa/gstalsa.c: (add_channels):
451 handle min <= max correctly
452 * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
453 (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
454 add fixation functions so we fixate correctly. No preferring of alaw
455 anymore because it's the first structure.
456 * ext/alsa/gstalsa.h:
457 * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
458 (gst_alsa_hw_params_dump):
459 add functions to ease debugging in alsalib
460 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
461 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
462 (gst_alsa_start_audio):
463 only specify hw params if we really setup a format (fixes #134007 -
464 or at least works around it)
466 2004-06-09 Wim Taymans <wim@fluendo.com>
468 * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
469 (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
470 (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
471 (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
473 Use stream caps to setup the initial pages in the ogg stream.
474 Correctly set the streamheader caps on the srcpad.
476 2004-06-09 Thomas Vander Stichele <thomas at apestaart dot org>
478 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
479 (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
480 (gst_v4lsrc_getcaps):
481 * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
482 (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
483 add querying of fps lists for webcams. Negotiating to a framerate
486 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
488 * ext/theora/theoraenc.c: (theora_buffer_from_packet),
489 (theora_push_buffer), (theora_push_packet),
490 (theora_set_header_on_caps), (theora_enc_chain):
491 mark buffers and put on streamheader, raw theora streaming
494 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
496 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
497 (gst_tcp_gdp_read_caps):
498 do a looping read for caps and GDP headers too
500 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
502 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
503 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
504 return EOS instead of NULL in _get
506 2004-06-08 Wim Taymans <wim@fluendo.com>
508 * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
509 (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
510 (gst_tcp_gdp_write_caps):
511 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
512 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
513 (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
516 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
518 * ext/vorbis/Makefile.am:
519 * ext/vorbis/vorbis.c: (plugin_init):
520 * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
521 (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
522 (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
523 (vorbis_parse_change_state):
524 * ext/vorbis/vorbisparse.h:
525 adding a vorbisparse element that marks the buffers, streaming
526 raw vorbis using GDP now works, whee
528 2004-06-08 Wim Taymans <wim@fluendo.com>
530 * ext/jpeg/Makefile.am:
532 * ext/jpeg/gstjpeg.c: (plugin_init):
533 * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
534 (gst_smokedec_base_init), (gst_smokedec_class_init),
535 (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
536 * ext/jpeg/gstsmokedec.h:
537 * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
538 (gst_smokeenc_base_init), (gst_smokeenc_class_init),
539 (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
540 (gst_smokeenc_resync), (gst_smokeenc_chain),
541 (gst_smokeenc_set_property), (gst_smokeenc_get_property):
542 * ext/jpeg/gstsmokeenc.h:
543 * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
544 (smokecodec_flush_destination), (smokecodec_term_destination),
545 (smokecodec_init_source), (smokecodec_fill_input_buffer),
546 (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
547 (smokecodec_term_source), (smokecodec_encode_new),
548 (smokecodec_decode_new), (smokecodec_info_free),
549 (smokecodec_set_quality), (smokecodec_get_quality),
550 (smokecodec_set_threshold), (smokecodec_get_threshold),
551 (smokecodec_set_bitrate), (smokecodec_get_bitrate),
552 (find_best_size), (abs_diff), (put), (smokecodec_encode),
553 (smokecodec_parse_header), (smokecodec_decode):
554 * ext/jpeg/smokecodec.h:
555 Added a new simple jpeg based codec
557 2004-06-08 Wim Taymans <wim@fluendo.com>
559 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
560 (gst_multipart_mux_loop):
563 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
565 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
566 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
567 (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
568 (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
569 (gst_tcpserversink_init_send), (gst_tcpserversink_close):
570 * gst/tcp/gsttcpserversink.h:
571 take streamheader into account
573 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
575 * gst/level/Makefile.am:
576 * gst/level/gstlevel.c: (gst_level_class_init):
577 clean up marshal generation
579 2004-06-08 Thomas Vander Stichele <thomas at apestaart dot org>
581 * gst/tcp/Makefile.am:
582 * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
583 (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
584 (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
585 * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
586 (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
587 (gst_tcpclientsrc_get_property):
588 * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
589 (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
590 (gst_tcpserversink_handle_client_read),
591 (gst_tcpserversink_handle_client_write),
592 (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
593 * gst/tcp/gsttcpserversink.h:
594 add signals client-added and client-removed
595 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
596 (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
597 (gst_tcpserversrc_get_property):
598 uniformized, change default protocol to NONE
599 * gst/tcp/gsttcp-marshal.list: added
600 2004-06-07 Benjamin Otte <otte@gnome.org>
602 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
603 handle discont events if they happen before caps nego
605 2004-06-07 Wim Taymans <wim@fluendo.com>
607 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
608 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
609 (gst_multipart_demux_plugin_init):
610 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
611 (gst_multipart_mux_init), (gst_multipart_mux_loop),
612 (gst_multipart_mux_change_state):
613 Small updates, fix a memleak
615 2004-06-07 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
617 * configure.ac: OSS portability
618 * ext/arts/gst_arts.c: idem
619 * sys/oss/gstosselement.c: idem
620 * sys/oss/gstossmixer.c: idem
621 * sys/oss/gstosssink.c: idem
622 * sys/oss/gstosssrc.c: idem
623 * sys/oss/oss_probe.c: idem
624 - check for soundcard.h in different places for some BSD
626 2004-06-07 Jan Schmidt <thaytan@mad.scientist.com>
629 Add me to the authors file
631 Increase the libdv requirement to >= version 0.100
632 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
633 (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
634 (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
636 Add support for the new_media flag when sending DISCONT events
637 Make the querying work when video pad is not linked
639 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
641 reviewed by Benjamin Otte <otte@gnome.org>
643 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
644 create a NULL-initialized array of pads, so we don't think they
645 exist already. (fixes #143130)
647 2004-06-07 Benjamin Otte <otte@gnome.org>
649 * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
650 (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
651 (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
654 2004-06-07 Benjamin Otte <otte@gnome.org>
656 * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
657 cast to GstClockTime to get higher granularity
658 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
659 use gst_element_set_time_delay to get the exact time
660 * ext/mad/gstmad.c: (gst_mad_chain):
661 use the negotiated rate instead of the current frame's rate which
662 might be wrong because of bit errors. This avoids emitting totally
663 bogus timestamps and screwing sync.
666 2004-06-07 Tim-Philipp Müller <t.i.m@zen.co.uk>
668 reviewed by Benjamin Otte <otte@gnome.org>
670 * gst/adder/gstadder.c: (gst_adder_loop):
671 properly error out when no negotiation has happened yet. (fixes
674 2004-06-06 Benjamin Otte <otte@gnome.org>
676 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
677 forward correctly transformed offset in discont events. Based on
678 patch by Arwed v. Merkatz. (fixes #142851)
680 2004-06-06 David Schleef <ds@schleef.org>
682 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
683 G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS. Should fix compile
684 problems on several systems.
686 2004-06-06 Benjamin Otte <otte@gnome.org>
688 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
689 use explicit caps on the srcpad
690 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
691 properly error out if caps couldn't be set (fixes #142764)
693 2004-06-06 Benjamin Otte <otte@gnome.org>
695 * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
696 (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
697 (gst_alsa_start_audio):
698 - don't call set_periods_integer anymore, it breaks the
699 configuration randomly
700 - call snd_pcm_hw_params_set_access directly instead of using masks
701 - don't fail if the sw_params can't be set, just use the default
702 params and hope it works. Alsalib has weird issues when you touch
703 sw_params and does no proper error reporting about what failed.
704 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
705 (gst_alsa_close_audio):
706 make our alsa debugging go via gst debugging and not conditionally
708 * ext/alsa/gstalsa.h:
709 add ALSA_DEBUG_FLUSH macro
710 * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
712 wrap alsa errors to be printed via the gst debugging system and not
715 2004-06-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
717 * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
718 (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
719 (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
720 (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
721 (qtdemux_parse_trak):
722 * gst/qtdemux/qtdemux.h:
723 Bitch. Also known as seeking, querying & co.
724 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
725 (gst_osssink_change_state):
726 * sys/oss/gstosssink.h:
727 Resyncing is for weenies, this hack is no longer needed and was
728 broken anyway (since it - unintendedly - always leaves resync to
731 2004-06-05 Andrew Turner <zxombie@hotpop.com>
733 * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
734 * gst/tcp/gsttcpclientsrc.h: idem
735 - define MSG_NOSIGNAL if not done
736 - include unistd.h for off_t
739 2004-06-05 Benjamin Otte <otte@gnome.org>
742 * ext/kio/Makefile.am:
743 check for qt's moc preprocessor explicitly and use it
745 2004-06-03 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
747 * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
748 don't get a signal for EPIPE on socket writes
749 (somebody check if this works on other platforms)
751 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
753 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
754 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
755 check error condition on available samples correctly
757 2004-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
759 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
761 * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
762 (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
763 * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
764 (gst_tcpserversrc_gdp_read_header):
765 use ssize_t over size_t since the former is signed and thus the
766 check for error codes can work
768 2004-06-02 Wim Taymans <wim@fluendo.com>
772 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
773 (gst_multipart_mux_loop):
776 2004-06-02 Wim Taymans <wim@fluendo.com>
778 * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
779 (gst_multipart_mux_init), (gst_multipart_mux_loop),
780 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
781 (gst_multipart_mux_change_state):
782 Added configurable boundary specifier, added the value as a
785 2004-06-02 Zaheer Abbas Merali <zaheerabbas@merali.org>
788 * gst/tcp/gsttcpclientsrc.c:
789 * gst/tcp/gsttcpclientsrc.h:
790 * gst/tcp/gsttcpserversrc.c:
791 - portability fix, to compile on OSX
794 * sys/osxaudio/gstosxaudioelement.c:
795 * sys/osxaudio/gstosxaudiosink.c:
796 * sys/osxaudio/gstosxaudiosrc.c:
797 - compilation warnings on OSX
800 2004-06-02 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
802 * ext/vorbis/vorbisdec.c : sign warning fixes
804 * gst-libs/gst/mixer/mixertrack.c :
805 do no use defines which are glib 2.4 specific
807 2004-06-01 Christophe Fergeau <teuf@gnome.org>
809 * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
810 buffer since libflac doesn't expect it (reports a sync error when
814 2004-06-01 Owen Fraser-Green <owen@discobabe.net>
816 * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
817 * gst-libs/gst/mixer/mixertrack.c:
818 (gst_mixer_track_get_property), (get_mixer_track_init),
819 (get_mixer_track_get_property): Added property accessors
820 * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
821 * gst-libs/gst/mixer/mixeroptions.c:
822 (gst_mixer_options_get_values): Added
823 * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
824 * gst-libs/gst/mixer/mixer.c: Fixed comment
827 2004-06-01 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
829 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
830 improve error messages on open
833 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
835 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
836 check if v4l-conf is in path
838 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org>
840 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
841 change assert to a more readable error message
843 2004-05-31 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
845 * gst-libs/gst/tuner/tunerchannel.h:
846 - add a freq_multiplicator field to make the conversion
847 between internal frequency unit and Hz
848 * sys/v4l/gstv4lelement.c:
849 * sys/v4l2/gstv4l2element.c:
850 - change default video device to /dev/video0
851 * sys/v4l/v4l_calls.c:
852 * sys/v4l2/v4l2_calls.c:
853 - we only expose frequency to the user in Hz instead of
854 bastard v4lX unit (either 62.5kHz or 62.5Hz)
856 2004-05-31 Jan Schmidt <thaytan@mad.scientist.com>
857 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
858 Initialise b_o_s and e_o_s variables
859 * gst-libs/gst/riff/riff-media.c:
860 (gst_riff_create_video_caps_with_data):
861 Add some unusual fourcc's from mplayer avi's
862 * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
863 Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
866 2004-05-28 Wim Taymans <wim@fluendo.com>
869 * gst/alpha/Makefile.am:
870 * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
871 (gst_alpha_get_type), (gst_alpha_base_init),
872 (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
873 (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
874 (gst_alpha_chroma_key), (gst_alpha_chain),
875 (gst_alpha_change_state), (plugin_init):
876 A plugin to add an alpha channel to I420 video. Can optionally do
878 * gst/multipart/Makefile.am:
879 * gst/multipart/multipart.c: (plugin_init):
880 * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
881 (gst_multipart_demux_class_init), (gst_multipart_demux_init),
882 (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
883 (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
884 (gst_multipart_demux_change_state),
885 (gst_multipart_demux_plugin_init):
886 * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
887 (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
888 (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
889 (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
890 (gst_multipart_mux_pad_unlink),
891 (gst_multipart_mux_request_new_pad),
892 (gst_multipart_mux_handle_src_event),
893 (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
894 (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
895 (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
896 (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
897 A Multipart demuxer/muxer. Not sure if it violates specs. Used to
898 send multipart jpeg images to a browser.
899 * gst/videobox/Makefile.am:
900 * gst/videobox/README:
901 * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
902 (gst_video_box_get_type), (gst_video_box_base_init),
903 (gst_video_box_class_init), (gst_video_box_init),
904 (gst_video_box_set_property), (gst_video_box_get_property),
905 (gst_video_box_sink_link), (gst_video_box_i420),
906 (gst_video_box_ayuv), (gst_video_box_chain),
907 (gst_video_box_change_state), (plugin_init):
908 Crops or adds borders around an image. can do alpha channel
910 * gst/videomixer/Makefile.am:
911 * gst/videomixer/README:
912 * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
913 (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
914 (gst_videomixer_pad_get_sink_event_masks),
915 (gst_videomixer_pad_get_property),
916 (gst_videomixer_pad_set_property),
917 (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
918 (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
919 (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
920 (gst_videomixer_base_init), (gst_videomixer_class_init),
921 (gst_videomixer_init), (gst_videomixer_request_new_pad),
922 (gst_videomixer_handle_src_event),
923 (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
924 (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
925 (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
926 (gst_videomixer_loop), (gst_videomixer_get_property),
927 (gst_videomixer_set_property), (gst_videomixer_change_state),
929 Generic video mixer plugin, can handle multiple inputs all with
930 different framerates and video sizes. Is fully alpha channel
933 2004-05-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
935 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
936 Select first track as master track. Not sure how else to handle
938 * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
939 Discard discont events. Should fix #142962.
941 2004-05-26 Ronald Bultje <rbultje@ronald.bitfreak.net>
943 * ext/alsa/Makefile.am:
944 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
945 (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
946 (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
947 (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
948 (gst_alsa_mixer_get_option):
949 * ext/alsa/gstalsamixer.h:
950 * ext/alsa/gstalsamixeroptions.c:
951 (gst_alsa_mixer_options_get_type),
952 (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
953 (gst_alsa_mixer_options_new):
954 * ext/alsa/gstalsamixeroptions.h:
955 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
956 * ext/alsa/gstalsamixertrack.h:
957 Add enumerations (as GstMixerOptions). Make correct distinction
958 between input/output tracks. Add capture/playback private flag.
959 Use flag to decide on whether to set capture or playback volumes
960 or switches. Use playback and record switches.
961 * gst-libs/gst/mixer/Makefile.am:
962 * gst-libs/gst/mixer/mixer-marshal.list:
963 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
964 (gst_mixer_set_option), (gst_mixer_get_option),
965 (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
966 (gst_mixer_volume_changed), (gst_mixer_option_changed):
967 * gst-libs/gst/mixer/mixer.h:
968 * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
969 (gst_mixer_options_class_init), (gst_mixer_options_init),
970 (gst_mixer_options_dispose):
971 * gst-libs/gst/mixer/mixeroptions.h:
973 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
974 Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
975 broken device detection on computers with multiple OSS sound
978 2004-05-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
980 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
981 fixate nicely even when the peer is not negotiating
983 2004-05-25 Benjamin Otte <in7y118@public.uni-hamburg.de>
985 * gst/audioconvert/gstaudioconvert.c:
986 (gst_audio_convert_parse_caps):
987 make sure we don't allow depth > width
988 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
989 fixate endianness to G_BYTE_ORDER as default
990 * gst/audioscale/gstaudioscale.c:
991 we don't handle another endianness as host-endianness
993 2004-05-25 David Schleef <ds@schleef.org>
995 * gst/ffmpegcolorspace/mem.c: malloc() is in stdlib.h, not malloc.h
997 2004-05-24 Benjamin Otte <otte@gnome.org>
999 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
1000 (gst_oggvorbisenc_setup):
1001 properly fail when we can't setup the vorbis encoder due to
1002 unsupported settings
1003 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
1004 (gst_vorbisenc_setup):
1006 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1007 fix case where warnings occured when one pad was unlinked while the
1008 other's link function was called
1010 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org>
1012 * gst/tcp/Makefile.am:
1015 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
1017 * gst-libs/gst/resample/private.h:
1018 don't use optimizations that are #if 0'ed
1020 2004-05-24 Wim Taymans <wim@fluendo.com>
1022 * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
1023 Fix potential division by zero error and hopefully get
1024 the position query right to get correct timestamps on avi
1027 2004-05-24 Wim Taymans <wim@fluendo.com>
1029 * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
1030 (gst_videoscale_scale_nearest_str2),
1031 (gst_videoscale_scale_nearest_str4),
1032 (gst_videoscale_scale_nearest_32bit),
1033 (gst_videoscale_scale_nearest_24bit),
1034 (gst_videoscale_scale_nearest_16bit):
1035 Fix the scaling algorithm and avoid a buffer overflow.
1036 removed the while loop in the scaling function as it
1037 was used for point sampling only.
1039 2004-05-24 Benjamin Otte <in7y118@public.uni-hamburg.de>
1041 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
1042 (gst_id3_tag_class_init), (gst_id3_tag_init),
1043 (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
1044 (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
1045 (gst_id3_tag_send_tag_event):
1046 lots of fixes to make id3mux work and id3demux work correctly
1048 2004-05-24 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1051 add rules to build shout2send (was removed by accident
1052 when this module was no more marked experimental/broken)
1054 2004-05-24 Zaheer Abbas Merali <zaheerabbas@merali.org>
1056 * ext/shout2/gstshout2.c:
1057 * ext/shout2/gstshout2.h:
1058 adding a "connection problem" signal to shout2send
1061 2004-05-21 Thomas Vander Stichele <thomas at apestaart dot org>
1063 * ext/kio/kioreceiver.cpp:
1064 * ext/kio/kioreceiver.h:
1065 fix sign comparison issues
1067 2004-05-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1069 * gst/cdxaparse/gstcdxaparse.c:
1070 * gst/cdxaparse/gstcdxaparse.h:
1072 add some checks/sanity
1073 prepare for seek addition
1075 * sys/sunaudio/gstsunaudio.c:
1076 remove exported dupe init function
1078 2004-05-21 Jan Schmidt <thaytan@mad.scientist.com>
1080 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
1081 (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
1082 Fix format conversion and position querying.
1083 * gst/debug/progressreport.c: (gst_progressreport_report):
1084 Don't output a bogus total value that we didn't query.
1085 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1086 Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
1087 only a blank window after xine has been used.
1089 2004-05-21 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
1092 sync with upstream version to fix test on FC2
1093 readd with -ko to preserve Id header
1095 2004-05-20 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1098 test for FIONREAD ioctl in sys/filio.h for Solaris compat.
1099 * gst/tcp/gsttcpclientsrc.c: idem
1100 * gst/tcp/gsttcpserversink.c: idem
1101 * gst/tcp/gsttcpserversrc.c: idem
1102 * m4/gst-fionread.m4: idem
1104 * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
1106 * configure.ac: enable speex plugin for speex 1.1.5+
1107 * ext/speex/gstspeexenc.c: fix cast warning
1109 * ext/esd/README: fix typo
1111 2004-05-20 David Schleef <ds@schleef.org>
1113 * configure.ac: Minor cosmetic change to convince the buildbot to
1115 * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
1116 (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
1117 (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
1118 (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
1119 (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
1120 (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
1121 More hacking. Plays audio now.
1123 2004-05-20 David Schleef <ds@schleef.org>
1128 2004-05-20 David Schleef <ds@schleef.org>
1130 * sys/osxaudio/Makefile.am: New OS X audio plugin by Zaheer Merali
1131 * sys/osxaudio/gstosxaudio.c:
1132 * sys/osxaudio/gstosxaudioelement.c:
1133 * sys/osxaudio/gstosxaudioelement.h:
1134 * sys/osxaudio/gstosxaudiosink.c:
1135 * sys/osxaudio/gstosxaudiosink.h:
1136 * sys/osxaudio/gstosxaudiosrc.c:
1137 * sys/osxaudio/gstosxaudiosrc.h:
1139 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
1141 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
1142 (gst_vorbisenc_chain):
1143 put the codec headers on the caps as streamheader as well as
1146 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
1148 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
1149 (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
1150 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
1151 split up push_packet into two functions
1153 2004-05-20 Thomas Vander Stichele <thomas at apestaart dot org>
1155 * gst/tcp/.cvsignore:
1157 * gst/tcp/Makefile.am:
1161 * gst/tcp/gsttcpclientsink.c:
1162 * gst/tcp/gsttcpclientsink.h:
1163 * gst/tcp/gsttcpclientsrc.c:
1164 * gst/tcp/gsttcpclientsrc.h:
1165 * gst/tcp/gsttcpplugin.c:
1166 * gst/tcp/gsttcpserversink.c:
1167 * gst/tcp/gsttcpserversink.h:
1168 * gst/tcp/gsttcpserversrc.c:
1169 * gst/tcp/gsttcpserversrc.h:
1170 add new tcp elements
1172 2004-05-19 Wim Taymans <wim@fluendo.com>
1174 * gst/law/mulaw-conversion.c: (mulaw_encode):
1175 Fix overflow bug in ulaw encoding.
1177 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1179 * ext/mad/gstmad.c: (gst_mad_handle_event):
1180 don't unref the event twice
1182 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1185 remove -Wno-sign-compare
1187 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1190 remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
1191 if you want to work against glib 2.2 and 2.4
1193 2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
1195 * gst/tcp/Makefile.am:
1198 * gst/tcp/gsttcpsink.h:
1199 * gst/tcp/gsttcpsrc.h:
1200 gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
1202 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1204 * gst/debug/tests.c: (md5_get_value):
1205 fix segfault on gst-inspect
1207 2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
1209 * gst/debug/testplugin.c:
1210 * gst/debug/tests.c:
1211 * gst/debug/tests.h:
1212 add new extensible and configurable testing element. Current tests
1213 include buffer count, stream length, timestamp/duration matching and
1215 * gst/debug/Makefile.am:
1216 * gst/debug/gstdebug.c: (plugin_init):
1217 add infrastructure for new element
1219 2004-05-19 Johan Dahlin <johan@gnome.org>
1221 * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
1222 ending of the array. Fixes gst-inspect segfault on ppc.
1224 2004-05-19 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1226 * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
1228 * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
1230 2004-05-18 David Schleef <ds@schleef.org>
1232 * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
1233 warnings (bugs, actually) noticed by gcc but not forte.
1235 2004-05-18 David Schleef <ds@schleef.org>
1237 * sys/sunaudio/Makefile.am:
1238 * sys/sunaudio/gstsunaudio.c: New sunaudiosink
1240 2004-05-18 David Schleef <ds@schleef.org>
1242 * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1243 (gst_qtdemux_loop_header): Patch from dcm@acm.org (David Moore)
1244 to allow qtdemux to use non-seekable streams. (bug #142272)
1246 2004-05-18 David Schleef <ds@schleef.org>
1248 * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
1249 (gst_resample_sinc_ft_float): Remove use of static temporary
1250 buffer. This code was obviously not supposed to last long, but
1251 it's stuck in our ABI, so it required a little hack to make it
1252 ABI-compatible. Fixes #142585.
1253 * gst-libs/gst/resample/resample.h: same.
1255 2004-05-18 David Schleef <ds@schleef.org>
1257 * configure.ac: Add sunaudio
1258 * examples/Makefile.am: make gstplay depend on gconf
1259 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
1260 * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
1261 (convert_table_lookup), (img_convert): remove c99-isms
1262 * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
1263 unsigned, to fix a warning on Solaris
1264 * gst/mpeg1sys/systems.c: bcopy->memcpy
1265 * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
1266 * sys/Makefile.am: Add sunaudio
1268 2004-05-18 Wim Taymans <wim@fluendo.com>
1270 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
1271 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1272 (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
1273 (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
1275 Fix an ugly memleak where the muxer didn't flush enough ogg
1276 pages. This also resulted in badly muxed ogg files.
1278 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1280 * gst/asfdemux/asfheaders.c :
1281 * gst/asfdemux/asfheaders.h :
1282 * gst/asfdemux/gstasfdemux.c :
1283 - fix ASF_OBJ_PADDING guid
1284 - add 3 new object guids (language list, metadata,
1285 extended stream properties)
1286 - add a function to parse extended header objects
1288 2004-05-18 Benjamin Otte <in7y118@public.uni-hamburg.de>
1290 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
1291 remove leftover debugging g_print
1293 2004-05-17 Ronald Bultje <rbultje@ronald.bitfreak.net>
1295 * ext/mad/gstmad.c: (gst_mad_handle_event):
1296 Fix for when the first format in a discont event is not a
1297 byte-based one. Should fix #137710.
1299 2004-05-18 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1301 * m4/a52.m4 : fix compilation with -Wall -Werror
1302 * m4/libfame.m4 : idem
1303 * m4/libmikmod.m4 : idem
1305 2004-05-17 Benjamin Otte <otte@gnome.org>
1307 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1308 signal the new tags before giving up the reference
1310 2004-05-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
1312 * ext/shout2/gstshout2.c:
1313 use application/ogg instead of application/x-ogg (patch by Patrick
1314 Guimond, fixes #142432)
1315 * sys/oss/gstosselement.c: (gst_osselement_reset),
1316 (gst_osselement_sync_parms):
1317 don't set fragment size unless specified (fixes #142493)
1319 2004-05-17 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1321 * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
1324 2004-05-17 Benjamin Otte <otte@gnome.org>
1326 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
1327 compute offsets correctly for internal buffers so timestamps are set
1328 correctly when we can't seek. Also handle cases where there are no
1329 offsets. (based on a patch by David Moore, fixes #142507)
1331 2004-05-17 Benjamin Otte <otte@gnome.org>
1333 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1334 use correct variable when determining amount of data to skip so we
1335 don't skip into the void and segfault
1337 2004-05-16 Benjamin Otte <otte@gnome.org>
1339 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1342 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1344 * gst/asfdemux/gstasfdemux.c:
1345 - fix a mem leak and always propagate tags
1346 - add WMV3 to known video codecs (but no decoder yet)
1347 - replace "surplus data" at end of audio header for what
1348 it is : codec specific data
1351 2004-05-16 Arwed v. Merkatz <v.merkatz@gmx.net>
1353 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
1355 * gst-libs/gst/audio/audioclock.c:
1356 Fix wrong return type (#142205).
1358 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
1360 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
1361 Ignore CRCs by default (fixes #142566).
1363 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
1365 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
1366 (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
1367 (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
1368 (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
1369 (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1370 (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
1371 Fix for cases where we fail to attach to a mixer.
1373 2004-05-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
1375 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1376 Don't touch events after not owning them anymore.
1377 * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
1378 (gst_wavparse_fmt), (gst_wavparse_other),
1379 (gst_wavparse_handle_seek), (gst_wavparse_loop),
1380 (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1381 (gst_wavparse_srcpad_event):
1382 * gst/wavparse/gstwavparse.h:
1383 Add seeking, fix querying.
1385 2004-05-16 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1387 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1388 - process comments even if they don't end with \0\0
1389 g_convert would ignore them if present and works well without them
1391 2004-05-16 Benjamin Otte <otte@gnome.org>
1393 * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
1396 2004-05-16 Benjamin Otte <otte@gnome.org>
1398 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1399 don't write to memory we might not write to - g_convert does that
1400 for us anyway (fixes #142613)
1401 (gst_asf_demux_audio_caps):
1402 comment out gst_util_dump_mem
1404 2004-05-16 Benjamin Otte <otte@gnome.org>
1406 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1407 compute correct expected timestamps after seek (broken since
1409 * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
1410 rename element and debugging category to gdkpixbufscale
1412 2004-05-16 Benjamin Otte <otte@gnome.org>
1414 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
1415 add error checking to snd_pcm_delay and remove duplicate call to
1416 snd_pcm_delay that caused issues (see inline code comments)
1417 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1418 make more readable and fix return value when snd_pcm_delay fails
1421 2004-05-15 Jan Schmidt <thaytan@mad.scientisti.com>
1422 * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
1423 (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
1424 (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
1425 (gst_pixbufscale_link), (gst_pixbufscale_init),
1426 (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
1427 (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
1428 (gst_pixbufscale_get_property), (pixbufscale_init):
1429 * ext/gdk_pixbuf/pixbufscale.h:
1430 Add these files I forgot earlier
1432 2004-05-15 Jan Schmidt <thaytan@mad.scientist.com>
1433 * ext/gdk_pixbuf/Makefile.am:
1434 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
1435 * ext/gdk_pixbuf/gstgdkpixbuf.h:
1436 Add new pixbufscale element to scale RGB video
1437 using gdk_pixbuf, because gdk_pixbuf does BILINEAR
1438 and HYPER interpolation correctly.
1439 * ext/theora/theoraenc.c: (theora_enc_chain),
1440 Discard buffer and return if explicit caps could not be set
1441 (theora_enc_get_property):
1442 Make _get return kbps for the bitrate consistent with
1446 2004-05-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
1448 * ext/libvisual/visual.c: (gst_visual_chain):
1449 add missing visual_audio_analyze
1451 2004-05-14 David Schleef <ds@schleef.org>
1453 * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
1454 is killed while we're playing.
1455 * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
1456 gst_element_no_more_pads().
1458 2004-05-14 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1460 * gst-libs/gst/riff/riff-read.c :
1461 - fix INFO tag extraction in RIFF/AVI files
1462 because gst_event_unref (event) also freed taglist
1465 2004-05-13 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1467 * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
1468 * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
1470 * gst/auparse/gstauparse.c :
1471 - add code (commented for now) to support audio/x-adpcm on src pad
1472 (we have no decoder for those layout yet)
1474 * gst/cdxaparse/gstcdxaparse.c :
1475 * gst/cdxaparse/gstcdxaparse.h :
1476 - partial rewrite using RiffRead (ripped iain's wavparse code)
1478 * gst/rtp/gstrtpL16enc.c : typo
1479 * gst/rtp/gstrtpgsmenc.c : typo
1481 2004-05-13 Benjamin Otte <otte@gnome.org>
1484 check for exact version of libvisual, it's not supposed to be
1487 2004-05-13 Benjamin Otte <in7y118@public.uni-hamburg.de>
1489 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
1492 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
1494 * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
1495 Report which format was used for GST_FORMAT_DEFAULT
1496 * gst/debug/Makefile.am:
1497 * gst/debug/gstdebug.c: (plugin_init):
1498 * gst/debug/progressreport.c: (gst_progressreport_base_init),
1499 (gst_progressreport_class_init), (gst_progressreport_init),
1500 (gst_progressreport_report), (gst_progressreport_set_property),
1501 (gst_progressreport_get_property), (gst_progressreport_chain),
1502 (gst_progressreport_plugin_init):
1503 Add progressreport element for testing.
1505 2004-05-13 Thomas Vander Stichele <thomas at apestaart dot org>
1507 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
1508 * sys/v4l/gstv4lsrc.h:
1509 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
1510 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
1511 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
1512 (gst_v4lsrc_grab_frame):
1514 send a discont at start
1516 2004-05-12 Colin Walters <walters@redhat.com>
1518 * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
1519 inflooping if we can't find a chunk. Or in other words, don't blow
1520 chunks if we don't have a chunk to blow.
1522 2004-05-13 Jan Schmidt <thaytan@mad.scientist.com>
1523 * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
1524 Remove old debug output
1525 * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
1526 (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
1527 (gst_dvdec_set_property), (gst_dvdec_get_property):
1528 Change the quality setting to an enum, so it works from gst-launch
1529 Don't renegotiate a non-linked pad. Allows audio only decoding.
1530 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
1531 (gst_deinterlace_link), (gst_deinterlace_init):
1532 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
1533 (gst_videodrop_link):
1534 Some caps negotiation fixes
1536 2004-05-12 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1538 * ext/tarkin/gsttarkin.c :
1539 - Change RANK from NONE to PRIMARY
1540 * ext/gdk_pixbuf/gstgdkpixbuf.c :
1541 - Change RANK from NONE to MARGINAL
1542 * ext/divx/gstdivxenc.c :
1543 - Change RANK from PRIMARY to NONE (encoder/spider issue)
1545 2004-05-12 Thomas Vander Stichele <thomas at apestaart dot org>
1547 * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
1548 (gst_vorbisenc_push_packet):
1549 copy a function that was added between 1.0 and 1.0.1 until we
1550 depend on worthwhile features of post-1.0
1552 2004-05-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
1555 enable shout2 by default
1556 * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
1557 (gst_shout2send_base_init), (gst_shout2send_init),
1558 (gst_shout2send_connect), (gst_shout2send_change_state):
1559 * ext/shout2/gstshout2.h:
1560 make this work again. Based on a patch by Zaheer Merali (fixes
1562 * ext/theora/theora.c: (plugin_init):
1563 don't set rank on encoders
1565 2004-05-11 Jeremy Simon <jesimon@libertysurf.fr>
1567 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
1568 Use codec_data property instead of flag1 and flag2 for wma
1570 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1572 * gst/cdxaparse/gstcdxaparse.c :
1573 - Add mpegversion to CAPS to make it link
1574 - Rank is as GST_RANK_SECONDARY instead of NONE
1575 * gst/auparse/gstauparse.c :
1576 - Document all audio encoding we can encounter from Solaris 9
1577 headers and libsndfile information.
1578 - Increase max. rate from 48000 to 192000 (to match other elements)
1579 - Don't try to play junk data between header and samples
1581 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
1583 * ext/libvisual/visual.c: (gst_visual_getcaps):
1584 use the right caps depending on endianness (I hope)
1585 * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
1586 use GST_RANK_NONE for all non-decoding elements or spider gets
1589 2004-05-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
1591 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
1592 Fix some odd cases and fix BE metadata parsing of unicode16 text.
1594 2004-05-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
1596 * gst/switch/gstswitch.c: (gst_switch_release_pad),
1597 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
1598 (gst_switch_loop), (gst_switch_get_type):
1599 whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
1600 HEADERS. Had to be said.
1602 2004-05-10 David Schleef <ds@schleef.org>
1604 * configure.ac: Add prototype Dirac support.
1606 * ext/dirac/Makefile.am:
1607 * ext/dirac/gstdirac.cc:
1608 * ext/dirac/gstdiracdec.cc:
1610 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
1612 * gst/auparse/gstauparse.c: (gst_auparse_class_init),
1613 (gst_auparse_init), (gst_auparse_chain),
1614 (gst_auparse_change_state):
1615 Hack around spider. Remove me some day please.
1617 2004-05-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
1619 * gst/auparse/gstauparse.c: (gst_auparse_chain):
1620 Fix for some uninitialized variables in previous patch, also
1621 makes it work. Fixes #142286 while we're at it.
1623 2004-05-11 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1625 * gst/auparse/gstauparse.c:
1626 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
1627 only unsupported formats are ADPCM/CCITT G.72x
1629 * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
1631 2004-05-10 Wim Taymans <wim@fluendo.com>
1633 * ext/vorbis/Makefile.am:
1634 * ext/vorbis/README:
1635 * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
1636 (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
1637 (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
1638 (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
1639 (gst_oggvorbisenc_convert_sink),
1640 (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
1641 (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
1642 (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
1643 (get_constraints_string), (update_start_message),
1644 (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
1645 (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
1646 (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
1647 * ext/vorbis/oggvorbisenc.h:
1648 * ext/vorbis/vorbis.c: (plugin_init):
1649 * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
1650 (raw_caps_factory), (gst_vorbisenc_class_init),
1651 (gst_vorbisenc_init), (gst_vorbisenc_setup),
1652 (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
1653 (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
1654 * ext/vorbis/vorbisenc.h:
1655 Added a raw vorbis encoder to be used with the oggmuxer.
1656 We still need the old encoder for some gnome applications,
1657 read the README to find out how that works.
1658 The raw encoder is called "rawvorbisenc" until 0.9.
1660 2004-05-10 Wim Taymans <wim@fluendo.com>
1662 * ext/ogg/gstogg.c: (plugin_init):
1663 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
1665 * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
1666 (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
1667 (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
1668 (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
1669 (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
1670 (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
1671 (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
1672 (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
1673 (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
1674 (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
1676 Small typo fixes in the demuxer.
1678 2004-05-10 Wim Taymans <wim@fluendo.com>
1680 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1681 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
1682 (theora_enc_change_state), (theora_enc_set_property),
1683 (theora_enc_get_property):
1684 Mark the last packet with an EOS flag which is not really needed
1686 Do some better video framerate initialisation.
1687 Update the buffer timestamp.
1689 2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
1691 * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
1692 Return the result of the parent state change call
1694 2004-05-10 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1696 * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
1697 * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
1698 * gst/law/alaw-encode.c : (idem)
1699 * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
1700 * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
1701 * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
1703 2004-05-09 Benjamin Otte <otte@gnome.org>
1705 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
1706 don't use a fixed buffer size when writing variable length data to
1707 it. Fixes memory corruption and makes alsasrc work
1709 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
1711 * ext/gnomevfs/gstgnomevfssink.c:
1712 (_gst_boolean_allow_overwrite_accumulator),
1713 (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
1714 Run glib's default signal handler (??) in RUN_CLEANUP rather than
1715 RUN_LAST, and don't use that to set the accumulator value because
1716 then it's always FALSE.
1718 2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
1720 * gst-libs/gst/riff/riff-media.c:
1721 (gst_riff_create_video_caps_with_data),
1722 (gst_riff_create_audio_caps),
1723 (gst_riff_create_audio_template_caps):
1724 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
1725 Fix for unaligned RIFF files (i.e. where all the chunks together
1726 in a LIST chunk are not of the same size as the size given in
1727 the LIST chunk header). Fixes several odd WAVE files. Also fix
1728 ADPCM (block_align property) in audio, so that wavparse based
1729 on this works now as it used to stand-alone.
1731 2004-05-09 Edward Hervey <bilboed@bilboed.com>
1733 reviewed by Benjamin Otte <otte@gnome.org>
1735 * ext/a52dec/gsta52dec.c:
1736 * ext/divx/gstdivxdec.c:
1737 * ext/divx/gstdivxenc.c:
1738 * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
1739 * ext/faac/gstfaac.c: (gst_faac_base_init):
1740 * ext/faad/gstfaad.c: (gst_faad_base_init):
1741 * ext/ivorbis/vorbisfile.c:
1742 * ext/lame/gstlame.c:
1743 * ext/libfame/gstlibfame.c:
1744 * ext/mpeg2enc/gstmpeg2enc.cc:
1745 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
1746 * ext/sidplay/gstsiddec.cc:
1747 * ext/speex/gstspeexdec.c:
1748 * ext/speex/gstspeexenc.c:
1749 * ext/xvid/gstxviddec.c:
1750 * ext/xvid/gstxvidenc.c:
1751 correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
1754 2004-05-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
1756 * ext/alsa/gstalsa.c: (device_list),
1757 (gst_alsa_class_probe_devices):
1758 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
1759 Fix alsa oddness in mixer after the combination of using mixer
1760 in source/sink elements and using hw:x,y instead of just hw:x.
1762 2004-05-09 Benjamin Otte <otte@gnome.org>
1764 * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
1765 (gst_wavparse_create_sourcepad):
1766 make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
1769 2004-05-09 Benjamin Otte <otte@gnome.org>
1771 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
1772 allow discont events before caps nego
1774 2004-05-08 Benjamin Otte <otte@gnome.org>
1776 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
1779 2004-05-08 Benjamin Otte <otte@gnome.org>
1781 * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
1782 (gst_level_change_state), (gst_level_init):
1783 * gst/level/gstlevel.h:
1784 figure out if we're initialized directly instead of keeping a
1785 variable that's wrong in 90% of cases
1786 don't initialize pads and then leak them and use a new unitialized
1787 pad. (fixes #142084)
1788 these were bugs so n00bish I didn't find them for an hour :/
1790 2004-05-08 Iain <iain@prettypeople.org>
1792 * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
1793 * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
1794 (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
1795 return the length that was read.
1796 (gst_riff_read_strf_auds): Allow fmt tags as well.
1798 2004-05-07 David Schleef <ds@schleef.org>
1800 * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
1801 signed char assumption in faad.h.
1803 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
1805 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
1806 Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
1808 2004-05-07 Colin Walters <walters@redhat.com>
1810 * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
1811 * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
1813 * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
1814 Add dispose function.
1816 2004-05-08 Jan Schmidt <thaytan@mad.scientist.com>
1817 * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
1818 Fix caps nego and pad templates. RGB mode caps should
1820 * ext/dvdnav/gst-dvd:
1821 Move mpeg2dec inside the thread because otherwise the
1822 queue rejects cap changes mid-stream
1823 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
1824 (gst_mpeg2dec_flush_decoder):
1825 For mpeg2dec > 0.4.0, call the flush function instead of
1826 manually extracting all in-flight frames.
1827 * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
1828 (gst_dv1394src_init), (gst_dv1394src_iso_receive):
1829 Change mime type video/dv go video/x-dv to match the
1832 2004-05-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
1834 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1835 * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
1836 (gst_alsa_sink_class_init):
1837 * ext/alsa/gstalsasink.h:
1838 * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
1839 (gst_alsa_src_class_init):
1840 * ext/alsa/gstalsasrc.h:
1841 Make alsasink/src a subclass of alsamixer so that mixer stuff
1842 shows up in gst-rec. Needs some finetuning.
1844 2004-05-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
1846 * ext/lame/gstlame.c: (gst_lame_chain):
1848 * ext/mad/gstmad.c: (gst_mad_handle_event):
1850 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1851 be able to detect mp3 files < 4096 bytes
1853 2004-05-06 Wim Taymans <wim@fluendo.com>
1855 * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1856 (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
1857 (theora_enc_set_property), (theora_enc_get_property):
1858 Also encode the first frame, cleanup some code.
1860 2004-05-06 Wim Taymans <wim@fluendo.com>
1862 * ext/mpeg2enc/gstmpeg2enc.cc:
1863 Forward events first before deciding that negotiation was
1866 2004-05-06 Wim Taymans <wim@fluendo.com>
1868 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1869 First process the events before deciding that negotiation
1872 2004-05-06 Wim Taymans <wim@fluendo.com>
1874 * ext/theora/Makefile.am:
1875 * ext/theora/theora.c: (plugin_init):
1876 * ext/theora/theoradec.c: (theora_dec_change_state):
1877 * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
1878 (gst_theora_enc_class_init), (gst_theora_enc_init),
1879 (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
1880 (theora_enc_chain), (theora_enc_change_state),
1881 (theora_enc_set_property), (theora_enc_get_property):
1882 Added a theora encoder, grouped the encoder and decoder into the
1885 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org>
1887 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
1888 (gst_jpegenc_chain):
1889 fix DURATION on outgoing buffers
1890 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
1891 debug using time formats
1892 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1893 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
1894 (gst_xvimagesink_sink_link):
1895 windows with width/height 0 generate X errors, so don't allow them
1897 2004-05-05 Wim Taymans <wim@fluendo.com>
1899 * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
1900 (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
1901 (gst_mpeg2dec_negotiate_format):
1902 * ext/mpeg2dec/gstmpeg2dec.h:
1903 removed the static pad template so that we can add the
1904 more accurate framerate value to the caps.
1907 2004-05-04 Benjamin Otte <otte@gnome.org>
1910 check for kdemacros.h, too (should fix #141821)
1911 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
1912 don't crash if no header was sent, but nicely error out (fixes part
1915 2004-05-04 Wim Taymans <wim@fluendo.com>
1917 * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
1918 parent dispose function to avoid segfault on destroy.
1920 2004-05-04 Thomas Vander Stichele <thomas at apestaart dot org>
1922 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
1924 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
1925 (gst_xvimagesink_sink_link):
1926 clean up debugging caps
1927 also recreate xvimage when format has changed
1929 2004-05-04 Benjamin Otte <otte@gnome.org>
1931 * ext/libvisual/Makefile.am:
1932 * ext/libvisual/visual.c: (gst_visual_class_init),
1933 (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
1934 (gst_visual_srclink), (gst_visual_chain),
1935 (gst_visual_change_state), (plugin_init):
1936 use a GstAdapter to correctly adapt buffer sizes - allows using a
1939 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1941 * sys/v4l/gstv4lelement.h:
1942 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
1943 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
1944 (gst_v4lsrc_buffer_free):
1945 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
1946 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
1947 (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
1948 (gst_v4lsrc_requeue_frame):
1949 move some debugging categories around
1950 query for fps index and set accordingly if found
1952 2004-05-03 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
1954 * ext/lame/gstlame.c:
1955 correct defaults that lame_init puts out of range
1957 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1959 * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
1960 (gst_divxenc_class_init):
1961 fix range since -1 is the default
1962 * gst/mpeg1sys/gstmpeg1systemencode.c:
1963 (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
1964 * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
1965 (gst_rtjpegdec_chain):
1966 * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
1967 (gst_rtjpegenc_chain):
1968 * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
1969 (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
1970 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
1971 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
1972 * sys/v4l/gstv4lsrc.c:
1973 * sys/v4l/v4l_calls.c: (gst_v4l_open):
1974 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
1975 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
1976 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
1977 * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
1978 remove gst_info calls
1980 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1989 Updated translations
1991 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
1993 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
1994 refactor/comment code
1996 2004-05-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
1998 * gst/asfdemux/Makefile.am:
1999 * gst/asfdemux/asfheaders.c:
2000 * gst/asfdemux/asfheaders.h:
2001 * gst/asfdemux/gstasf.c: (plugin_init):
2002 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
2003 (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
2004 (gst_asf_demux_setup_pad):
2005 * gst/asfdemux/gstasfdemux.h:
2006 * gst/asfdemux/gstasfmux.c:
2007 * gst/asfdemux/gstasfmux.h:
2008 Add tagging support to demuxer, split out registration in its own
2009 file instead of in demux (hacky), and prevent having some tables
2010 in our memory multiple times (in asfheaders.h).
2012 2004-05-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
2014 * gst/matroska/matroska-demux.c:
2015 (gst_matroska_demux_parse_metadata):
2016 * gst/matroska/matroska-ids.h:
2017 Basic tag reading support.
2019 2004-04-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
2021 * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2022 Really detect ac-3 audio.
2023 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
2024 really detect matroska files (off-by-1).
2026 2004-04-30 David Schleef <ds@schleef.org>
2028 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2029 (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
2030 (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
2031 (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
2032 (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
2033 hackage -- parse a lot more atoms, extract a few tags. One might even
2034 mistake this for tag support. Maybe it is.
2035 * gst/qtdemux/qtdemux.h:
2037 2004-04-30 Colin Walters <walters@verbum.org>
2039 * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
2041 2004-04-30 Thomas Vander Stichele <thomas at apestaart dot org>
2043 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2044 (gst_ffmpegcolorspace_getcaps):
2045 remove broken nego fix
2047 2004-04-30 Benjamin Otte <otte@gnome.org>
2051 * ext/libvisual/Makefile.am:
2052 * ext/libvisual/visual.c:
2053 add initial support for libvisual (http://libvisual.sourceforge.net)
2054 libvisual is still quite alpha, so expect crashes in there :)
2056 2004-04-29 David Schleef <ds@schleef.org>
2058 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
2059 (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
2060 up qtdemux to make it spit out codec_data. Do _not_ look at this
2061 code; you will no longer respect me.
2063 2004-04-29 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
2065 * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
2066 * ext/alsa/gstalsa.h :
2067 change alsa pcm device discovery to find more than 1 device
2068 per card. code review by Ronald.
2070 2004-04-29 David Schleef <ds@schleef.org>
2072 * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
2073 Add a check for a driver bug on FreeBSD. (bug #140565)
2075 2004-04-29 Thomas Vander Stichele <thomas at apestaart dot org>
2077 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
2078 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
2079 (gst_jpegenc_getcaps):
2080 move format setting to inner loop
2081 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2082 (gst_ffmpegcolorspace_getcaps):
2083 use GST_PAD_CAPS if available so that we use already negotiated
2085 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
2086 (qtdemux_parse_moov), (qtdemux_parse):
2088 * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
2089 * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
2090 move hardcoded path to DEFINE
2092 2004-04-28 David Schleef <ds@schleef.org>
2094 * gst/speed/gstspeed.c: (speed_parse_caps): Fix caps parsing.
2097 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
2099 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
2100 Don't probe for playback device if we're a source element. Fixes
2103 2004-04-29 Benjamin Otte <otte@gnome.org>
2105 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
2106 (gst_id3_tag_chain):
2107 rewrite buffer offset
2109 2004-04-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
2113 * ext/dts/Makefile.am:
2114 * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
2115 (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
2116 (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
2117 (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
2118 (gst_dtsdec_loop), (gst_dtsdec_change_state),
2119 (gst_dtsdec_set_property), (gst_dtsdec_get_property),
2121 * ext/dts/gstdtsdec.h:
2123 * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
2124 (gst_faad_srcconnect):
2125 Add ESDS atom handling (.m4a).
2127 2004-04-27 Ronald Bultje <rbultje@ronald.bitfreak.net>
2129 * ext/divx/gstdivxdec.c: (plugin_init):
2130 Remove comment that makes no sense.
2131 * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
2132 Fix for obvious typo that resulted in warnings during gst-register.
2133 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
2134 (gst_xviddec_sink_link):
2135 Fix caps negotiation a bit better.
2136 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
2137 We call this 'codec_data', not 'esds'.
2139 2004-04-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
2141 * gst/monoscope/gstmonoscope.c:
2142 make sure we only provide 256x128
2143 * gst/monoscope/monoscope.c: (monoscope_init):
2144 assert size of 256x128
2146 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
2149 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
2150 (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
2151 fixate to max width and height of device
2153 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
2157 * sys/v4l/gstv4lsrc.c:
2158 * sys/v4l/v4l_calls.c:
2159 * sys/v4l/v4lsrc_calls.c:
2160 fix for qc-usb driver which fakes having more than one buffer
2161 by handing the same buffer twice, which confused GStreamer's/v4lsrc
2162 buffer_free override
2165 2004-04-27 Thomas Vander Stichele <thomas at apestaart dot org>
2168 * gst/videotestsrc/gstvideotestsrc.c:
2169 (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
2170 (gst_videotestsrc_init), (gst_videotestsrc_get),
2171 (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
2172 * gst/videotestsrc/gstvideotestsrc.h:
2173 add num-buffers property
2175 2004-04-26 Benjamin Otte <otte@gnome.org>
2177 * ext/mad/gstid3tag.c: (plugin_init):
2178 set id3mux rank to NONE so it doesn't confuse spider
2179 require audio/mpeg,mpegversion=1 in id3mux
2181 2004-04-26 Benjamin Otte <otte@gnome.org>
2184 detect faad correctly as non-working if it's indeed non-working
2186 2004-04-26 Thomas Vander Stichele <thomas at apestaart dot org>
2189 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
2190 (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
2191 fix _getcaps so it only negotiates to its supported format
2193 2004-04-25 Benjamin Otte <otte@gnome.org>
2195 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
2198 2004-04-23 Benjamin Otte <otte@gnome.org>
2200 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2201 audio/x-raw-int with height rules! not. Now it's depth.
2203 2004-04-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
2205 * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
2206 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
2207 (gst_wavparse_loop):
2208 Missing variable initialization. Add handling of DVI ADPCM. Fix
2209 mis-parsing of LIST chunks. This works around a bug where we mis-
2210 parse non-aligning LIST chunks (so LIST chunks where the contents
2211 don't align with the actual LIST size). The correct fix is to use
2212 rifflib, I'm not going to fix wavparse - too much work. All this
2215 2004-04-22 Zaheer Abbas Merali <zaheerabbas@merali.org>
2217 reviewed by Benjamin Otte <otte@gnome.org>
2219 * ext/shout/gstshout.c: (gst_icecastsend_change_state):
2220 fix shoutcast not working (fixes #140844)
2222 2004-04-22 Benjamin Otte <otte@gnome.org>
2224 * ext/hermes/gsthermescolorspace.c:
2225 (gst_hermes_colorspace_caps_remove_format_info):
2226 * gst/colorspace/gstcolorspace.c:
2227 (gst_colorspace_caps_remove_format_info):
2228 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2229 (gst_ffmpegcolorspace_caps_remove_format_info):
2230 s/gst_caps_simplify/gst_caps_do_simplify/
2232 2004-04-22 Benjamin Otte <otte@gnome.org>
2234 * gst-libs/gst/riff/riff-media.c:
2235 (gst_riff_create_video_caps_with_data):
2236 mpegversion is an int
2237 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
2238 don't try to create pad templates with NULL caps, use any caps
2241 2004-04-20 David Schleef <ds@schleef.org>
2243 * ext/sdl/Makefile.am: Link against libgstinterfaces, not
2244 libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal)
2247 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
2249 reviewed by David Schleef
2251 * ext/mad/gstid3tag.c: Add stdlib.h
2252 * gst/rtp/gstrtpgsmenc.c: same
2253 * gst/tags/gstid3tag.c: same
2254 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
2255 * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
2256 GST_DISABLE_LOADSAVE use.
2257 * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
2258 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
2259 * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
2261 * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
2262 * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
2264 * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
2265 * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
2267 * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
2270 2004-04-20 David Schleef <ds@schleef.org>
2272 * gst/realmedia/rmdemux.c: This was supposed to part of the
2273 last checkin. Same idea.
2275 2004-04-20 Daniel Gazard <daniel.gazard@epita.fr>
2277 reviewed by David Schleef
2279 * configure.ac: bump required gstreamer version to 0.8.1.1
2280 because of following changes [--ds]
2282 * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h.
2283 (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
2284 (gst_riff_read_header): Use GST_READ_UINT*
2285 macros to access possibly unaligned memory.
2287 * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
2288 (mp3_type_find): Use GST_READ_UINT*
2289 macros to access possibly unaligned memory.
2290 (mp3_type_find, mpeg1_parse_header, qt_type_find)
2291 (speex_type_find): Likewise
2293 * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
2295 * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
2296 (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
2297 (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
2298 (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
2299 (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
2300 (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT*
2301 macros to access possibly unaligned memory.
2303 * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
2306 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
2307 (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
2309 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
2312 * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
2313 (gst_mpeg2subt_chain_subtitle): Likewise.
2315 * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
2316 (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
2319 * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
2322 * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
2325 * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
2328 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2331 update required version of GStreamer because of GST_TIME_FORMAT
2333 2004-04-20 Benjamin Otte <in7y118@public.uni-hamburg.de>
2335 * ext/mad/gstid3tag.c: (gst_id3_tag_init):
2336 remove leftover g_print
2337 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
2338 don't try setting only a subset of the caps. We don't want to kill
2339 autoplugging on purpose
2341 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2343 * sys/ximage/ximagesink.c: (plugin_init):
2344 * sys/xvimage/xvimagesink.c: (plugin_init):
2345 add debugging categories
2347 2004-04-20 Thomas Vander Stichele <thomas at apestaart dot org>
2351 Adding en_GB translation (Gareth Owen)
2353 2004-04-20 David Schleef <ds@schleef.org>
2355 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
2356 (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
2357 (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
2358 (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
2359 A number of new features and hacks to extract the esds atom and
2360 put it into the caps. (bug #137724)
2362 2004-04-19 David Schleef <ds@schleef.org>
2364 * gconf/Makefile.am: Fix for non-GNU make
2365 * gst-libs/gst/Makefile.am: Change directory order to handle
2366 GstPlay linking with gstinterfaces
2367 * gst-libs/gst/audio/make_filter: make use of tr portable
2368 * gst-libs/gst/play/Makefile.am: Add intended \
2369 * gst-libs/gst/xwindowlistener/xwindowlistener.c:
2370 (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
2371 function prototype instead of void *.
2372 * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
2374 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2375 (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
2376 * gst/videofilter/make_filter: make use of tr portable
2377 * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
2379 2004-04-19 Thomas Vander Stichele <thomas at apestaart dot org>
2383 Added Ukrainian translation (Maxim V. Dziumanenko)
2385 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
2387 * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
2388 (gst_gsmdec_link), (gst_gsmdec_chain):
2389 Fix capsnego, simplify chain function slightly.
2390 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2393 2004-04-18 Ronald Bultje <rbultje@ronald.bitfreak.net>
2395 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
2396 (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
2397 (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
2398 Hack to make wavparse work with spider (always -> sometimes pad).
2399 Fixes #135862 && #140411.
2401 2004-04-18 Benjamin Otte <otte@gnome.org>
2403 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
2404 (gst_osselement_rate_probe_check),
2405 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
2406 get rid of \n in debug output
2408 2004-04-17 Iain <iain@prettypeople.org>
2410 * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
2413 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
2415 * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
2416 (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
2417 (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
2418 (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
2419 (gst_id3_tag_src_link), (gst_id3_tag_chain),
2420 (gst_id3_tag_change_state), (plugin_init):
2421 deprecate id3tag element and replace with id3demux/id3mux.
2422 great side effect: this ugly file is now even uglier, yay!
2424 remove non-available function
2425 update for new get_type
2427 2004-04-17 Benjamin Otte <in7y118@public.uni-hamburg.de>
2430 require mpeg2dec >= 0.4.0
2432 2004-04-17 Benjamin Otte <otte@gnome.org>
2434 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
2435 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
2436 (gst_xvimagesink_set_xwindow_id):
2437 call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
2438 assorted cleanup fixes.
2440 2004-04-16 David Schleef <ds@schleef.org>
2442 * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
2443 * sys/xvimage/xvimagesink.h: same
2445 2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
2447 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
2448 Fix GST_ELEMENT_ERROR with (NULL)
2450 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2452 * gst-libs/gst/riff/riff-media.c:
2453 (gst_riff_create_video_caps_with_data):
2454 Add div[3456] as fourccs for DivX 3 (fixes #140137).
2456 2004-04-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
2458 * gst-libs/gst/riff/riff-media.c:
2459 (gst_riff_create_video_caps_with_data),
2460 (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
2461 (gst_riff_create_video_template_caps),
2462 (gst_riff_create_audio_template_caps):
2463 * gst-libs/gst/riff/riff-media.h:
2464 * gst-libs/gst/riff/riff-read.c:
2465 (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
2466 * gst-libs/gst/riff/riff-read.h:
2467 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
2468 Add MS RLE support. I added some functions to read out strf chunks
2469 into strf chunks and the data behind it. This is usually color
2470 palettes (as in RLE, but also in 8-bit RGB). Also use those during
2471 caps creation. Lastly, add ADPCM (similar to wavparse - which
2472 should eventually be rifflib based).
2473 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2474 (gst_matroska_demux_init), (gst_matroska_demux_reset):
2475 * gst/matroska/matroska-demux.h:
2476 Remove placeholders for some prehistoric tagging system. Didn't add
2477 support for any tag system really anyway.
2478 * gst/qtdemux/qtdemux.c:
2479 Add support for audio/x-m4a (MPEG-4) through spider.
2480 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
2481 (gst_wavparse_loop):
2482 ADPCM support (#135862). Increase max. buffer size because we
2483 cannot split buffers for ADPCM (screws references) and I've seen
2484 files with 2048 byte chunks. 4096 seems safe for now.
2486 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2488 * configure.ac: bump nano to 1
2490 === release 0.8.1 ===
2492 2004-04-15 Thomas Vander Stichele <thomas at apestaart dot org>
2494 * configure.ac: releasing 0.8.1, "Comforting Sounds"
2496 2004-04-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
2498 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2499 Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
2502 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
2504 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
2505 lower rank of dvddemux so that it's not used for mpeg playback.
2507 2004-04-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
2510 save libs correctly when checking mad
2512 2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
2514 * ext/mad/gstid3tag.c: (plugin_init):
2515 lower rank of id3tag as proposed by Benjamin. Fixes #139926.
2517 2004-04-13 David Schleef <ds@schleef.org>
2519 * common/m4/gst-feature.m4: Call -config scripts with
2520 --plugin-libs if it is supported.
2521 * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
2522 JPEG images are image/jpeg.
2523 * gst/debug/Makefile.am:
2524 * gst/debug/negotiation.c: (gst_negotiation_class_init),
2525 (gst_negotiation_getcaps), (gst_negotiation_pad_link),
2526 (gst_negotiation_update_caps), (gst_negotiation_get_property),
2527 (gst_negotiation_plugin_init): Add a property that acts like
2529 * testsuite/gst-lint: Move license checking to be a standard
2532 2004-04-13 David Schleef <ds@schleef.org>
2534 * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
2535 patch from Sebastien Cote (bug #139958)
2537 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
2539 * examples/gstplay/Makefile.am:
2540 * examples/gstplay/player.c: (main):
2541 make the commandline player example use gconf settings
2543 2004-04-13 Thomas Vander Stichele <thomas at apestaart dot org>
2545 * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
2546 (gst_cacasink_sinkconnect), (gst_cacasink_init),
2547 (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
2548 init/end library during state transition, not object
2549 creation/disposal. get rid of custom dispose handler.
2552 2004-04-12 Christian Schaller <Uraeus@gnome.org>
2554 * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
2557 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2559 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
2560 Handle JUNK chunks inside data section. Prevents warnings.
2562 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2564 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2565 (gst_riff_create_video_template_caps):
2567 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
2568 (gst_avi_demux_stream_data):
2569 Add support for "rec-list" chunks.
2571 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2573 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2574 Fix another codecname mismatch.
2576 2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
2578 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2579 Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
2580 so that MJPEG plays back.
2582 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2584 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
2585 (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
2586 * gst/mpeg1videoparse/gstmp1videoparse.h:
2587 Fix for some slight mis-cuts in buffer parsing, and for some
2588 potential overflows or faults-causers. Adds disconts. Also fixes
2589 #139105 while we're at it.
2591 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2594 * sys/v4l2/gstv4l2element.h:
2595 Workaround for missing struct v4l2_buffer declaration in Suse 9
2596 and Mandrake 10 linux/videodev2.h header file (#135919).
2598 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2600 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
2601 Bail out if no filename was given.
2603 2004-04-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
2605 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
2606 (gst_v4l2_fourcc_from_structure):
2607 Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
2610 2004-04-09 Benjamin Otte <otte@gnome.org>
2612 * ext/gnomevfs/gstgnomevfssink.c:
2613 (_gst_boolean_allow_overwrite_accumulator),
2614 (gst_gnomevfssink_class_init):
2615 fix erase signal - if any handler returns false the file will not be
2616 overwritten. If no handler is connected, the file will not be
2618 renamed signal to "allow-overwrite"
2619 * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
2620 free string when adding it to ID3 failed
2621 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
2622 unref event when done
2623 * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
2625 * gst/typefind/gsttypefindfunctions.c:
2626 (mpeg_video_stream_type_find):
2629 2004-04-08 David Schleef <ds@schleef.org>
2631 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2632 (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
2634 2004-04-08 David Schleef <ds@schleef.org>
2636 * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
2637 we don't support (bug #139532)
2639 2004-04-07 Thomas Vander Stichele <thomas at apestaart dot org>
2641 * ext/mad/gstmad.c: (gst_mad_handle_event),
2642 (gst_mad_check_caps_reset), (gst_mad_chain),
2643 (gst_mad_change_state):
2644 only set explicit caps if they haven't been set before for
2645 this stream. MPEG-audio sample rate/channels aren't allowed
2646 to change in-stream.
2649 2004-04-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
2651 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
2652 (_gst_boolean_did_something_accumulator),
2653 (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
2654 (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
2655 (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
2656 (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
2657 (gst_gnomevfssink_change_state):
2658 Fix erase signal. Don't erase by default. Remove handoff signal.
2659 Remove erase property. Don't segfault. General cleanup.
2661 2004-04-07 Benjamin Otte <otte@gnome.org>
2663 * gst-libs/gst/gconf/test-gconf.c: (main):
2664 add missing gst_init
2666 2004-04-07 Benjamin Otte <otte@gnome.org>
2668 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
2669 free the mutexes, too
2671 2004-04-07 Benjamin Otte <otte@gnome.org>
2673 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
2674 actually free the URI string
2675 * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
2676 compute offset correctly when passing discont events
2677 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2678 don't leak discont events
2679 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
2680 add some missing breaks so caps aren't copied randomly
2681 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
2682 if we realloc memory, we better use it
2684 2004-04-06 Benjamin Otte <in7y118@public.uni-hamburg.de>
2686 * ext/mad/gstmad.c: (normal_seek):
2687 fix GST_FORMAT_TIME usage
2689 2004-04-05 David Schleef <ds@schleef.org>
2691 * ext/kio/kiosrc.cpp: Undefine KDE_DEPRECATED so we can use
2692 a deprecated function (hack!)
2694 2004-04-05 Benjamin Otte <otte@gnome.org>
2696 * ext/esd/esdmon.c: (gst_esdmon_get):
2697 fix nonterminated vararg and memleak
2699 2004-04-05 Benjamin Otte <otte@gnome.org>
2701 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
2702 (gst_ladspa_init), (gst_ladspa_force_src_caps),
2703 (gst_ladspa_set_property), (gst_ladspa_get_property),
2704 (gst_ladspa_instantiate), (gst_ladspa_activate),
2705 (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
2708 2004-04-05 Stefan Kost <kost@imn.htwk-leipzig.de>
2710 reviewed by Benjamin Otte <otte@gnome.org>
2712 * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
2713 check for broken LADSPA parameters (fixes #138635)
2715 2004-04-05 Benjamin Otte <otte@gnome.org>
2717 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
2718 advertise buffer-frames correctly on sinkpads
2720 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
2722 * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
2723 (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
2724 (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
2725 (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
2726 (gst_mad_check_caps_reset), (gst_mad_chain):
2727 add more debugging, only reset caps when we're not in error state
2729 2004-04-05 Thomas Vander Stichele <thomas at apestaart dot org>
2731 * ext/mad/gstmad.c: add debugging category, comment + cleanups
2733 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
2735 reviewed by Benjamin Otte <otte@gnome.org>
2738 fix == in test(1) operator
2740 2004-04-05 Julio M. Merino Vidal <jmmv@menta.net>
2742 reviewed by Benjamin Otte <otte@gnome.org>
2745 fix --export-symblos-regex to a working regex.
2747 2004-04-04 Benjamin Otte <otte@gnome.org>
2749 * sys/oss/.cvsignore:
2752 2004-04-03 Tim-Phillip Müller <t.i.m@zen.co.uk>
2754 reviewed by Benjamin Otte <otte@gnome.org>
2756 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2757 add missing 'new_media' argument (fixes #138168)
2758 * gst/matroska/matroska-demux.c:
2759 (gst_matroska_demux_handle_seek_event):
2760 add vararg terminator (fixes #138169)
2762 2004-04-02 David Schleef <ds@schleef.org>
2764 * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is
2765 disted (bug #138914)
2767 2004-04-01 Benjamin Otte <otte@gnome.org>
2769 * ext/alsa/gstalsa.c: (gst_alsa_change_state),
2770 (gst_alsa_close_audio):
2771 handle case better where a soundcard can't pause
2772 * ext/ogg/gstoggdemux.c:
2773 don't crash when we get events but don't have pads yet
2775 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
2777 * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
2778 throw an error if we couldn't probe any caps.
2780 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
2782 * ext/dvdnav/gst-dvd:
2783 Add a really simple sample DVD player
2785 2004-04-01 Jan Schmidt <thaytan@mad.scientist.com>
2787 * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
2788 (gst_a52dec_push), (gst_a52dec_handle_event),
2789 (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
2790 (gst_a52dec_change_state):
2791 * ext/a52dec/gsta52dec.h:
2792 Use a debug category, Output timestamps correctly
2793 Emit tag info, Handle events, tell liba52dec about cpu
2794 capabilities so it can use MMX etc.
2795 * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
2796 Fix a crasher accessing invalid memory
2797 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
2798 (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
2799 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
2800 (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
2802 Some support for byte-format seeking.
2803 Small fixes for still frames and menu button overlays
2804 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
2805 (gst_mpeg2dec_alloc_buffer):
2806 Use a debug category. Adjust the report level of several items to
2807 LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
2808 so it doesn't lose the GstBuffer pointer
2809 * gst/debug/Makefile.am:
2810 * gst/debug/gstdebug.c: (plugin_init):
2811 * gst/debug/gstnavseek.c: (gst_navseek_get_type),
2812 (gst_navseek_base_init), (gst_navseek_class_init),
2813 (gst_navseek_init), (gst_navseek_seek),
2814 (gst_navseek_handle_src_event), (gst_navseek_set_property),
2815 (gst_navseek_get_property), (gst_navseek_chain),
2816 (gst_navseek_plugin_init):
2817 * gst/debug/gstnavseek.h:
2818 Add the navseek debug element for seeking back and forth in a
2819 video stream using arrow keys.
2820 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
2821 (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
2822 (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
2823 (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
2824 (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
2825 (gst_mpeg2subt_parse_header), (gst_get_nibble),
2826 (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
2827 (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
2828 (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
2829 (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
2830 * gst/mpeg2sub/gstmpeg2subt.h:
2831 Pretty much a complete rewrite. Now a loopbased element. May still
2832 require work to properly synchronise subtitle buffers.
2833 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
2834 (gst_dvd_demux_send_subbuffer):
2835 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
2836 Don't attempt to create subbuffers of size 0
2837 Reduce a couple of error outputs to warnings.
2838 * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
2839 (gst_y4mencode_chain):
2840 Output the y4m frame header correctly.
2842 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
2844 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
2845 throw errors instead of allowing SIGFPE
2847 2004-04-01 Thomas Vander Stichele <thomas at apestaart dot org>
2849 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
2850 (gst_gconf_render_bin_from_key):
2851 leak plugging and style fixing
2853 2004-03-31 David Schleef <ds@schleef.org>
2855 * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
2856 (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
2858 * gst/debug/Makefile.am:
2859 * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
2860 * gst/debug/gstdebug.c: (plugin_init): Merge elements into one
2862 * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
2863 (gst_negotiation_base_init), (gst_negotiation_class_init),
2864 (gst_negotiation_init), (gst_negotiation_getcaps),
2865 (gst_negotiation_pad_link), (gst_negotiation_chain),
2866 (gst_negotiation_set_property), (gst_negotiation_get_property),
2867 (gst_negotiation_plugin_init): New element to talk about random
2868 negotiation things happening in a pipeline.
2870 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
2872 * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
2873 fix integer addition with help of Stefan Kost
2875 2004-03-31 Thomas Vander Stichele <thomas at apestaart dot org>
2877 * po/nl.po: updated Dutch translation (Elros Cyriatan)
2879 2004-03-30 David Schleef <ds@schleef.org>
2881 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
2882 (gst_mpeg2dec_negotiate_format): Handle Y42B-format MPEG
2883 video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
2885 * ext/mpeg2dec/gstmpeg2dec.h:
2887 2004-03-30 David Schleef <ds@schleef.org>
2889 * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
2891 2004-03-30 David Schleef <ds@schleef.org>
2893 * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
2894 Michael Petullo) to handle .mov
2896 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2898 * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
2899 (gst_osselement_rate_check_rate):
2900 probe caps correctly for sound cards that only support one format
2902 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2904 * ext/kio/kiosrc.cpp: (process_events):
2905 update handling event processing if inside KDE - untested
2907 2004-03-29 David Schleef <ds@schleef.org>
2909 * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
2910 by 2 to not interfere with other colorspaces.
2911 * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
2912 * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
2913 one to not interfere with ffmpeg_colorspace.
2915 2004-03-29 David Schleef <ds@schleef.org>
2917 * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
2919 * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
2920 * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
2922 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2924 * gst-libs/gst/riff/riff-media.c:
2925 fail on error, don't try to set stuff on NULL caps
2927 2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
2931 * ext/kio/Makefile.am:
2932 * ext/kio/kioreceiver.cpp:
2933 * ext/kio/kioreceiver.h:
2934 * ext/kio/kiosrc.cpp:
2936 add experimental kiosrc plugin
2937 * ext/alsa/gstalsaplugin.c: (plugin_init):
2938 initialize debugging category only when we're sure registering the
2941 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
2943 * examples/gstplay/player.c: (main):
2944 * gst-libs/gst/play/play.c: (gst_play_class_init),
2945 (gst_play_set_location), (gst_play_set_data_src),
2946 (gst_play_set_video_sink), (gst_play_set_audio_sink),
2947 (gst_play_set_visualization), (gst_play_connect_visualization):
2948 check return values of element_set_state and return FALSE where
2951 2004-03-29 Benjamin Otte <otte@gnome.org>
2953 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
2954 try harder to check if an event is really a discont
2956 2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
2958 * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
2961 2004-03-28 Benjamin Otte <otte@gnome.org>
2963 * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
2964 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
2965 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
2966 get rid of non-standard "..." ranges in case statements.
2968 2004-03-27 Martin Soto <martinsoto@users.sourceforge.net>
2970 * gst/mpegstream/gstmpegdemux.c:
2971 * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
2972 specific functionality split to the new dvddemux element.
2973 * gst/mpegstream/gstdvddemux.c:
2974 * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
2975 streams, derived from mpegdemux.
2976 * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
2977 up. SCR based timestamp rewriting can be turned off (will probably
2978 completely disappear soon).
2979 * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
2980 hacking. General cleanup. All printf statements replaced by
2981 debugging messages. Almost complete libdvdnav support.
2982 (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
2983 by events. New properties for audio and subpicture languages.
2984 (dvdnavsrc_update_highlight): Now uses events.
2985 (dvdnavsrc_user_op): Cleaned up.
2986 (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
2987 based). Lots of cleanup, and propper support for most libdvdnav
2989 (dvdnavsrc_make_dvd_event): New function.
2990 (dvdnavsrc_make_dvd_nav_packet_event): New function.
2991 (dvdnavsrc_make_clut_change_event): New function.
2993 2004-03-26 Benjamin Otte <otte@gnome.org>
2995 * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
2996 fix bug where typefinding would claim it's theora whenever less then
2997 7 bytes of data were available
2999 2004-03-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
3001 * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
3002 (gst_alawdec_base_init), (gst_alawdec_class_init),
3003 (gst_alawdec_init), (gst_alawdec_chain):
3004 * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
3005 (gst_alawenc_base_init), (gst_alawenc_class_init),
3006 (gst_alawenc_init), (gst_alawenc_chain):
3007 * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
3008 (gst_mulawdec_base_init), (gst_mulawdec_class_init),
3009 (gst_mulawdec_init), (gst_mulawdec_chain):
3010 * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
3011 (gst_mulawenc_base_init), (gst_mulawenc_class_init),
3012 (gst_mulawenc_init), (gst_mulawenc_chain):
3013 Fix capsnego in all four, remove the unused property functions and
3014 simplify the chain functions slightly. I guess we could use macros
3015 or something similar for those, since the code is so similar, but
3016 I'm currently too lazy...
3018 2004-03-24 David Schleef <ds@schleef.org>
3020 * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
3021 (gst_osselement_close_audio), (gst_osselement_probe_caps),
3022 (gst_osselement_get_format_structure),
3023 (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
3024 (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
3025 (gst_osselement_rate_int_compare): Add code to handle rate probing
3027 * sys/oss/gstosselement.h: same
3028 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
3029 Use rate probing provided by osselement.
3030 * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
3032 2004-03-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
3034 * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
3035 (gst_xvidenc_get_property):
3038 2004-03-24 David Schleef <ds@schleef.org>
3040 * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
3041 (gst_speexdec_init):
3042 * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
3043 (gst_speexenc_init): Create the pad template correctly (from
3044 the static pad template, not a NULL pointer.)
3046 2004-03-25 Benjamin Otte <otte@gnome.org>
3048 * gst/debug/Makefile.am:
3049 * gst/debug/breakmydata.c:
3050 add element that quasi-randomly changes bytes in the stream.
3051 Intended use is robustness checking of demuxers and decoders in
3054 2004-03-24 Benjamin Otte <otte@gnome.org>
3056 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3057 (gst_alsa_probe_hw_params):
3058 * ext/alsa/gstalsa.h:
3059 debugging output fixes
3061 2004-03-24 Benjamin Otte <otte@gnome.org>
3063 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
3064 don't g_return_if_fail if element is PLAYING, fail silently as every
3066 * gst/effectv/gstquark.c: (gst_quarktv_chain):
3067 only fix needed for cast lvalue issues in gst-plugins
3068 * gst/volenv/gstvolenv.c: (gst_volenv_init):
3071 2004-03-24 Benjamin Otte <otte@gnome.org>
3073 * gst/level/gstlevel.c: (gst_level_init):
3074 add proxying getcaps function, so level doesn't advertise impossible
3077 2004-03-24 David Schleef <ds@schleef.org>
3079 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
3080 (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
3081 (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
3082 (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
3083 (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
3084 (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
3085 (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
3086 (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
3087 (qtdemux_parse_tree), (qtdemux_parse_trak): Fix debugging
3088 messages. Divide the chunk size by the compression ratio
3089 (needed for MACE audio)
3091 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3093 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
3094 Fix buffer overflow read error.
3096 2004-03-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
3098 * ext/alsa/gstalsa.h:
3099 Remove unused entry.
3100 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3102 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
3103 (gst_videodrop_link), (gst_videodrop_chain):
3104 Fix, sort of. Was horribly broken with new capsnego. Bah...
3106 2004-03-23 Jeremy Simon <jesimon@libertysurf.fr>
3108 * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
3110 Add a monkeysaudio typefind function
3112 2004-03-23 Johan Dahlin <johan@gnome.org>
3114 * gst-libs/gst/play/play.c (gst_play_audio_fixate)
3115 (gst_play_video_fixate): Check so the structure has the field
3116 before trying to fixate them, this makes it possible to have
3117 fakesinks for video and audio output without printing errors on
3120 2004-03-22 David Schleef <ds@schleef.org>
3122 * sys/oss/Makefile.am:
3123 * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
3124 (check_rate), (add_rate): Rate probing test app.
3126 2004-03-21 Benjamin Otte <otte@gnome.org>
3128 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3129 (_fixate_caps_to_int), (gst_audio_convert_fixate):
3130 add a fixation function that pretty much does the right thing (fixes
3133 2004-03-20 David I. Lehn <dlehn@users.sourceforge.net>
3135 * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
3137 2004-03-20 Tim-Phillip Müller <t.i.m@zen.co.uk>
3139 reviewed by: Benjamin Otte <otte@gnome.org>
3141 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3142 terminate gst_event_new_discontinuous correctly (fixes parts of
3145 2004-03-19 David Schleef <ds@schleef.org>
3147 * gst-libs/gst/Makefile.am: Enable xoverlay unconditionally,
3148 since it doesn't depend on X, and it's part of our ABI.
3150 2004-03-19 Iain <iain@prettypeople.org>
3152 * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
3153 is_int in the structure, not the local variable.
3155 2004-03-19 David Schleef <ds@schleef.org>
3157 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
3158 (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
3159 (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
3160 Improvements in caps negotiation.
3162 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3166 adding Afrikaans (Petri Jooste)
3168 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3170 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3171 (gst_ffmpegcolorspace_chain):
3172 throw error instead of g_critical (#137588)
3174 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
3178 dist common and m4 correctly
3181 2004-03-17 David Schleef <ds@schleef.org>
3183 * pkgconfig/gstreamer-media-info.pc.in: Add Version.
3186 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3190 adding Swedish translation (Christian Rose)
3192 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org>
3194 * Makefile.am: use release.mak
3196 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3199 * common/gst-autogen.sh:
3200 add some explanation about the version detection
3204 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3206 * configure.ac: bump nano to 1
3208 === release 0.8.0 ===
3210 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3212 * configure.ac: release 0.8.0, "Pharmaceutical Itch"
3214 2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
3217 update libtool version
3218 * gst-libs/gst/media-info/Makefile.am:
3219 actually use libtool version
3221 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3223 * configure.ac: fix speex detection to work with 1.0 but not 1.1
3225 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3228 * gst-plugins.spec.in:
3229 * pkgconfig/Makefile.am:
3230 * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3231 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3232 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3233 * pkgconfig/gstreamer-libs.pc.in:
3234 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3235 * pkgconfig/gstreamer-play-uninstalled.pc.in:
3236 * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
3237 * pkgconfig/gstreamer-plugins.pc.in:
3238 remove @VERSION@ from some of the pc files since core and plugins
3240 created gstreamer-plugins.pc as it's a better name, but keeping
3241 -libs around for now to get fixes upstream done first.
3243 2004-03-15 Julien MOUTTE <julien@moutte.net>
3245 * gst-libs/gst/play/play.c: (gst_play_get_framerate),
3246 (gst_play_get_sink_element): First draft of gst_play_get_framerate.
3247 * gst-libs/gst/play/play.h:
3249 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3251 * *.c, *.cc: don't mix tabs and spaces
3253 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3255 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
3256 use the new ffmpegcolorspace
3257 * gst-plugins.spec.in:
3258 package new colorspace and media-info
3260 * pkgconfig/Makefile.am:
3261 fix some more disting issues
3262 * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3263 * pkgconfig/gstreamer-media-info.pc.in:
3264 generate media-info pc files
3266 2004-03-15 Johan Dahlin <johan@gnome.org>
3268 * *.h: Revert indenting
3270 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3273 adding ffmpegcolorspace element
3274 * gst/ffmpegcolorspace/Makefile.am:
3275 * gst/ffmpegcolorspace/avcodec.h:
3276 * gst/ffmpegcolorspace/common.h:
3277 * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
3278 * gst/ffmpegcolorspace/dsputil.h:
3279 * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
3280 * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3281 (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
3282 (gst_ffmpeg_caps_to_pix_fmt):
3283 * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
3284 * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3285 (gst_ffmpegcolorspace_caps_remove_format_info),
3286 (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
3287 (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
3288 (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
3289 (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
3290 (gst_ffmpegcolorspace_set_property),
3291 (gst_ffmpegcolorspace_get_property),
3292 (gst_ffmpegcolorspace_register):
3293 * gst/ffmpegcolorspace/imgconvert.c:
3294 (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
3295 (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
3296 (avpicture_get_size), (avcodec_get_pix_fmt_loss),
3297 (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
3298 (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
3299 (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
3300 (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
3301 (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
3302 (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
3303 (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
3304 (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
3305 (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
3306 (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
3307 (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
3308 (img_get_alpha_info), (deinterlace_line),
3309 (deinterlace_line_inplace), (deinterlace_bottom_field),
3310 (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
3311 * gst/ffmpegcolorspace/imgconvert_template.h:
3312 * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
3313 * gst/ffmpegcolorspace/mmx.h:
3314 * gst/ffmpegcolorspace/utils.c: (avcodec_init):
3315 adding ffmpegcolorspace element supplied by Ronald after cleaning
3316 up and pulling in the right bits of upstream source.
3317 I'm sure a better C/compiler wizard could do some cleaning up (for
3318 example use GLIB's malloc stuff), but as a first pass this
3321 2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
3323 * ext/alsa/gstalsa.h:
3324 I assume Ronald forgot to commit the change to have cardname
3325 as a struct member. Expect some public spanking at the next
3328 2004-03-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
3330 * ext/alsa/gstalsa.c: (gst_alsa_get_property),
3331 (gst_alsa_open_audio), (gst_alsa_close_audio):
3332 * ext/alsa/gstalsa.c:
3333 Don't open the device if we're a mixer (= padless).
3334 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
3335 (gst_alsa_mixer_init), (gst_alsa_mixer_open),
3336 (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
3337 Open mixer during state change rather than during object
3338 initialization. Also, get a device name. Currently in a somewhat
3339 hackish fashion, but I didn't really find something better.
3341 2004-03-14 Thomas Vander Stichele <thomas at apestaart dot org>
3343 * *.c, *.h: run gst-indent
3345 2004-03-14 Benjamin Otte <otte@gnome.org>
3347 * gst/modplug/gstmodplug.cc:
3348 * gst/modplug/gstmodplug.h:
3349 set correct timestamps on outgoing buffers
3351 2004-03-14 Benjamin Otte <otte@gnome.org>
3353 * gst/modplug/gstmodplug.cc:
3354 handle events - don't do crap when a discont arrives that's not
3356 This allows correct loading and playback of mods in Rhythmbox
3358 2004-03-14 Benjamin Otte <otte@gnome.org>
3361 * gst-libs/gst/gconf/Makefile.am:
3362 * pkgconfig/Makefile.am:
3363 move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
3364 they get rebuilt properly
3366 when checking for vorbis, try pkgconfig first.
3367 * gst/modplug/gstmodplug.cc:
3370 2004-03-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
3372 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
3373 Fix for obvious mistake, where we first shift the offset and then
3374 read a samplesize element assuming the old offset. Note that this
3375 part still has something weird, i.e. my movies containing those
3376 don't actually play well, but at least there's something that looks
3379 2004-03-14 Jan Schmidt <thaytan@mad.scientist.com>
3380 * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
3382 Add a typefind function for speex format
3384 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
3386 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
3387 (gst_asf_demux_setup_pad):
3388 Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
3389 instead of 0. Reason is simple: some elements have a fps range
3390 of 1-max instead of 0-max. So now ASF video actually works.
3392 2004-03-13 Thomas Vander Stichele <thomas at apestaart dot org>
3396 adding serbian as a language
3398 2004-03-13 Benjamin Otte <otte@gnome.org>
3400 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
3401 return taglist correctly from _get function, don't gst_pad_push it.
3404 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
3405 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3407 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
3409 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
3410 * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
3411 (gst_alsa_mixer_track_new):
3412 * ext/alsa/gstalsamixertrack.h:
3413 Fix ancient leftovers... MixerTrack is a GObject.
3415 2004-03-13 Ronald Bultje <rbultje@ronald.bitfreak.net>
3417 * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
3418 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3419 Don't block during probing...
3421 2004-03-12 Ronald Bultje <rbultje@ronald.bitfreak.net>
3423 * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
3424 (gst_alsa_get_property), (gst_alsa_probe_get_properties),
3425 (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
3426 (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
3427 (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
3428 (gst_alsa_open_audio), (gst_alsa_close_audio):
3429 * ext/alsa/gstalsa.h:
3430 Add propertyprobe interface implementation, add some device-name
3431 property, all this so that it looks good in gnome-volume-control.
3433 2004-03-12 David Schleef <ds@schleef.org>
3435 * configure.ac: the Hermes library controls hermescolorspace, not
3437 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3438 (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
3440 * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
3441 * ext/sdl/sdlvideosink.h: ditto.
3442 * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
3444 2004-03-12 Benjamin Otte <otte@gnome.org>
3446 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
3447 (gst_x_overlay_got_xwindow_id):
3448 * gst-libs/gst/xoverlay/xoverlay.h:
3449 replace XID with unsigned long to get rid of the xlibs dependency in
3450 XOverlay (fixes #137004)
3452 2004-03-13 Jan Schmidt <thaytan@mad.scientist.com>
3453 * gst/effectv/gstaging.c: (gst_agingtv_base_init),
3454 (gst_agingtv_setup):
3455 * gst/effectv/gstdice.c: (gst_dicetv_get_type),
3456 (gst_dicetv_base_init), (gst_dicetv_class_init),
3457 (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
3458 * gst/effectv/gstedge.c: (gst_edgetv_get_type),
3459 (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
3460 (gst_edgetv_setup), (gst_edgetv_rgb32):
3461 * gst/effectv/gsteffectv.c:
3462 * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
3463 (gst_quarktv_set_property):
3464 * gst/effectv/gstrev.c: (gst_revtv_get_type),
3465 (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
3466 (gst_revtv_setup), (gst_revtv_rgb32):
3467 * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
3468 (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
3469 (gst_shagadelictv_init), (gst_shagadelictv_setup),
3470 (gst_shagadelictv_rgb32):
3471 * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
3472 (gst_vertigotv_base_init), (gst_vertigotv_class_init),
3473 (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
3474 * gst/effectv/gstwarp.c:
3475 Port everything that can be ported to videofilter and fix up the caps.
3476 Can someone with a big-endian machine please check these?
3478 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3480 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
3481 (gst_osssink_chain), (gst_osssink_change_state):
3482 Latest fixes for A/V sync, audio playback and such. This is about
3483 all... MPEG playback issues are mostly related to the async build-
3484 up of MPEG files, I cannot fix that. Use basicgthread to solve it.
3486 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
3488 patch from: Stephane Loeuillet
3491 use pkg-config for some libraries, falling back to the old .m4 way
3496 2004-03-10 Thomas Vander Stichele <thomas at apestaart dot org>
3499 * tools/Makefile.am:
3500 * tools/Makefile.in:
3501 * tools/gst-launch-ext-m.m:
3502 * tools/gst-launch-ext.1.in:
3503 * tools/gst-visualise-m.m:
3504 * tools/gst-visualise.1:
3505 * tools/gst-visualise.1.in:
3506 reorganizing generation of script tools
3508 2004-03-10 Ronald Bultje <rbultje@ronald.bitfreak.net>
3510 * ext/divx/gstdivxdec.c:
3511 Downgrade priority. We prefer ffdec_mpeg4.
3512 * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
3513 (gst_faad_chain), (gst_faad_change_state):
3514 Fix capsnego. Doesn't work for some sounds because we don't have
3515 a 5:1 to stereo element.
3516 * ext/xvid/gstxvid.c: (plugin_init):
3518 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
3519 (gst_osssink_change_state):
3520 Add discont handling.
3522 2004-03-09 Colin Walters <walters@verbum.org>
3524 * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
3527 2004-03-09 Benjamin Otte <otte@gnome.org>
3529 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
3530 the signals take 2 arguments
3532 2004-03-09 David Schleef <ds@schleef.org>
3534 * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
3535 (gst_alsa_fixate): Add fixate function. (bug #136686)
3536 * ext/alsa/gstalsa.h:
3537 * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
3539 2004-03-09 Benjamin Otte <otte@gnome.org>
3541 * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
3542 (gst_mikmod_change_state):
3543 * ext/mikmod/gstmikmod.h:
3544 make mikmod's loop function not loop infinitely and call
3545 gst_element_yield anymore
3546 * gst/modplug/gstmodplug.cc:
3547 fix pad negotiation (fixes #136590)
3549 2004-03-09 David Schleef <ds@schleef.org>
3551 * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin
3552 doesn't conflict with the internal colorspace plugin.
3553 * gst-libs/gst/audio/make_filter: Use `` instead of $() to
3554 satisfy the crappy-ass shell shipped by a certain vendor.
3555 * gst/videofilter/make_filter: same (bug #135299)
3557 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3559 * configure.ac: bump nano to 1
3561 === release 0.7.6 ===
3563 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3565 * configure.in: releasing 0.7.6, "There"
3567 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3569 * pkgconfig/gstreamer-play-uninstalled.pc.in:
3570 * pkgconfig/gstreamer-play.pc.in:
3573 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3575 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
3576 (cdparanoia_open), (cdparanoia_event):
3577 fix/add error handling
3579 add cdparanoia source
3580 * tools/Makefile.am:
3581 make scripts executable
3583 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org>
3586 * ext/vorbis/Makefile.am:
3588 remove id3types, vorbisfile and xvideosink from the build (#133783)
3590 2004-03-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
3592 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
3593 Fix metadata read crash (#136537).
3595 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
3597 * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
3598 * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
3599 adding mime types, fixing the one-stop function
3601 2004-03-08 Christian Schaller <Uraeus@gnome.org>
3603 * ext/nas/nassink.c and /ext/nas/nassink.h:
3604 More NAS love from Arwed von Merkatz
3605 So lets all sing 'Can you feel the NAS tonight'
3607 2004-03-08 Christian Schaller <Uraeus@gnome.org>
3609 * tools/gst-launch-ext.in:
3610 Replace vorbisfile with oggdemux/vorbisdec/audioconvert
3612 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
3614 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
3615 (gst_mpeg2dec_init):
3616 remove the user_data pad for now, because it is being used in
3617 fixating causing MPEG playback to fixate on 1000 Hz for playback.
3618 If someone knows how to fix this properly, please do.
3620 2004-03-08 Thomas Vander Stichele <thomas at apestaart dot org>
3622 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
3623 (gst_osssink_get_time):
3624 add a warning, IMO this won't get triggered anymore, remove later
3626 2004-03-07 David Schleef <ds@schleef.org>
3628 * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Added Cinepak
3629 format (bug #136470)
3631 2004-03-07 Thomas Vander Stichele <thomas at apestaart dot org>
3633 * gst-libs/Makefile.am:
3634 * gst-libs/gst/media-info/Makefile.am:
3635 * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
3636 (error_callback), (gst_media_info_error_create),
3637 (gst_media_info_error_element), (gmip_init), (gmip_reset),
3638 (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
3639 * gst-libs/gst/media-info/media-info-priv.h:
3640 * gst-libs/gst/media-info/media-info-test.c: (main):
3641 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
3642 (gst_media_info_class_init), (gst_media_info_instance_init),
3643 (gst_media_info_set_source), (gst_media_info_read_with_idler),
3644 (gst_media_info_read_idler), (gst_media_info_read):
3645 * gst-libs/gst/media-info/media-info.h:
3646 fixed, should work now
3648 2004-03-07 Christian Schaller <Uraeus@gnome.org>
3650 * ext/nas/nassink.c:
3651 A bunch of NAS fixes from Arwed von Merkatz
3653 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3655 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3656 (qtdemux_parse_trak):
3657 Fix crash (j might be greater than n_samples, in which case we're
3658 writing outside the allocated space for the array) and memleak.
3660 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3662 * sys/oss/gstosssink.c: (gst_osssink_chain):
3663 And another caller that couldn't handle delay < 0 (unsigned
3664 integer overflow). Video now continues playing on an audio
3665 buffer underrun, and the clock continues working. Audio still
3668 2004-03-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
3670 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
3671 (gst_osssink_get_time):
3672 get_delay() may return values lower than 0. In those cases, we
3673 should not actually cast to *unsigned* int64, that will break
3674 stuff horribly. In my case, it screwed up A/V sync in movies
3675 in totem rather badly.
3677 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3679 * ext/faac/gstfaac.c: (gst_faac_chain):
3680 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
3681 * ext/libpng/gstpngenc.c: (user_write_data):
3682 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
3683 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
3684 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
3685 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
3686 Fix several misuse of gst_buffer_merge (it doesn't take ownership
3687 of any buffer), should fix some leaks. I hope I didn't unref buffers
3688 that shouldn't be...
3690 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3692 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
3693 (deep_notify_callback), (tag_flag_score), (found_tag_callback),
3694 (error_callback), (gmi_reset), (gmi_seek_to_track),
3695 (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
3696 (gmip_find_type_post), (gmip_find_stream_post),
3697 (gmip_find_track_streaminfo_post):
3698 * gst-libs/gst/media-info/media-info-priv.h:
3699 * gst-libs/gst/media-info/media-info-test.c: (print_tag),
3700 (info_print), (main):
3701 * gst-libs/gst/media-info/media-info.c:
3702 (gst_media_info_error_create), (gst_media_info_error_element),
3703 (gst_media_info_instance_init), (gst_media_info_get_property),
3704 (gst_media_info_new), (gst_media_info_set_source),
3705 (gst_media_info_read_idler), (gst_media_info_read):
3706 * gst-libs/gst/media-info/media-info.h:
3707 first pass at making this work again. This seems to work on
3708 tagged ogg/vorbis and mp3 files.
3710 2004-03-06 Benjamin Otte <otte@gnome.org>
3712 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
3713 fix huge leak: gst_buffer_merge doesn't unref the first argument
3716 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3718 * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
3719 report layer/mode/emphasis
3721 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3723 * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
3725 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3727 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
3730 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3732 * ext/vorbis/vorbis.c: (plugin_init):
3733 * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3734 (gst_vorbis_dec_init), (vorbis_dec_event):
3736 make vorbisdec handle _BYTE and _TIME queries
3738 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3740 * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
3741 from the xing header
3743 2004-03-06 Benjamin Otte <otte@gnome.org>
3745 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
3746 (gst_audio_convert_link), (gst_audio_convert_change_state),
3747 (gst_audio_convert_buffer_from_default_format):
3748 do conversions from/to float correctly, fix some caps nego errors,
3749 export correct supported caps in template and getcaps, use correct
3750 caps in try_set_caps functions
3752 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3754 For some reason, I only committed a ChangeLog entry yesterday and
3755 not the corresponding code...
3756 * ext/mad/gstmad.c: Fix detection of Xing headers
3757 * gst/tags/gstid3tag.c: Changes to support TLEN tags
3759 2004-03-06 Benjamin Otte <otte@gnome.org>
3761 * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
3762 (gst_ogg_demux_src_query):
3763 make sure to handle the case where there's no current chain
3766 2004-03-05 David Schleef <ds@schleef.org>
3768 * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
3769 Add fixate function. (bug #131128)
3770 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
3771 (gst_sdlvideosink_fixate): Add fixate function.
3772 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3773 Fix attempt to print a non-pointer using GST_PTR_FORMAT.
3774 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
3775 Fix missing break that was causing ulaw to be interpreted as
3778 2004-03-05 David Schleef <ds@schleef.org>
3780 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
3781 Fix code that ignores return value of gst_buffer_merge().
3783 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
3784 * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
3785 * testsuite/gst-lint: Check for above.
3787 2004-03-05 David Schleef <ds@schleef.org>
3789 * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Check for unfixed
3790 caps and throw an element error. (bug #136334)
3792 2004-03-05 David Schleef <ds@schleef.org>
3794 * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
3795 (gst_faad_chain): Fix negotiation.
3796 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
3797 key and button events.
3798 * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
3800 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
3802 * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
3803 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3804 (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
3805 function to encourage better negotiation, particularly between
3806 audioconvert and osssink.
3807 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3808 * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging
3810 * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash
3812 * gst/vbidec/vbiscreen.c: Add glib header
3813 * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
3815 2004-03-06 Christophe Fergeau <teuf@users.sourceforge.net>
3817 * ext/mad/gstmad.c: Fix detection of Xing headers
3818 * gst/tags/gstid3tag.c: Changes to support TLEN tags
3820 2004-03-06 Thomas Vander Stichele <thomas at apestaart dot org>
3822 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
3823 (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
3826 2004-03-06 Christophe Fergeau <teuf@gnome.org>
3828 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
3829 * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
3830 (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
3831 files, and report the parsed length as a GST_TAG_DURATION tag.
3832 * gst/tags/gstid3tag.c: support TLEN (duration) tag
3834 2004-03-05 Benjamin Otte <otte@gnome.org>
3836 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
3837 convert channels correctly. convert correctly to unsigned.
3839 2004-03-05 Julien MOUTTE <julien@moutte.net>
3841 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
3842 we have a window before clearing it.
3844 2004-03-05 Julien MOUTTE <julien@moutte.net>
3846 * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
3847 have a window before clearing it.
3849 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
3851 * gconf/gstreamer.schemas.in:
3852 * gst-libs/gst/gconf/Makefile.am:
3853 version installation path the same way as for 0.6
3854 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3855 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
3856 * pkgconfig/gstreamer-play-uninstalled.pc.in:
3857 remove comment that was fixed
3859 2004-03-05 David Schleef <ds@schleef.org>
3861 * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
3862 (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
3863 (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
3864 (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
3865 Add prototype code for handling seeking and querying.
3867 2004-03-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
3869 * examples/gstplay/player.c: (main):
3870 Initialize variables to NULL. Prevents a segfault because the
3871 (uninitialized) variable is not NULL, resulting in a crash on
3872 trying to reach error->message.
3874 2004-03-05 Benjamin Otte <otte@gnome.org>
3876 * gst/audioconvert/gstaudioconvert.c:
3877 (gst_audio_convert_buffer_to_default_format):
3878 make float=>int conversion work correctly even in cornercases.
3880 2004-03-04 David I. Lehn <dlehn@users.sourceforge.net>
3882 * debian/README.Debian:
3883 * debian/build-deps:
3886 * debian/control.in:
3888 * debian/gstreamer-a52dec.files:
3889 * debian/gstreamer-aa.files:
3890 * debian/gstreamer-alsa.files:
3891 * debian/gstreamer-alsa.manpages:
3892 * debian/gstreamer-arts.files:
3893 * debian/gstreamer-artsd.files:
3894 * debian/gstreamer-audiofile.files:
3895 * debian/gstreamer-avifile.files:
3896 * debian/gstreamer-cdparanoia.files:
3897 * debian/gstreamer-colorspace.files:
3898 * debian/gstreamer-doc.files:
3899 * debian/gstreamer-dv.files:
3900 * debian/gstreamer-dvd.files:
3901 * debian/gstreamer-esd.files:
3902 * debian/gstreamer-festival.files:
3903 * debian/gstreamer-flac.files:
3904 * debian/gstreamer-gconf.conffiles:
3905 * debian/gstreamer-gconf.files:
3906 * debian/gstreamer-gconf.postinst:
3907 * debian/gstreamer-gnomevfs.files:
3908 * debian/gstreamer-gsm.files:
3909 * debian/gstreamer-http.files:
3910 * debian/gstreamer-jack.files:
3911 * debian/gstreamer-jpeg.files:
3912 * debian/gstreamer-mad.files:
3913 * debian/gstreamer-mikmod.files:
3914 * debian/gstreamer-misc.files:
3915 * debian/gstreamer-mpeg2dec.files:
3916 * debian/gstreamer-oss.files:
3917 * debian/gstreamer-plugin-apps.files:
3918 * debian/gstreamer-plugin-apps.manpages:
3919 * debian/gstreamer-plugin-libs-dev.files:
3920 * debian/gstreamer-plugin-libs.files:
3921 * debian/gstreamer-plugin-template.postinst:
3922 * debian/gstreamer-plugin-template.postrm:
3923 * debian/gstreamer-sdl.files:
3924 * debian/gstreamer-sid.files:
3925 * debian/gstreamer-vorbis.files:
3926 * debian/gstreamer-x.files:
3927 * debian/mk.control:
3929 Debian package info not maintained here.
3931 2004-03-04 Thomas Vander Stichele <thomas at apestaart dot org>
3933 * ext/aalib/gstaasink.c: (gst_aasink_class_init):
3934 * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
3935 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
3936 * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
3937 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
3938 * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
3939 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
3940 * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
3941 * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
3942 * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
3943 * gst-libs/gst/colorbalance/colorbalance.c:
3944 (gst_color_balance_class_init):
3945 * gst-libs/gst/colorbalance/colorbalancechannel.c:
3946 (gst_color_balance_channel_class_init):
3947 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
3948 * gst-libs/gst/play/play.c: (gst_play_class_init):
3949 * gst-libs/gst/propertyprobe/propertyprobe.c:
3950 (gst_property_probe_iface_init):
3951 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
3952 * gst-libs/gst/tuner/tunerchannel.c:
3953 (gst_tuner_channel_class_init):
3954 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
3955 * gst/cutter/gstcutter.c: (gst_cutter_class_init):
3956 * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
3957 * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
3958 * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
3959 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3960 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3961 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3962 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
3963 fix signals to use - instead of _
3964 * ext/libcaca/gstcacasink.h:
3965 * ext/sdl/sdlvideosink.h:
3968 2004-03-04 David Schleef <ds@schleef.org>
3970 * testsuite/gst-lint: Add a check for bad signal names.
3972 2004-03-04 <kost@imn.htwk-leipzig.de>
3974 reviewed by David Schleef
3976 * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
3977 modified the alpha channel and caused a warning. (bug #136192)
3979 2004-04-03 Christian Schaller <Uraeus@gnome.org>
3981 * gst-plugins.spec.in:
3982 Change names of plugins to actually be correct. Try to keep things
3983 alphabetical to avoid getting beat up by Thomas
3985 2004-03-03 Julien MOUTTE <julien@moutte.net>
3987 * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
3988 Using ximagesink as a default if no gconf key found. We should
3989 probably consider using alsasink instead of osssink for the audio
3992 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
3995 fix --with-plugins, don't think it ever worked before
3996 * gst-plugins.spec.in:
3999 2004-03-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
4001 * ext/sdl/sdlvideosink.h:
4002 * sys/ximage/ximagesink.h:
4003 * sys/xvideo/xvideosink.h:
4004 * sys/xvimage/xvimagesink.h:
4005 Fix for move of gstvideosink.h -> videosink.h.
4007 2004-03-02 Thomas Vander Stichele <thomas at apestaart dot org>
4009 * gst-libs/gst/xwindowlistener/Makefile.am:
4010 this is a plugin library, not a library
4012 2004-03-01 David Schleef <ds@schleef.org>
4014 * AUTHORS: Added some names. Add yourself if you're still
4017 2004-03-01 David Schleef <ds@schleef.org>
4021 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4023 * gst-plugins.spec.in: clean up spec file
4025 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4027 * gst-libs/gst/video/Makefile.am:
4028 * gst-libs/gst/video/gstvideosink.c:
4029 * gst-libs/gst/video/gstvideosink.h:
4030 rename gstvideosink.h to videosink.h to match other headers
4031 * gst/mixmatrix/Makefile.am:
4033 * gst/tags/Makefile.am: fix plugin filename
4035 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4037 * gst/tags/Makefile.am: fix plugin filename
4039 2004-03-01 Thomas Vander Stichele <thomas at apestaart dot org>
4041 * examples/gstplay/player.c: (got_time_tick), (main):
4043 display time_tick more readably
4044 * gst/mixmatrix/Makefile.am:
4045 fix plugin file name
4047 2004-02-29 Christophe Fergeau <teuf@gnome.org>
4049 * sys/oss/gstosselement.c: (gst_osselement_probe),
4050 (device_combination_append), (gst_osselement_class_probe_devices):
4051 * sys/oss/gstosselement.h:
4052 Reworked enumeration of oss dsps and mixers so that gst-mixer works
4053 on my system using alsa oss emulation, fixes bug #135597
4055 2004-02-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
4057 * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
4058 (gst_videodrop_chain), (gst_videodrop_change_state):
4059 * gst/videodrop/gstvideodrop.h:
4060 Work based on timestamp of input data, not based on the expected
4061 framerate from the input. The consequence is that this element now
4062 not only scales framerates, but also functions as a framerate
4063 corrector or framerate stabilizer/constantizer.
4065 2004-02-27 David Schleef <ds@schleef.org>
4067 patches from jmmv@menta.net (Julio M. Merino Vidal)
4069 * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
4070 GST_ELEMENT_ERROR call (bug #135634)
4071 * gst/interleave/interleave.c: (interleave_buffered_loop),
4072 (interleave_bytestream_loop): Don't use alloca() (bug #135640)
4073 * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
4074 * sys/oss/gstosssink.c: (gst_osssink_get_delay),
4075 (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
4076 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
4077 (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4078 (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
4079 Fix GST_ELEMENT_ERROR call.
4080 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
4081 GST_ELEMENT_ERROR call.
4083 2004-02-27 Benjamin Otte <otte@gnome.org>
4085 * gst-libs/gst/audio/audio.h:
4086 add macro to make sure header isn't included twice
4087 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
4088 don't use gst_buffer_free
4089 * gst/playondemand/filter.func:
4090 don't use gst_data_free. Free data only once.
4092 2004-02-26 David Schleef <ds@schleef.org>
4094 * gst-libs/gst/colorbalance/Makefile.am:
4095 * gst-libs/gst/mixer/Makefile.am:
4096 * gst-libs/gst/tuner/Makefile.am:
4097 * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
4098 should not be disted, -marshal.h files should not be installed,
4099 and -enum.h files _should_ be installed. Fix to make this the
4102 === release 0.7.5 ===
4104 2004-02-26 Thomas Vander Stichele <thomas at apestaart dot org>
4106 * configure.ac: release 0.7.5, "Under The Sea"
4108 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
4110 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
4111 (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
4112 * gst/videoscale/gstvideoscale.c:
4113 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
4114 assorted debug/warning fixes
4116 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
4118 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
4119 (gst_videoscale_init), (gst_videoscale_chain),
4120 (gst_videoscale_set_property), (plugin_init):
4121 * gst/videoscale/gstvideoscale.h:
4122 * gst/videoscale/videoscale.c: (gst_videoscale_setup),
4123 (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
4124 (gst_videoscale_planar400), (gst_videoscale_packed422),
4125 (gst_videoscale_packed422rev), (gst_videoscale_32bit),
4126 (gst_videoscale_24bit), (gst_videoscale_16bit),
4127 (gst_videoscale_bilinear), (gst_videoscale_bicubic),
4128 (gst_videoscale_scale_plane_slow),
4129 (gst_videoscale_scale_point_sample),
4130 (gst_videoscale_scale_nearest),
4131 (gst_videoscale_scale_nearest_str2),
4132 (gst_videoscale_scale_nearest_str4),
4133 (gst_videoscale_scale_nearest_32bit),
4134 (gst_videoscale_scale_nearest_24bit),
4135 (gst_videoscale_scale_nearest_16bit):
4136 add debugging category and use it properly
4137 fix use of GST_PTR_FORMAT
4139 2004-02-25 Andy Wingo <wingo@pobox.com>
4141 * gst/interleave/interleave.c (interleave_buffered_loop): Always
4142 push only when channel->buffer is NULL. Prevents segfaults doing
4143 the state change after a nonlocal exit, like a scheme exception.
4145 * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4146 Handle the case where the intersected caps is empty.
4148 2004-02-25 Thomas Vander Stichele <thomas at apestaart dot org>
4150 * gst/law/mulaw-decode.c: (mulawdec_link):
4151 * gst/law/mulaw.c: (plugin_init):
4152 fix mulawdec so it actually works again
4154 2004-02-24 Arwed v. Merkatz <v.merkatz@gmx.net>
4156 reviewed by: David Schleef <ds@schleef.org>
4158 * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
4159 (gst_gamma_init), (gst_gamma_set_property),
4160 (gst_gamma_get_property), (gst_gamma_calculate_tables),
4161 (gst_gamma_rgb24), (gst_gamma_rgb32): Adds gamma correction
4162 for RGB, with separate r g and b correction factors. (#131167)
4164 2004-02-24 Thomas Vander Stichele <thomas at apestaart dot org>
4166 * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4167 only signal tags for bitrate if they're > 0 (#134894)
4169 2004-02-24 David Schleef <ds@schleef.org>
4171 * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
4172 (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
4173 (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
4174 (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
4175 (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
4176 (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
4177 (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
4178 (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
4179 Cleanups. Convert g_prints to GST_LOGs. Add qtdemux debug
4180 category. Attempt to fix timestamp calculation.
4182 2004-02-24 Johan Dahlin <johan@gnome.org>
4184 * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
4186 2004-02-23 Thomas Vander Stichele <thomas at apestaart dot org>
4189 * gconf/Makefile.am:
4190 * gconf/gstreamer.schemas:
4191 * gst-libs/gst/gconf/Makefile.am:
4192 * gst-libs/gst/gconf/gconf.c:
4193 version gconf schemas and install locations
4195 2004-02-23 Benjamin Otte <otte@gnome.org>
4197 * ext/xine/xineinput.c: (gst_xine_input_dispose):
4198 (gst_xine_input_subclass_init):
4199 call parent dispose.
4200 change pad template for CD reader correctly
4201 * ext/xine/Makefile.am:
4202 * ext/xine/gstxine.h:
4203 * ext/xine/xine.c: (plugin_init):
4204 * ext/xine/xineaudiosink.c:
4205 wrap audio sinks, too
4206 * gst-libs/gst/resample/private.h:
4207 * gst-libs/gst/resample/resample.c: (gst_resample_init),
4208 (gst_resample_reinit), (gst_resample_scale),
4209 (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
4210 (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
4211 (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
4212 (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
4213 (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
4214 * gst-libs/gst/resample/resample.h:
4215 * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
4216 (gst_audioscale_class_init), (gst_audioscale_link),
4217 (gst_audioscale_get_buffer), (gst_audioscale_init),
4218 (gst_audioscale_chain), (gst_audioscale_set_property),
4219 (gst_audioscale_get_property):
4220 * gst/audioscale/gstaudioscale.h:
4221 s/resample_*/gst_resample_*/i to not clobber namespaces
4223 2004-02-23 Julien MOUTTE <julien@moutte.net>
4225 * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4226 (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4227 (gst_riff_create_video_template_caps),
4228 (gst_riff_create_audio_template_caps),
4229 (gst_riff_create_iavs_template_caps):
4230 * gst-libs/gst/riff/riff-media.h:
4231 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
4232 (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
4233 (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
4234 * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4235 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
4236 (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
4237 (gst_matroska_demux_plugin_init): First batch implementing audio and
4238 video codec tags in demuxers.
4240 2004-02-22 Benjamin Otte <otte@gnome.org>
4242 * ext/xine/Makefile.am:
4243 * ext/xine/gstxine.h:
4244 * ext/xine/xine.c: (plugin_init):
4245 * ext/xine/xineinput.c:
4246 add input plugin wrapper. Playback from files, http, mms and cdda
4248 * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
4249 remove leftover G_GNUC_UNUSED
4250 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
4251 (gst_asf_demux_identify_guid):
4252 improve debugging output
4254 2004-02-22 Benjamin Otte <otte@gnome.org>
4256 reported by: Padraig O'Briain <padraig.obriain@sun.com>
4259 replace test -e with test -x for mkinstalldirs to be more portable.
4262 2004-02-22 Benjamin Otte <otte@gnome.org>
4264 reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
4266 * gst/audioconvert/gstaudioconvert.c: (plugin_init):
4268 * gst/volume/gstvolume.c: (plugin_init):
4272 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net>
4274 reviewed by Benjamin Otte <otte@gnome.org>
4276 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
4277 escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
4279 2004-02-22 Benjamin Otte <otte@gnome.org>
4282 export [_]*{gst,Gst,GST}.* symbols from plugins
4284 2004-02-22 Christophe Fergeau <teuf@gnome.org>
4286 reviewed by: Benjamin Otte <otte@gnome.org>
4288 * ext/lame/gstlame.c: (add_one_tag):
4289 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4290 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
4291 (gst_vorbisenc_metadata_set1):
4292 * gst/tags/gstid3tag.c:
4293 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
4294 apply fixes from bugs #135042 (lame can't write tags) and #133817
4295 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
4297 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
4299 * configure.ac: Export only gst_plugin_desc from plugins.
4300 Note that this change only makes any effect with Linux using libtool
4301 1.5.2 or higher. Otherwise it is silently ignored, but it would build
4302 fine. And don't try to have several versions of libtool in different
4305 2004-02-20 Andy Wingo <wingo@pobox.com>
4307 * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
4308 interleave respectively.
4310 * gst/interleave/deinterleave.c: New plugin: deinterleave
4311 (replaces on oneton).
4312 * gst/interleave/interleave.c: New plugin: interleave.
4313 * gst/interleave/plugin.h: Support file.
4314 * gst/interleave/plugin.c: Support file.
4316 * configure.ac: Remove intfloat and oneton, add interleave.
4318 * ext/sndfile/gstsf.c: Handle events better.
4320 * gst/audioconvert/gstaudioconvert.c: Change to support int2float
4321 and float2int operation. int2float has scheduling problems as
4322 noted in in2float_chain.
4324 2004-02-20 Benjamin Otte <otte@gnome.org>
4326 * ext/xine/Makefile.am:
4327 * ext/xine/gstxine.h:
4329 * ext/xine/xineaudiodec.c:
4330 * ext/xine/xinecaps.c:
4331 add first version of xine plugin wrapper. Currently only wraps the
4332 QDM2 win32 DLL, and even that only in proof-of-concept quality.
4335 add xine plugin wrapper, disabled by default. Use --enable-xine to
4336 build. Note that it'll segfault on gst-register if you don't remove
4337 the goom and tvtime post plugins from xine.
4338 * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
4339 (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
4340 add extradata parsing for QDM2.
4341 change around debugging prints.
4343 2004-02-19 Benjamin Otte <otte@gnome.org>
4345 * ext/lame/gstlame.c: (gst_lame_chain):
4346 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4347 use gst_tag_list_insert when you want to insert tags
4349 2004-02-18 David Schleef <ds@schleef.org>
4351 * configure.ac: Move massink to gst-rotten
4353 * ext/mas/Makefile.am:
4354 * ext/mas/massink.c:
4355 * ext/mas/massink.h:
4357 2004-02-18 David Schleef <ds@schleef.org>
4359 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
4360 typefinding, since it seems to be worse than nothing.
4361 * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Add ftyp
4362 atom to recognize .mp4 and .m4a files as video/quicktime.
4364 2004-02-18 David Schleef <ds@schleef.org>
4366 * gst/sine/demo-dparams.c: (quit_live),
4367 (dynparm_log_value_changed), (dynparm_value_changed), (main):
4368 Use double dparams, not float.
4369 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4370 (gst_sinesrc_init): Change sync default to FALSE, since multiple
4371 sync'd elements don't really work correctly.
4372 * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
4373 (volume_update_volume), (volume_get_property): Change dparam
4376 2004-02-18 Julien MOUTTE <julien@moutte.net>
4378 * sys/ximage/ximagesink.c:
4379 (gst_ximagesink_xwindow_update_geometry),
4380 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
4381 (gst_ximagesink_change_state), (gst_ximagesink_expose),
4382 (gst_ximagesink_init): Rework the way software video scaling works. So
4383 now we check on each chain call if the video frames are feeling the
4384 window. If not we try to renegotiate caps. On failure we memorize that
4385 and we won't try again for that PLAYING sessions.
4386 * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
4388 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
4391 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
4393 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
4394 break up _link so we can give a better debug message for errors
4396 2004-02-18 Thomas Vander Stichele <thomas at apestaart dot org>
4398 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4399 set up debug category
4401 2004-02-18 Julien MOUTTE <julien@moutte.net>
4403 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4404 (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
4405 the way renegotiation work. The event handling function is not taking
4406 care of external windows and renegotiate method check for pad flags
4407 NEGOTIATING. Should fix : #133209
4409 2004-02-17 Julien MOUTTE <julien@moutte.net>
4411 * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
4412 pad is negotiating before trying renegotiation.
4414 2004-02-17 Thomas Vander Stichele <thomas at apestaart dot org>
4416 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
4417 pass on all possible mime types as typefind hints
4419 2004-02-17 Julien MOUTTE <julien@moutte.net>
4421 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4422 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
4423 possible SHM leak if we crash. All other apps using XShm are doing
4426 2004-02-17 Julien MOUTTE <julien@moutte.net>
4428 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4429 (gst_ximagesink_expose): Renegotiate size on expose.
4430 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
4433 2004-02-16 Benjamin Otte <in7y118@public.uni-hamburg.de>
4435 * testsuite/alsa/sinesrc.c:
4436 cosmetic fix to fix compile issue with gcc 2.95.4
4438 2004-02-16 Julien MOUTTE <julien@moutte.net>
4440 * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4441 (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
4442 failed opening the audio device.
4443 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4444 (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
4445 (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
4446 (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
4447 (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
4448 (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4449 (gst_ximagesink_change_state), (gst_ximagesink_chain),
4450 (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
4451 Removing some useless g_return_if_fail like wingo suggested.
4452 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4453 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
4454 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
4455 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
4456 (gst_xvimagesink_update_colorbalance),
4457 (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
4458 (gst_xvimagesink_xcontext_clear),
4459 (gst_xvimagesink_get_fourcc_from_caps),
4460 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
4461 (gst_xvimagesink_set_xwindow_id),
4462 (gst_xvimagesink_colorbalance_list_channels),
4463 (gst_xvimagesink_colorbalance_set_value),
4464 (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
4465 PAUSED. Removing some useless g_return_if_fail like wingo suggested.
4467 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org>
4469 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
4470 throw error when not negotiated instead of asserting
4472 2004-02-15 Julien MOUTTE <julien@moutte.net>
4474 * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
4475 correct data refcounting.
4477 2004-02-15 Julien MOUTTE <julien@moutte.net>
4479 * gst/switch/gstswitch.c: (gst_switch_change_state),
4480 (gst_switch_class_init): Cleaning the sinkpads correctly on state
4481 change, mostly the EOS flag.
4483 2004-02-15 Julien MOUTTE <julien@moutte.net>
4485 * examples/gstplay/player.c: (got_eos), (main): Adding some
4486 output for debugging.
4487 * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
4488 timeouts if we go to any state different from PLAYING.
4489 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
4490 more EOS bugs in riff lib.
4492 2004-02-14 Julien MOUTTE <julien@moutte.net>
4494 * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
4495 visualization until i find a way to fix switch correctly.
4496 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
4498 * gst/switch/gstswitch.c: (gst_switch_release_pad),
4499 (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
4500 (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
4501 Reworked switch to get a more correct behaviour with events and refing
4502 of data stored in sinkpads.
4503 * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
4504 we don't pull from a pad in EOS.
4506 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4508 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4509 remove v1 tag even if we can't read it (makes sure we don't detect
4512 2004-02-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
4514 * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
4515 (gst_alsa_xrun_recovery):
4516 * ext/alsa/gstalsa.h:
4517 try xrun recovery when wait failed. Make xrun recovery function
4518 return TRUE/FALSE to indicate success. (might fix #134354)
4520 2004-02-13 David Schleef <ds@schleef.org>
4522 * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
4523 (dynparm_value_changed), (main): Convert from float to double.
4524 * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
4526 2004-02-13 David Schleef <ds@schleef.org>
4528 * gst/silence/gstsilence.c: (gst_silence_class_init),
4529 (gst_silence_set_clock), (gst_silence_get),
4530 (gst_silence_set_property), (gst_silence_get_property):
4531 * gst/silence/gstsilence.h: Add sync property.
4532 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4533 (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
4534 (gst_sinesrc_set_property), (gst_sinesrc_get_property):
4535 * gst/sine/gstsinesrc.h: Add sync property.
4537 2004-02-13 David Schleef <ds@schleef.org>
4539 * gst/intfloat/gstint2float.c: (conv_f32_s16),
4540 (gst_int2float_chain_gint16): Change stdint usage to glib types.
4542 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4546 * gst-libs/ext/Makefile.am:
4547 move ffmpeg plugin to gst-ffmpeg module
4549 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org>
4551 * configure.ac: use GST_ARCH to detect architecture
4553 2004-02-12 Julien MOUTTE <julien@moutte.net>
4555 * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
4557 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
4559 * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
4560 classify LADSPA plugins based on number of src/sink pads
4561 (#133663, Stefan Kost)
4562 * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
4563 fix dparams registration
4564 (#133528, Stefan Kost)
4565 * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
4566 fix use of isprint and use g_ascii_isprint instead
4567 (#133316, Stefan Kost)
4569 2004-02-11 David Schleef <ds@schleef.org>
4571 Convert a few inner loops to use liboil. This is currently
4572 optional, and is only enabled if liboil is present (duh!).
4573 * configure.ac: Check for liboil-0.1
4574 * gst/intfloat/Makefile.am:
4575 * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
4576 (gst_int2float_chain_gint16):
4577 * gst/videofilter/Makefile.am:
4578 * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
4579 (tablelookup_u8), (gst_videobalance_planar411):
4580 * gst/videotestsrc/Makefile.am:
4581 * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
4582 * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
4583 (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
4584 (paint_hline_RGB565), (paint_hline_xRGB1555):
4586 2004-02-11 David Schleef <ds@schleef.org>
4588 * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
4589 (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
4590 (gst_colorspace_getcaps), (gst_colorspace_link),
4591 (gst_colorspace_base_init), (gst_colorspace_init),
4592 (gst_colorspace_chain), (gst_colorspace_change_state),
4593 (plugin_init): Merge Ronald's patch (bug #117897) and update
4594 for new caps and negotiation. Seems to work, although it
4595 shows off bugs in lcs.
4597 2004-02-11 David Schleef <ds@schleef.org>
4599 * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
4600 (bug #133886) Noticed by bugs@leroutier.net (Stephane LOEUILLET)
4602 2004-02-11 David Schleef <ds@schleef.org>
4604 * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
4605 (gst_rfbsrc_change_state), (gst_rfbsrc_init),
4606 (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
4607 Add server and port properties
4609 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4615 * m4/as-slurp-ffmpeg.m4:
4616 * m4/check-libheader.m4:
4623 * m4/gst-ivorbis.m4:
4624 * m4/gst-matroska.m4:
4634 fix underquotedness of macros (#133800)
4637 removed because no longer used
4639 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org>
4642 require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
4643 by autopoint (fixes #132996)
4645 2004-02-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
4647 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
4648 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
4649 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
4650 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
4653 2004-02-11 David Schleef <ds@schleef.org>
4655 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
4656 (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
4657 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
4658 (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
4659 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
4660 (gst_jpegenc_class_init), (gst_jpegenc_init),
4661 (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
4662 (gst_jpegenc_chain), (gst_jpegenc_set_property),
4663 (gst_jpegenc_get_property): Fix negotiation. Add some properties.
4664 * ext/jpeg/gstjpegenc.h: Fix negotiation.
4666 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de>
4668 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
4669 (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
4670 * ext/mikmod/gstmikmod.h:
4671 fix caps negotiation in mikmod
4672 * ext/ogg/gstoggdemux.c: (gst_ogg_print):
4673 output debug information
4675 2004-02-08 Benjamin Otte <in7y118@public.uni-hamburg.de>
4677 * gst-libs/gst/colorbalance/Makefile.am:
4678 * gst-libs/gst/navigation/Makefile.am:
4679 * gst-libs/gst/xoverlay/Makefile.am:
4680 remove unused GST_OPT_CFLAGS from Makefiles
4681 include X_CFLAGS and X_LIBS in xoverlay. (#131948)
4683 2004-02-07 David Schleef <ds@schleef.org>
4685 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
4686 push events to pads that haven't been created (#133508)
4688 2004-02-07 Jan Schmidt <thaytan@mad.scientist.com>
4690 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
4691 (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
4692 (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4693 (gst_dvdec_loop), (gst_dvdec_change_state):
4694 Second attempt at committing a working dvdec element.
4696 2004-02-06 David Schleef <ds@schleef.org>
4698 Build fixes for OS X: (see #129600)
4699 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
4700 (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
4701 (gst_riff_read_strf_iavs):
4702 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
4703 (gst_avi_demux_stream_odml):
4704 * gst/playondemand/Makefile.am:
4705 * gst/rtp/rtp-packet.c:
4707 2004-02-05 David Schleef <ds@schleef.org>
4709 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
4710 last change, because it Just Doesn't Compile.
4712 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4714 * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
4715 skip undecodable id3v2 tag instead of keeping it
4717 2004-02-05 David Schleef <ds@schleef.org>
4719 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
4720 Unref leaked buffer. (Noticed by Ronald)
4722 2004-02-05 David I. Lehn <dlehn@users.sourceforge.net>
4724 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4725 Sync requires with other checks. >= vs =.
4727 2004-02-06 Jan Schmidt <thaytan@mad.scientist.com>
4729 * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
4730 (gst_dvdec_video_link), (gst_dvdec_loop):
4731 * ext/dv/gstdvdec.h:
4732 rework the caps negotiation so that dvdec works again instead
4733 of just segfaulting.
4735 === release 0.7.4 ===
4737 2004-02-06 Thomas Vander Stichele <thomas at apestaart dot org>
4739 * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
4740 * configure.ac: changed for release
4742 2004-02-05 Thomas Vander Stichele <thomas at apestaart dot org>
4744 * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
4745 * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4746 * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4747 * pkgconfig/gstreamer-play-uninstalled.pc.in:
4748 reworked patch by David Lehn to fix libdir and includedir for
4749 uninstalled libraries
4750 removed play and gconf from gstreamer-libs since they have their
4753 2004-02-04 David Schleef <ds@schleef.org>
4755 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
4758 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4760 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
4761 use correct GST_TAG_ENCODER tag
4763 2004-02-05 Benjamin Otte <in7y118@public.uni-hamburg.de>
4765 * ext/alsa/gstalsa.c: (gst_alsa_change_state):
4766 be sure to stop the clock when going to paused
4767 * sys/oss/gstosssink.c: (gst_osssink_change_state):
4768 reset number of transmitted when going to ready.
4771 2004-02-05 Charles Schmidt <cschmidt2@emich.edu>
4773 reviewed by Benjamin Otte
4775 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
4776 extract track count (fixes #133410)
4778 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4780 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
4781 that should be !=, not == (fixes #132519)
4783 2004-02-04 David Schleef <ds@schleef.org>
4785 Make sure set_explicit_caps() is called before adding pad.
4786 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
4787 * gst/id3/gstid3types.c: (gst_id3types_loop):
4788 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
4789 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4791 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4794 bump nano to 2, first prerelease
4795 put back AM_PROG_LIBTOOL
4797 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org>
4799 * testsuite/alsa/Makefile.am:
4800 these are user test apps, not automatic testsuite tests
4802 2004-02-04 David Schleef <ds@schleef.org>
4804 Convert GST_DEBUG_CAPS() to GST_DEBUG():
4805 * gst/mpeg1videoparse/gstmp1videoparse.c:
4806 (mp1videoparse_parse_seq):
4807 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
4808 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
4809 * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
4810 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
4811 (gst_xvideosink_getcaps):
4812 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
4813 * testsuite/gst-lint: more tests
4815 2004-02-04 David Schleef <ds@schleef.org>
4817 Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
4818 with the code that they would expand to.
4819 * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
4820 (gst_flacdec_get_src_query_types),
4821 (gst_flacdec_get_src_event_masks):
4822 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
4823 (gst_gnomevfssrc_get_query_types),
4824 (gst_gnomevfssrc_get_event_mask):
4826 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
4828 * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4829 (gst_sinesrc_dispose):
4830 fix memleak by properly disposing sinesrc
4832 2004-02-04 Julien MOUTTE <julien@moutte.net>
4834 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
4835 * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
4836 an overlay to redraw the image because it has been exposed.
4837 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
4838 (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
4839 (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
4840 * sys/ximage/ximagesink.h: Implement expose method from XOverlay
4842 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
4843 (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
4844 (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
4845 * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
4848 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4850 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
4853 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4855 * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
4856 * gst/typefind/gsttypefindfunctions.c:
4857 fix memleaks shown by gst-typefind
4859 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4861 * common/glib-gen.mak:
4862 add hack rule to touch .Plo files
4863 * gst-libs/gst/colorbalance/Makefile.am:
4864 * gst-libs/gst/mixer/Makefile.am:
4865 * gst-libs/gst/play/Makefile.am:
4866 * gst-libs/gst/tuner/Makefile.am:
4867 remove glib_root variable
4869 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4871 * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
4872 set explicit caps before adding the element, so the autopluggers can
4874 * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
4875 (mpeg2_sys_type_find), (mpeg1_sys_type_find),
4876 (mpeg_video_type_find), (mpeg_video_stream_type_find),
4878 fix memleaks in typefind functions. gst_type_find_suggest takes a const
4881 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org>
4883 * gst-libs/gst/colorbalance/Makefile.am:
4884 * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4885 * gst-libs/gst/colorbalance/colorbalance.c:
4886 * gst-libs/gst/colorbalance/colorbalance.h:
4887 * gst-libs/gst/colorbalance/colorbalancemarshal.list:
4888 * gst-libs/gst/mixer/Makefile.am:
4889 * gst-libs/gst/mixer/mixer-marshal.list:
4890 * gst-libs/gst/mixer/mixer.c:
4891 * gst-libs/gst/mixer/mixer.h:
4892 * gst-libs/gst/mixer/mixermarshal.list:
4893 * gst-libs/gst/play/Makefile.am:
4894 * gst-libs/gst/play/play.h:
4895 * gst-libs/gst/tuner/Makefile.am:
4896 * gst-libs/gst/tuner/tuner-marshal.list:
4897 * gst-libs/gst/tuner/tuner.c:
4898 * gst-libs/gst/tuner/tuner.h:
4899 * gst-libs/gst/tuner/tunermarshal.list:
4900 use new glib-gen.mak snippet to clean up Makefile.am
4901 fix various bugs in Makefile.am's
4903 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4905 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
4906 handle chain parsing correctly in the multichain case
4907 * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
4908 (theora_dec_from_granulepos), (theora_dec_to_granulepos),
4909 (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
4911 handle events and queries correctly
4913 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
4916 Ignore generated file _stdint.h.
4918 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
4920 * gst-libs/gst/colorbalance/Makefile.am:
4921 * gst-libs/gst/colorbalance/colorbalance.h:
4922 * gst-libs/gst/mixer/Makefile.am:
4923 * gst-libs/gst/mixer/mixer.h:
4924 * gst-libs/gst/play/Makefile.am:
4925 * gst-libs/gst/play/play.h:
4926 * gst-libs/gst/tuner/Makefile.am:
4927 * gst-libs/gst/tuner/tuner.h:
4928 Generate enum type code with glib-mkenums.
4929 * gst-libs/gst/colorbalance/.cvsignore:
4930 * gst-libs/gst/mixer/.cvsignore:
4931 * gst-libs/gst/play/.cvsignore:
4932 * gst-libs/gst/tuner/.cvsignore:
4933 Ignore generated files.
4935 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
4937 * gst-libs/gst/audio/.cvsignore:
4938 Ignore generated file.
4939 * gst-libs/gst/audio/Makefile.am:
4940 Do not install example filter.
4942 2004-02-03 David I. Lehn <dlehn@users.sourceforge.net>
4944 * examples/switch/.cvsignore:
4945 Ignore generated file.
4947 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de>
4949 * common/m4/ax_create_stdint_h.m4:
4951 add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
4954 remove generated _stdint.h in DISTCLEANFILES
4955 * ext/a52dec/gsta52dec.c:
4956 include _stdint.h for a52dec. (should fix #133064)
4958 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
4960 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
4961 (gst_tag_to_vorbis_comments):
4962 Add replaygain support to vorbistag
4964 2004-02-02 Jeremy Simon <jesimon@libertysurf.fr>
4965 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
4966 (gst_ffmpeg_caps_to_extradata):
4967 Fix SVQ3 caps flag properties
4968 Use glib macro for bytes swap
4970 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
4972 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
4973 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
4974 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4975 * ext/sndfile/gstsf.c: (plugin_init):
4976 * gst/avi/gstavi.c: (plugin_init):
4977 * sys/dxr3/dxr3init.c: (plugin_init):
4978 * sys/oss/gstossaudio.c: (plugin_init):
4979 * sys/v4l/gstv4l.c: (plugin_init):
4980 * sys/v4l2/gstv4l2.c: (plugin_init):
4981 remove textdomain calls
4983 update Dutch translation
4985 2004-02-02 Julien MOUTTE <julien@moutte.net>
4987 * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
4988 (gst_play_set_audio_sink): Moving volume in the audio thread for
4989 instantaneous volume change. Maybe i will add another volume in front
4990 of visualization later, not sure yet though.
4992 2004-02-02 Julien MOUTTE <julien@moutte.net>
4994 * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4995 (gst_ximagesink_handle_xevents): Better X events handling, only take
4996 the latest events for configure and motion.
4997 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
4999 2004-02-02 Jon Trowbridge <trow@gnu.org>
5001 reviewed by: David Schleef <ds@schleef.org>
5004 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
5005 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
5007 2004-02-02 David Schleef <ds@schleef.org>
5009 code cleanup. Change bzero() to memset(). Remove duplicate ; at ends
5011 * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
5012 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5013 * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
5014 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
5015 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
5016 * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
5017 * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
5018 * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
5019 (gst_float2_2_int_link):
5020 * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
5021 * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
5022 * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
5023 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
5024 * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
5025 * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
5026 * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
5027 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5028 * testsuite/gst-lint: Add tests for bzero and ;;
5030 2004-02-02 David Schleef <ds@schleef.org>
5032 * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
5034 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5036 * ext/aalib/gstaasink.c: (gst_aasink_open):
5037 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
5038 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5039 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5040 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
5041 (gst_afsink_close_file):
5042 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
5043 (gst_afsrc_close_file):
5044 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5045 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5046 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5047 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
5048 * ext/esd/esdmon.c: (gst_esdmon_get):
5049 * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
5050 * ext/faac/gstfaac.c: (gst_faac_chain):
5051 * ext/faad/gstfaad.c: (gst_faad_chain):
5052 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
5053 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5054 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
5055 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
5057 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5058 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5059 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
5060 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5061 (gst_gnomevfssink_close_file):
5062 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5063 (gst_gnomevfssrc_open_file):
5064 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
5065 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
5066 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
5067 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5068 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
5069 * ext/mad/gstmad.c: (gst_mad_chain):
5070 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5071 * ext/mpeg2dec/gstmpeg2dec.c:
5072 * ext/mpeg2enc/gstmpeg2enc.cc:
5073 * ext/mplex/gstmplex.cc:
5074 * ext/mplex/gstmplexibitstream.cc:
5075 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
5076 (gst_ogg_demux_push):
5077 * ext/raw1394/gstdv1394src.c:
5078 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
5079 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
5080 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
5082 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
5083 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
5084 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
5085 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
5086 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5087 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
5088 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
5089 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
5090 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5091 (gst_riff_read_element_data), (gst_riff_read_seek),
5092 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
5093 * gst/adder/gstadder.c: (gst_adder_loop):
5094 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
5095 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
5096 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
5097 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
5098 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
5099 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
5100 * gst/goom/gstgoom.c: (gst_goom_chain):
5101 * gst/id3/gstid3types.c: (gst_id3types_loop):
5102 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
5103 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
5104 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
5105 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
5106 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
5107 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
5108 (gst_ebml_read_float), (gst_ebml_read_header):
5109 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
5110 (gst_matroska_demux_parse_blockgroup):
5111 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
5112 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
5113 * gst/oneton/gstoneton.c: (gst_oneton_chain):
5114 * gst/silence/gstsilence.c: (gst_silence_get):
5115 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
5116 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
5117 * gst/speed/gstspeed.c: (speed_loop):
5118 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5119 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
5120 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
5121 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
5122 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
5123 (gst_wavparse_loop):
5124 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
5125 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
5126 (dxr3audiosink_close):
5127 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
5128 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
5129 (dxr3videosink_close), (dxr3videosink_write_data):
5130 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
5131 * sys/oss/gstosssink.c: (gst_osssink_chain):
5132 * sys/oss/gstosssrc.c: (gst_osssrc_get):
5133 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
5134 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
5135 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
5136 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
5137 (gst_v4l_set_window), (gst_v4l_enable_overlay):
5138 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
5139 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
5140 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
5141 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
5142 (gst_v4l_set_audio):
5143 * sys/v4l/v4l_calls.h:
5144 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
5145 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
5146 (gst_v4lmjpegsink_playback_init),
5147 (gst_v4lmjpegsink_playback_start):
5148 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
5149 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
5150 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
5151 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
5152 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
5153 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
5154 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
5155 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5156 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
5157 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
5158 (gst_v4l2_get_output), (gst_v4l2_set_output),
5159 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
5160 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
5161 (gst_v4l2_set_attribute):
5162 * sys/v4l2/v4l2_calls.h:
5163 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
5164 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
5165 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
5166 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
5167 (gst_v4l2src_capture_stop):
5168 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
5169 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5170 (gst_ximagesink_chain):
5171 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
5172 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
5173 (gst_xvideosink_xwindow_new):
5174 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5175 (gst_xvimagesink_chain):
5177 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5179 * gst/volume/gstvolume.c: (gst_volume_set_volume),
5180 (gst_volume_get_volume), (volume_class_init), (volume_init),
5181 (volume_chain_int16), (volume_update_volume):
5182 * gst/volume/gstvolume.h:
5183 make code more readable by removing magic numbers
5184 make mixer interface export 0-100 range
5185 make it internally map to 0.0-1.0 range so users don't distort
5186 output by putting the sliders at full volume
5188 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5190 * gst-libs/gst/play/play.c: (gst_play_tick_callback),
5191 (gst_play_state_change), (gst_play_seek_to_time):
5192 block the tick callback for 0.5 secs after doing a seek
5194 2004-02-02 Thomas Vander Stichele <thomas at apestaart dot org>
5196 * gst-libs/gst/play/play.c: (gst_play_new):
5199 2004-02-01 Julien MOUTTE <julien@moutte.net>
5201 * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
5202 (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
5203 * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
5204 (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
5205 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
5206 (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
5208 2004-02-01 Thomas Vander Stichele <thomas at apestaart dot org>
5211 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5212 check for a function added in vorbis 1.1
5214 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
5216 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
5217 (gst_alsa_drain_audio), (gst_alsa_stop_audio):
5218 really start/stop clock only on PLAYING <=> PAUSED
5219 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5220 remove \n from debugging lines
5221 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
5222 make it work when seeking does not
5223 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5226 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
5228 * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
5229 start clock on PAUSED=>PLAYING, not later
5230 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5231 extract correct time for different discont formats
5232 (gst_alsa_sink_get_time):
5233 don't segfault when no format is negotiated yet, just return 0
5234 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5235 (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
5237 handle flush and discont events correctly
5238 * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
5239 handle discont events correctly
5241 2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
5243 * gst-libs/gst/play/play.c: (gst_play_error_quark),
5244 (gst_play_error_create), (gst_play_error_plugin),
5245 (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
5246 * gst-libs/gst/play/play.h:
5247 add error handling during creation
5248 * examples/gstplay/player.c: (main):
5249 use new gst_play_new
5252 2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
5254 * ext/theora/theoradec.c: (theora_dec_chain):
5256 * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5257 (vorbis_dec_src_event), (vorbis_dec_chain):
5258 add encoder tag, fix tag reading to be more error tolerant, change
5259 BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
5260 gst_pad_event_default.
5261 * gst/tags/gstvorbistag.c:
5262 (gst_tag_list_from_vorbiscomment_buffer):
5263 undefine function specific define at end of function
5265 2004-01-31 Jeremy Simon <jesimon@libertysurf.fr>
5267 * ext/flac/gstflac.c: (plugin_init):
5268 * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
5269 * ext/flac/gstflacdec.h:
5270 * ext/flac/gstflacenc.h:
5273 2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
5275 * examples/gstplay/player.c: s/gstplay.h/play.h/
5277 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5279 * gst-libs/gst/play/Makefile.am:
5280 * gst-libs/gst/play/gstplay.c:
5281 * gst-libs/gst/play/gstplay.h:
5282 * gst-libs/gst/play/play.c:
5283 more surgery, operation complete
5285 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5287 * gst-libs/gst/play/play.old.c:
5288 * gst-libs/gst/play/play.old.h:
5289 after CVS surgery by moving, remove
5290 * gst-libs/gst/play/playpipelines.c:
5293 * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
5294 add negotiation error
5296 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5298 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
5299 (gst_ogg_demux_push):
5300 add some seeking debug info
5301 send a flush when seeking
5303 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5309 * ext/theora/Makefile.am:
5310 * ext/theora/theoradec.c:
5311 add theora video decoder. Does just do simple decoding for now and
5312 has been tested against Theora cvs only. It only works when theora
5313 is compiled with --enable-static.
5314 * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
5315 always reset packetno on DISCONT
5317 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5319 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
5322 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5324 * gst/mpegaudioparse/gstmpegaudioparse.c:
5325 (mp3_type_frame_length_from_header):
5326 Fix header parsing - stolen from ffmpeg (thank you! :) ).
5328 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5330 * ext/esd/esdsink.c: (gst_esdsink_init):
5331 Since we have static pad template caps, we don't need to negotiate;
5332 either the core errors out or we know the format.
5334 2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
5336 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
5337 (gst_riff_read_seek):
5338 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
5339 (gst_ebml_read_seek):
5342 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
5344 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
5345 removee video/x-theora from vp3 decoder, it doesn't handle raw
5347 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
5348 fix bug with finalizing element that never went to PAUSED
5349 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
5350 length and position queries were swapped
5351 * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5352 (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
5353 (vorbis_dec_src_event):
5354 implement querying time and bytes
5356 2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
5358 * just about every source file:
5359 gst_element_error -> GST_ELEMENT_ERROR
5361 2004-01-29 Julien MOUTTE <julien@moutte.net>
5363 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
5364 emiting FLUSH and even before DISCONT.
5365 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
5366 get the best instant seeking as possible yay!
5368 2004-01-29 Ronald Bultje <rbultje@ronald.bitfreak.net>
5370 * gst/mpeg1videoparse/gstmp1videoparse.c:
5371 (gst_mp1videoparse_real_chain):
5372 Committed wrong version last week... Grr... Didn't notice until now.
5374 2004-01-29 Julien MOUTTE <julien@moutte.net>
5376 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
5377 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
5378 have_xwindow_id signal in xwindow_create.
5380 2004-01-29 Benjamin Otte <in7y118@public.uni-hamburg.de>
5382 * ext/ogg/gstoggdemux.c:
5383 lots of changes - mainly support for chained bitstreams, seeking,
5384 querying and bugfixes of course
5385 * ext/vorbis/Makefile.am:
5386 * ext/vorbis/vorbisdec.c:
5387 * ext/vorbis/vorbisdec.h:
5388 add vorbisdec raw vorbis decoder
5389 * ext/vorbis/vorbis.c: (plugin_init):
5390 register vorbisdec as PRIMARY, vorbisfile as SECONDARY
5391 * gst/intfloat/Makefile.am:
5392 * gst/intfloat/float22int.c:
5393 * gst/intfloat/float22int.h:
5394 * gst/intfloat/gstintfloatconvert.c: (plugin_init):
5395 add float2intnew plugin. It converts multichannel interleaved float to
5396 multichannel interleaved int. The name should probably be changed.
5397 * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
5399 add typefinding for raw theora video so oggdemux can detect it.
5401 2004-01-28 Julien MOUTTE <julien@moutte.net>
5403 * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
5405 * gst/videoscale/gstvideoscale.c:
5406 (gst_videoscale_handle_src_event): Fixing src event handler.
5408 2004-01-28 Ronald Bultje <rbultje@ronald.bitfreak.net>
5410 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
5411 (gst_v4lsrc_open), (gst_v4lsrc_close),
5412 (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
5413 (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
5414 * sys/v4l/gstv4lsrc.h:
5415 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
5416 (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
5417 Implement resizing... Hack. But that's why v4l is b0rked...
5419 2004-01-28 Julien MOUTTE <julien@moutte.net>
5421 * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
5422 (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5423 (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
5424 (gst_ximagesink_xwindow_destroy):
5425 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
5426 (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
5427 (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
5428 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
5429 (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
5430 correctly cleaning the image created to check xshm calls on succes,
5431 added a lot of XSync calls in X11 functions, and fixed a segfault when
5432 no image format was defined before negotiation happened.
5434 2004-01-28 Benjamin Otte <in7y118@public.uni-hamburg.de>
5436 * ext/alsa/gstalsa.c: (gst_alsa_query_func):
5437 use gst_element_get_time to get correct time
5439 2004-01-28 Julien MOUTTE <julien@moutte.net>
5441 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
5442 (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
5443 (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
5444 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
5445 (gst_xvimagesink_check_xshm_calls),
5446 (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
5447 X plugins are now able to detect that XShm calls will fail even if the
5448 server claims that it has XShm support (remote displays most of the
5449 time). We then log the error as a GST_DEBUG and set use_shm to FALSE
5450 so that we use non XShm functions. This feature is almost useless for
5451 xvimagesink as Xv is not supported on remote displays anyway, but
5452 it might happen than even on the local display XShm calls fail.
5454 2004-01-27 David Schleef <ds@schleef.org>
5456 * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
5457 (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
5458 (gst_esdsink_change_state): Fix sync issues in esdsink. Also
5459 changed esdsink to only use 44100,16,2, since esd sucks at rate
5460 conversion and esdsink has had difficulty negotiating.
5462 2004-01-27 Julien MOUTTE <julien@moutte.net>
5464 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
5465 (gst_play_seek_to_time): Fixing the way to get current position.
5467 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5469 * sys/oss/gstosssink.c: (gst_osssink_sink_query):
5470 use gst_element_get_time to get correct time
5472 2004-01-27 Julien MOUTTE <julien@moutte.net>
5474 * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
5475 fix ever... Inverting 2 lines of code make spider autoplug correctly
5478 2004-01-27 David Schleef <ds@schleef.org>
5480 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5481 Use gst_pad_try_set_caps_nonfixed().
5483 2004-01-27 David Schleef <ds@schleef.org>
5485 * gst/ac3parse/gstac3parse.c: update to checklist 5
5486 * gst/adder/gstadder.c: rewrite negotiation. update to checklist 5
5487 * gst/audioconvert/gstaudioconvert.c: update to checklist 5
5488 * gst/audioscale/gstaudioscale.c: same
5489 * gst/auparse/gstauparse.c: same
5490 * gst/avi/gstavidemux.c: same
5492 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5494 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
5495 stop processing after EOS
5497 2004-01-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
5499 * gst/asfdemux/asfheaders.h:
5500 * gst/asfdemux/gstasfdemux.c:
5501 * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
5502 (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
5503 (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
5504 lot's of fixes to make data extraction simpler and get the code
5505 architecture and compiler independant. Add debugging category
5506 * gst/goom/gstgoom.c: (gst_goom_change_state):
5507 reset channel count on PAUSED=>READY, not READY=>PAUSED
5509 2004-01-26 Colin Walters <walters@verbum.org>
5511 * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
5512 code to pull a bigger buffer in iradio mode. This as a side effect
5513 makes typefinding work.
5515 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
5517 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
5518 Fix SVQ3 decoding on PPC
5520 2004-01-26 Julien MOUTTE <julien@moutte.net>
5522 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
5523 that one managed to stay there... Fixed.
5525 2004-01-26 Jeremy Simon <jesimon@libertysurf.fr>
5527 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
5528 (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
5529 * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
5530 (qtdemux_video_caps):
5531 * gst/qtdemux/qtdemux.h:
5532 Add SVQ3 specific flags to qtdemux and ffmpeg
5534 2004-01-26 Benjamin Otte <in7y118@public.uni-hamburg.de>
5536 * gst-libs/gst/audio/audio.h:
5537 remove buffer-frames from audio caps
5538 * gst/audioconvert/gstaudioconvert.c:
5539 fix plugin to really work.
5541 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5543 * gst-libs/gst/mixer/mixer.c:
5544 * gst-libs/gst/propertyprobe/propertyprobe.c:
5545 * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
5546 (gst_tuner_find_channel_by_name):
5547 * gst-libs/gst/tuner/tuner.h:
5548 Add gtk-doc style comments. Also fix a function name.
5550 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5552 * ext/divx/gstdivxdec.c: (gst_divxdec_init),
5553 (gst_divxdec_negotiate):
5554 Fix for new capsnego - also fixes gst-player with divxdec.
5556 2004-01-25 Julien MOUTTE <julien@moutte.net>
5558 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
5559 (gst_play_identity_handoff), (gst_play_set_location),
5560 (gst_play_set_visualization), (gst_play_connect_visualization): Another
5561 try in visualization implementation. Still have an issue with switch
5562 blocking when pulling from video_queue and only audio comes out of
5564 * gst/switch/gstswitch.c: (gst_switch_release_pad),
5565 (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
5566 release method. And check if the pad is usable before pulling.
5568 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5570 * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
5571 (gst_videobalance_init),
5572 (gst_videobalance_colorbalance_list_channels),
5573 (gst_videobalance_colorbalance_set_value),
5574 (gst_videobalance_colorbalance_get_value),
5575 (gst_videobalance_update_properties),
5576 (gst_videobalance_update_tables_planar411),
5577 (gst_videobalance_planar411):
5578 * gst/videofilter/gstvideobalance.h:
5579 Implement lookup-tables. +/- 10x faster.
5581 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5583 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
5584 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
5585 The index reading was broken. The rest worked fine, but the whole
5586 goal of my rewrite was to make avidemux readable, and this was
5587 not at all readable. Please use typed variables.
5589 2004-01-25 Ronald Bultje <rbultje@ronald.bitfreak.net>
5591 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5592 Additional pad usability check.
5593 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
5594 (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
5595 (gst_mp1videoparse_real_chain):
5596 Fix MPEG video stream parsing. The original plugin had several
5597 issues, including not timestamping streams where the source was
5598 not timestamped (this happens with PTS values in mpeg system
5599 streams, but MPEG video is also a valid stream on its own so
5600 that needs timestamps too). We use the display time code for that
5601 for now. Also, if one incoming buffer contains multiple valid
5602 frames, we push them all on correctly now, including proper EOS
5603 handling. Lastly, several potential segfaults were fixed, and we
5604 properly sync on new sequence/gop headers to include them in next,
5605 not previous frames (since they're header for the next frame, not
5606 the previous). Also see #119206.
5607 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
5609 Move caps setting so we only do it after finding several valid
5610 MPEG-1 fraes sequentially, not right after the first one (which
5611 might be coincidental).
5612 * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
5613 (mpeg_video_type_find), (mpeg_video_stream_type_find),
5615 Add unsynced MPEG video stream typefinding, and change some
5616 probability values so we detect streams rightly. The idea is as
5617 follows: I can have an unsynced system stream which contains
5618 video. In the current code, I would randomly get a type for either
5619 system or video stream type found, because the probabilities are
5620 being calculated rather randomly. I now use fixed values, so we
5621 always prefer system stream if that was found (and that is how it
5622 should be). If no system stream was found, we can still identity the stream as video-only.
5624 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
5626 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
5627 (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
5628 don't write to buffer. Extract data without the need of
5629 __attribute__ ((packed))
5631 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5633 * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
5634 (mpeg1_sys_type_find):
5635 Fix MPEG-1 stream typefinding.
5637 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5639 * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5640 Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
5642 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
5644 * ext/esd/esdsink.c: (gst_esdsink_open_audio):
5645 * ext/esd/gstesd.c: (plugin_init):
5646 private debugging, better error reporting
5648 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5650 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
5651 (gst_riff_read_init), (gst_riff_read_change_state):
5652 * gst-libs/gst/riff/riff-read.h:
5653 Remove stuff fromold metadata system.
5655 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5657 * ext/ogg/gstoggdemux.c:
5658 Fix wrong file comment.
5659 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
5660 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
5661 Add metadata reading properly.
5663 2004-01-23 Thomas Vander Stichele <thomas at apestaart dot org>
5666 Fix nas DIST_SUBDIRS
5668 Fix bug where make distcheck doesn't get run on adding stuff to
5671 2004-01-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
5673 * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
5674 * ext/divx/gstdivxdec.h:
5675 Fix divx3 ("msmpeg4") playback using divxdec.
5677 2004-01-23 Benjamin Otte <in7y118@public.uni-hamburg.de>
5679 * gst/typefind/gsttypefindfunctions.c:
5680 (mp3_type_frame_length_from_header): fix bug in length computation
5681 (mp3_type_find): improve debugging output
5683 2004-01-23 Julien MOUTTE <julien@moutte.net>
5685 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
5686 (gst_play_set_location), (gst_play_seek_to_time),
5687 (gst_play_set_audio_sink), (gst_play_set_visualization),
5688 (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
5689 the pipeline from scratch. Visualization is back and switch went out as
5690 i realized it was not possible to use the way i wanted.
5691 * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
5692 (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
5693 clearing in state change from READY to NULL. So that one can clean the
5694 X ressources keeping the element.
5695 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
5696 (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
5697 (gst_xvimagesink_colorbalance_set_value),
5698 (gst_xvimagesink_colorbalance_get_value),
5699 (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
5700 (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
5701 change from READY to NULL and fixed some stupid bugs in colorbalance
5702 get/set values. Also added the following feature : when nobody tries to
5703 set some values to the colorbalance levels before the xcontext is
5704 grabbed, then when creating channels list from Xv attributes we set the
5705 internal values to the Xv defaults. This way we handle buggy Xv drivers
5706 that set default hue values far from the middle of the range (Thanks
5707 to Jon Trowbridge for pointing that issue).
5708 * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
5709 colorbalance levels have been set before xcontext is grabbed.
5711 2004-01-22 Ronald Bultje <rbultje@ronald.bitfreak.net>
5713 * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5714 Fix the ossmixer case where we shouldn't open /dev/dsp* because
5715 it might block operations (which is bad for a mixer).
5717 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
5719 * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
5720 (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
5721 (gmip_find_type_pre):
5722 * gst-libs/gst/media-info/media-info-priv.h:
5723 * gst-libs/gst/media-info/media-info.c:
5724 (gst_media_info_instance_init), (gst_media_info_read_idler):
5725 add fakesink to get caps on decoder src pad again
5726 fix callback prototype to match new have_type signal signature
5728 2004-01-22 Thomas Vander Stichele <thomas at apestaart dot org>
5730 * gst/adder/gstadder.c: (gst_adder_link):
5731 fix non-compile and cut-n-paste code
5733 2004-01-21 David Schleef <ds@schleef.org>
5735 * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
5736 (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
5737 (gst_swfdec_init), (gst_swfdec_change_state):
5738 * ext/swfdec/gstswfdec.h:
5740 * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
5741 (gst_adder_request_new_pad): Fix negotiation.
5742 * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
5743 Add a fixate function.
5744 * gst/intfloat/gstfloat2int.c:
5745 * gst/intfloat/gstfloat2int.h:
5746 * gst/intfloat/gstint2float.c:
5747 * gst/intfloat/gstint2float.h:
5748 Completely rewrite the negotiation. Doesn't quite work yet,
5749 due to some buffer-frames problem.
5751 2004-01-21 Thomas Vander Stichele <thomas at apestaart dot org>
5753 * ext/gnomevfs/gstgnomevfssrc.c:
5754 * sys/v4l2/v4l2_calls.h:
5755 fix includes for distcheck
5757 2004-01-21 Christian Schaller <uraeus@gnome.org>
5760 Add libnas (network audio system) plugin, patch from Arwed von Merkatz
5761 based on earlier patch from Laurent Vivier
5763 2004-01-20 Jeremy Simon <jesimon@libertysurf.fr>
5765 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
5766 Fix wma caps property
5767 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5768 Fix typo (flags1 and flags2)
5770 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5772 * gst-libs/gst/media-info/media-info-priv.c:
5773 (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
5774 (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
5775 (gmip_find_stream), (gmip_find_track_metadata),
5776 (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
5777 (gmip_find_track_format):
5778 * gst-libs/gst/media-info/media-info-priv.h:
5779 * gst-libs/gst/media-info/media-info-test.c: (main):
5780 * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
5781 (gst_media_info_read_idler), (gst_media_info_read):
5782 * gst-libs/gst/media-info/media-info.h:
5783 register debugging category and use it for debugging
5785 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5787 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
5788 (gst_vorbisfile_new_link):
5789 signal streaminfo through tags
5791 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
5793 * ext/mplex/gstmplex.cc:
5794 * ext/mplex/gstmplexibitstream.cc:
5795 g++ doesn't like NULL in our i18n/error macros, should be
5796 either (NULL) or ("").
5798 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
5800 * sys/dxr3/dxr3audiosink.c:
5801 * sys/dxr3/dxr3init.c:
5802 * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
5803 * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
5804 Fix more error error error errors (missing includes here).
5806 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
5808 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5809 fix thomas' error errors.
5811 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5813 * ext/mpeg2enc/gstmpeg2enc.cc:
5816 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
5818 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5819 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5820 Fix for new error system.
5822 2004-01-20 Thomas Vander Stichele <thomas at apestaart dot org>
5824 * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
5825 fix for new error reporting
5827 2004-01-20 David Schleef <ds@schleef.org>
5829 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
5830 (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
5831 (gst_ximagesink_set_xwindow_id): Change to using a framerate
5832 of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
5833 and neither is 100+, most likely.
5834 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5835 (gst_xvimagesink_getcaps): same
5837 2004-01-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
5840 Up version requirement to 2.0.3 (not yet released) to avoid symbol
5841 clashes with ffmpeg.
5843 2004-01-20 Julien MOUTTE <julien@moutte.net>
5845 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
5846 (gst_switch_init): Fixed switch element : proxying link and setting
5847 caps from src to sink on request.
5849 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5851 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5852 * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
5853 (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
5856 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5858 * sys/v4l/v4l_calls.h:
5859 * sys/v4l2/v4l2_calls.h:
5862 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5864 * gst-libs/gst/gst-i18n-plugin.h:
5866 remove config.h inclusion
5868 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5871 adding autopoint invocation
5874 * gst-libs/gst/gettext.h:
5876 * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
5877 * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
5878 * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5879 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5880 (gst_gnomevfssink_close_file):
5881 * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
5882 * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
5883 * gst-libs/gst/gst-i18n-plugin.h:
5884 * gst/avi/gstavi.c: (plugin_init):
5885 * sys/dxr3/dxr3init.c: (plugin_init):
5886 * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
5887 * sys/oss/gstossaudio.c: (plugin_init):
5888 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
5889 * sys/v4l/gstv4l.c: (plugin_init):
5890 * sys/v4l/v4l_calls.c: (gst_v4l_open):
5891 * sys/v4l2/gstv4l2.c: (plugin_init):
5892 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5893 (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
5894 (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
5895 (gst_v4l2_set_output), (gst_v4l2_get_frequency),
5896 (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
5897 (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
5898 make sure locale and translation domain are set
5899 fix translated strings
5905 put translation files into place
5906 * sys/xvideo/imagetest.c: (main):
5907 * ext/dv/demo-play.c: (main):
5908 fix unnecessary translations
5910 2004-01-19 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
5912 * ext/sndfile/gstsf.c:
5913 * gst/avi/gstavimux.c:
5914 * ext/audiofile/gstafsink.c:
5915 * ext/audiofile/gstafsrc.c:
5916 * ext/gnomevfs/gstgnomevfssink.c:
5917 * ext/gnomevfs/gstgnomevfssrc.c:
5918 * sys/oss/gstosselement.c:
5919 * sys/v4l/v4l_calls.h:
5922 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5924 * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
5925 (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
5926 (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
5927 (gst_v4l2_get_output), (gst_v4l2_set_output),
5928 (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
5929 (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
5930 (gst_v4l2_set_attribute):
5931 update to new error handling
5933 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5935 * ext/sidplay/gstsiddec.cc:
5936 * gst/modplug/gstmodplug.cc:
5937 parenthese NULL because C++ seems angry about it
5939 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
5941 * gst-libs/gst/gst-i18n-plugin.h:
5942 add skeleton i18n stuff, but needs to be further implemented
5944 2004-01-18 Thomas Vander Stichele <thomas at apestaart dot org>
5946 * examples/gstplay/player.c: (main):
5947 * ext/aalib/gstaasink.c: (gst_aasink_open):
5948 * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
5949 * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5950 * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5951 * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
5952 (gst_afsink_close_file):
5953 * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
5954 (gst_afsrc_close_file):
5955 * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
5956 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
5957 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
5958 * ext/esd/esdmon.c: (gst_esdmon_get):
5959 * ext/esd/esdsink.c: (gst_esdsink_chain):
5960 * ext/faac/gstfaac.c: (gst_faac_chain):
5961 * ext/faad/gstfaad.c: (gst_faad_chain):
5962 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
5963 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
5964 * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
5965 * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
5967 * ext/flac/gstflacenc.c: (gst_flacenc_chain):
5968 * ext/flac/gstflactag.c: (gst_flac_tag_chain):
5969 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
5970 * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
5971 (gst_gnomevfssink_close_file):
5972 * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
5973 (gst_gnomevfssrc_open_file):
5974 * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
5975 * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
5976 * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
5977 * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
5978 (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
5979 * ext/mad/gstmad.c: (gst_mad_chain):
5980 * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
5981 * ext/mpeg2dec/gstmpeg2dec.c:
5982 * ext/mpeg2enc/gstmpeg2enc.cc:
5983 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
5984 * ext/mplex/gstmplex.cc:
5985 * ext/mplex/gstmplexibitstream.cc:
5986 * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
5987 (gst_ogg_demux_push), (gst_ogg_pad_push):
5988 * ext/raw1394/gstdv1394src.c:
5989 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
5990 (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
5991 * ext/sidplay/gstsiddec.cc:
5992 * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
5994 * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
5995 * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
5996 * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
5997 * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
5998 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
5999 * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
6000 * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
6001 * gst-libs/gst/Makefile.am:
6002 * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
6003 (gst_riff_read_element_data), (gst_riff_read_seek),
6004 (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
6005 * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
6006 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
6007 (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
6008 * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
6009 (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
6010 * gst/avi/gstavimux.c: (gst_avimux_stop_file):
6011 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6012 * gst/goom/gstgoom.c: (gst_goom_chain):
6013 * gst/id3/gstid3types.c: (gst_id3types_loop):
6014 * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
6015 * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
6016 * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
6017 (gst_ebml_read_element_length), (gst_ebml_read_element_data),
6018 (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
6019 (gst_ebml_read_float), (gst_ebml_read_header):
6020 * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
6021 (gst_matroska_demux_parse_blockgroup):
6022 * gst/modplug/gstmodplug.cc:
6023 * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
6024 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
6025 * gst/oneton/gstoneton.c: (gst_oneton_chain):
6026 * gst/silence/gstsilence.c: (gst_silence_get):
6027 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6028 * gst/smpte/gstsmpte.c: (gst_smpte_loop):
6029 * gst/speed/gstspeed.c: (speed_loop):
6030 * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6031 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6032 * gst/volenv/gstvolenv.c: (gst_volenv_chain):
6033 * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6034 * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6035 (gst_wavparse_loop):
6036 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
6037 (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
6038 (dxr3audiosink_close):
6039 * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
6040 * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
6041 (dxr3videosink_close), (dxr3videosink_write_data):
6042 * sys/oss/gstosselement.c: (gst_osselement_open_audio):
6043 * sys/oss/gstosselement.h:
6044 * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
6045 (gst_osssink_chain):
6046 * sys/oss/gstosssrc.c: (gst_osssrc_get):
6047 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6048 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
6049 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
6050 * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
6051 (gst_v4l_enable_overlay):
6052 * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
6053 (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
6054 (gst_v4l_get_frequency), (gst_v4l_set_frequency),
6055 (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
6056 (gst_v4l_set_audio):
6057 * sys/v4l/v4l_calls.h:
6058 * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
6059 (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
6060 (gst_v4lmjpegsink_playback_init),
6061 (gst_v4lmjpegsink_playback_start):
6062 * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
6063 (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
6064 (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
6065 (gst_v4lmjpegsrc_requeue_frame):
6066 * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6067 (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
6068 (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
6069 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
6070 * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
6071 (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
6072 (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
6073 (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
6074 (gst_v4l2src_capture_stop):
6075 * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
6076 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6077 (gst_ximagesink_chain):
6078 * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
6079 (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
6080 (gst_xvideosink_xwindow_new):
6081 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6082 (gst_xvimagesink_chain):
6083 use new error signal, function and categories
6085 2004-01-18 Jeremy Simon <jesimon@libertysurf.fr>
6089 * ext/musicbrainz/gsttrm.c:
6090 * ext/musicbrainz/gsttrm.h:
6091 * ext/musicbrainz/Makefile.am:
6094 2004-01-18 Julien MOUTTE <julien@moutte.net>
6096 * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
6097 (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
6098 synchronous property for debugging.
6099 * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
6100 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6101 (gst_xvimagesink_set_property): Moving a pointer declaration to a
6102 smaller block, fixing indent.
6104 2004-01-16 David Schleef <ds@schleef.org>
6106 * gst/videofilter/gstvideobalance.c: Fix regression; changing a
6107 property affects the video stream.
6108 * sys/xvimage/xvimagesink.c:
6109 * sys/xvimage/xvimagesink.h:
6110 Add synchronous property for debugging. Should probably be
6111 disabled in non-CVS builds. Make sure that the Xv attribute
6112 exists before we set it (crash!). Fix a silly float bug that
6113 caused colorbalance to just not work.
6115 2004-01-17 Christian Schaller <Uraeus@gnome.org>
6117 * tools/gst-launch-ext.in - update for new plugins
6119 2004-01-16 David Schleef <ds@schleef.org>
6121 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
6124 2994-01-16 Christian Schaller <Uraeus@gnome.org>
6126 * Update spec for new colorspace plugin and libcaca plugin
6127 * Fix compilation of libcaca plugin (clock -> id)
6129 2004-01-16 Julien MOUTTE <julien@moutte.net>
6131 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
6132 (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
6133 (gst_xvimagesink_set_xwindow_id),
6134 (gst_xvimagesink_colorbalance_set_value),
6135 (gst_xvimagesink_colorbalance_get_value),
6136 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6137 (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
6138 correct colorbalance properties. They can now be set when the element
6139 is still in NULL state. The values will be committed to the Xv Port
6140 when xcontext is initialized.
6141 * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
6142 brightness int values in the GstXvImagesink structure.
6144 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6146 * gst-libs/gst/Makefile.am:
6147 restructure so having local patches works easier.
6149 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6151 * ext/mpeg2enc/Makefile.am:
6152 * ext/mpeg2enc/gstmpeg2enc.cc:
6153 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
6154 Bugfix with respect to EOS handling.
6156 2004-01-16 Ronald Bultje <rbultje@ronald.bitfreak.net>
6158 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
6159 Link with right caps (else, it segfaults).
6160 * ext/mplex/gstmplexjob.cc:
6161 Fix for slight API change in 1.6.1.93 release of mjpegtools.
6163 2004-01-15 David Schleef <ds@schleef.org>
6165 * gst-libs/gst/audio/Makefile.am:
6166 Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
6168 * gst-libs/gst/audio/gstaudiofilter.c:
6169 * gst-libs/gst/audio/gstaudiofilter.h:
6170 Add bytes_per_sample and size and n_samples calculation.
6171 * gst-libs/gst/audio/gstaudiofilterexample.c:
6172 Remove, now autogenerated.
6173 * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6174 Moved from gstaudiofilterexample, object name changed, code added
6175 so that it actually works.
6176 * gst-libs/gst/audio/make_filter:
6177 Script to build an audiofilter subclass from the template.
6178 * gst/colorspace/Makefile.am:
6179 * gst/colorspace/yuv2yuv.c:
6180 Remove file, since it's GPL, and we don't use it.
6182 2004-01-15 Julien MOUTTE <julien@moutte.net>
6184 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6185 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
6186 them use the buffer free function to test how the buffer was allocated.
6188 2004-01-15 David Schleef <ds@schleef.org>
6190 * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
6191 that handles osssink fallback.
6192 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6193 (gst_audio_convert_getcaps):
6194 * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6195 Add audio/x-qdm2 for QDM2 audio.
6196 * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
6197 * gst/sine/gstsinesrc.h: Add example of how to implement tags.
6198 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6199 Decrease minimum size to 16x16.
6200 * gst/wavparse/gstwavparse.c:
6201 Convert disabled pad template caps to new caps.
6202 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6203 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6204 (gst_xvimagesink_chain): Throw element error when display cannot
6205 be opened. Increase minimum framerate to 1.0. Check the data
6206 free function on a buffer to make sure it is the type we expect
6207 before manipulating it.
6209 2004-01-15 Julien MOUTTE <julien@moutte.net>
6211 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
6212 (gst_videobalance_colorbalance_set_value): Implement passthru if
6213 settings are in the middle.
6214 * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
6216 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
6218 * gst/videofilter/Makefile.am:
6219 * gst/volume/Makefile.am:
6220 Since we use videofilter symbols, link to it.
6222 2004-01-15 Julien MOUTTE <julien@moutte.net>
6224 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
6225 mixer interface type to HARDWARE.
6226 * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
6228 * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
6229 * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
6230 * gst/volume/gstvolume.c: (gst_volume_interface_supported),
6231 (gst_volume_interface_init), (gst_volume_list_tracks),
6232 (gst_volume_set_volume), (gst_volume_get_volume),
6233 (gst_volume_set_mute), (gst_volume_mixer_init),
6234 (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
6235 (volume_init): Implementing mixer interface.
6236 * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
6237 * sys/oss/gstosselement.c: (gst_osselement_get_type),
6238 (gst_osselement_change_state): Removing some trailing commas in
6240 * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
6241 interface type to HARDWARE.
6242 * sys/v4l/gstv4lcolorbalance.c:
6243 (gst_v4l_color_balance_interface_init): Setting colorbalance interface
6245 * sys/v4l2/gstv4l2colorbalance.c:
6246 (gst_v4l2_color_balance_interface_init): Setting colorbalance
6247 interface type to HARDWARE.
6248 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
6249 same code than ximagesink for event handling.
6251 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
6253 * ext/snapshot/Makefile.am:
6254 * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
6255 (gst_snapshot_chain):
6256 * ext/snapshot/gstsnapshot.h:
6257 This has to be a joke... Snapshot should be connected to a tee,
6258 colorspace element before it and EOS after that, where the other
6259 src of the tee receives normal data.
6260 The current way is *wrong*.
6262 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
6264 * ext/hermes/gsthermescolorspace.c:
6265 Fix another compile error. Same as below.
6267 2004-01-15 Ronald Bultje <rbultje@ronald.bitfreak.net>
6269 * gst/colorspace/gstcolorspace.c:
6270 * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
6271 (gst_colorspace_i420_to_yv12):
6272 Fix compiling... Didn't test if it actually works.
6274 2004-01-15 David Schleef <ds@schleef.org>
6277 * gst/colorspace/Makefile.am:
6278 * gst/colorspace/gstcolorspace.c:
6279 * gst/colorspace/gstcolorspace.h:
6280 * gst/colorspace/yuv2rgb.c:
6281 * gst/colorspace/yuv2rgb.h:
6282 Duplicate the ext/hermes colorspace plugin, and remove Hermes
6283 code and GPL code. Fix for new caps negotiation. Rewrite
6284 much of the format handling code, and some of the conversion
6285 code. Basically, rewrote almost everything. This element
6286 handles I420, YV12 to RGB conversions.
6287 * ext/hermes/Makefile.am:
6288 * ext/hermes/gsthermescolorspace.c:
6289 Rename colorspace to hermescolorspace. Fix negotiation issues.
6290 Remove non-Hermes related code. This element handles lots of
6291 RGB to RGB conversions, but no YUV.
6292 * ext/hermes/gstcolorspace.c:
6293 * ext/hermes/gstcolorspace.h:
6294 * ext/hermes/rgb2yuv.c:
6295 * ext/hermes/yuv2rgb.c:
6296 * ext/hermes/yuv2rgb.h:
6297 * ext/hermes/yuv2rgb_mmx16.s:
6298 * ext/hermes/yuv2yuv.c:
6299 * ext/hermes/yuv2yuv.h:
6302 2004-01-14 Colin Walters <walters@verbum.org>
6304 * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
6305 they've already been.
6307 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
6309 * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
6310 assume tag mode when pad is not connected
6312 2004-01-15 Benjamin Otte <in7y118@public.uni-hamburg.de>
6314 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6315 Don't update the time of the clock
6316 (gst_alsa_sink_loop):
6317 sync to the clock given to alsasink, not the own clock
6318 * sys/oss/gstosssink.c: (gst_osssink_chain):
6320 (gst_osssink_change_state):
6322 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6323 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
6324 remove bogus code that made DISCONT events unhandled
6325 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
6326 explicitly case to double in _set_simple. (fixes 2nd warning in bug
6328 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
6329 (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
6330 (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
6331 convert g_warning because of wrong asf data to GST_WARNINGs (fixes
6332 2nd warning in bug #131502)
6334 2004-01-14 Julien MOUTTE <julien@moutte.net>
6336 * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
6337 (gst_videobalance_colorbalance_set_value),
6338 (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
6339 for colorbalance interface implementation.
6340 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6341 (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6342 (gst_ximagesink_dispose), (gst_ximagesink_init),
6343 (gst_ximagesink_class_init): Adding DISPLAY property.
6344 * sys/ximage/ximagesink.h: Adding display_name to store display.
6345 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6346 (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6347 (gst_xvimagesink_dispose), (gst_xvimagesink_init),
6348 (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
6349 properties (they still need polishing though for gst-launch use : no
6350 xcontext yet, i ll do that tomorrow).
6351 * sys/xvimage/xvimagesink.h: Adding display_name to store display.
6353 2004-01-14 Julien MOUTTE <julien@moutte.net>
6355 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
6356 (gst_play_set_location), (gst_play_set_visualization): Preparing
6357 switch integration, adding videobalance in the pipeline.
6359 2004-01-14 Julien MOUTTE <julien@moutte.net>
6361 * gst-libs/gst/colorbalance/colorbalance.c:
6362 (gst_color_balance_class_init): Adding a default type.
6363 * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
6365 * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
6366 (gst_videobalance_dispose), (gst_videobalance_class_init),
6367 (gst_videobalance_init), (gst_videobalance_interface_supported),
6368 (gst_videobalance_interface_init),
6369 (gst_videobalance_colorbalance_list_channels),
6370 (gst_videobalance_colorbalance_set_value),
6371 (gst_videobalance_colorbalance_get_value),
6372 (gst_videobalance_colorbalance_init): Implementing colorbalance
6374 * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
6376 * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
6377 bug which was triggering a BadAccess X error when setting an overlay
6378 before pad was really negotiated.
6379 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
6380 Using the colorbalance type macro.
6382 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6384 * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
6385 (gst_flacenc_chain):
6386 handle tags correctly
6387 * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
6388 extract ID3v1 tags correctly
6390 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
6392 * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
6394 Improve matroska typefinding for odd-typed headers...
6396 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
6398 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
6399 Fix for using incremental number on padnames.
6401 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
6403 * ext/divx/gstdivxdec.c:
6404 * ext/divx/gstdivxenc.c:
6405 Set category to divx4linux instead of divx (too generic).
6406 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6407 (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6408 (gst_wavparse_loop), (gst_wavparse_change_state):
6409 * gst/wavparse/gstwavparse.h:
6410 fix parsing of WAV files with non-standard fmt-tag size and fix
6411 skipping of unrecognized chunks... Someone please fix this thing
6412 to use rifflib so all this is automated.
6413 * sys/v4l/Makefile.am:
6414 * sys/v4l2/Makefile.am:
6415 Add X_CFLAGS because we depend on X (for overlay).
6417 2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
6419 * ext/mpeg2dec/gstmpeg2dec.c:
6420 Don't issue a timestamp unless we tagged the frame
6423 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6425 * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
6426 Query the audio element to get the time, not the clock. We're
6427 interested in the element's time here.
6429 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6431 * ext/aalib/gstaasink.c: (gst_aasink_chain):
6432 * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6433 * ext/esd/esdsink.c: (gst_esdsink_chain):
6434 * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
6435 * ext/mas/massink.c: (gst_massink_chain):
6436 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
6437 * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
6438 (gst_matroska_demux_parse_metadata):
6439 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
6440 (gst_mpeg_parse_release_locks):
6441 * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
6442 * gst/udp/gstudpsink.c: (gst_udpsink_chain):
6443 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6444 * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
6445 (gst_osssink_change_state):
6446 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
6447 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6448 * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
6449 (gst_xvideosink_release_locks):
6450 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
6452 * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
6453 (gst_alsa_clock_stop):
6454 * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
6455 (gst_audio_clock_get_internal_time):
6456 simplify for use with new clocking code.
6457 * testsuite/alsa/Makefile.am:
6458 * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
6459 fix testsuite for new caps system
6461 2004-01-14 Benjamin Otte <in7y118@public.uni-hamburg.de>
6463 * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
6464 * ext/flac/gstflacenc.c: (add_one_tag):
6465 length is already host endian, no need to convert. Fixes playback of
6466 tagged files on PPC. (bug #128384)
6468 2004-01-13 Julien MOUTTE <julien@moutte.net>
6470 * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
6471 colorbalance interface stating if it is hardware based or software
6473 * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
6474 Removing a trailing comma.
6475 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6476 (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
6477 Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
6478 the documentation seems to be wrong on the -1000 to 1000 interval.
6480 2004-01-12 David Schleef <ds@schleef.org>
6482 * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
6483 (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
6484 (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
6485 Fix negotiation. Add a bufferalloc function for the sink pad,
6486 and generally clean up some of the code.
6488 2004-01-12 Julien MOUTTE <julien@moutte.net>
6490 * gst-libs/gst/colorbalance/colorbalancechannel.c:
6491 (gst_color_balance_channel_dispose): Adding safety check in dispose
6493 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6494 (gst_xvimagesink_xcontext_clear),
6495 (gst_xvimagesink_interface_supported),
6496 (gst_xvimagesink_colorbalance_list_channels),
6497 (gst_xvimagesink_colorbalance_set_value),
6498 (gst_xvimagesink_colorbalance_get_value),
6499 (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
6500 Adding colorbalance interface support to set XV parameters such as
6501 HUE, BRIGHTNESS, CONTRAST, SATURATION.
6502 * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
6505 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
6507 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
6508 (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
6509 (gst_audio_convert_init), (gst_audio_convert_set_property),
6510 (gst_audio_convert_get_property), (gst_audio_convert_chain),
6511 (gst_audio_convert_link),
6512 (gst_audio_convert_buffer_to_default_format),
6513 (gst_audio_convert_buffer_from_default_format), (plugin_init):
6514 - implement _getcaps and use it
6516 - remove float caps since no float conversion is actually done
6517 - remove properties and arguments that were to be used for rate
6520 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
6522 * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
6523 (gst_audio_structure_set_int):
6524 * gst-libs/gst/audio/audio.h:
6525 add helper functions for _getcaps matching the standard audio
6528 2004-01-12 David Schleef <ds@schleef.org>
6530 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6531 Test that pad is negotiated before getting its caps.
6533 2004-01-12 Julien MOUTTE <julien@moutte.net>
6535 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
6536 analyzing the pads of an element the bin is mostly in READY state so
6537 no caps were negotiated. This helper function needs to work with
6538 _get_caps directly then. I was not freeing them though, added that to
6541 2004-01-12 Julien MOUTTE <julien@moutte.net>
6543 * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
6544 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
6545 direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
6548 2004-01-12 Thomas Vander Stichele <thomas at apestaart dot org>
6550 * sys/oss/gstossaudio.c: (plugin_init):
6551 * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
6552 * sys/oss/gstosselement.h:
6553 make an oss debugging category
6554 make failure more descriptive
6556 2004-01-11 David Schleef <ds@schleef.org>
6558 * ext/ffmpeg/gstffmpeg.c:
6559 * ext/ffmpeg/gstffmpegcodecmap.c:
6560 * ext/ffmpeg/gstffmpegdec.c:
6561 * ext/ffmpeg/gstffmpegenc.c:
6562 * ext/ffmpeg/gstffmpegprotocol.c:
6563 * ext/gdk_pixbuf/gstgdkanimation.c:
6564 * ext/jpeg/gstjpeg.c:
6565 * ext/libpng/gstpng.c:
6566 * ext/mpeg2dec/perftest.c:
6567 * ext/speex/gstspeex.c:
6568 * gst-libs/gst/resample/dtos.c:
6569 * gst/intfloat/gstintfloatconvert.c:
6570 * gst/oneton/gstoneton.c:
6571 * gst/rtjpeg/RTjpeg.c:
6573 * sys/dxr3/dxr3init.c:
6574 * sys/glsink/gstgl_nvimage.c:
6575 * sys/glsink/gstgl_pdrimage.c:
6576 * sys/glsink/gstglsink.c:
6577 * testsuite/gst-lint:
6578 Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
6580 2004-01-11 David Schleef <ds@schleef.org>
6582 * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
6583 * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
6584 * ext/gdk_pixbuf/gstgdkanimation.c:
6585 (gst_gdk_animation_iter_create_pixbuf):
6586 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6587 (gst_gdk_pixbuf_chain):
6588 * ext/gdk_pixbuf/gstgdkpixbuf.h:
6589 * ext/jack/gstjack.c: (gst_jack_change_state):
6590 * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
6591 * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
6592 * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
6593 * gst/videofilter/gstvideofilter.c:
6594 (gst_videofilter_set_output_size):
6595 Remove all usage of gst_pad_get_caps(), and replace it with
6596 gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
6598 2004-01-11 David Schleef <ds@schleef.org>
6601 * ext/Makefile.am: Fixes to make ext/libcaca compile.
6602 * ext/divx/gstdivxdec.c:
6603 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
6604 (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
6605 handle images that span multiple buffers. Now work with both
6606 filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
6607 * ext/gdk_pixbuf/gstgdkpixbuf.h:
6608 * ext/libcaca/gstcacasink.h: Fixes needed due to recent
6609 video/video.h changes
6610 * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
6611 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6612 (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
6613 of GstData free function.
6614 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
6617 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6619 * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
6620 (gst_v4l2element_dispose), (gst_v4l2element_set_property),
6621 (gst_v4l2element_get_property):
6622 * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
6623 add norm, channel and frequency properties.
6624 * sys/v4l2/gstv4l2tuner.c:
6625 fixes for tuner interface changes
6626 * sys/v4l2/gstv4l2element.h:
6627 * sys/v4l2/gstv4l2src.c:
6628 * sys/v4l2/gstv4l2src.h:
6629 * sys/v4l2/v4l2src_calls.c:
6630 * sys/v4l2/v4l2src_calls.h:
6631 rework v4l2src to work with saa1734 cards and allow mmaped buffers.
6633 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6635 * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
6636 (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
6637 (gst_tuner_channel_changed), (gst_tuner_norm_changed),
6638 (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
6639 * gst-libs/gst/tuner/tuner.h:
6640 GObjects aren't const.
6641 Add find_by_name functions.
6642 Add checks to _changed functions.
6643 * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
6644 (gst_v4l_tuner_get_norm):
6647 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de>
6649 * gst-libs/gst/video/video.h:
6650 Fix caps template names to be understandable.
6651 Prefix everything with GST_VIDEO.
6652 * ext/aalib/gstaasink.c:
6653 * ext/divx/gstdivxdec.c:
6654 * ext/divx/gstdivxenc.c:
6655 * ext/gdk_pixbuf/gstgdkpixbuf.c:
6656 * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
6657 * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
6658 * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
6659 * ext/libcaca/gstcacasink.c:
6660 * ext/libpng/gstpngenc.c: (raw_caps_factory):
6661 * ext/snapshot/gstsnapshot.c:
6662 * ext/swfdec/gstswfdec.c:
6663 * ext/xvid/gstxviddec.c:
6664 * ext/xvid/gstxvidenc.c:
6665 * gst/chart/gstchart.c:
6666 * gst/deinterlace/gstdeinterlace.c:
6667 * gst/effectv/gsteffectv.c:
6668 * gst/flx/gstflxdec.c: (gst_flxdec_loop):
6669 * gst/goom/gstgoom.c:
6670 * gst/median/gstmedian.c:
6671 * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
6672 (gst_monoscope_srcconnect), (gst_monoscope_chain):
6673 * gst/overlay/gstoverlay.c:
6674 * gst/smooth/gstsmooth.c:
6675 * gst/smpte/gstsmpte.c:
6676 * gst/synaesthesia/gstsynaesthesia.c:
6677 * gst/videocrop/gstvideocrop.c:
6678 * gst/videodrop/gstvideodrop.c:
6679 * gst/y4m/gsty4mencode.c:
6680 * sys/qcam/gstqcamsrc.c:
6681 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6682 Make them work with new video.h file.
6683 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6684 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
6685 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6686 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
6687 Make it work with new buffer allocation system.
6689 2004-01-11 Julien MOUTTE <julien@moutte.net>
6691 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
6692 pad_alloc_buffer implementation to use ->srcpad
6693 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
6694 pad_alloc_buffer implementation to use ->srcpad
6695 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Fixing the
6696 pad_alloc_buffer implementation to use ->srcpad
6697 * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
6698 (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
6699 (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
6700 a reference to everything we need.
6701 * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
6702 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6703 (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6704 (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
6705 a reference to everything we need.
6706 * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
6708 2004-01-11 David Schleef <ds@schleef.org>
6710 * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
6711 * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
6712 (gst_fenced_buffer_default_copy): Fix for rename of buffer private
6714 * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
6715 value during a resize/renegotiation.
6716 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
6717 gst_pad_alloc_buffer();
6718 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6719 (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
6721 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
6722 Fix for rename of buffer private structure members.
6723 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6724 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
6725 Fix for rename of buffer private structure members.
6726 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6727 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
6728 Fix for rename of buffer private structure members.
6730 2004-01-11 Arwed v. Merkatz <v.merkatz@gmx.net>
6732 reviewed by: David Schleef <ds@schleef.org>
6734 * gst/videofilter/Makefile.am:
6735 * gst/videofilter/gstgamma.c: Gamma correction filter. Modified
6736 from the patch by ds to fit in with recent make_filter changes.
6738 2004-01-11 Julien MOUTTE <julien@moutte.net>
6740 * configure.ac: Adding examples/switch/Makefile
6741 * examples/Makefile.am: Adding examples/switch
6742 * examples/switch/Makefile.am: Adding switcher example.
6743 * examples/switch/switcher.c: (got_eos), (idle_iterate),
6744 (switch_timer), (main): Adding an example demonstrating switch usage
6745 with 2 videotestsrc showing different patterns.
6746 * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
6747 (gst_switch_init): Fixing switch with the new caps system.
6749 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6751 * gst-libs/gst/video/video.h:
6752 Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
6753 They should probably be like
6754 GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
6756 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6758 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6759 (qtdemux_parse_trak):
6760 fix audio chunk size/timestamp calculation
6762 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de>
6764 * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
6767 2004-01-11 Steve Baker <steve@stevebaker.org>
6769 * gst/effectv/gstaging.c: (gst_agingtv_get_type),
6770 (gst_agingtv_base_init), (gst_agingtv_class_init),
6771 (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
6772 (gst_agingtv_set_property), (gst_agingtv_get_property):
6773 Port agingTV to videofilter
6775 2004-01-09 Julien MOUTTE <julien@moutte.net>
6777 * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
6778 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6780 2004-01-09 Julien MOUTTE <julien@moutte.net>
6782 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
6783 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6784 * gst-libs/gst/xoverlay/xoverlay.c:
6785 (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
6786 * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
6787 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6788 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
6789 Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
6790 * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6791 (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
6792 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
6793 the bufferalloc_function to replace bufferpools, fixing the XOverlay
6794 interface implementation to handle xid being 0 and fix some bugs
6795 triggered by Benjamin's testcase.
6796 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6797 (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6798 (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
6799 the bufferalloc_function to replace bufferpools, fixing the XOverlay
6800 interface implementation to handle xid being 0 and fix some bugs
6801 triggered by Benjamin's testcase.
6803 2004-01-09 David Schleef <ds@schleef.org>
6805 * ext/librfb/gstrfbsrc.c: Hacking. Added actual decoding and
6806 mouse pointer events. It works.
6808 2004-01-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
6810 * ext/divx/gstdivxenc.c: (gst_divxenc_init):
6811 Use explicit caps - fix capsnego.
6812 * ext/xvid/gstxviddec.c:
6813 * ext/xvid/gstxvidenc.c:
6814 Remove macro-inside-macro which caused compile errors.
6815 * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
6816 Error out if it's not a RIFF file. Else we error out without
6817 gst_element_error() which is not good...
6819 2004-01-08 David Schleef <ds@schleef.org>
6821 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
6822 Fix pad_link function to handle formats that ffmpeg returns
6823 as multiple caps structures.
6824 * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
6825 Only complain if source buffer is _smaller_ than expected.
6826 * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6827 (gst_videoscale_handle_src_event): Resize navigation events
6828 when passing them upstream.
6829 * gst/videotestsrc/gstvideotestsrc.c:
6830 * gst/videotestsrc/gstvideotestsrc.h:
6831 * gst/videotestsrc/videotestsrc.c:
6832 * gst/videotestsrc/videotestsrc.h:
6833 Rewrite many of the buffer painting functions to handle odd
6834 sizes (for many formats, size%4!=0 or size%8!=0). Most have
6835 been verified to work with my video card.
6836 * testsuite/gst-lint: Add check for elements calling
6837 gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
6839 2004-01-08 David Schleef <ds@schleef.org>
6841 * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
6842 (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
6844 2004-01-08 Julien MOUTTE <julien@moutte.net>
6846 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
6847 configure event is not emiting the desired size signal. That fixes
6848 aspect ratio issues with gst-player.
6850 2004-01-08 Ronald Bultje <rbultje@ronald.bitfreak.net>
6852 * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
6855 2004-01-08 Julien MOUTTE <julien@moutte.net>
6857 * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
6858 public method to fire size signal.
6860 2004-01-07 Julien MOUTTE <julien@moutte.net>
6862 * examples/gstplay/Makefile.am: Adding the interface library.
6863 * gst-libs/gst/play/Makefile.am: Adding the interface library.
6864 * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to the XOverlay size signal instead of GstVideoSink.
6865 * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
6866 GST_IS_X_OVERLAY before signal connect.
6867 * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
6868 Removing the have_video_size signal.
6869 * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
6870 and associated public method.
6871 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6872 (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
6874 * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
6875 (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
6877 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
6878 Using XOverlay public method to fire size signal.
6880 2004-01-07 David Schleef <ds@schleef.org>
6882 * gst/videofilter/Makefile.am:
6883 * gst/videofilter/gstvideotemplate.c:
6884 * gst/videofilter/make_filter:
6885 Create gstvideoexample.c in a srcdir!=builddir friendly way.
6886 Convert make_filter to /bin/sh script.
6888 2004-01-07 Thomas Vander Stichele <thomas at apestaart dot org>
6890 * gst/modplug/gstmodplug.cc: fix element description
6892 2004-01-07 Julien MOUTTE <julien@moutte.net>
6894 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
6895 (got_video_size): Adding some new lines in g_print calls.
6896 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6897 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
6898 (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
6899 (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
6900 (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
6901 (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
6902 Complete code review, reverting some stuff i disagree with, adding
6903 some fixes : time synchronization on invalid timestamps, renegotiation
6905 * sys/ximage/ximagesink.h:
6906 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
6907 (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
6908 (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
6909 (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
6910 (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
6911 (gst_xvimagesink_buffer_new),
6912 (gst_xvimagesink_navigation_send_event),
6913 (gst_xvimagesink_set_xwindow_id),
6914 (gst_xvimagesink_get_desired_size),
6915 (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
6916 stuff i disagree with, adding some fixes : Renegotiation of private
6917 window, implementing get_desired_size.
6919 2004-01-07 Ronald Bultje <rbultje@ronald.bitfreak.net>
6921 * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
6922 (gst_afsink_handle_event):
6923 * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
6924 * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
6925 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
6926 * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
6927 * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
6928 Fix for instantiate-test (see core). Also remove dead code from
6929 jpegenc (which still needs fixing, but that's lower on my TODO
6931 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
6932 Never return NULL as caps.
6934 2004-01-07 David Schleef <ds@schleef.org>
6938 * ext/librfb/Makefile.am:
6939 * ext/librfb/gstrfbsrc.c:
6940 New source plugin based on librfb-0.1. RFB (remote framebuffer)
6941 is the protocol used by VNC.
6943 2004-01-07 David Schleef <ds@schleef.org>
6945 * gst/videofilter/gstvideotemplate.c:
6946 * gst/videofilter/gstvideotemplate.h:
6947 * gst/videofilter/make_filter:
6948 Merge videotemplate header into source file.
6949 * gst/effectv/Makefile.am:
6950 * gst/effectv/gsteffectv.c: (plugin_init):
6951 * gst/effectv/gstwarp.c:
6952 Make warpTV a subclass of videofilter.
6954 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
6956 * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
6957 Add guard against invalid utf-8 conversions in mad. Just in case.
6959 2004-01-07 Benjamin Otte <in7y118@public.uni-hamburg.de>
6961 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
6962 Fix for bug shown by poisoning
6964 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
6966 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
6967 (gst_v4lmjpegsrc_buffer_free):
6968 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
6969 (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
6970 (gst_v4lsrc_buffer_free):
6971 Fix for removed bufferpools.
6973 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
6975 * ext/dv/gstdvdec.c: (gst_dvdec_loop):
6976 Fix caps negotiation.
6978 * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
6979 (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
6980 (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
6982 * ext/mpeg2dec/gstmpeg2dec.c:
6983 * gst-libs/gst/navigation/navigation.c:
6984 (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
6985 * gst-libs/gst/navigation/navigation.h:
6986 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
6987 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
6988 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
6989 Super-simple first version of mouse and keyboard events. Clicking
6990 on a DVD menu now works, although it may not take you where you
6993 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
6994 * gst/videotestsrc/gstvideotestsrc.c:
6995 (gst_videotestsrc_src_fixate):
6996 These fixate functions were broken - they never actually
6999 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
7001 * ext/shout/gstshout.c: (gst_icecastsend_base_init),
7002 (gst_icecastsend_init):
7003 fix for new caps system.
7004 * gst-libs/gst/mixer/mixertrack.h:
7005 * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
7006 Add 'master track' flag (for tools like ACME that only want to
7007 change the main volume).
7009 2004-01-07 Jan Schmidt <thaytan@mad.scientist.com>
7011 * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
7012 (gst_xvid_csp_to_caps):
7013 * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
7014 * ext/xvid/gstxvidenc.c:
7015 ifdef out ARGB type when it isn't available
7016 in xvidcore 1.0.0beta2
7018 2004-01-06 Ronald Bultje <rbultje@ronald.bitfreak.net>
7020 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
7021 When we have received a new SCR right in the first buffer after
7022 a seek (so in the same cycle that handles the discont), we should
7023 handle the buffer instead of unreffing it, else we lose data.
7025 2004-01-06 Iain <iain@prettypeople.org>
7027 * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
7028 buffer-frames caps too.
7030 * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
7031 caps that we need, don't destroy them all and rebuild them. And when
7032 creating src pads, use the src pad template rather than the sink...
7034 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net>
7036 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
7037 Add pad to element *after* setting functions such as event handler.
7038 Without this, the scheduler (opt) will link pads, set the event
7039 handler from the default event function (dispatcher in gstpad.c)
7040 and *after* that, we will set our own event function, which will
7041 thus never be used (and thus mpegdemux doesn't handle events).
7043 2004-01-04 David Schleef <ds@schleef.org>
7045 Fix the fixate functions to handle new prototype:
7046 * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
7047 * gst/videotestsrc/gstvideotestsrc.c:
7048 (gst_videotestsrc_src_fixate):
7049 * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
7050 * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
7051 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
7053 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7055 * sys/ximage/ximagesink.h:
7056 * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
7057 (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
7058 (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
7059 (gst_ximagesink_xoverlay_init):
7060 assorted fixes to make (re)embedding work
7061 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
7062 (gst_ximagesink_get_desired_size):
7063 implement desired size additions to XOverlay
7065 2004-01-04 Benjamin Otte <in7y118@public.uni-hamburg.de>
7067 * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
7068 (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
7069 (gst_x_overlay_got_desired_size):
7070 * gst-libs/gst/xoverlay/xoverlay.h:
7071 Add optional "desired size" signal and querying.
7073 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7075 * gst/matroska/matroska-demux.c:
7076 (gst_matroska_demux_parse_blockgroup):
7077 Fix EBML-laced block parsing. Diffs are relative to previous
7078 lace, not the first lace. Thanks to Mosu from the Matroska
7079 team for detecting this.
7080 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7081 (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
7082 (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
7083 (gst_wavparse_change_state):
7084 * gst/wavparse/gstwavparse.h:
7085 Quickfix for capsnego.
7087 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7089 * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
7090 Fix indenting, fix pad creation.
7092 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7094 * ext/xvid/gstxviddec.c: (gst_xviddec_init),
7095 (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
7096 (gst_xviddec_sink_link):
7097 Implement src_getcaps() so proper size caps is negotiated.
7099 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7101 * ext/flac/gstflacdec.c: (gst_flacdec_loop):
7102 Finish flac decoder on EOS. See #116178.
7104 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7106 * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
7107 (gst_matroska_demux_add_stream):
7108 * gst/matroska/matroska-ids.h:
7109 Add getcaps() function to fix capsnego...
7111 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net>
7113 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7114 (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7115 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7116 Fix more integer overflows. Again, see #126967.
7118 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7120 * ext/mpeg2dec/gstmpeg2dec.c:
7121 Add support for mpeg2dec-0.4.0 (released two weeks ago). See
7124 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7127 * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
7128 (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
7129 * ext/xvid/gstxvid.h:
7130 * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
7131 (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
7132 (gst_xviddec_src_link), (gst_xviddec_sink_link),
7133 (gst_xviddec_change_state):
7134 * ext/xvid/gstxviddec.h:
7135 * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
7136 (gst_xvidenc_base_init), (gst_xvidenc_class_init),
7137 (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
7138 (gst_xvidenc_link), (gst_xvidenc_set_property),
7139 (gst_xvidenc_get_property), (gst_xvidenc_change_state):
7140 * ext/xvid/gstxvidenc.h:
7141 Update xvid plugin to latest xvid (1.0.0-beta3) API.
7143 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7145 * gst/rtp/rtp-packet.c:
7146 Add sys/types.h include, since OS X doesn't define in_addr_t
7147 in netinet/in.h, like it does on Linux (see #129600).
7149 2004-01-03 Thomas Canty <tommydal@optushome.com.au>
7151 reviewed by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7153 * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
7154 Correct logic of dispose function (see #129306).
7156 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7158 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
7159 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
7160 (gst_mpeg_parse_init):
7161 * gst/mpegstream/gstmpegparse.h:
7162 Remove clock (which was never provided, i.e. dead code), and
7163 also fix integer overflows at high PTS values (see #126967).
7165 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7167 * ext/flac/gstflacdec.c:
7168 * ext/libpng/gstpngenc.h:
7169 * ext/mikmod/gstmikmod.h:
7170 OS X fixes (see #126628).
7172 2004-01-02 David Schleef <ds@schleef.org>
7174 * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
7175 (gst_alsa_src_base_init): Remove bogus "src" request pad.
7176 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
7177 (gst_mpeg_parse_class_init): Move pad template registration
7178 to class_init, since the derived class (mpegdemux) doesn't
7181 2004-01-03 Ronald Bultje <rbultje@ronald.bitfreak.net>
7183 * sys/ximage/Makefile.am:
7184 * sys/xvideo/Makefile.am:
7185 * sys/xvimage/Makefile.am:
7186 Move interface libs from LDFLAGS to LIBADD, fix relocation errors
7187 after installation (see #127664).
7189 2004-01-02 David Schleef <ds@schleef.org>
7191 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
7192 (gst_ffmpegenc_connect): Negotiation fixes.
7193 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
7194 Remove inappropriate gst_caps_free().
7195 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
7196 Reenable Ronald's internal resize code, since the core handles
7199 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
7201 * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
7202 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
7203 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
7204 Fix pad template stuff.
7206 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
7208 * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
7209 * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
7210 fix signed integer reading/writing.
7212 2004-01-02 Benjamin Otte <in7y118@public.uni-hamburg.de>
7215 Remove outdated document
7217 2004-01-03 Jan Schmidt <thaytan@mad.scientist.com>
7219 * gst/cutter/gstcutter.c: (gst_cutter_init):
7220 src pad was being created twice - oops.
7222 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
7224 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
7225 Comment out internal resize. It doesn't handle the resulting
7226 XEvent internally, does another try_set_caps() which leads to
7228 Real fix will come when Julien and Dave are awake. ;).
7230 2004-01-02 Ronald Bultje <rbultje@ronald.bitfreak.net>
7232 * ext/mpeg2enc/gstmpeg2enc.cc:
7233 fix const/nonconst compile issue.
7235 2004-01-02 David Schleef <ds@schleef.org>
7237 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
7238 (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
7239 Add fixate function and a check for bad formats.
7241 2004-01-01 David Schleef <ds@schleef.org>
7244 * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7245 (gst_audiofilter_init):
7246 * gst/debug/efence.c: (gst_efence_init):
7247 * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7248 (gst_deinterlace_init):
7249 * gst/volume/gstvolume.c: (volume_connect):
7251 2004-01-01 David Schleef <ds@schleef.org>
7253 Convert elements to use gst_pad_use_explicit_caps() where
7255 * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
7256 * ext/audiofile/gstafparse.c: (gst_afparse_init),
7257 (gst_afparse_open_file):
7258 * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
7259 (gst_afsrc_open_file):
7260 * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
7261 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
7262 (gst_ffmpegdec_chain):
7263 * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
7264 * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
7265 * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
7266 (gst_gdk_pixbuf_chain):
7267 * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
7268 (gst_jpegdec_chain):
7269 * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
7270 * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
7271 (gst_mikmod_negotiate):
7272 * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
7273 (gst_mpeg2dec_negotiate_format):
7274 * ext/mpeg2enc/gstmpeg2enc.cc:
7275 * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7276 * ext/speex/gstspeexdec.c: (gst_speexdec_init),
7277 (gst_speexdec_sinkconnect):
7278 * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
7279 * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
7280 (gst_vorbisfile_new_link):
7281 * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
7282 (gst_ac3parse_chain):
7283 * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
7284 (gst_asf_demux_setup_pad):
7285 * gst/auparse/gstauparse.c: (gst_auparse_init),
7286 (gst_auparse_chain):
7287 * gst/id3/gstid3types.c: (gst_id3types_loop):
7288 * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
7289 * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
7290 (mp1videoparse_parse_seq):
7291 * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
7293 * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7294 (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
7295 * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
7296 (gst_mpeg_parse_send_data):
7297 * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7298 (gst_qtdemux_add_stream):
7299 * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
7300 * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
7301 (gst_wavparse_parse_fmt):
7303 2004-01-01 Ronald Bultje <rbultje@ronald.bitfreak.net>
7306 Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
7307 1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
7308 it therefore uses the wrong include paths. Too bad... Note
7309 that 1.6.1.93 is not release yet. ;).
7310 Also add a check for mplex, which is now using the lib'ified
7311 mplex from mjpegtools, too.
7312 * ext/ffmpeg/gstffmpegcodecmap.c:
7313 Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
7314 issues. I don't think ffmpeg handles 3ivx correctly, so this
7315 probably won't work. But it won't hurt either.
7316 * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
7317 (gst_ffmpegdec_chain):
7318 * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
7319 (gst_ffmpegenc_chain_audio):
7320 Fix memleak in audio encoding. Close codec if open fails, this
7321 calls the cleanup routines so we can re-use the context.
7322 * ext/mpeg2enc/gstmpeg2enc.cc:
7323 Fix pad template names/types, fix memory issue with getcaps().
7324 * ext/mpeg2enc/gstmpeg2encoder.cc:
7325 * ext/mpeg2enc/gstmpeg2encoder.hh:
7326 Fix compile issue with new caps system (const thingy).
7327 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7328 * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
7329 We read a first frame right on initing, so that we have a caps
7330 when we init the output. This caps is cached in padprivate and
7331 read as first frame.
7332 * ext/mplex/Makefile.am:
7333 * ext/mplex/gstmplex.cc:
7334 * ext/mplex/gstmplex.h:
7335 * ext/mplex/gstmplex.hh:
7336 * ext/mplex/gstmplexibitstream.cc:
7337 * ext/mplex/gstmplexibitstream.hh:
7338 * ext/mplex/gstmplexjob.cc:
7339 * ext/mplex/gstmplexjob.hh:
7340 * ext/mplex/gstmplexoutputstream.cc:
7341 * ext/mplex/gstmplexoutputstream.hh:
7342 We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
7343 had issues, didn't do capsnego, supported only a subset of the
7344 mplex features and required a mplex fork in our local CVS. Plus
7345 that it worked agaist a very old mplex version. Rewriting was
7346 faster than updating it.
7347 * gst-libs/ext/Makefile.am:
7348 * gst-libs/ext/mplex/INSTRUCT:
7349 * gst-libs/ext/mplex/Makefile.am:
7350 * gst-libs/ext/mplex/README:
7351 * gst-libs/ext/mplex/TODO:
7352 * gst-libs/ext/mplex/ac3strm_in.cc:
7353 * gst-libs/ext/mplex/audiostrm.hh:
7354 * gst-libs/ext/mplex/audiostrm_out.cc:
7355 * gst-libs/ext/mplex/aunit.hh:
7356 * gst-libs/ext/mplex/bits.cc:
7357 * gst-libs/ext/mplex/bits.hh:
7358 * gst-libs/ext/mplex/buffer.cc:
7359 * gst-libs/ext/mplex/buffer.hh:
7360 * gst-libs/ext/mplex/fastintfns.h:
7361 * gst-libs/ext/mplex/format_codes.h:
7362 * gst-libs/ext/mplex/inputstrm.cc:
7363 * gst-libs/ext/mplex/inputstrm.hh:
7364 * gst-libs/ext/mplex/lpcmstrm_in.cc:
7365 * gst-libs/ext/mplex/mjpeg_logging.cc:
7366 * gst-libs/ext/mplex/mjpeg_logging.h:
7367 * gst-libs/ext/mplex/mjpeg_types.h:
7368 * gst-libs/ext/mplex/mpastrm_in.cc:
7369 * gst-libs/ext/mplex/mpegconsts.cc:
7370 * gst-libs/ext/mplex/mpegconsts.h:
7371 * gst-libs/ext/mplex/mplexconsts.hh:
7372 * gst-libs/ext/mplex/multplex.cc:
7373 * gst-libs/ext/mplex/outputstream.hh:
7374 * gst-libs/ext/mplex/padstrm.cc:
7375 * gst-libs/ext/mplex/padstrm.hh:
7376 * gst-libs/ext/mplex/stillsstream.cc:
7377 * gst-libs/ext/mplex/stillsstream.hh:
7378 * gst-libs/ext/mplex/systems.cc:
7379 * gst-libs/ext/mplex/systems.hh:
7380 * gst-libs/ext/mplex/vector.cc:
7381 * gst-libs/ext/mplex/vector.hh:
7382 * gst-libs/ext/mplex/videostrm.hh:
7383 * gst-libs/ext/mplex/videostrm_in.cc:
7384 * gst-libs/ext/mplex/videostrm_out.cc:
7385 * gst-libs/ext/mplex/yuv4mpeg.cc:
7386 * gst-libs/ext/mplex/yuv4mpeg.h:
7387 * gst-libs/ext/mplex/yuv4mpeg_intern.h:
7388 * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
7389 We don't fork mjpegtools' mplex in our CVS anymore.
7390 * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
7391 (gst_avi_demux_add_stream):
7392 * gst/avi/gstavidemux.h:
7393 Add getcaps() function for proper caps nego. This makes some
7394 parts of AVI playback/reading work.
7395 * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
7396 Resize window on new capsnego. This is probably wrong, but
7397 I'm still committing it because with current capsnego, the
7398 first successfull capsnego is auto-fixated, therefore rounded
7399 down to the lowest values in the caps. this results in a 16x16
7400 XWindow that is not reized when real capsnego finishes.
7401 Dave, I see more cases of this, do you know a proper solution?
7402 * tools/gst-launch-ext.in:
7403 Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
7405 2003-12-31 David Schleef <ds@schleef.org>
7407 * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
7408 * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
7409 Change gst_pad_proxy_link() to gst_pad_try_set_caps()
7411 2003-12-30 David Schleef <ds@schleef.org>
7413 * ext/ffmpeg/gstffmpegcolorspace.c:
7414 (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7415 (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
7416 (gst_ffmpegcsp_chain): Negotiation fixes
7417 * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
7418 * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7419 (gst_audio_convert_link), (gst_audio_convert_channels):
7420 * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
7421 (gst_audioscale_link), (gst_audioscale_get_buffer),
7422 (gst_audioscale_chain): Negotiation fixes
7423 * gst/audioscale/gstaudioscale.h:
7424 * gst/videofilter/gstvideofilter.c:
7425 (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
7426 (gst_videofilter_link), (gst_videofilter_init),
7427 (gst_videofilter_set_output_size), (gst_videofilter_setup),
7428 (gst_videofilter_find_format_by_structure):
7429 * gst/videofilter/gstvideofilter.h: Negotiation fixes
7430 * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
7431 (gst_videoscale_link):
7432 * gst/videoscale/videoscale.c: (videoscale_get_structure),
7433 (videoscale_find_by_structure), (gst_videoscale_setup):
7434 * gst/videoscale/videoscale.h: Negotiation fixes
7435 * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7436 (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
7437 function, restrict resizing to a multiple of 4 (hack until
7438 everyone supports odd sizes correctly).
7440 2003-12-29 Colin Walters <walters@verbum.org>
7442 * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
7445 2003-12-30 Jan Schmidt <thaytan@mad.scientist.com>
7447 * ext/sndfile/gstsf.c: (gst_sf_loop):
7448 Fix warning about discarding const qualifier
7450 2003-12-27 Jeremy Simon <jesimon@libertysurf.fr>
7452 * gst/cutter/gstcutter.c:
7453 * gst/videoscale/gstvideoscale.c:
7454 * gst/volenv/gstvolenv.c:
7455 * gst-libs/gst/audio/audio.c:
7456 * gst-libs/gst/video/video.c:
7459 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7461 * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
7462 Don't send ALSA debugging to stderr.
7463 * ext/alsa/gstalsa.h:
7464 Use GST_WARNING instead of g_warning when ALSA functions fail.
7466 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7468 * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
7469 Free XVAdapterInfo correctly.
7471 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7473 * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
7474 (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
7475 Make id3tag use correct caps nego.
7477 2003-12-27 Amaury Jacquot <sxpert@esitcom.org>
7479 * ext/ivorbis/vorbis.c:
7480 * ext/ivorbis/vorbisenc.h:
7481 * ext/ivorbis/vorbisfile.c:
7482 Modify so that it uses the new caps things
7484 2003-12-27 Benjamin Otte <in7y118@public.uni-hamburg.de>
7486 * testsuite/spider/spider1.c: (main):
7487 * testsuite/spider/spider2.c: (main):
7488 * testsuite/spider/spider3.c: (main):
7489 Make tests compile again. They probably don't work.
7491 2003-12-24 Colin Walters <walters@verbum.org>
7493 * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
7494 we can't fixate the caps anymore.
7496 2003-12-23 David Schleef <ds@schleef.org>
7498 * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
7499 * sys/oss/gstosssink.c: (gst_osssink_init),
7500 (gst_osssink_sink_fixate): Add fixate function.
7502 2003-12-24 Ronald Bultje <rbultje@ronald.bitfreak.net>
7504 * ext/ffmpeg/gstffmpegcodecmap.c:
7505 * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
7506 (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
7507 (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
7508 (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7509 (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7510 (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7511 (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
7512 fix typo in RGB masks, and move back to "old" colorspace
7513 capsnego code until whoever wrote this new crap has actually
7514 tested it so that it works.
7515 And yes, this works, keep it that way please.
7517 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7519 * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
7520 (gst_divxdec_init), (gst_divxdec_negotiate):
7521 * ext/divx/gstdivxdec.h:
7522 * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
7524 * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
7525 (gst_faac_sinkconnect), (gst_faac_srcconnect):
7526 * ext/mpeg2enc/gstmpeg2enc.cc:
7527 * ext/mpeg2enc/gstmpeg2encoder.cc:
7528 * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
7529 * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
7530 (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
7531 * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
7533 * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
7534 (dxr3videosink_init):
7535 Fix caps breakage after Dave's caps branch merge.
7537 2003-12-23 Ronald Bultje <rbultje@ronald.bitfreak.net>
7539 * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
7540 Fix for 24bpp display.
7542 2003-12-23 Colin Walters <walters@verbum.org>
7544 * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
7545 a GnomeVFSHandle directly.
7547 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
7549 * gst/volume/Makefile.am:
7550 * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
7551 (volume_base_init), (volume_init):
7552 Reenable volume element and fix to work with new caps stuff.
7553 Rhythmbox needs this.
7555 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
7557 * gst/qtdemux/qtdemux.c: (plugin_init):
7558 qtdemux requires bytestream
7560 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
7562 * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
7563 Fix remaining caps handling errors due to CAPS merge.
7565 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de>
7567 * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
7568 (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
7569 (gst_faad_srcconnect):
7570 Port to new caps system.
7572 2003-12-21 Julien MOUTTE <julien@moutte.net>
7574 * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
7575 (got_video_size), (main): using g_print instead of g_message.
7576 * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
7577 signal which was not emitted because of "switch" element added to the
7578 bin but not connected. (Removing from the bin temporarily)
7580 2003-12-21 Julien MOUTTE <julien@moutte.net>
7582 * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
7583 find X development files. I don't understand the previous tests and
7584 they fail on my debian/ppc unstable. This one works.
7585 * examples/gstplay/player.c: (main): Set the pipeline to READY before
7587 * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
7588 (gst_play_set_video_sink), (gst_play_set_audio_sink),
7589 (gst_play_set_visualization): Add some safety checks in set_ methods
7590 and state_change. This was throwing some ugly CRITICAL messages when
7591 pipeline was getting disposed and casts were failing.
7593 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net>
7596 Improve mpeg2enc detection. This is for distributions that do
7597 ship mjpegtools, but without mpeg2enc. Also does object check
7598 for might there ever be ABI incompatibility.
7599 * ext/mpeg2enc/gstmpeg2enc.cc:
7600 Add Andrew as second maintainer (he's helping me), and also add
7601 an error if no caps was set. This happens if I pull before capsnego
7602 and that's something I should solve sometime else.
7603 * gst/matroska/matroska-demux.c:
7604 (gst_matroska_demux_parse_blockgroup):
7606 * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
7607 (gst_matroska_mux_track_header):
7608 Add caps to templates.
7609 * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
7610 Add mpegversion=1 to prevent confusion with MPEG/AAC.
7611 * gst/mpegstream/gstmpegdemux.c:
7612 Remove layer since it causes warnings about unfixed caps.
7613 * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
7614 Fix obvious typo (we error out if caps were set, we should of
7615 course error out if *no* caps were set).
7616 * sys/oss/gstosselement.c: (gst_osselement_convert):
7617 Fix format conversion, we confused bits/bytes.
7618 * sys/oss/gstosselement.h:
7619 Improve documentation for 'bps'.
7621 Remove stuff about plugins that need removing - this was done
7623 * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
7624 (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
7625 * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
7626 (gst_v4lsrc_src_query):
7627 * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7628 (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
7629 Add get_query_types(), get_formats() and query() functions.
7631 2003-12-21 Thomas Vander Stichele <thomas at apestaart dot org>
7633 * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
7634 * moved CVS to freedesktop.org