| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/brstm: clip timestamp when seeking into acceptable range | Paul B Mahol | 2020-09-10 | 1 | -0/+4 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -2/+1 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+2 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -2/+2 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -30/+30 |
* | avformat/brstm: lower magic number, fixes decoding of some files | Paul B Mahol | 2016-04-03 | 1 | -1/+1 |
* | brstm: fix missing closing brace | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+1 |
* | brstm: also allocate b->table in read_packet | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+4 |
* | brstm: make sure an ADPC chunk was read for adpcm_thp | Andreas Cadhalpun | 2016-01-04 | 1 | -0/+5 |
* | brstm: reject negative sample rate | Andreas Cadhalpun | 2015-11-10 | 1 | -1/+1 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | avformat/brstm: fix overflow | Paul B Mahol | 2015-09-23 | 1 | -0/+4 |
* | avformat/brstm: Remove unused variable | Michael Niedermayer | 2015-07-12 | 1 | -2/+2 |
* | lavf/brstm: if the file lies about the last block's size, correct it | Rodger Combs | 2015-06-27 | 1 | -0/+9 |
* | lavf/brstm: expose the loop point when present | Rodger Combs | 2015-06-25 | 1 | -2/+13 |
* | brstm: fix use of uninitialized variables | James Almer | 2015-06-24 | 1 | -1/+1 |
* | avformat/brstm: support little-endian s16 PCM | Paul B Mahol | 2015-06-21 | 1 | -1/+3 |
* | lavf/brstm: handle a BFSTM endianness oddity | Rodger Combs | 2015-06-21 | 1 | -1/+11 |
* | lavf/brstm: add support for seeking | Rodger Combs | 2015-06-21 | 1 | -0/+23 |
* | lavf/brstm: cleanup; fix short-block demuxing | Rodger Combs | 2015-06-21 | 1 | -34/+43 |
* | lavf/brstm: move bfstm var to a local | Rodger Combs | 2015-06-21 | 1 | -14/+9 |
* | lavf/brstm: allow larger block sizes | Rodger Combs | 2015-06-20 | 1 | -1/+1 |
* | lavf/brstm: support little-endian files (BCSTM; 3DS) | Rodger Combs | 2015-06-20 | 1 | -38/+62 |
* | lavf/brstm: add support for BFSTM files | Rodger Combs | 2015-06-17 | 1 | -20/+109 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -2/+2 |
* | fix various typos | Lou Logan | 2014-06-03 | 1 | -1/+1 |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -4/+4 |
* | brstm: ask for samples for version != 1.0 | Michael Niedermayer | 2012-12-16 | 1 | -0/+4 |
* | brstm: add missing new line to request for sample messages | Paul B Mahol | 2012-12-16 | 1 | -2/+2 |
* | brstm: fix number of samples for the last block | James Almer | 2012-12-16 | 1 | -1/+1 |
* | brstm: do not return partial packets | Paul B Mahol | 2012-12-07 | 1 | -5/+4 |
* | BRSTM demuxer | Paul B Mahol | 2012-11-29 | 1 | -0/+294 |