Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat/oggparsespeex: Check for extradata allocation failure | Michael Niedermayer | 2013-10-20 | 1 | -1/+2 |
| | | | | | Fixes CID1108574 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
| | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> | ||||
* | oggspeexparse: fix array overread | Michael Niedermayer | 2012-12-12 | 1 | -0/+5 |
| | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | oggparsespeex: validate channel count and set channel layout | Justin Ruggles | 2012-11-12 | 1 | -0/+7 |
| | |||||
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -1/+2 |
| | | | | Not having the header for a codec is a tell-tale of a broken file. | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
| | | | | It's supposed to be called only from (de)muxers. | ||||
* | ogg/speex: set correct timestamp and duration for the first packet. | Justin Ruggles | 2011-10-20 | 1 | -11/+9 |
| | | | | | The first timestamp should be negative due to delay. Also, do not set AVCodecContext.frame_size unnecessarily. | ||||
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 1 | -1/+1 |
| | |||||
* | Always use av_set_pts_info to set the stream time base. | Reimar Döffinger | 2011-02-06 | 1 | -2/+1 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
| | | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 1 | -1/+1 |
| | | | | Originally committed as revision 22473 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
| | | | | Originally committed as revision 22472 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | oggdec: Don't use ogg_stream's seq for vorbis or speex headers | David Conrad | 2010-03-11 | 1 | -7/+10 |
| | | | | Originally committed as revision 22459 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 1 | -3/+4 |
| | | | | | | Fixes issue251 Originally committed as revision 20815 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Calculate correct packet durations when demuxing Ogg/Speex. This involves | Justin Ruggles | 2009-10-12 | 1 | -1/+49 |
| | | | | | | | determining if there is any delay in the first packet and/or any truncation in the final packet. Originally committed as revision 20216 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat | Justin Ruggles | 2009-08-28 | 1 | -0/+10 |
| | | | | | | a packet of Speex frames as a single frame. Originally committed as revision 19734 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Ensure that the extradata buffer is padded appripriately in the ogg demuxer. | David Conrad | 2009-06-05 | 1 | -1/+2 |
| | | | | | | Spotted by valgrind. Originally committed as revision 19119 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Set speex frame_size in ogg demuxer | David Conrad | 2009-05-22 | 1 | -0/+1 |
| | | | | Originally committed as revision 18895 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
| | | | | Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Reindent | David Conrad | 2009-03-21 | 1 | -9/+9 |
| | | | | Originally committed as revision 18102 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix Speex header parsing in ogg demuxer | David Conrad | 2009-03-21 | 1 | -3/+6 |
| | | | | Originally committed as revision 18101 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -3/+3 |
| | | | | Originally committed as revision 15784 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
| | | | | Originally committed as revision 14951 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
| | | | | Originally committed as revision 14948 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -4/+4 |
| | | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Add support for speex in ogg | Reimar Döffinger | 2008-02-06 | 1 | -0/+61 |
Originally committed as revision 11878 to svn://svn.ffmpeg.org/ffmpeg/trunk |