summaryrefslogtreecommitdiffstats
path: root/libavformat/brstm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud