summaryrefslogtreecommitdiff
path: root/libavformat/samidec.c
Commit message (Expand)AuthorAgeFilesLines
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-2/+0
* avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close)Andreas Rheinhardt2021-07-181-24/+3
* avformat/samidec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-081-2/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/samidec: Deallocate hdr_bufMichael Niedermayer2021-03-141-0/+2
* avformat/samidec: Sanity check ptsMichael Niedermayer2021-02-101-0/+5
* avformat/samidec: Fix memleak upon read header failureAndreas Rheinhardt2020-06-151-0/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-3/+3
* avformat/subtitles: forward log context in ff_subtitles_queue_finalize() for ...Clément Bœsch2015-09-101-1/+1
* avformat/samidec: do not include trailing sami footer in the last packetYayoi2015-09-061-1/+7
* Print a warning if a subtitle demuxer changes utf16 to utf8.Carl Eugen Hoyos2014-10-291-1/+1
* avformat/samidec: UTF-16 supportwm42014-09-051-7/+10
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* lavf: remove generic index flag from text subtitles.Clément Bœsch2013-01-021-1/+0
* 10l: export ff_bprint_to_extradata between libs using avpriv_ prefix.Clément Bœsch2012-12-301-1/+1
* lavc: add ff_bprint_to_extradata() helper and use it.Clément Bœsch2012-12-301-6/+3
* lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.Clément Bœsch2012-12-021-0/+9
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
* SAMI demuxer and decoder.Clément Bœsch2012-06-291-0/+132