gstreamer/ext
Jan Schmidt 26188546b0 ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated.
Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_push),
(gst_a52dec_handle_event), (gst_a52dec_chain):
Add some debug output. Check that a discont has a valid
time associated.
* ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
(gst_alsa_sink_loop):
Ignore TAG events. A little extra debug for broken timestamps.
* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
(dvdnavsrc_change_state):
Ensure we send a discont to engage the link before we send any
other events.
* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
(dvdreadsrc_finalize), (_close), (_open), (_seek_title),
(_seek_chapter), (seek_sector), (dvdreadsrc_get),
(dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
dvd://title works in totem because typefinding sends a seek that ends
up going back to chapter 1 regardless.
* ext/mpeg2dec/gstmpeg2dec.c:
* ext/mpeg2dec/gstmpeg2dec.h:
Output correct timestamps and handle disconts.
* ext/ogg/gstoggdemux.c: (get_relative):
Small guard against a null dereference.
* ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
(gst_textoverlay_set_property):
Free memory when done. Don't call gst_event_filler_get_duration on
EOS events. Use GST_LOG and GST_WARNING instead of g_message and
g_warning.
* ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
(draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
(gst_sw_srclink), (gst_smoothwave_chain):
Draw solid lines, prettier colours.
* gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
Add a default palette that'll work for some movies.
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
(gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
(gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
* gst/mpegstream/gstdvddemux.h:
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
(gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
(gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
* gst/mpegstream/gstmpegparse.h:
Use PTM/NAV events when for timestamp adjustment when connected to
dvdnavsrc. Don't use many discont events where one suffices.
* gst/playback/gstplaybasebin.c: (group_destroy),
(gen_preroll_element), (gst_play_base_bin_add_element):
* gst/playback/gstplaybasebin.h:
Make sure we remove subtitles from the same bin we put them in.
* gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
(gst_subparse_buffer_format_autodetect),
(gst_subparse_change_state):
Fix some memleaks and invalid accesses.
* gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
(oggskel_type_find), (cmml_type_find), (plugin_init):
Some typefind functions for Annodex v3.0 files
* gst/wavparse/gstwavparse.h:
GstRiffReadClass is the correct parent class.
2005-01-25 15:34:08 +00:00
..
arts ext/alsa/gstalsa.c: buffer-frames property was missing 2004-11-09 06:08:22 +00:00
artsd second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
audiofile ext/alsa/gstalsa.c: buffer-frames property was missing 2004-11-09 06:08:22 +00:00
audioresample configure.ac: add audioresample and cairo plugins. Remove 2004-12-16 05:32:07 +00:00
cdaudio Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o... 2004-11-01 14:43:38 +00:00
dirac ext/dirac/: Do something. Don't actually know if this works because I don't have a demuxer yet. 2004-09-23 14:59:22 +00:00
directfb Adding a first version of directfbvideosink. 2004-11-28 19:08:45 +00:00
divx Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o... 2004-11-01 14:43:38 +00:00
dts Surround sound support. 2004-11-25 20:36:29 +00:00
faac ext/faac/gstfaac.*: Allow for ADTS output (#153434). 2005-01-07 10:15:20 +00:00
faad ext/faad/gstfaad.c: Argh... 2005-01-17 23:34:45 +00:00
gsm Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds timestamps 2005-01-24 21:57:15 +00:00
hermes second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
ivorbis commiting patch from Phil Blundell 2004-10-01 17:01:48 +00:00
jack fixes for G_DISABLE_ASSERT and friends 2004-08-03 14:28:12 +00:00
ladspa added typecast to avoid warning 2004-08-31 16:07:08 +00:00
lcs second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
libfame replace framerate aproximations by their real value (24000/1001, 30000/1001, 60000/1001) 2005-01-14 12:27:22 +00:00
libmms these files should not be here 2005-01-05 11:52:54 +00:00
mpeg2enc ext/: \1/Codec, (fixes #142193) 2004-05-09 14:37:16 +00:00
mplex don't mix tabs and spaces 2004-03-15 19:32:27 +00:00
musepack Some work on tags - still doesn't work in playbin... 2005-01-10 16:42:26 +00:00
musicbrainz ext/musicbrainz/gsttrm.*: Add support for using a proxy server when getting a trm id from the MusicBrainz database (#... 2004-12-16 12:03:06 +00:00
nas ext/alsa/gstalsa.c: buffer-frames property was missing 2004-11-09 06:08:22 +00:00
polyp merge patch from 158258 2004-12-12 12:05:39 +00:00
sdl ext/alsa/gstalsasink.c: This seems to be antique leftover. It needs to pass error checking. 2004-11-10 22:01:20 +00:00
shout second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
smoothwave ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
snapshot ext/snapshot/gstsnapshot.c: Allocate resources when required, fix recursive signal emission and fix caps. Fixes #161667. 2005-01-09 01:44:08 +00:00
sndfile Fixes a bunch of problems with finalize and dispose functions, either assumptions that dispose is only called once, o... 2004-11-01 14:43:38 +00:00
swfdec Don't return SUCCESS from the state change when the parent call fails 2005-01-16 11:07:45 +00:00
tarkin second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in ... 2004-05-21 23:28:57 +00:00
xine fixes for G_DISABLE_ASSERT and friends 2004-08-03 14:28:12 +00:00
xvid Set XVID_LOWDELAY flag for decoding so files with bframes/packed bitstream are decoded correctly, bug #135407. 2004-08-25 17:12:57 +00:00
Makefile.am configure.ac: Fix indentation, fix v4l2 plugin detection. 2004-12-29 13:27:45 +00:00