summaryrefslogtreecommitdiff
path: root/libavformat/asfdec_f.c
Commit message (Expand)AuthorAge
* avformat: fix id3 chaptersLukas Stabe2017-10-05
* avformat/asfdec: Fix DoS in asf_build_simple_index()Michael Niedermayer2017-09-07
* avformat/asfdec: Fix DoS due to lack of eof check孙浩 and 张洪亮(望初)2017-08-27
* lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call.Carl Eugen Hoyos2016-12-03
* avformat/avlanguage: make av_convert_lang_to() internalJames Almer2016-07-19
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* fix some a/an typosLou Logan2016-03-28
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-04
* asfdec: fix FATE seek testHendrik Leppkes2015-10-27
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* Remove left-over FF_API_DESTRUCT_PACKET cruftHendrik Leppkes2015-09-05
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
* avformat/asfdec_f: Parse ECC byte according to specMichael Niedermayer2015-07-22
* avformat/asfdec_f: Improve packet resync heuristicMichael Niedermayer2015-07-22
* avformat/asfdec_f: Do not print errors if packets do not start with ECCMichael Niedermayer2015-07-22
* avformat/asfdec_f: Increase the amount of information provided in cases of er...Michael Niedermayer2015-07-22
* Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-12
* avformat/asfdec_f: Fix memleakMichael Niedermayer2015-07-02
* avformat/asfdec_f: Add ASFDataType, use named types for metadataJohn Adlum2015-07-02
* avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a...John Adlum2015-07-02
* avformat/asfdec_f: factor error checking out of main header parsing loopJohn Adlum2015-07-02
* avformat/asfdec_f: Assert that packet positions match in asf_read_pts()John Adlum2015-07-01
* avformat/asfdec_f: Correct skip to key codeJohn Adlum2015-07-01
* avformat: rename asfdec.c to asfdec_f.cMichael Niedermayer2015-06-30