gstreamer/gst
Jan Schmidt 848cd97ed6 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:09 +00:00
..
alpha gst/alpha/gstalpha.c: Implement alpha functions for AYUV too, this increases accuracy quite a bit. 2004-11-08 16:16:10 +00:00
audiofx first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc 2004-05-21 22:39:30 +00:00
auparse fix int and float audio caps in auparse, partially fixes bug #142812 2004-12-19 16:54:46 +00:00
avi gst/avi/gstavimux.c: Fix... 2005-01-22 10:54:07 +00:00
cutter more working plugins 2004-07-27 21:41:30 +00:00
debug gst/debug/gstnavigationtest.*: make navigationtest display button-press and button-release events 2004-09-26 16:53:53 +00:00
effectv gst/effectv/gstquark.c: Memory free'ing location fix (#164708). 2005-01-25 12:17:15 +00:00
equalizer gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channels and query width for floats 2004-10-28 02:33:48 +00:00
flx gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead of guint64 for the framerate. 2004-10-06 13:56:07 +00:00
goom as HAVE_LIBMMX went away from configure, don't use it in goom Makefile 2004-12-16 09:17:21 +00:00
interleave more working plugins 2004-07-27 21:41:30 +00:00
law put the same mail for Zaheer Merali everywhere 2004-12-11 13:43:19 +00:00
level synchonised naming of pads and pad-templates 2004-10-26 15:36:17 +00:00
matroska gst/matroska/ebml-read.c: Allow for 0-sized buffers. Fixes length query problems in starwars.mkv from the testsuite. 2005-01-19 19:31:54 +00:00
median fix local includes and 64 bits constants 2004-07-27 21:51:32 +00:00
monoscope fix licensing of monoscope 2004-12-07 17:22:19 +00:00
multipart cleanups, debugging and memleak fixes 2004-08-09 16:38:53 +00:00
qtdemux gst/qtdemux/qtdemux.c: More memory leak fixes (#149162). 2005-01-18 12:30:05 +00:00
rtp gst/rtp/gstrtpgsmparse.c: Add missing NULL terminator (#157543). 2004-11-06 22:00:41 +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:09 +00:00
smpte fix local includes and 64 bits constants 2004-07-27 21:51:32 +00:00
spectrum gst/spectrum/: Fix demo and reenable it. Yes, I'm currently playing with audio analysis tools 2004-10-22 20:09:55 +00:00
udp gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449 2004-08-19 13:33:46 +00:00
videobox Fix row strides for I420 (fixes #163159) 2005-01-19 17:09:57 +00:00
videocrop gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039. 2004-12-18 23:43:47 +00:00
videofilter 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
videoflip more working plugins 2004-07-27 21:41:30 +00:00
videomixer gst/videomixer/videomixer.c: Only mix AYUV for maximum quality. 2004-11-08 17:22:05 +00:00
wavenc gst/: Add AMR (VBR and CBR) ids to riff.h audio codec list 2005-01-05 21:46:19 +00:00
wavparse ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:09 +00:00
Makefile.am on dasher, on dancer, on donner, on fixen! 2001-12-23 03:25:55 +00:00