gstreamer/ext/amrnb
Michael Smith bc79caeb27 ext/amrnb/amrnbenc.c: The AMR encoder writes into the audio buffers it processes, so use gst_buffer_make_writable() o...
Original commit message from CVS:
* ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
The AMR encoder writes into the audio buffers it processes, so
use gst_buffer_make_writable() on buffers we might (they go through
an adapter, so there can be copying going on later anyway) be
encoding.
2006-03-02 18:45:40 +00:00
..
amrnb.c ext/amrnb/: Ported AMR decoder/parse. 2005-05-18 16:51:46 +00:00
amrnbdec.c ext/amrnb/amrnbdec.c: Some more comments. 2006-02-15 10:18:39 +00:00
amrnbdec.h ext/amrnb/amrnbdec.*: Fix amrnbdec, handle events, take copy from adapter since the decoder apparently writes in the ... 2006-02-06 15:55:28 +00:00
amrnbenc.c ext/amrnb/amrnbenc.c: The AMR encoder writes into the audio buffers it processes, so use gst_buffer_make_writable() o... 2006-03-02 18:45:40 +00:00
amrnbenc.h ext/amrnb/: Ported AMR decoder/parse. 2005-05-18 16:51:46 +00:00
amrnbparse.c Pass unhandled queries upstream (useful e.g. for SEEKING query) 2006-01-10 11:43:37 +00:00
amrnbparse.h ext/amrnb/: Ported AMR decoder/parse. 2005-05-18 16:51:46 +00:00
Makefile.am fix silly Makefile.am bug so they link correctly again 2005-12-02 12:28:03 +00:00