summaryrefslogtreecommitdiff
path: root/libavformat/tedcaptionsdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-2/+4
* avformat/tedcaptionsdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-1/+1
* avformat: move AVStream.{first,cur}_dts to AVStreamInternalJames Almer2021-06-091-1/+1
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-071-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-2/+2
* avformat/tedcaptionsdec: Check for overflow in parse_int()Michael Niedermayer2021-01-291-0/+2
* avformat/tedcaptionsdec: Fix leak of AVBPrint upon errorAndreas Rheinhardt2020-09-201-37/+36
* avformat/tedcaptionsdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-4/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/tedcaptionsdec: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-2/+2
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-1/+1
* avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE()Michael Niedermayer2015-02-171-1/+1
* avformat/tedcaptionsdec: make const arrays static constMichael Niedermayer2013-08-101-1/+2
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* lavf: add AV_ to two remaining CODEC_ID_*.Nicolas George2013-03-121-1/+1
* lavf: TED Talks JSON captions demuxer.Nicolas George2012-12-091-0/+365