| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -2/+0 |
* | avformat/wavdec: Check left avio_tell for overflow | Michael Niedermayer | 2023-10-08 | 1 | -0/+2 |
* | avformat/wavdec: w64: do not error out for broken files if data start is found | Paul B Mahol | 2023-10-07 | 1 | -2/+16 |
* | avformat/wavdec: Check that smv block fits in available space | Michael Niedermayer | 2023-05-22 | 1 | -0/+4 |
* | avformat/wavdec: fix the ID3 metadata obtained in WAV format's missing | Wujian(Chin) | 2022-08-24 | 1 | -1/+1 |
* | avformat/utils: Move avpriv_new_chapter to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | wav: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -15/+17 |
* | avformat/wavdec: Check smv_block_size | Michael Niedermayer | 2021-10-09 | 1 | -0/+2 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -7/+8 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat: Use ffio_read_size where appropriate | Andreas Rheinhardt | 2021-08-06 | 1 | -4/+4 |
* | avformat/wavdec: Use 64bit in new_pos computation | Michael Niedermayer | 2021-07-31 | 1 | -1/+1 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -2/+2 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -3/+3 |
* | avformat: move AVStream.probe_packets to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avformat/wavdec: Fix reading files with id3v2 apic before fmt tag | Andreas Rheinhardt | 2021-04-18 | 1 | -39/+39 |
* | avformat/id3v2: Don't reverse the order of id3v2 APICs | Andreas Rheinhardt | 2021-04-18 | 1 | -1/+1 |
* | avformat/wavdec: Share wav and w64 options | Andreas Rheinhardt | 2021-02-23 | 1 | -16/+13 |
* | avformat/wav: Deduplicate codec tags lists | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+2 |
* | avformat/wavdec: Consider AV_INPUT_BUFFER_PADDING_SIZE in set_spdif() | Michael Niedermayer | 2021-02-10 | 1 | -1/+1 |
* | avformat/wavdec: Check block_align vs. channels before combining them | Michael Niedermayer | 2021-02-02 | 1 | -1/+2 |
* | avformat/wavdec: Check avio_get_str16le() for failure | Michael Niedermayer | 2021-01-31 | 1 | -0/+4 |
* | avformat/wavdec: Avoid zeroing written to array | Michael Niedermayer | 2021-01-03 | 1 | -1/+1 |
* | smvjpegdec: merge into mjpegdec | Anton Khirnov | 2020-12-10 | 1 | -9/+3 |
* | avformat/wavdec: Check for EOF in cues reading | Michael Niedermayer | 2020-12-05 | 1 | -0/+3 |
* | avformat/wavdec: More complete size check in find_guid() | Michael Niedermayer | 2020-11-21 | 1 | -1/+1 |
* | avformat/wavdec: Refuse to read chunks bigger than the filesize in w64_read_h... | Michael Niedermayer | 2020-10-30 | 1 | -1/+2 |
* | lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/wavdec: add support for chapters | Paul B Mahol | 2020-09-01 | 1 | -0/+46 |
* | avformat/wavdec: allow to change max size of single demuxed packet | Paul B Mahol | 2020-09-01 | 1 | -3/+18 |
* | avformat/wavdec: add support for demuxing Broadcast Wave 64Bit | Paul B Mahol | 2020-09-01 | 1 | -5/+11 |
* | avformat/id3v2: Remove unnecessary indirection | Andreas Rheinhardt | 2020-05-25 | 1 | -3/+3 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -5/+5 |
* | avcodec/adpcm: add support for 5.1 ADPCM MS | Paul B Mahol | 2019-07-26 | 1 | -0/+2 |
* | lafv/wavdec: Fail bext parsing on incomplete reads | Matt Wolenetz | 2019-07-26 | 1 | -5/+7 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -2/+2 |
* | avformat/wavdec: add support for 'id3 ' chunk | Paul B Mahol | 2018-12-13 | 1 | -0/+13 |
* | avformat/wavdec: make fact chunk parsing for w64 more robust | Paul B Mahol | 2018-01-10 | 1 | -0/+1 |
* | avcodec/wmaprodec: support multichannel XMA stream configurations | bnnm | 2017-10-09 | 1 | -7/+13 |
* | avformat/wavdec: Check chunk_size | 李赞 | 2017-05-10 | 1 | -0/+2 |
* | lavf: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -3/+2 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -3/+3 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | avformat/wavdec: enable seeking with XMA2 | Paul B Mahol | 2017-01-20 | 1 | -0/+1 |
* | | avcodec/wmaprodec: >2 channel support for XMA | Paul B Mahol | 2017-01-19 | 1 | -0/+3 |
* | | avformat/wavdec: add support for decoding 24.0 and 16.8 floating point pcm fo... | Paul B Mahol | 2016-12-22 | 1 | -0/+13 |
* | | avformat/wavdec: Eliminate goto for clang -O0 DCE | Mark Harris | 2016-12-16 | 1 | -21/+17 |