summaryrefslogtreecommitdiff
path: root/libavformat/rsd.c
Commit message (Expand)AuthorAgeFilesLines
* uavformat/rsd: check for EOF in extradataMichael Niedermayer2021-10-091-0/+2
* rsd: limit number of channelsAndreas Cadhalpun2016-10-201-1/+3
* avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-45/+45
* avformat/rsd: implement seekingPaul B Mahol2015-11-201-0/+7
* avformat/rsd: reindent after the last commitJames Almer2015-11-191-13/+13
* avformat/rsd: GADP files are adpcm_thp_leJames Almer2015-11-191-9/+6
* avformat/rsd: XMA2 is actually stored, not XMA1Paul B Mahol2015-11-111-6/+6
* avformat/rsd: add XMA supportPaul B Mahol2015-11-091-2/+14
* avformat/rsd: add VAG supportPaul B Mahol2015-10-181-1/+7
* avformat/rsd: Check av_new_packet() return valueMichael Niedermayer2015-10-171-1/+3
* avformat/rsd: propagate return values of extradata helper functionsJames Almer2015-10-161-5/+5
* avformat/rsd: add WADP supportPaul B Mahol2015-10-161-18/+37
* avformat/rsd: support XADP tagPaul B Mahol2015-10-111-2/+12
* avformat/rsd: make tag_buf string largerClément Bœsch2014-12-201-1/+1
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/rsd: use ff_get_extradata()Michael Niedermayer2013-12-251-5/+2
* avformat/rsd: increase the score for odd samplerate/channels to max/8Michael Niedermayer2013-11-101-2/+2
* avformat/rsd: increase probe score, as misdetections are fixedMichael Niedermayer2013-11-061-1/+1
* avformat/rsd: Check channels and sample_rate fieldsMichael Niedermayer2013-11-061-4/+7
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-3/+1
* ADPCM IMA Radical decoderJames Almer2013-05-101-2/+11
* RSD demuxerJames Almer2013-05-101-0/+161