| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -41/+41 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -13/+13 |
* | | avformat/wavdec: fix typo with len | Michael Niedermayer | 2016-04-03 | 1 | -1/+1 |
* | | avformat/wavdec: Remove direct s->pb->buffer access | Michael Niedermayer | 2016-04-03 | 1 | -2/+24 |
* | | wavdec: Only set the codec ID in read_header | Derek Buitenhuis | 2016-04-03 | 1 | -12/+17 |
* | | avformat/wavdec: allow data chunk to be before fmt/xma2 chunk | Paul B Mahol | 2015-11-10 | 1 | -1/+6 |
* | | avformat/wavdec: parse XMA2 tag | Paul B Mahol | 2015-11-10 | 1 | -3/+55 |
* | | avformat/wavdec: use AV_OPT_TYPE_BOOL for ignore_length | Paul B Mahol | 2015-09-11 | 1 | -1/+1 |
* | | avformat/wavdec: Detect wrongly interpreted specification about the sample va... | Michael Niedermayer | 2015-08-13 | 1 | -0/+9 |
* | | avformat/wavdec: Do not discard sample_count due to rounding | Michael Niedermayer | 2015-08-13 | 1 | -1/+1 |
* | | avformat/wavdec: add extra sample count check for G.729 files | Ganesh Ajjanagadde | 2015-07-31 | 1 | -0/+7 |
* | | avformat/wavdec: Check for data_size overflow | Michael Niedermayer | 2015-07-29 | 1 | -0/+5 |
* | | wavdec: make sample count check more precise | Ganesh Ajjanagadde | 2015-07-29 | 1 | -1/+1 |
* | | Merge commit 'd80811c94e068085aab797f9ba35790529126f85' | Michael Niedermayer | 2015-07-12 | 1 | -2/+2 |
|\| |
|
| * | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -2/+2 |
* | | avformat/wavdec: Increase dts packet threshold to fix more misdetections | Rodger Combs | 2015-05-23 | 1 | -1/+1 |
* | | avformat/wavdec: Increase probe_packets limit | Michael Niedermayer | 2015-05-23 | 1 | -1/+1 |
* | | lavf/wav: Read files >4G if no smaller filesize was written. | Carl Eugen Hoyos | 2015-05-17 | 1 | -1/+6 |
* | | avformat/wavdec: make start_code string larger | Clément Bœsch | 2014-12-19 | 1 | -2/+2 |
* | | wavdec: avoid output of arbitrary chars | Thomas Volkert | 2014-12-19 | 1 | -1/+3 |
* | | wavdec: refactor wav_read_header() | Thomas Volkert | 2014-12-19 | 1 | -9/+22 |
* | | wavdec: RIFX file format support | Thomas Volkert | 2014-12-18 | 1 | -9/+16 |
* | | lavf/wavdec: add sanity check for AVCodecContext.channels | James Almer | 2014-08-18 | 1 | -1/+2 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -5/+5 |
* | | avformat/wavdec: add basic sanity check for the sample count | Michael Niedermayer | 2014-07-14 | 1 | -0/+5 |
* | | avformat/wavdec: enlarge probe_packets for wav | csheng | 2014-04-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+2 |
|\| |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
* | | avformat/wavdec: Fix smv packet interleaving | Michael Niedermayer | 2013-10-25 | 1 | -2/+2 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -4/+1 |
* | | avformat/wavdec: Dont trust the fact chunk for PCM | Michael Niedermayer | 2013-10-09 | 1 | -5/+9 |
* | | avformat/wavdec: check smv_frames_per_jpeg | Michael Niedermayer | 2013-09-26 | 1 | -0/+4 |
* | | w64dec: fix end position of summarylist guid | Paul B Mahol | 2013-09-03 | 1 | -1/+1 |
* | | w64dec: fix skipping of unknown guids | Paul B Mahol | 2013-09-02 | 1 | -1/+1 |
* | | lavf/wavdec: Fix seeking in files with unaligned offsets | Alexander Strasser | 2013-08-14 | 1 | -7/+10 |
* | | avformat/wavdec: Dont rescale timestamps but use exact comparission | Michael Niedermayer | 2013-06-08 | 1 | -3/+3 |
* | | Support playing SMV files. | Ash Hughes | 2013-05-22 | 1 | -5/+29 |
* | | wav_seek_tag: fix integer overflow | Michael Niedermayer | 2013-05-06 | 1 | -4/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-06 | 1 | -2/+8 |
|\| |
|
| * | wav: Always seek to an even offset | Luca Barbato | 2013-05-06 | 1 | -2/+8 |
* | | avformat: replace "AVPROBE_SCORE_MAX / X" by AVPROBE_SCORE_EXTENSION / Y | Michael Niedermayer | 2013-05-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-04 | 1 | -10/+10 |
|\| |
|
| * | wav: return meaningful errors | Luca Barbato | 2013-05-03 | 1 | -9/+9 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -3/+3 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -3/+3 |
* | | Merge commit '13f57a4d881ec669b87bf82f424bfff502433060' | Michael Niedermayer | 2013-05-03 | 1 | -45/+55 |
|\| |
|
| * | wav: K&R formatting cosmetics | Luca Barbato | 2013-05-02 | 1 | -52/+70 |
* | | lavf/wavdec: skip padding byte | Matthieu Bouron | 2013-04-08 | 1 | -1/+4 |
* | | w64: fact guid support | Paul B Mahol | 2013-01-07 | 1 | -0/+6 |
* | | Support decoding AC-3 in wav. | Carl Eugen Hoyos | 2013-01-06 | 1 | -0/+17 |