summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_latm.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-7/+7
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-2/+2
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-241-9/+3
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-1/+0
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Add const to string parameters in internal fmtp parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Remove unnecessary checksMartin Storsjö2015-02-241-2/+0
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-241-6/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-241-1/+1
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-3/+4
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-0/+3
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* Remove unused variablesMans Rullgard2011-06-021-3/+2
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-241-2/+2
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-3/+3
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Add RTP depacketization of MP4A-LATMMartin Storsjö2010-08-121-0/+187
OpenPOWER on IntegriCloud