summaryrefslogtreecommitdiff
path: root/libavformat/tedcaptionsdec.c
Commit message (Collapse)AuthorAge
* avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE()Michael Niedermayer2015-02-17
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat/tedcaptionsdec: make const arrays static constMichael Niedermayer2013-08-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
| | | | | | Demuxers where the changed code looked less readable where skiped Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: add AV_ to two remaining CODEC_ID_*.Nicolas George2013-03-12
|
* lavf: TED Talks JSON captions demuxer.Nicolas George2012-12-09