Added new plugin amrwb parse.
Original commit message from CVS:
Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
* configure.ac:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/amrwb/README:
* ext/amrwb/amrwb-code/Makefile.am:
* ext/amrwb/amrwb-code/run.sh:
* ext/amrwb/gstamrwb.c: (plugin_init):
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_init),
(gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
(gst_amrwbenc_class_init), (gst_amrwbenc_init),
(gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
(gst_amrwbenc_chain), (gst_amrwbenc_state_change):
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_class_init), (gst_amrwbparse_init),
(gst_amrwbparse_querytypes), (gst_amrwbparse_query),
(gst_amrwbparse_chain), (gst_amrwbparse_read_header),
(gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
(gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
* ext/amrwb/gstamrwbparse.h:
Added new plugin amrwb parse.
Renamed audio/AMR to audio/AMR-WB as per spec.
Fixes #333307
2006-03-29 16:50:08 +00:00
|
|
|
|
|
|
|
if USE_AMRWB
|
|
|
|
AMRWB_DIR = amrwb
|
|
|
|
else
|
|
|
|
AMRWB_DIR =
|
|
|
|
endif
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_ARTS
|
|
|
|
# ARTS_DIR=arts
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
ARTS_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_ARTSC
|
|
|
|
# ARTSC_DIR=artsd
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
ARTSC_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_AUDIOFILE
|
|
|
|
# AUDIOFILE_DIR=audiofile
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
AUDIOFILE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_AUDIORESAMPLE
|
|
|
|
# AUDIORESAMPLE_DIR=audioresample
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
AUDIORESAMPLE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2006-02-06 09:40:09 +00:00
|
|
|
if USE_BZ2
|
|
|
|
BZ2_DIR=bz2
|
|
|
|
else
|
|
|
|
BZ2_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_CDAUDIO
|
|
|
|
# CDAUDIO_DIR=cdaudio
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
CDAUDIO_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_DIRAC
|
|
|
|
# DIRAC_DIR=dirac
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
DIRAC_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
Complete rewrite/port of
Original commit message from CVS:
2005-11-02 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_get_format_name),
(gst_dfbvideosink_surface_create),
(gst_dfbvideosink_surface_destroy),
(gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
(gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
(gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
(gst_dfbvideosink_get_format_from_caps),
(gst_dfbvideosink_get_caps_from_format),
(gst_dfbvideosink_can_blit_from_format),
(gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
(gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
(gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
(gst_dfbvideosink_show_frame),
(gst_dfbvideosink_bufferpool_clear),
(gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
(gst_dfbsurface_init), (gst_dfbsurface_class_init),
(gst_dfbsurface_get_type),
(gst_dfbvideosink_interface_supported),
(gst_dfbvideosink_interface_init),
(gst_dfbvideosink_navigation_send_event),
(gst_dfbvideosink_navigation_init),
(gst_dfbvideosink_set_property),
(gst_dfbvideosink_get_property),
(gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
(gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
(plugin_init):
* ext/directfb/dfbvideosink.h:
* ext/directfb/directfbvideosink.c:
* ext/directfb/directfbvideosink.h: Complete rewrite/port of
DirectFB video sink to 0.9. Handles reverse negotiation,
hardware
scaling, navigation, buffer allocation from video memory etc...
2005-11-02 12:43:03 +00:00
|
|
|
if USE_DIRECTFB
|
|
|
|
DIRECTFB_DIR=directfb
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
DIRECTFB_DIR=
|
Complete rewrite/port of
Original commit message from CVS:
2005-11-02 Julien MOUTTE <julien@moutte.net>
* configure.ac:
* ext/Makefile.am:
* ext/directfb/Makefile.am:
* ext/directfb/dfbvideosink.c:
(gst_dfbvideosink_get_format_name),
(gst_dfbvideosink_surface_create),
(gst_dfbvideosink_surface_destroy),
(gst_dfbvideosink_event_thread), (gst_dfbvideosink_enum_layers),
(gst_dfbvideosink_enum_vmodes), (gst_dfbvideosink_enum_devices),
(gst_dfbvideosink_setup), (gst_dfbvideosink_cleanup),
(gst_dfbvideosink_get_format_from_caps),
(gst_dfbvideosink_get_caps_from_format),
(gst_dfbvideosink_can_blit_from_format),
(gst_dfbvideosink_get_best_vmode), (gst_dfbvideosink_getcaps),
(gst_dfbvideosink_setcaps), (gst_dfbvideosink_change_state),
(gst_dfbvideosink_get_times), (gst_dfbvideosink_center_rect),
(gst_dfbvideosink_show_frame),
(gst_dfbvideosink_bufferpool_clear),
(gst_dfbvideosink_buffer_alloc), (gst_dfbsurface_finalize),
(gst_dfbsurface_init), (gst_dfbsurface_class_init),
(gst_dfbsurface_get_type),
(gst_dfbvideosink_interface_supported),
(gst_dfbvideosink_interface_init),
(gst_dfbvideosink_navigation_send_event),
(gst_dfbvideosink_navigation_init),
(gst_dfbvideosink_set_property),
(gst_dfbvideosink_get_property),
(gst_dfbvideosink_init), (gst_dfbvideosink_base_init),
(gst_dfbvideosink_class_init), (gst_dfbvideosink_get_type),
(plugin_init):
* ext/directfb/dfbvideosink.h:
* ext/directfb/directfbvideosink.c:
* ext/directfb/directfbvideosink.h: Complete rewrite/port of
DirectFB video sink to 0.9. Handles reverse negotiation,
hardware
scaling, navigation, buffer allocation from video memory etc...
2005-11-02 12:43:03 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-12-19 14:40:22 +00:00
|
|
|
if USE_DIVX
|
|
|
|
DIVX_DIR=divx
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
DIVX_DIR=
|
2005-12-19 14:40:22 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-12-14 20:54:06 +00:00
|
|
|
if USE_DTS
|
|
|
|
DTS_DIR=dts
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
DTS_DIR=
|
2005-12-14 20:54:06 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-09-01 19:12:44 +00:00
|
|
|
if USE_FAAC
|
|
|
|
FAAC_DIR=faac
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
FAAC_DIR=
|
2005-09-01 19:12:44 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2005-07-19 20:51:15 +00:00
|
|
|
if USE_FAAD
|
|
|
|
FAAD_DIR=faad
|
|
|
|
else
|
|
|
|
FAAD_DIR=
|
|
|
|
endif
|
2003-11-21 21:20:42 +00:00
|
|
|
|
2005-09-02 20:21:17 +00:00
|
|
|
if USE_GSM
|
|
|
|
GSM_DIR=gsm
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
GSM_DIR=
|
2005-09-02 20:21:17 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
|
|
|
# if USE_HERMES
|
|
|
|
# HERMES_DIR=hermes
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
HERMES_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-11-25 19:58:19 +00:00
|
|
|
if USE_WAVPACK
|
|
|
|
WAVPACK_DIR=wavpack
|
|
|
|
else
|
|
|
|
WAVPACK_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-11-08 13:55:13 +00:00
|
|
|
if USE_IVORBIS
|
|
|
|
IVORBIS_DIR=ivorbis
|
|
|
|
else
|
|
|
|
IVORBIS_DIR=
|
|
|
|
endif
|
2005-09-05 13:49:41 +00:00
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_JACK
|
|
|
|
# JACK_DIR=jack
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
JACK_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_LCS
|
|
|
|
# LCS_DIR=lcs
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
LCS_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_LIBFAME
|
|
|
|
# LIBFAME_DIR=libfame
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
LIBFAME_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-11-29 02:55:18 +00:00
|
|
|
if USE_LIBMMS
|
|
|
|
LIBMMS_DIR=libmms
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
LIBMMS_DIR=
|
2005-11-29 02:55:18 +00:00
|
|
|
endif
|
2004-12-22 19:09:41 +00:00
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_MPEG2ENC
|
|
|
|
# MPEG2ENC_DIR=mpeg2enc
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
MPEG2ENC_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
2003-12-11 21:07:25 +00:00
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_MPLEX
|
|
|
|
# MPLEX_DIR=mplex
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
MPLEX_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
2003-07-27 05:29:10 +00:00
|
|
|
|
2005-11-22 15:09:28 +00:00
|
|
|
if USE_MUSEPACK
|
|
|
|
MUSEPACK_DIR=musepack
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
MUSEPACK_DIR=
|
2005-11-22 15:09:28 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
|
|
|
# if USE_MUSICBRAINZ
|
|
|
|
# MUSICBRAINZ_DIR=musicbrainz
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
MUSICBRAINZ_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_NAS
|
|
|
|
# NAS_DIR=nas
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
NAS_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-12-28 21:07:17 +00:00
|
|
|
if USE_NEON
|
|
|
|
NEON_DIR=neon
|
|
|
|
else
|
|
|
|
NEON_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-09-05 13:49:41 +00:00
|
|
|
# if USE_POLYP
|
|
|
|
# POLYP_DIR=polyp
|
|
|
|
# else
|
|
|
|
POLYP_DIR=
|
|
|
|
# endif
|
|
|
|
|
2005-09-19 21:47:54 +00:00
|
|
|
if USE_SDL
|
|
|
|
SDL_DIR=sdl
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
SDL_DIR=
|
2005-09-19 21:47:54 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
|
|
|
# if USE_SHOUT
|
|
|
|
# SHOUT_DIR=shout
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
SHOUT_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_SMOOTHWAVE
|
|
|
|
# SMOOTHWAVE_DIR=smoothwave
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
SMOOTHWAVE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# if USE_SNDFILE
|
|
|
|
# SNDFILE_DIR=sndfile
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
SNDFILE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2006-03-22 14:31:47 +00:00
|
|
|
if USE_SOUNDTOUCH
|
|
|
|
SOUNDTOUCH_DIR=soundtouch
|
|
|
|
else
|
|
|
|
SOUNDTOUCH_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-12-09 04:15:02 +00:00
|
|
|
if USE_SWFDEC
|
|
|
|
SWFDEC_DIR=swfdec
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
SWFDEC_DIR=
|
2005-12-09 04:15:02 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2006-03-09 17:44:17 +00:00
|
|
|
if USE_TAGLIB
|
|
|
|
TAGLIB_DIR = taglib
|
|
|
|
else
|
|
|
|
TAGLIB_DIR =
|
|
|
|
endif
|
|
|
|
|
configure.ac: Add autoconfery for theoradec.
Original commit message from CVS:
* configure.ac:
Add autoconfery for theoradec.
* ext/Makefile.am:
Add theora directory.
* ext/theora/Makefile.am:
* ext/theora/theoradec.c: (gst_theoradec_base_init),
(gst_theoradec_class_init), (gst_theoradec_init),
(gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
(gst_theoradec_granule_clocktime), (theora_dec_src_convert),
(theora_dec_sink_convert), (theora_dec_src_query),
(theora_dec_sink_query), (theora_dec_src_event),
(theora_dec_sink_event), (theora_handle_comment_packet),
(theora_handle_type_packet), (theora_handle_header_packet),
(theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
(theora_dec_change_state), (plugin_init):
* ext/theora/theoradec.h:
Add theora plugin for theora-exp decoder. Very heavily based on the
existing theora decoder plugin.
2006-03-31 14:26:05 +00:00
|
|
|
if USE_THEORADEC
|
|
|
|
THEORA_DIR = theora
|
|
|
|
else
|
|
|
|
THEORA_DIR =
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2005-05-06 11:04:30 +00:00
|
|
|
# if USE_TARKIN
|
|
|
|
# TARKIN_DIR=tarkin
|
|
|
|
# else
|
2005-05-19 09:51:03 +00:00
|
|
|
TARKIN_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-09-05 13:49:41 +00:00
|
|
|
# if USE_XINE
|
|
|
|
# XINE_DIR=xine
|
2005-05-06 11:04:30 +00:00
|
|
|
# else
|
2005-09-05 13:49:41 +00:00
|
|
|
XINE_DIR=
|
2005-05-06 11:04:30 +00:00
|
|
|
# endif
|
|
|
|
|
2005-12-14 22:41:47 +00:00
|
|
|
if USE_XVID
|
|
|
|
XVID_DIR=xvid
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
XVID_DIR=
|
2005-12-14 22:41:47 +00:00
|
|
|
endif
|
2005-05-06 11:04:30 +00:00
|
|
|
|
2003-11-21 21:20:42 +00:00
|
|
|
SUBDIRS=\
|
Added new plugin amrwb parse.
Original commit message from CVS:
Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
* configure.ac:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/amrwb/README:
* ext/amrwb/amrwb-code/Makefile.am:
* ext/amrwb/amrwb-code/run.sh:
* ext/amrwb/gstamrwb.c: (plugin_init):
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_init),
(gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
(gst_amrwbenc_class_init), (gst_amrwbenc_init),
(gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
(gst_amrwbenc_chain), (gst_amrwbenc_state_change):
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_class_init), (gst_amrwbparse_init),
(gst_amrwbparse_querytypes), (gst_amrwbparse_query),
(gst_amrwbparse_chain), (gst_amrwbparse_read_header),
(gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
(gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
* ext/amrwb/gstamrwbparse.h:
Added new plugin amrwb parse.
Renamed audio/AMR to audio/AMR-WB as per spec.
Fixes #333307
2006-03-29 16:50:08 +00:00
|
|
|
$(AMRWB_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) \
|
2006-02-06 09:40:09 +00:00
|
|
|
$(BZ2_DIR) \
|
2004-10-20 16:48:57 +00:00
|
|
|
$(CDAUDIO_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:45 +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) \
|
2003-11-22 12:40:19 +00:00
|
|
|
$(FAAC_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(FAAD_DIR) \
|
|
|
|
$(GSM_DIR) \
|
|
|
|
$(HERMES_DIR) \
|
2005-09-05 13:49:41 +00:00
|
|
|
$(IVORBIS_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(JACK_DIR) \
|
|
|
|
$(LCS_DIR) \
|
|
|
|
$(LIBFAME_DIR) \
|
2005-09-05 13:49:41 +00:00
|
|
|
$(LIBMMS_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) \
|
2005-09-05 13:49:41 +00:00
|
|
|
$(NAS_DIR) \
|
2005-12-28 21:07:17 +00:00
|
|
|
$(NEON_DIR) \
|
2004-11-12 15:04:55 +00:00
|
|
|
$(POLYP_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SDL_DIR) \
|
|
|
|
$(SHOUT_DIR) \
|
|
|
|
$(SMOOTHWAVE_DIR) \
|
|
|
|
$(SNDFILE_DIR) \
|
2006-03-22 14:31:47 +00:00
|
|
|
$(SOUNDTOUCH_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(SWFDEC_DIR) \
|
2006-03-09 17:44:17 +00:00
|
|
|
$(TAGLIB_DIR) \
|
2003-11-21 21:20:42 +00:00
|
|
|
$(TARKIN_DIR) \
|
configure.ac: Add autoconfery for theoradec.
Original commit message from CVS:
* configure.ac:
Add autoconfery for theoradec.
* ext/Makefile.am:
Add theora directory.
* ext/theora/Makefile.am:
* ext/theora/theoradec.c: (gst_theoradec_base_init),
(gst_theoradec_class_init), (gst_theoradec_init),
(gst_theoradec_reset), (inc_granulepos), (theora_get_query_types),
(gst_theoradec_granule_clocktime), (theora_dec_src_convert),
(theora_dec_sink_convert), (theora_dec_src_query),
(theora_dec_sink_query), (theora_dec_src_event),
(theora_dec_sink_event), (theora_handle_comment_packet),
(theora_handle_type_packet), (theora_handle_header_packet),
(theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
(theora_dec_change_state), (plugin_init):
* ext/theora/theoradec.h:
Add theora plugin for theora-exp decoder. Very heavily based on the
existing theora decoder plugin.
2006-03-31 14:26:05 +00:00
|
|
|
$(THEORA_DIR) \
|
2005-12-02 09:32:21 +00:00
|
|
|
$(WAVPACK_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
|
|
|
|
2005-09-05 13:49:41 +00:00
|
|
|
DIST_SUBDIRS= \
|
Added new plugin amrwb parse.
Original commit message from CVS:
Patch by: Renato Araujo Oliveira Filho <renatox at gmail dot com>
* configure.ac:
* ext/Makefile.am:
* ext/amrwb/Makefile.am:
* ext/amrwb/README:
* ext/amrwb/amrwb-code/Makefile.am:
* ext/amrwb/amrwb-code/run.sh:
* ext/amrwb/gstamrwb.c: (plugin_init):
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_init),
(gst_amrwbdec_setcaps), (gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbenc.c: (gst_amrwbenc_base_init),
(gst_amrwbenc_class_init), (gst_amrwbenc_init),
(gst_amrwbenc_finalize), (gst_amrwbenc_setcaps),
(gst_amrwbenc_chain), (gst_amrwbenc_state_change):
* ext/amrwb/gstamrwbenc.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_class_init), (gst_amrwbparse_init),
(gst_amrwbparse_querytypes), (gst_amrwbparse_query),
(gst_amrwbparse_chain), (gst_amrwbparse_read_header),
(gst_amrwbparse_loop), (gst_amrwbparse_sink_activate),
(gst_amrwbparse_sink_activate_pull), (gst_amrwbparse_state_change):
* ext/amrwb/gstamrwbparse.h:
Added new plugin amrwb parse.
Renamed audio/AMR to audio/AMR-WB as per spec.
Fixes #333307
2006-03-29 16:50:08 +00:00
|
|
|
amrwb \
|
2006-02-06 09:40:09 +00:00
|
|
|
bz2 \
|
2005-11-28 14:50:44 +00:00
|
|
|
directfb \
|
2005-09-01 19:12:44 +00:00
|
|
|
faac \
|
2005-07-19 20:51:15 +00:00
|
|
|
faad \
|
2005-09-19 21:47:54 +00:00
|
|
|
gsm \
|
2005-11-28 15:19:33 +00:00
|
|
|
ivorbis \
|
2005-11-29 02:55:18 +00:00
|
|
|
libmms \
|
2005-12-14 20:54:06 +00:00
|
|
|
dts \
|
2005-12-19 14:40:22 +00:00
|
|
|
divx \
|
2005-11-22 15:09:28 +00:00
|
|
|
musepack \
|
2005-12-28 21:07:17 +00:00
|
|
|
neon \
|
2005-11-02 12:53:00 +00:00
|
|
|
sdl \
|
2005-12-09 04:15:02 +00:00
|
|
|
swfdec \
|
2006-03-22 14:31:47 +00:00
|
|
|
soundtouch \
|
2006-03-09 17:44:17 +00:00
|
|
|
taglib \
|
2005-12-14 22:41:47 +00:00
|
|
|
wavpack \
|
|
|
|
xvid
|