summaryrefslogtreecommitdiff
path: root/libavformat/brstm.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-0/+1
* brstm: convert to new channel layout APIAnton Khirnov2022-03-151-21/+22
* avformat/brstm: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-29/+15
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-091-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-2/+2
* avformat/brstm: remove custom allocation of table to hold coeffsPaul B Mahol2020-09-121-10/+1
* avformat/brstm: fix decoding brstm with custom coeff offsetsPaul B Mahol2020-09-121-1/+30
* avformat/brstm: clip timestamp when seeking into acceptable rangePaul B Mahol2020-09-101-0/+4
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-2/+1
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+2
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-2/+2
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-30/+30
* avformat/brstm: lower magic number, fixes decoding of some filesPaul B Mahol2016-04-031-1/+1
* brstm: fix missing closing braceAndreas Cadhalpun2016-01-041-0/+1
* brstm: also allocate b->table in read_packetAndreas Cadhalpun2016-01-041-0/+4
* brstm: make sure an ADPC chunk was read for adpcm_thpAndreas Cadhalpun2016-01-041-0/+5
* brstm: reject negative sample rateAndreas Cadhalpun2015-11-101-1/+1
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* avformat/brstm: fix overflowPaul B Mahol2015-09-231-0/+4
* avformat/brstm: Remove unused variableMichael Niedermayer2015-07-121-2/+2
* lavf/brstm: if the file lies about the last block's size, correct itRodger Combs2015-06-271-0/+9
* lavf/brstm: expose the loop point when presentRodger Combs2015-06-251-2/+13
* brstm: fix use of uninitialized variablesJames Almer2015-06-241-1/+1
* avformat/brstm: support little-endian s16 PCMPaul B Mahol2015-06-211-1/+3
* lavf/brstm: handle a BFSTM endianness oddityRodger Combs2015-06-211-1/+11
* lavf/brstm: add support for seekingRodger Combs2015-06-211-0/+23
* lavf/brstm: cleanup; fix short-block demuxingRodger Combs2015-06-211-34/+43
* lavf/brstm: move bfstm var to a localRodger Combs2015-06-211-14/+9
* lavf/brstm: allow larger block sizesRodger Combs2015-06-201-1/+1
* lavf/brstm: support little-endian files (BCSTM; 3DS)Rodger Combs2015-06-201-38/+62
* lavf/brstm: add support for BFSTM filesRodger Combs2015-06-171-20/+109
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* fix various typosLou Logan2014-06-031-1/+1
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-4/+4
* brstm: ask for samples for version != 1.0Michael Niedermayer2012-12-161-0/+4
* brstm: add missing new line to request for sample messagesPaul B Mahol2012-12-161-2/+2
* brstm: fix number of samples for the last blockJames Almer2012-12-161-1/+1
* brstm: do not return partial packetsPaul B Mahol2012-12-071-5/+4
* BRSTM demuxerPaul B Mahol2012-11-291-0/+294