summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_latm.c
Commit message (Collapse)AuthorAge
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| | | | | | | | | | | | In the name of consistency: put_byte -> avio_w8 put_<type> -> avio_w<type> put_buffer -> avio_write put_nbyte will be made private put_tag will be merged with avio_put_str Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-12
Originally committed as revision 24790 to svn://svn.ffmpeg.org/ffmpeg/trunk