summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_g726.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos2018-02-141-2/+2
* lavf/rtpdec_g726: Map mime type G726 to g726le.Carl Eugen Hoyos2016-10-221-1/+7
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* | Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer2013-05-061-1/+3
|\ \ | |/
| * avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-4/+2
|\ \ | |/
| * rtpdec: Interpret the different G726 names as bits_per_coded_sampleMartin Storsjö2011-12-011-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-69/+23
|\ \ | |/
| * rtpdec: Templatize the code for different g726 bitrate variantsMartin Storsjö2011-11-301-77/+23
| * rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-301-0/+102
* libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň2011-11-071-0/+94