gstreamer/ext/amrwb
Stefan Kost 80928eba03 ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the adapter, unref it in a new finali...
Original commit message from CVS:
* ext/amrwb/gstamrwbdec.c: (gst_amrwbdec_base_init),
(gst_amrwbdec_class_init), (gst_amrwbdec_finalize),
(gst_amrwbdec_event), (gst_amrwbdec_chain),
(gst_amrwbdec_state_change):
* ext/amrwb/gstamrwbdec.h:
* ext/amrwb/gstamrwbparse.c: (gst_amrwbparse_base_init),
(gst_amrwbparse_pull_header), (gst_amrwbparse_loop):
Add newsegment and discont handling. Some code cleanups. Don't leak
the adapter, unref it in a new finalize method instead. Sync the
parser with the amr-nb changes.
2007-06-20 08:42:17 +00:00
..
gstamrwb.c rework build; add translations for v4l2 2006-04-01 10:09:11 +00:00
gstamrwbdec.c ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the adapter, unref it in a new finali... 2007-06-20 08:42:17 +00:00
gstamrwbdec.h ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the adapter, unref it in a new finali... 2007-06-20 08:42:17 +00:00
gstamrwbenc.c ext/amrwb/gstamrwbdec.c (gst_amrwbdec_debug, GST_CAT_DEFAULT, _do_init, gst_amrwbdec_base_init, gst_amrwbdec_class_in... 2007-05-18 09:35:28 +00:00
gstamrwbenc.h Use external shared libamrwb. Fixes #423741 (with lots of cleanup). 2007-05-16 13:50:51 +00:00
gstamrwbparse.c ext/amrwb/: Add newsegment and discont handling. Some code cleanups. Don't leak the adapter, unref it in a new finali... 2007-06-20 08:42:17 +00:00
gstamrwbparse.h Use external shared libamrwb. Fixes #423741 (with lots of cleanup). 2007-05-16 13:50:51 +00:00
Makefile.am Use external shared libamrwb. Fixes #423741 (with lots of cleanup). 2007-05-16 13:50:51 +00:00
README Added new plugin amrwb parse. 2006-03-29 16:50:08 +00:00

Compiling AMRWB codec:
======================

To compile the amrwb codec, you need to download the source code from 
"http://www.3gpp.org/ftp/Specs/html-info/26204.htm" and uncompress the 
files inside an amrwb-code directory;

or execute this commands:
$cd amrwb-code
$sh ./run.sh

and run the "autogen" script again.