Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oma: Fix out of array read. | Michael Niedermayer | 2012-03-18 | 1 | -3/+6 |
| | | | | | | | | | | | Input: 01-Untitled-partial.oma ZZUF params: zzuf[s=7157,r=0.001] Fixes Bugzilla #106 Bug-found-by: darkshikari Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | id3v2: remove unused ff_id3v2_read(). | Anton Khirnov | 2012-02-29 | 1 | -1/+1 |
| | | | | Rename ff_id3v2_read_all to ff_id3v2_read(). | ||||
* | oma: don't read beyond end of leaf_table. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+1 |
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org | ||||
* | libavformat: Add an ff_ prefix to some lavf internal symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
| | | | | | | | | | | Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
| | |||||
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -2/+1 |
| | |||||
* | omadec: split data that will be used in the muxer to a separate file. | Anton Khirnov | 2011-12-18 | 1 | -23/+5 |
| | |||||
* | lavf: rename oma.c -> omadec.c | Anton Khirnov | 2011-12-18 | 1 | -0/+464 |