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