| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -5/+5 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avformat/asfdec_f: Saturate presentation time in marker | Michael Niedermayer | 2023-10-08 | 1 | -1/+1 |
* | avformat/asfdec_f: fix need_parsing flag for codec mpeg4 | Zhao Zhili | 2023-07-04 | 1 | -1/+1 |
* | avformat/asfdec_f: support bmp_tags_unofficial | Zhao Zhili | 2023-07-04 | 1 | -0/+4 |
* | avformat/asfdec_f: Use 64bit for packet start time | Michael Niedermayer | 2022-07-21 | 1 | -1/+1 |
* | avformat/asfdec_f: Check packet_frag_timestamp | Michael Niedermayer | 2022-06-09 | 1 | -4/+6 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | libavformat/asfdec: remove unused parameters | softworkz | 2022-05-08 | 1 | -15/+15 |
* | libavformat/asfdec: Add braces to define | Soft Works | 2021-09-30 | 1 | -1/+1 |
* | libavformat/asfdec: Use predefined constants | Soft Works | 2021-09-30 | 1 | -4/+4 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -8/+11 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -6/+7 |
* | avformat/asfdec_f: Check sizeX against padding | Michael Niedermayer | 2021-07-31 | 1 | -1/+1 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -5/+5 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/asf: Factor common code out | Andreas Rheinhardt | 2021-03-31 | 1 | -108/+1 |
* | avformat/asfdec_f: Avoid stack packet | Andreas Rheinhardt | 2021-03-24 | 1 | -4/+4 |
* | avformat/asf: Move ff_asf_audio_conceal_none to its only user | Andreas Rheinhardt | 2021-02-24 | 1 | -1/+7 |
* | avformat/asfdec_f: Add an additional check for the extradata size | Michael Niedermayer | 2021-02-09 | 1 | -0/+2 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/asfdec_f: Check for negative ext_len | Michael Niedermayer | 2020-10-23 | 1 | -0/+2 |
* | avformat/asfdec_f: Check name_len for overflow | Michael Niedermayer | 2020-10-20 | 1 | -0/+2 |
* | avformat/asfdec_f: Change order or operations slightly | Michael Niedermayer | 2020-10-02 | 1 | -1/+1 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -2/+2 |
* | avformat/asfdec_f: Fix overflow check in get_tag() | Michael Niedermayer | 2020-03-21 | 1 | -2/+13 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | 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 |