| 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 |
* | avformat: Remove unnecessary inclusions from libavcodec | Andreas Rheinhardt | 2022-03-23 | 1 | -1/+0 |
* | rsd: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -13/+13 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | uavformat/rsd: check for EOF in extradata | Michael Niedermayer | 2021-01-11 | 1 | -0/+2 |
* | avformat/rsd: Check size and start before computing duration | Michael Niedermayer | 2020-10-30 | 1 | -12/+22 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -3/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | lavf: fix usages of av_get_codec_tag_string() | Clément Bœsch | 2017-03-29 | 1 | -3/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -6/+6 |
* | rsd: limit number of channels | Andreas Cadhalpun | 2016-10-20 | 1 | -1/+3 |
* | 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 | -45/+45 |
* | avformat/rsd: implement seeking | Paul B Mahol | 2015-11-20 | 1 | -0/+7 |
* | avformat/rsd: reindent after the last commit | James Almer | 2015-11-19 | 1 | -13/+13 |
* | avformat/rsd: GADP files are adpcm_thp_le | James Almer | 2015-11-19 | 1 | -9/+6 |
* | avformat/rsd: XMA2 is actually stored, not XMA1 | Paul B Mahol | 2015-11-11 | 1 | -6/+6 |
* | avformat/rsd: add XMA support | Paul B Mahol | 2015-11-09 | 1 | -2/+14 |
* | avformat/rsd: add VAG support | Paul B Mahol | 2015-10-18 | 1 | -1/+7 |
* | avformat/rsd: Check av_new_packet() return value | Michael Niedermayer | 2015-10-17 | 1 | -1/+3 |
* | avformat/rsd: propagate return values of extradata helper functions | James Almer | 2015-10-16 | 1 | -5/+5 |
* | avformat/rsd: add WADP support | Paul B Mahol | 2015-10-16 | 1 | -18/+37 |
* | avformat/rsd: support XADP tag | Paul B Mahol | 2015-10-11 | 1 | -2/+12 |
* | avformat/rsd: make tag_buf string larger | Clément Bœsch | 2014-12-20 | 1 | -1/+1 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/rsd: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -5/+2 |
* | avformat/rsd: increase the score for odd samplerate/channels to max/8 | Michael Niedermayer | 2013-11-10 | 1 | -2/+2 |
* | avformat/rsd: increase probe score, as misdetections are fixed | Michael Niedermayer | 2013-11-06 | 1 | -1/+1 |
* | avformat/rsd: Check channels and sample_rate fields | Michael Niedermayer | 2013-11-06 | 1 | -4/+7 |
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | ADPCM IMA Radical decoder | James Almer | 2013-05-10 | 1 | -2/+11 |
* | RSD demuxer | James Almer | 2013-05-10 | 1 | -0/+161 |