2001-12-26 21:51:41 +00:00
|
|
|
if USE_A52DEC
|
|
|
|
A52DEC_DIR=a52dec
|
2001-12-23 12:18:17 +00:00
|
|
|
else
|
2001-12-26 21:51:41 +00:00
|
|
|
A52DEC_DIR=
|
2001-12-23 12:18:17 +00:00
|
|
|
endif
|
2001-12-22 23:57:40 +00:00
|
|
|
|
|
|
|
if USE_AALIB
|
|
|
|
AALIB_DIR=aalib
|
|
|
|
else
|
|
|
|
AALIB_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 00:25:29 +00:00
|
|
|
if USE_ALSA
|
|
|
|
ALSA_DIR=alsa
|
|
|
|
else
|
|
|
|
ALSA_DIR=
|
|
|
|
endif
|
|
|
|
|
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/amrnb/amrnb.c: (plugin_init):
* ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
(gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
(gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
(gst_amrnbdec_state_change):
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
(gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
(gst_amrnbparse_init), (gst_amrnbparse_formats),
(gst_amrnbparse_querytypes), (gst_amrnbparse_query),
(gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
(gst_amrnbparse_loop), (gst_amrnbparse_state_change):
* ext/amrnb/amrnbparse.h:
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Add AMR-NB/-WB raw formats.
* ext/alsa/gstalsa.c: (gst_alsa_link):
Keep valid time when changing format.
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse_trak):
Add some more format-specific options (#140141, #143555, #155163).
2005-01-28 10:36:12 +00:00
|
|
|
if USE_AMRNB
|
|
|
|
AMRNB_DIR=amrnb
|
|
|
|
else
|
|
|
|
AMRNB=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 22:07:07 +00:00
|
|
|
if USE_ARTS
|
|
|
|
ARTS_DIR=arts
|
|
|
|
else
|
|
|
|
ARTS_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 22:21:18 +00:00
|
|
|
if USE_ARTSC
|
|
|
|
ARTSC_DIR=artsd
|
2001-12-23 22:07:07 +00:00
|
|
|
else
|
2001-12-23 22:21:18 +00:00
|
|
|
ARTSC_DIR=
|
2001-12-23 22:07:07 +00:00
|
|
|
endif
|
|
|
|
|
2001-12-21 11:46:15 +00:00
|
|
|
if USE_AUDIOFILE
|
|
|
|
AUDIOFILE_DIR=audiofile
|
|
|
|
else
|
|
|
|
AUDIOFILE_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-12-16 05:32:07 +00:00
|
|
|
if USE_AUDIORESAMPLE
|
|
|
|
AUDIORESAMPLE_DIR=audioresample
|
|
|
|
else
|
|
|
|
AUDIORESAMPLE_DIR=
|
|
|
|
endif
|
|
|
|
|
|
|
|
if USE_CAIRO
|
|
|
|
CAIRO_DIR=cairo
|
|
|
|
else
|
|
|
|
CAIRO_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-10-20 16:48:57 +00:00
|
|
|
if USE_CDAUDIO
|
|
|
|
CDAUDIO_DIR=cdaudio
|
|
|
|
else
|
|
|
|
CDAUDIO_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 13:06:22 +00:00
|
|
|
if USE_CDPARANOIA
|
|
|
|
CDPARANOIA_DIR=cdparanoia
|
|
|
|
else
|
|
|
|
CDPARANOIA_DIR=
|
|
|
|
endif
|
2001-12-23 12:55:48 +00:00
|
|
|
|
2004-05-11 02:30:16 +00:00
|
|
|
if USE_DIRAC
|
|
|
|
DIRAC_DIR=dirac
|
|
|
|
else
|
|
|
|
DIRAC_DIR=
|
|
|
|
endif
|
|
|
|
|
Adding a first version of directfbvideosink.
Original commit message from CVS:
2004-11-28 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
(gst_directfbvideosink_get_pixel_format),
(gst_directfbvideosink_get_format_from_fourcc),
(gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
(gst_directfbvideosink_sink_link),
(gst_directfbvideosink_change_state),
(gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
(gst_directfbvideosink_buffer_alloc),
(gst_directfbvideosink_interface_supported),
(gst_directfbvideosink_interface_init),
(gst_directfbvideosink_navigation_send_event),
(gst_directfbvideosink_navigation_init),
(gst_directfbvideosink_set_property),
(gst_directfbvideosink_get_property),
(gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
(gst_directfbvideosink_base_init),
(gst_directfbvideosink_class_init),
(gst_directfbvideosink_get_type), (plugin_init):
* ext/directfb/directfbvideosink.h: Adding a first version of
directfbvideosink.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
more.
2004-11-28 19:08:44 +00:00
|
|
|
if USE_DIRECTFB
|
|
|
|
DIRECTFB_DIR=directfb
|
|
|
|
else
|
|
|
|
DIRECTFB_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-04-21 21:54:26 +00:00
|
|
|
if USE_DIVX
|
|
|
|
DIVX_DIR=divx
|
|
|
|
else
|
|
|
|
DIVX_DIR=
|
|
|
|
endif
|
|
|
|
|
New DTS decoder.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dts/Makefile.am:
* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
(gst_dtsdec_loop), (gst_dtsdec_change_state),
(gst_dtsdec_set_property), (gst_dtsdec_get_property),
(plugin_init):
* ext/dts/gstdtsdec.h:
New DTS decoder.
* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
(gst_faad_srcconnect):
Add ESDS atom handling (.m4a).
2004-04-29 00:00:25 +00:00
|
|
|
if USE_DTS
|
2004-06-24 01:16:02 +00:00
|
|
|
DTS_DIR=dts
|
New DTS decoder.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dts/Makefile.am:
* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
(gst_dtsdec_loop), (gst_dtsdec_change_state),
(gst_dtsdec_set_property), (gst_dtsdec_get_property),
(plugin_init):
* ext/dts/gstdtsdec.h:
New DTS decoder.
* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
(gst_faad_srcconnect):
Add ESDS atom handling (.m4a).
2004-04-29 00:00:25 +00:00
|
|
|
else
|
|
|
|
DTS_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 12:29:33 +00:00
|
|
|
if USE_DVDREAD
|
|
|
|
DVDREAD_DIR=dvdread
|
|
|
|
else
|
|
|
|
DVDREAD_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-05-26 17:39:45 +00:00
|
|
|
if USE_DVDNAV
|
|
|
|
DVDNAV_DIR=dvdnav
|
|
|
|
else
|
|
|
|
DVDNAV_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-21 09:41:40 +00:00
|
|
|
if USE_ESD
|
|
|
|
ESD_DIR=esd
|
|
|
|
else
|
|
|
|
ESD_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-11-22 12:40:19 +00:00
|
|
|
if USE_FAAC
|
|
|
|
FAAC_DIR=faac
|
|
|
|
else
|
|
|
|
FAAC_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-11-21 21:20:42 +00:00
|
|
|
if USE_FAAD
|
|
|
|
FAAD_DIR=faad
|
|
|
|
else
|
|
|
|
FAAD_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-05-03 09:59:10 +00:00
|
|
|
## if USE_FESTIVAL
|
|
|
|
## FESTIVAL_DIR=festival
|
|
|
|
## else
|
|
|
|
## FESTIVAL_DIR=
|
|
|
|
## endif
|
2001-12-23 14:15:30 +00:00
|
|
|
|
|
|
|
if USE_FLAC
|
|
|
|
FLAC_DIR=flac
|
|
|
|
else
|
|
|
|
FLAC_DIR=
|
2001-12-23 13:20:08 +00:00
|
|
|
endif
|
|
|
|
|
2003-06-25 03:18:27 +00:00
|
|
|
if USE_GDK_PIXBUF
|
|
|
|
GDK_PIXBUF_DIR=gdk_pixbuf
|
|
|
|
else
|
|
|
|
GDK_PIXBUF_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 16:42:33 +00:00
|
|
|
if USE_GNOME_VFS
|
2001-12-23 18:00:34 +00:00
|
|
|
GNOMEVFS_DIR=gnomevfs
|
2001-12-23 16:42:33 +00:00
|
|
|
else
|
2001-12-23 18:00:34 +00:00
|
|
|
GNOMEVFS_DIR=
|
2001-12-23 16:42:33 +00:00
|
|
|
endif
|
|
|
|
|
2003-06-25 03:18:27 +00:00
|
|
|
if USE_GSM
|
|
|
|
GSM_DIR=gsm
|
|
|
|
else
|
|
|
|
GSM_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 14:29:43 +00:00
|
|
|
if USE_HERMES
|
|
|
|
HERMES_DIR=hermes
|
|
|
|
else
|
|
|
|
HERMES_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-03-18 04:41:34 +00:00
|
|
|
if USE_JACK
|
|
|
|
JACK_DIR=jack
|
|
|
|
else
|
|
|
|
JACK_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 15:24:07 +00:00
|
|
|
if USE_JPEG
|
|
|
|
JPEG_DIR=jpeg
|
|
|
|
else
|
|
|
|
JPEG_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-06-04 15:54:58 +00:00
|
|
|
if USE_LADSPA
|
2002-01-02 17:07:31 +00:00
|
|
|
LADSPA_DIR=ladspa
|
2002-06-04 15:54:58 +00:00
|
|
|
else
|
|
|
|
LADPSA_DIR=
|
|
|
|
endif
|
2002-01-02 17:07:31 +00:00
|
|
|
|
|
|
|
if USE_LAME
|
|
|
|
LAME_DIR=lame
|
|
|
|
else
|
|
|
|
LAME_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-03-30 21:07:51 +00:00
|
|
|
if USE_LCS
|
|
|
|
LCS_DIR=lcs
|
|
|
|
else
|
|
|
|
LCS_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-01-12 03:21:40 +00:00
|
|
|
if USE_LIBCACA
|
|
|
|
LIBCACA_DIR=libcaca
|
|
|
|
else
|
|
|
|
LIBCACA_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-08-09 21:14:55 +00:00
|
|
|
if USE_LIBDV
|
|
|
|
LIBDV_DIR=dv
|
|
|
|
else
|
|
|
|
LIBDV_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-06-01 10:51:17 +00:00
|
|
|
if USE_LIBFAME
|
|
|
|
LIBFAME_DIR=libfame
|
|
|
|
else
|
|
|
|
LIBFAME_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-10-05 15:29:37 +00:00
|
|
|
if USE_LIBMNG
|
|
|
|
LIBMNG_DIR=libmng
|
|
|
|
else
|
|
|
|
LIBMNG_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-11-27 19:58:21 +00:00
|
|
|
if USE_LIBPNG
|
|
|
|
LIBPNG_DIR=libpng
|
|
|
|
else
|
|
|
|
LIBPNG_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-11-12 15:04:55 +00:00
|
|
|
if USE_POLYP
|
|
|
|
POLYP_DIR=polyp
|
|
|
|
else
|
|
|
|
POLYP_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-01-07 10:51:05 +00:00
|
|
|
if USE_LIBRFB
|
|
|
|
LIBRFB_DIR=librfb
|
|
|
|
else
|
|
|
|
LIBRFB_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-04-30 02:25:09 +00:00
|
|
|
if USE_LIBVISUAL
|
|
|
|
LIBVISUAL_DIR=libvisual
|
|
|
|
else
|
|
|
|
LIBVISUAL_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-12-22 19:09:41 +00:00
|
|
|
if USE_LIBMMS
|
|
|
|
LIBMMS_DIR=libmms
|
|
|
|
else
|
|
|
|
LIBMMS_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-21 09:41:40 +00:00
|
|
|
if USE_MAD
|
|
|
|
MAD_DIR=mad
|
|
|
|
else
|
|
|
|
MAD_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 16:28:00 +00:00
|
|
|
if USE_MIKMOD
|
|
|
|
MIKMOD_DIR=mikmod
|
|
|
|
else
|
|
|
|
MIKMOD_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 06:56:55 +00:00
|
|
|
if USE_MPEG2DEC
|
2001-12-23 12:18:17 +00:00
|
|
|
MPEG2DEC_DIR=mpeg2dec
|
2001-12-23 06:56:55 +00:00
|
|
|
else
|
|
|
|
MPEG2DEC_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-12-11 21:07:25 +00:00
|
|
|
if USE_MPEG2ENC
|
|
|
|
MPEG2ENC_DIR=mpeg2enc
|
|
|
|
else
|
|
|
|
MPEG2ENC_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-07-27 05:29:10 +00:00
|
|
|
if USE_MPLEX
|
|
|
|
MPLEX_DIR=mplex
|
|
|
|
else
|
|
|
|
MPLEX_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-09-10 00:40:24 +00:00
|
|
|
#if USE_MAS
|
|
|
|
#MAS_DIR=mas
|
|
|
|
#else
|
|
|
|
#MAS_DIR=
|
|
|
|
#endif
|
2004-09-02 22:46:30 +00:00
|
|
|
|
2004-11-07 18:30:06 +00:00
|
|
|
if USE_MUSEPACK
|
|
|
|
MUSEPACK_DIR=musepack
|
|
|
|
else
|
|
|
|
MUSEPACK_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-01-18 20:19:44 +00:00
|
|
|
if USE_MUSICBRAINZ
|
|
|
|
MUSICBRAINZ_DIR=musicbrainz
|
|
|
|
else
|
|
|
|
MUSICBRAINZ_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-03-30 02:53:00 +00:00
|
|
|
if USE_NAS
|
|
|
|
NAS_DIR=nas
|
|
|
|
else
|
|
|
|
NAS_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-11-24 04:08:47 +00:00
|
|
|
if USE_OGG
|
|
|
|
OGG_DIR=ogg
|
|
|
|
else
|
|
|
|
OGG_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-07-02 08:15:01 +00:00
|
|
|
if USE_PANGO
|
|
|
|
PANGO_DIR=pango
|
|
|
|
else
|
|
|
|
PANGO_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-10-20 13:51:27 +00:00
|
|
|
if USE_DV1394
|
|
|
|
DV1394_DIR=raw1394
|
2001-12-25 22:30:51 +00:00
|
|
|
else
|
2004-10-20 13:51:27 +00:00
|
|
|
DV1394_DIR=
|
2001-12-25 22:30:51 +00:00
|
|
|
endif
|
|
|
|
|
2001-12-21 09:41:40 +00:00
|
|
|
if USE_SDL
|
2002-01-16 15:43:48 +00:00
|
|
|
SDL_DIR=sdl
|
2001-12-21 09:41:40 +00:00
|
|
|
else
|
|
|
|
SDL_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-23 15:24:07 +00:00
|
|
|
if USE_SHOUT
|
|
|
|
SHOUT_DIR=shout
|
|
|
|
else
|
|
|
|
SHOUT_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-05-24 12:08:34 +00:00
|
|
|
if USE_SHOUT2
|
|
|
|
SHOUT2_DIR=shout2
|
|
|
|
else
|
|
|
|
SHOUT2_DIR=
|
|
|
|
endif
|
|
|
|
|
|
|
|
if USE_SIDPLAY
|
|
|
|
SIDPLAY_DIR=sidplay
|
|
|
|
else
|
|
|
|
SIDDPLAY_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-26 06:49:47 +00:00
|
|
|
if USE_SMOOTHWAVE
|
2001-12-30 20:10:15 +00:00
|
|
|
SMOOTHWAVE_DIR=smoothwave
|
2001-12-26 06:49:47 +00:00
|
|
|
else
|
|
|
|
SMOOTHWAVE_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-06-16 14:56:34 +00:00
|
|
|
if USE_SNDFILE
|
|
|
|
SNDFILE_DIR=sndfile
|
|
|
|
else
|
|
|
|
SNDFILE_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-09-15 21:33:53 +00:00
|
|
|
if USE_SWFDEC
|
|
|
|
SWFDEC_DIR=swfdec
|
|
|
|
else
|
|
|
|
SWFDEC_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-02-04 10:51:26 +00:00
|
|
|
if USE_TARKIN
|
|
|
|
TARKIN_DIR=tarkin
|
|
|
|
else
|
|
|
|
TARKIN_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-02-23 17:35:35 +00:00
|
|
|
if USE_IVORBIS
|
|
|
|
IVORBIS_DIR=ivorbis
|
|
|
|
else
|
|
|
|
IVORBIS_DIR=
|
|
|
|
endif
|
|
|
|
|
2001-12-21 09:41:40 +00:00
|
|
|
if USE_VORBIS
|
|
|
|
VORBIS_DIR=vorbis
|
|
|
|
else
|
|
|
|
VORBIS_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-01-30 20:23:23 +00:00
|
|
|
if USE_THEORA
|
|
|
|
THEORA_DIR=theora
|
|
|
|
else
|
|
|
|
THEORA_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-04-21 21:54:26 +00:00
|
|
|
if USE_XVID
|
|
|
|
XVID_DIR=xvid
|
|
|
|
else
|
|
|
|
XVID_DIR=
|
|
|
|
endif
|
|
|
|
|
2002-11-28 12:58:38 +00:00
|
|
|
if USE_LIBPNG
|
|
|
|
SNAPSHOT_DIR=snapshot
|
|
|
|
else
|
|
|
|
SNAPSHOT_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-07-18 20:28:36 +00:00
|
|
|
if USE_SPEEX
|
|
|
|
SPEEX_DIR=speex
|
|
|
|
else
|
|
|
|
SPEEX_DIR=
|
|
|
|
endif
|
|
|
|
|
2004-02-20 00:52:07 +00:00
|
|
|
if USE_XINE
|
|
|
|
XINE_DIR=xine
|
|
|
|
else
|
|
|
|
XINE_DIR=
|
|
|
|
endif
|
|
|
|
|
2003-11-21 21:20:42 +00:00
|
|
|
SUBDIRS=\
|
|
|
|
$(A52DEC_DIR) \
|
|
|
|
$(AALIB_DIR) \
|
|
|
|
$(ALSA_DIR) \
|
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/amrnb/amrnb.c: (plugin_init):
* ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
(gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
(gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
(gst_amrnbdec_state_change):
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
(gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
(gst_amrnbparse_init), (gst_amrnbparse_formats),
(gst_amrnbparse_querytypes), (gst_amrnbparse_query),
(gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
(gst_amrnbparse_loop), (gst_amrnbparse_state_change):
* ext/amrnb/amrnbparse.h:
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Add AMR-NB/-WB raw formats.
* ext/alsa/gstalsa.c: (gst_alsa_link):
Keep valid time when changing format.
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse_trak):
Add some more format-specific options (#140141, #143555, #155163).
2005-01-28 10:36:12 +00:00
|
|
|
$(AMRNB_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(ARTS_DIR) \
|
|
|
|
$(ARTSC_DIR) \
|
|
|
|
$(AUDIOFILE_DIR) \
|
2004-12-16 05:32:07 +00:00
|
|
|
$(AUDIORESAMPLE_DIR) \
|
|
|
|
$(CAIRO_DIR) \
|
2004-10-20 16:48:57 +00:00
|
|
|
$(CDAUDIO_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(CDPARANOIA_DIR) \
|
2004-05-11 02:30:16 +00:00
|
|
|
$(DIRAC_DIR) \
|
Adding a first version of directfbvideosink.
Original commit message from CVS:
2004-11-28 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
(gst_directfbvideosink_get_pixel_format),
(gst_directfbvideosink_get_format_from_fourcc),
(gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
(gst_directfbvideosink_sink_link),
(gst_directfbvideosink_change_state),
(gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
(gst_directfbvideosink_buffer_alloc),
(gst_directfbvideosink_interface_supported),
(gst_directfbvideosink_interface_init),
(gst_directfbvideosink_navigation_send_event),
(gst_directfbvideosink_navigation_init),
(gst_directfbvideosink_set_property),
(gst_directfbvideosink_get_property),
(gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
(gst_directfbvideosink_base_init),
(gst_directfbvideosink_class_init),
(gst_directfbvideosink_get_type), (plugin_init):
* ext/directfb/directfbvideosink.h: Adding a first version of
directfbvideosink.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
more.
2004-11-28 19:08:44 +00:00
|
|
|
$(DIRECTFB_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(DIVX_DIR) \
|
New DTS decoder.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dts/Makefile.am:
* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
(gst_dtsdec_loop), (gst_dtsdec_change_state),
(gst_dtsdec_set_property), (gst_dtsdec_get_property),
(plugin_init):
* ext/dts/gstdtsdec.h:
New DTS decoder.
* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
(gst_faad_srcconnect):
Add ESDS atom handling (.m4a).
2004-04-29 00:00:25 +00:00
|
|
|
$(DTS_DIR) \
|
2004-10-23 11:38:24 +00:00
|
|
|
$(DV1394_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(DVDREAD_DIR) \
|
|
|
|
$(DVDNAV_DIR) \
|
|
|
|
$(ESD_DIR) \
|
2004-01-21 06:57:30 +00:00
|
|
|
$(NAS_DIR) \
|
2003-11-22 12:40:19 +00:00
|
|
|
$(FAAC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(FAAD_DIR) \
|
|
|
|
$(FLAC_DIR) \
|
|
|
|
$(GDK_PIXBUF_DIR) \
|
|
|
|
$(GNOMEVFS_DIR) \
|
|
|
|
$(GSM_DIR) \
|
|
|
|
$(HERMES_DIR) \
|
2004-12-22 19:09:41 +00:00
|
|
|
$(LIBMMS_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(JACK_DIR) \
|
|
|
|
$(JPEG_DIR) \
|
|
|
|
$(LADSPA_DIR) \
|
|
|
|
$(LAME_DIR) \
|
|
|
|
$(LCS_DIR) \
|
2004-01-12 03:21:40 +00:00
|
|
|
$(LIBCACA_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(LIBDV_DIR) \
|
|
|
|
$(LIBFAME_DIR) \
|
2004-10-05 15:29:37 +00:00
|
|
|
$(LIBMNG_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(LIBPNG_DIR) \
|
2004-01-07 10:51:05 +00:00
|
|
|
$(LIBRFB_DIR) \
|
2004-04-30 02:25:09 +00:00
|
|
|
$(LIBVISUAL_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(MAD_DIR) \
|
|
|
|
$(MIKMOD_DIR) \
|
|
|
|
$(MPEG2DEC_DIR) \
|
2003-12-11 21:07:25 +00:00
|
|
|
$(MPEG2ENC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(MPLEX_DIR) \
|
2004-11-07 18:30:06 +00:00
|
|
|
$(MUSEPACK_DIR) \
|
2004-01-18 20:19:44 +00:00
|
|
|
$(MUSICBRAINZ_DIR) \
|
2003-11-24 04:08:47 +00:00
|
|
|
$(OGG_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(PANGO_DIR) \
|
2004-11-12 15:04:55 +00:00
|
|
|
$(POLYP_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SDL_DIR) \
|
|
|
|
$(SHOUT_DIR) \
|
2004-05-24 12:08:34 +00:00
|
|
|
$(SHOUT2_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SIDPLAY_DIR) \
|
|
|
|
$(SMOOTHWAVE_DIR) \
|
|
|
|
$(SNAPSHOT_DIR) \
|
|
|
|
$(SNDFILE_DIR) \
|
|
|
|
$(SPEEX_DIR) \
|
|
|
|
$(SWFDEC_DIR) \
|
|
|
|
$(TARKIN_DIR) \
|
2004-01-30 20:23:23 +00:00
|
|
|
$(THEORA_DIR) \
|
2004-01-13 23:15:58 +00:00
|
|
|
$(IVORBIS_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(VORBIS_DIR) \
|
2004-02-20 00:52:07 +00:00
|
|
|
$(XINE_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(XVID_DIR)
|
2002-01-02 17:07:31 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS=\
|
2003-11-21 21:20:42 +00:00
|
|
|
a52dec \
|
|
|
|
aalib \
|
|
|
|
alsa \
|
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/amrnb/amrnb.c: (plugin_init):
* ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
(gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
(gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
(gst_amrnbdec_state_change):
* ext/amrnb/amrnbdec.h:
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
(gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
(gst_amrnbparse_init), (gst_amrnbparse_formats),
(gst_amrnbparse_querytypes), (gst_amrnbparse_query),
(gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
(gst_amrnbparse_loop), (gst_amrnbparse_state_change):
* ext/amrnb/amrnbparse.h:
Add support for AMR-NB (mobile phone audio format; #155163, #163286).
* gst/typefind/gsttypefindfunctions.c: (plugin_init):
Add AMR-NB/-WB raw formats.
* ext/alsa/gstalsa.c: (gst_alsa_link):
Keep valid time when changing format.
* gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
(qtdemux_parse_trak):
Add some more format-specific options (#140141, #143555, #155163).
2005-01-28 10:36:12 +00:00
|
|
|
amrnb \
|
2003-11-21 21:20:42 +00:00
|
|
|
arts \
|
|
|
|
artsd \
|
|
|
|
audiofile \
|
2004-12-16 05:32:07 +00:00
|
|
|
audioresample \
|
|
|
|
cairo \
|
2004-10-20 16:48:57 +00:00
|
|
|
cdaudio \
|
2003-11-21 21:20:42 +00:00
|
|
|
cdparanoia \
|
2004-05-11 02:30:16 +00:00
|
|
|
dirac \
|
Adding a first version of directfbvideosink.
Original commit message from CVS:
2004-11-28 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
(gst_directfbvideosink_get_pixel_format),
(gst_directfbvideosink_get_format_from_fourcc),
(gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
(gst_directfbvideosink_sink_link),
(gst_directfbvideosink_change_state),
(gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
(gst_directfbvideosink_buffer_alloc),
(gst_directfbvideosink_interface_supported),
(gst_directfbvideosink_interface_init),
(gst_directfbvideosink_navigation_send_event),
(gst_directfbvideosink_navigation_init),
(gst_directfbvideosink_set_property),
(gst_directfbvideosink_get_property),
(gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
(gst_directfbvideosink_base_init),
(gst_directfbvideosink_class_init),
(gst_directfbvideosink_get_type), (plugin_init):
* ext/directfb/directfbvideosink.h: Adding a first version of
directfbvideosink.
* sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
more.
2004-11-28 19:08:44 +00:00
|
|
|
directfb \
|
2003-11-21 21:20:42 +00:00
|
|
|
divx \
|
New DTS decoder.
Original commit message from CVS:
* configure.ac:
* ext/Makefile.am:
* ext/dts/Makefile.am:
* ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
(gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
(gst_dtsdec_channels), (gst_dtsdec_renegotiate),
(gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
(gst_dtsdec_loop), (gst_dtsdec_change_state),
(gst_dtsdec_set_property), (gst_dtsdec_get_property),
(plugin_init):
* ext/dts/gstdtsdec.h:
New DTS decoder.
* ext/faad/gstfaad.c: (gst_faad_sinkconnect),
(gst_faad_srcconnect):
Add ESDS atom handling (.m4a).
2004-04-29 00:00:25 +00:00
|
|
|
dts \
|
2003-11-21 21:20:42 +00:00
|
|
|
dv \
|
|
|
|
dvdread \
|
|
|
|
dvdnav \
|
|
|
|
esd \
|
2003-11-22 12:40:19 +00:00
|
|
|
faac \
|
2003-11-21 21:20:42 +00:00
|
|
|
faad \
|
|
|
|
flac \
|
|
|
|
gdk_pixbuf \
|
|
|
|
gnomevfs \
|
2003-11-22 22:15:57 +00:00
|
|
|
gsm \
|
2003-11-21 21:20:42 +00:00
|
|
|
hermes \
|
|
|
|
ivorbis \
|
|
|
|
jack \
|
|
|
|
jpeg \
|
|
|
|
ladspa \
|
|
|
|
lame \
|
|
|
|
lcs \
|
2004-01-12 03:21:40 +00:00
|
|
|
libcaca \
|
2003-11-21 21:20:42 +00:00
|
|
|
libfame \
|
2004-10-05 15:29:37 +00:00
|
|
|
libmng \
|
2004-12-29 13:27:45 +00:00
|
|
|
libmms \
|
2003-11-21 21:20:42 +00:00
|
|
|
libpng \
|
2004-01-07 10:51:05 +00:00
|
|
|
librfb \
|
2004-04-30 02:25:09 +00:00
|
|
|
libvisual \
|
2003-11-21 21:20:42 +00:00
|
|
|
mad \
|
|
|
|
mikmod \
|
|
|
|
mpeg2dec \
|
2003-12-11 21:07:25 +00:00
|
|
|
mpeg2enc \
|
2003-11-21 21:20:42 +00:00
|
|
|
mplex \
|
2004-11-07 18:30:06 +00:00
|
|
|
musepack \
|
2004-01-19 13:29:28 +00:00
|
|
|
musicbrainz \
|
2004-01-21 06:57:30 +00:00
|
|
|
nas \
|
2003-11-24 04:08:47 +00:00
|
|
|
ogg \
|
2003-11-21 21:20:42 +00:00
|
|
|
pango \
|
2004-11-12 15:04:55 +00:00
|
|
|
polyp \
|
2003-11-21 21:20:42 +00:00
|
|
|
raw1394 \
|
|
|
|
sdl \
|
|
|
|
snapshot \
|
|
|
|
sndfile \
|
|
|
|
shout \
|
|
|
|
shout2 \
|
|
|
|
sidplay \
|
|
|
|
smoothwave \
|
|
|
|
speex \
|
|
|
|
swfdec \
|
|
|
|
tarkin \
|
2004-01-30 20:23:23 +00:00
|
|
|
theora \
|
2003-11-21 21:20:42 +00:00
|
|
|
vorbis \
|
2004-02-20 00:52:07 +00:00
|
|
|
xine \
|
2003-11-21 21:20:42 +00:00
|
|
|
xvid
|