aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/codec2utils.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/codec2utils: Remove legacy avpriv functionsAndreas Rheinhardt2021-04-271-82/+0
| | | | | | | Unused since 37d742b607d47122d23d548ffd7ad9b09cbc5298. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-281-0/+2
| | | | | | | | They are only used by the codec2 demuxers. The symbols are kept around until the next major bump. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-281-4/+4
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Add libcodec2 en/decoderTomas Härdin2018-02-241-0/+80