summaryrefslogtreecommitdiff
path: root/libavformat/mpsubdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-181-24/+3
* avformat/mpsubdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-3/+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/mpsubdec: Use av_sat_add/sub64() in fracval handlingMichael Niedermayer2021-01-261-2/+2
* avformat/mpsubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-2/+4
* avformat/mpsubdec: Clear queue on errorMichael Niedermayer2019-10-081-0/+3
* avformat/mpsubdec: Remove floating point usageMichael Niedermayer2019-08-291-17/+67
* avformat/mpsubdec: Check pts / duration before castMichael Niedermayer2019-08-231-2/+9
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-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
* avformat/mpsubdec: Use double instead of float for timestamp calculationsMichael Niedermayer2015-05-271-3/+3
* avformat/mpsubdec: change multipler to int, it only stores 1 and 100Michael Niedermayer2015-05-271-2/+2
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/subtitles: add a next line jumper and use it.Clément Bœsch2013-09-081-1/+6
* lavf/mpsub: remove sscanf from probing.Clément Bœsch2013-05-061-4/+3
* avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / YMichael Niedermayer2013-05-051-1/+1
* Add MPlayer subtitles demuxer.Clément Bœsch2012-12-301-0/+140