| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: Move ff_get_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | riff: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -7/+14 |
* | avformat: Use ffio_read_size where appropriate | Andreas Rheinhardt | 2021-08-06 | 1 | -3/+3 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+2 |
* | avcodec: fix pcm zork decoder | Paul B Mahol | 2020-02-16 | 1 | -1/+1 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+0 |
* | avformat/riffdec: pass correct pointer to av_log | Paul B Mahol | 2019-04-07 | 1 | -3/+3 |
* | Merge commit '0539d84d985e811e5989ef27c13f7e2dda0f9b89' | James Almer | 2017-09-28 | 1 | -3/+4 |
|\ |
|
| * | asfdec: Account for different Format Data sizes | Alexandra Hájková | 2017-02-15 | 1 | -2/+4 |
* | | lavf/riff: Support decoding files with broken mediasubtype base guid. | Thierry Foucu | 2017-02-17 | 1 | -0/+2 |
* | | Merge commit '7f549b8338ed3775fec4bf10421ff5744e5866dd' | Clément Bœsch | 2017-02-02 | 1 | -2/+3 |
|\| |
|
| * | riff: don't overwrite bps from WAVEFORMATEX if EXTENSIBLE doesn't contain tha... | Hendrik Leppkes | 2016-07-22 | 1 | -1/+5 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -2/+2 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -47/+47 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -40/+39 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | lavf/riffdec: Remove \n from avpriv_report_missing_feature(). | Carl Eugen Hoyos | 2016-03-06 | 1 | -1/+1 |
* | | riffdec: Explicitly null-terminate array to work around VC++ bug | Bruce Dawson | 2016-02-01 | 1 | -0/+3 |
* | | avformat/riffdec: remove special case for bitrate > 32bit | Michael Niedermayer | 2015-12-03 | 1 | -15/+1 |
* | | avformat/riffdec: Initialize bitrate | Michael Niedermayer | 2015-12-03 | 1 | -1/+1 |
* | | XMA1 and XMA2 stereo decoders | Paul B Mahol | 2015-11-06 | 1 | -5/+22 |
* | | lavf/riff: Support decoding Ambisonic wav files. | Carl Eugen Hoyos | 2015-09-16 | 1 | -0/+2 |
* | | avformat/riffde: Fix integer overflow in bitrate | Michael Niedermayer | 2015-07-12 | 1 | -2/+2 |
* | | Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62' | Michael Niedermayer | 2015-07-12 | 1 | -10/+20 |
|\| |
|
| * | riff: Validate bitrate | Andreas Cadhalpun | 2015-07-11 | 1 | -1/+19 |
* | | riffdec: prevent negative bit rate | Andreas Cadhalpun | 2015-07-12 | 1 | -0/+8 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -2/+3 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -2/+3 |
* | | Merge commit '1b4c468477f3b8d372da8ef4e5405539ad9c1501' | Michael Niedermayer | 2015-06-30 | 1 | -1/+3 |
|\| |
|
| * | riff: Validate the wav header size before trying to parse it | Luca Barbato | 2015-06-28 | 1 | -0/+3 |
* | | avformat/riffdec: Forward error code from avio_read() in ff_get_guid() | Michael Niedermayer | 2015-06-28 | 1 | -2/+4 |
* | | avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-22 | 1 | -1/+1 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -8/+26 |
* | | avformat/riffdec: ask for samples with wav header size < 14 | Michael Niedermayer | 2014-11-30 | 1 | -0/+3 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | avformat/riff: return error code from ff_get_guid() | Michael Niedermayer | 2014-02-12 | 1 | -2/+5 |
* | | Move GUID-related objects to riffenc.c and riff.c. | Carl Eugen Hoyos | 2014-01-29 | 1 | -8/+0 |
* | | avformat/riffdec: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -2/+1 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -4/+1 |
* | | Merge commit 'd07aa3f02b73ab1371c13ac7898338380ca0932b' | Michael Niedermayer | 2013-09-29 | 1 | -0/+5 |
|\| |
|
| * | riffdec: Add sanity checks for the sample rate | Martin Storsjö | 2013-09-29 | 1 | -0/+5 |
* | | Merge commit '255d9c570e117f0fcb8e51fa2c5996f3c4b2052b' | Michael Niedermayer | 2013-08-06 | 1 | -16/+34 |
|/ |
|
* | riff: Move demuxing code to a separate file. | Diego Biurrun | 2013-08-06 | 1 | -0/+229 |