summaryrefslogtreecommitdiff
path: root/libavcodec/g729_parser.c
Commit message (Expand)AuthorAgeFilesLines
* g729: convert to new channel layout APIAnton Khirnov2022-03-151-2/+2
* avcodec/g729_parser: Check channelsMichael Niedermayer2022-03-081-0/+3
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec: Constify all the AVCodecParsersAndreas Rheinhardt2021-04-271-1/+1
* avcodec/g729_parser: Check block_sizeMichael Niedermayer2019-09-261-0/+6
* lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos2019-09-161-2/+3
* lavc/g729dec: Support stereo streams.Carl Eugen Hoyos2018-12-151-0/+1
* avcodec/g729_parser: Replace codec_id check by assertMichael Niedermayer2015-08-111-12/+5
* avcodec/g729: add g729_parserGanesh Ajjanagadde2015-08-111-0/+89