| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -1/+3 |
* | avformat/asfdec: Fix DoS in asf_build_simple_index() | Michael Niedermayer | 2017-09-07 | 1 | -0/+5 |
* | avformat/asfdec: Fix DoS due to lack of eof check | 孙浩 and 张洪亮(望初) | 2017-08-27 | 1 | -2/+4 |
* | lavf/asfdec_f: Remove CR/LF from avpriv_request_sample() call. | Carl Eugen Hoyos | 2016-12-03 | 1 | -1/+1 |
* | avformat/avlanguage: make av_convert_lang_to() internal | James Almer | 2016-07-19 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -36/+36 |
* | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | asfdec: fix FATE seek test | Hendrik Leppkes | 2015-10-27 | 1 | -2/+4 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -6/+6 |
* | Remove left-over FF_API_DESTRUCT_PACKET cruft | Hendrik Leppkes | 2015-09-05 | 1 | -5/+0 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
* | avformat/asfdec_f: Parse ECC byte according to spec | Michael Niedermayer | 2015-07-22 | 1 | -7/+21 |
* | avformat/asfdec_f: Improve packet resync heuristic | Michael Niedermayer | 2015-07-22 | 1 | -1/+1 |
* | avformat/asfdec_f: Do not print errors if packets do not start with ECC | Michael Niedermayer | 2015-07-22 | 1 | -35/+46 |
* | avformat/asfdec_f: Increase the amount of information provided in cases of er... | Michael Niedermayer | 2015-07-22 | 1 | -4/+4 |
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -1/+1 |
* | avformat/asfdec_f: Fix memleak | Michael Niedermayer | 2015-07-02 | 1 | -0/+1 |
* | avformat/asfdec_f: Add ASFDataType, use named types for metadata | John Adlum | 2015-07-02 | 1 | -6/+14 |
* | avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() instead of a... | John Adlum | 2015-07-02 | 1 | -6/+11 |
* | avformat/asfdec_f: factor error checking out of main header parsing loop | John Adlum | 2015-07-02 | 1 | -7/+6 |
* | avformat/asfdec_f: Assert that packet positions match in asf_read_pts() | John Adlum | 2015-07-01 | 1 | -0/+1 |
* | avformat/asfdec_f: Correct skip to key code | John Adlum | 2015-07-01 | 1 | -1/+2 |
* | avformat: rename asfdec.c to asfdec_f.c | Michael Niedermayer | 2015-06-30 | 1 | -0/+1659 |