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