gstreamer/gst
Jan Schmidt 5ab3df2846 configure.ac: Add dvdlpcmdec
Original commit message from CVS:

* configure.ac:
Add dvdlpcmdec

* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
(free_all_buffers), (gst_mpeg2dec_alloc_buffer):
Don't push buffers if the src pad isn't negotiated yet.

* gst/audioconvert/gstaudioconvert.c:
(gst_audio_convert_buffer_to_default_format),
(gst_audio_convert_buffer_from_default_format):
Add support for 24-bit width.

* gst/dvdlpcmdec/.cvsignore:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
(gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
(gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
(gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
(plugin_init):
* gst/dvdlpcmdec/gstdvdlpcmdec.h:
New decoder for rearranging DVD LPCM into our audio/x-raw-int
format. Needs support for the channels maps if someone can find
a DVD LPCM track with > 2 channels.

* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
(gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
(gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
* gst/mpegstream/gstdvddemux.h:
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
(gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
(gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
* gst/mpegstream/gstmpegdemux.h:
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
(gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
(gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
(gst_mpeg_parse_handle_src_query),
(gst_mpeg_parse_handle_src_event):
Use audio/x-dvd-lpcm for LPCM output.
Add DTS output.
2005-02-08 11:08:15 +00:00
..
alpha gst/alpha/gstalphacolor.c: Add BGRA handling (#165736). 2005-02-08 11:02:58 +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/gstavidemux.*: Invert DIB images. Fixes #132341. 2005-01-29 15:47:18 +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
dvdlpcmdec configure.ac: Add dvdlpcmdec 2005-02-08 11:08:15 +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 gst/law/: Fix caps memleaks (#166600). 2005-02-08 10:58:13 +00:00
level configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997) 2005-02-02 08:14:01 +00:00
matroska gst/matroska/matroska-demux.c: Fix logic error in timing of subtitle stream synchronization. 2005-01-27 23:30:17 +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: Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG. 2005-02-02 17:22:59 +00:00
rtp gst/rtp/gstrtpgsmenc.c: Use the src template for creating the src pad (#162330). 2005-01-29 12:43:55 +00:00
smoothwave configure.ac: Put DEFAULT_AUDIOSINK in config.h and use whereever possible. (Fixes #165997) 2005-02-02 08:14:01 +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 ext/mpeg2dec/gstmpeg2dec.c: Don't send things to NULL PAD_PEERs 2005-02-01 16:40:10 +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