summaryrefslogtreecommitdiffstats
path: root/libavformat/asfdec_f.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: fix id3 chaptersLukas Stabe2017-10-051-1/+3
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-071-0/+5
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-271-2/+4
* lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.Carl Eugen Hoyos2016-12-031-1/+1
* avformat/avlanguage: make av_convert_lang_to() internalJames Almer2016-07-191-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-36/+36
* fix some a/an typosLou Logan2016-03-281-1/+1
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-2/+2
* asfdec: fix FATE seek testHendrik Leppkes2015-10-271-2/+4
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-6/+6
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-051-5/+0
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-3/+3
* avformat/asfdec_f: Parse ECC byte according to specMichael Niedermayer2015-07-221-7/+21
* avformat/asfdec_f: Improve packet resync heuristicMichael Niedermayer2015-07-221-1/+1
* avformat/asfdec_f: Do not print errors if packets do not start with ECCMichael Niedermayer2015-07-221-35/+46
* avformat/asfdec_f: Increase the amount of information provided in cases of er...Michael Niedermayer2015-07-221-4/+4
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
* avformat/asfdec_f: Fix memleakMichael Niedermayer2015-07-021-0/+1
* avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum2015-07-021-6/+14
* avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a...John Adlum2015-07-021-6/+11
* avformat/asfdec_f: factor error checking out of main header parsing loopJohn Adlum2015-07-021-7/+6
* avformat/asfdec_f: Assert that packet positions match in asf_read_pts()John Adlum2015-07-011-0/+1
* avformat/asfdec_f: Correct skip to key codeJohn Adlum2015-07-011-1/+2
* avformat: rename asfdec.c to asfdec_f.cMichael Niedermayer2015-06-301-0/+1659
OpenPOWER on IntegriCloud