summaryrefslogtreecommitdiff
path: root/libavformat/mpsubdec.c
Commit message (Expand)AuthorAge
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-18
* avformat/mpsubdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-08
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mpsubdec: Use av_sat_add/sub64() in fracval handlingMichael Niedermayer2021-01-26
* avformat/mpsubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-15
* avformat/mpsubdec: Clear queue on errorMichael Niedermayer2019-10-08
* avformat/mpsubdec: Remove floating point usageMichael Niedermayer2019-08-29
* avformat/mpsubdec: Check pts / duration before castMichael Niedermayer2019-08-23
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-10
* avformat/mpsubdec: Use double instead of float for timestamp calculationsMichael Niedermayer2015-05-27
* avformat/mpsubdec: change multipler to int, it only stores 1 and 100Michael Niedermayer2015-05-27
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-08
* lavf/mpsub: remove sscanf from probing.Clément Bœsch2013-05-06
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-05
* Add MPlayer subtitles demuxer.Clément Bœsch2012-12-30