summaryrefslogtreecommitdiff
path: root/libavformat/riffdec.c
Commit message (Collapse)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* riff: Validate bitrateAndreas Cadhalpun2015-07-11
|
* riff: Use the correct logging contextLuca Barbato2015-07-11
|
* riff: Validate the wav header size before trying to parse itLuca Barbato2015-06-28
|
* riffdec: Add sanity checks for the sample rateMartin Storsjö2013-09-29
| | | | | | | | This avoids a division by zero for G726. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
* riff: Move demuxing code to a separate file.Diego Biurrun2013-08-06