| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/oggparsespeex: Check frames_per_packet and packet_size | Michael Niedermayer | 2016-12-03 | 1 | -0/+7 |
* | oggparsespeex: validate sample_rate | Andreas Cadhalpun | 2016-11-07 | 1 | -0/+4 |
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -1/+3 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -1/+3 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -10/+10 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -12/+12 |
* | | Merge commit 'c8fa647811371885be421a84a2388529857fed23' | Hendrik Leppkes | 2015-11-29 | 1 | -0/+2 |
|\| |
|
| * | oggparsespeex: Fix unchecked malloc | Derek Buitenhuis | 2015-11-23 | 1 | -0/+2 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8' | Michael Niedermayer | 2014-08-14 | 1 | -1/+1 |
|\| |
|
| * | ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. | Andrew Stone | 2014-08-13 | 1 | -1/+1 |
* | | Merge commit '23f741f79327e31be7b2a75ebb2e02111e06e52f' | Michael Niedermayer | 2014-05-28 | 1 | -1/+1 |
|\| |
|
| * | matroskadec: parse the channel layout mask for FLAC | Anton Khirnov | 2014-05-28 | 1 | -1/+1 |
* | | avformat/oggparsespeex: Check for extradata allocation failure | Michael Niedermayer | 2013-10-20 | 1 | -1/+2 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -3/+1 |
* | | oggspeexparse: fix array overread | Michael Niedermayer | 2012-12-12 | 1 | -0/+5 |
|/ |
|
* | 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 |
* | 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 |
* | ogg/speex: set correct timestamp and duration for the first packet. | Justin Ruggles | 2011-10-20 | 1 | -11/+9 |
* | 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 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | oggdec: Metadata is per-stream; don't merge multiple streams' together | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | Add ff_ prefix to vorbis_comment | David Conrad | 2010-03-12 | 1 | -1/+1 |
* | oggdec: Don't use ogg_stream's seq for vorbis or speex headers | David Conrad | 2010-03-11 | 1 | -7/+10 |
* | Fix PTS for OGM codecs. | David Conrad | 2009-12-12 | 1 | -3/+4 |
* | Calculate correct packet durations when demuxing Ogg/Speex. This involves | Justin Ruggles | 2009-10-12 | 1 | -1/+49 |
* | Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat | Justin Ruggles | 2009-08-28 | 1 | -0/+10 |
* | Ensure that the extradata buffer is padded appripriately in the ogg demuxer. | David Conrad | 2009-06-05 | 1 | -1/+2 |
* | Set speex frame_size in ogg demuxer | David Conrad | 2009-05-22 | 1 | -0/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Reindent | David Conrad | 2009-03-21 | 1 | -9/+9 |
* | Fix Speex header parsing in ogg demuxer | David Conrad | 2009-03-21 | 1 | -3/+6 |
* | OGG: untypedef demuxer structs | Måns Rullgård | 2008-11-06 | 1 | -3/+3 |
* | Add ff_ prefix to ogg_codec_t structs | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Make ogg_codec_t descriptions const | Reimar Döffinger | 2008-08-24 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -4/+4 |
* | Add support for speex in ogg | Reimar Döffinger | 2008-02-06 | 1 | -0/+61 |