summaryrefslogtreecommitdiffstats
path: root/libavformat/wavdec.c
Commit message (Collapse)AuthorAgeFilesLines
* riff: Use the correct logging contextLuca Barbato2015-07-111-2/+2
|
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
|
* wav: Always seek to an even offsetLuca Barbato2013-05-061-2/+8
| | | | | | | RIFF chunks are aligned to 16bit according to the specification. Bug-Id:500 CC:libav-stable@libav.org
* wav: return meaningful errorsLuca Barbato2013-05-031-9/+9
|
* silly typo fixesDiego Biurrun2013-05-031-3/+3
|
* wav: K&R formatting cosmeticsLuca Barbato2013-05-021-52/+70
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* wavdec: check size before reading the data, not after.Anton Khirnov2012-10-161-3/+2
|
* wav: do not fail on empty INFO tagsAnton Khirnov2012-10-161-1/+1
| | | | | | Fixes Bug 379 CC: libav-stable@libav.org
* lavf: split wav muxer and demuxer into separate files.Anton Khirnov2012-10-161-0/+507
OpenPOWER on IntegriCloud