| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avformat/cafdec: Check that data chunk end fits within 64bit | Michael Niedermayer | 2024-03-26 | 1 | -0/+3 |
* | avformat/cafdec: dont seek beyond 64bit | Michael Niedermayer | 2024-03-26 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 1 | -4/+4 |
* | avformat/cafdec: improve probing | Paul B Mahol | 2023-09-21 | 1 | -3/+9 |
* | avformat/cafdec: Check that nb_frasmes fits within 64bit | Michael Niedermayer | 2022-09-24 | 1 | -1/+1 |
* | avformat/cafdec: Implement FLAC-in-CAF parsing | Martijn van Beurden | 2022-07-05 | 1 | -0/+44 |
* | avformat/utils: Move ff_get_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/cafdec: Do not store empty keys in read_info_chunk() | Michael Niedermayer | 2022-03-27 | 1 | -0/+2 |
* | caf: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -3/+3 |
* | avformat/cafdec: Avoid unnecessary avio_tell() calls | Andreas Rheinhardt | 2021-11-26 | 1 | -2/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -11/+13 |
* | avformat/cafdec: try skipping various chunks only when seeking is possible | Paul B Mahol | 2021-09-03 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/cafdec: Check channels | Michael Niedermayer | 2021-04-20 | 1 | -1/+1 |
* | avformat/cafdec: Do not build an index if all packets are the same | Michael Niedermayer | 2021-03-29 | 1 | -9/+14 |
* | avformat/caf: Deduplicate codec tags list | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | avformat/cafdec: clip sample rate | Michael Niedermayer | 2020-12-24 | 1 | -1/+1 |
* | avformat/cafdec: Check the return code from av_add_index_entry() | Michael Niedermayer | 2020-11-29 | 1 | -1/+4 |
* | avformat/cafdec: Check for EOF in index read loop | Michael Niedermayer | 2020-11-29 | 1 | -0/+2 |
* | avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne... | Michael Niedermayer | 2020-11-29 | 1 | -0/+3 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -11/+11 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+5 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | lavf/cafdec: Do not fail for unknown atoms with negative size. | Carl Eugen Hoyos | 2019-01-27 | 1 | -0/+3 |
* | avformat/cafdec: reject multichannel Opus streams | Anton Khirnov | 2017-09-19 | 1 | -0/+6 |
* | lavf/caf: Support demuxing Opus. | Carl Eugen Hoyos | 2017-09-20 | 1 | -0/+2 |
* | lavf: use av_fourcc2str() where appropriate | Clément Bœsch | 2017-03-29 | 1 | -4/+2 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -2/+2 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -2/+2 |
* | | cafdec: prevent overflow during bit rate calculation | Andreas Cadhalpun | 2016-12-15 | 1 | -2/+7 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -32/+32 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -32/+32 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | | cafdec: free extradata before allocating it | Andreas Cadhalpun | 2015-05-13 | 1 | -0/+2 |
* | | cafdec: check avio_read return value | Andreas Cadhalpun | 2015-05-13 | 1 | -3/+14 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2' | Michael Niedermayer | 2014-09-26 | 1 | -7/+7 |
|\| |
|
| * | caf: Give context structure a consistent name | Diego Biurrun | 2014-09-26 | 1 | -7/+7 |
* | | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea' | Michael Niedermayer | 2014-08-19 | 1 | -2/+1 |
|\| |
|
| * | mov: Drop unused parameter from ff_mov_read_esds() | Diego Biurrun | 2014-08-19 | 1 | -2/+1 |
| * | caf: Use correct printf conversion specifiers for POSIX int types | Diego Biurrun | 2014-07-28 | 1 | -1/+1 |
* | | cafdec: check for eof in read_info_chunk() | Paul B Mahol | 2014-08-18 | 1 | -1/+1 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -3/+3 |
* | | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430 | Michael Niedermayer | 2014-03-12 | 1 | -1/+1 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -1/+4 |
|\| |
|