Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | riff: Use the correct logging context | Luca Barbato | 2015-07-11 | 1 | -2/+2 |
| | |||||
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+2 |
| | |||||
* | wav: Always seek to an even offset | Luca Barbato | 2013-05-06 | 1 | -2/+8 |
| | | | | | | | RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org | ||||
* | wav: return meaningful errors | Luca Barbato | 2013-05-03 | 1 | -9/+9 |
| | |||||
* | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -3/+3 |
| | |||||
* | wav: K&R formatting cosmetics | Luca Barbato | 2013-05-02 | 1 | -52/+70 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | wavdec: check size before reading the data, not after. | Anton Khirnov | 2012-10-16 | 1 | -3/+2 |
| | |||||
* | wav: do not fail on empty INFO tags | Anton Khirnov | 2012-10-16 | 1 | -1/+1 |
| | | | | | | Fixes Bug 379 CC: libav-stable@libav.org | ||||
* | lavf: split wav muxer and demuxer into separate files. | Anton Khirnov | 2012-10-16 | 1 | -0/+507 |