December 12, 2012
View a0f659b

oggspeexparse: fix array overread

Michael Niedermayer authored on 2012/12/12 19:20:55
September 20, 2012
View 7751e46

ogg: check that the expected number of headers had been parsed

Luca Barbato authored on 2012/09/20 08:01:43
August 5, 2012
View 36ef536

Replace all CODEC_ID_* with AV_CODEC_ID_*

Anton Khirnov authored on 2012/08/05 18:11:04
April 8, 2012
View d4088ef

oggparsespeex: validate channel count and set channel layout

Justin Ruggles authored on 2012/04/08 06:39:30
November 30, 2011
View c3f9ebf

lavf: make av_set_pts_info private.

Anton Khirnov authored on 2011/11/30 03:28:15
October 20, 2011
View 0e69c04

ogg/speex: set correct timestamp and duration for the first packet.

Justin Ruggles authored on 2011/10/20 02:28:12
April 16, 2011
View 6001dad

Replace more FFmpeg references by Libav.

Diego Biurrun authored on 2011/04/16 05:30:26
February 5, 2011
View a351110

Always use av_set_pts_info to set the stream time base.

Reimar Döffinger authored on 2011/02/05 18:08:29
March 31, 2010
View 72415b2

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.

Stefano Sabatini authored on 2010/03/31 08:30:55
March 12, 2010
View b53cde4

oggdec: Metadata is per-stream; don't merge multiple streams' together

David Conrad authored on 2010/03/12 14:16:44
View e4d2d8c

Add ff_ prefix to vorbis_comment

David Conrad authored on 2010/03/12 14:16:39
March 11, 2010
View 8f8320d

oggdec: Don't use ogg_stream's seq for vorbis or speex headers

David Conrad authored on 2010/03/11 16:17:46
December 13, 2009
View 5e15c7d

Fix PTS for OGM codecs. Fixes issue251

David Conrad authored on 2009/12/13 05:18:43
October 13, 2009
View 15299b3

Calculate correct packet durations when demuxing Ogg/Speex. This involves determining if there is any delay in the first packet and/or any truncation in the final packet.

Justin Ruggles authored on 2009/10/13 06:30:03
August 28, 2009
View eb5f3c5

Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat a packet of Speex frames as a single frame.

Justin Ruggles authored on 2009/08/28 09:44:54