Wed, 31 Mar 2010 12:29:58 +0000 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
Tue, 30 Mar 2010 23:30:55 +0000 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
Fri, 12 Mar 2010 05:16:44 +0000 |
conrad |
oggdec: Metadata is per-stream; don't merge multiple streams' together
libavformat
|
Fri, 12 Mar 2010 05:16:39 +0000 |
conrad |
Add ff_ prefix to vorbis_comment
libavformat
|
Fri, 05 Mar 2010 00:22:40 +0000 |
conrad |
oggdec: Parse theora headers since ogg might not mark keyframes
libavformat
|
Mon, 11 Jan 2010 05:51:09 +0000 |
conrad |
oggdec: Set dts when known
libavformat
|
Fri, 03 Jul 2009 11:31:09 +0000 |
reimar |
Replace invalid Theora frame rate by 25 FPS.
libavformat
|
Fri, 05 Jun 2009 23:39:11 +0000 |
conrad |
Ensure that the extradata buffer is padded appripriately in the ogg demuxer.
libavformat
|
Thu, 14 May 2009 00:02:07 +0000 |
conrad |
Use skip_bits_long() for large skips
libavformat
|
Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
Thu, 06 Nov 2008 01:57:17 +0000 |
mru |
OGG: correct PTS with old theora streams
libavformat
|
Thu, 06 Nov 2008 01:50:56 +0000 |
mru |
OGG: untypedef demuxer structs
libavformat
|
Wed, 01 Oct 2008 14:44:30 +0000 |
conrad |
Cosmetics: indentation
libavformat
|
Wed, 01 Oct 2008 14:43:08 +0000 |
conrad |
Visible width/height fields were added in Theora 3.2
libavformat
|
Sun, 24 Aug 2008 17:37:43 +0000 |
reimar |
Add ff_ prefix to ogg_codec_t structs
libavformat
|
Sun, 24 Aug 2008 17:09:15 +0000 |
reimar |
Make ogg_codec_t descriptions const
libavformat
|
Sat, 23 Aug 2008 23:43:20 +0000 |
aurel |
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
libavformat
|
Fri, 09 May 2008 11:56:36 +0000 |
diego |
Use full path for #includes from another directory.
libavformat
|
Sun, 11 Nov 2007 21:56:18 +0000 |
mru |
set PKT_FLAG_KEY for Theora and OGM streams
libavformat
|
Wed, 07 Nov 2007 20:22:32 +0000 |
diego |
Rename ogg2.[ch] to oggdec.[ch].
libavformat
|
Fri, 06 Jul 2007 09:32:34 +0000 |
diego |
Use AV_RB* macros where appropriate.
libavformat
|
Thu, 14 Jun 2007 18:14:35 +0000 |
mru |
use get_bits_long() where needed
libavformat
|
Mon, 07 May 2007 15:43:01 +0000 |
aurel |
fix display of theora videos with visible size smaller than encoded size
libavformat
|
Mon, 17 Jul 2006 10:44:53 +0000 |
michael |
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%)
libavformat
|
Fri, 12 May 2006 00:50:43 +0000 |
mru |
set stream time_base properly
libavformat
|
Wed, 22 Feb 2006 00:18:12 +0000 |
alex |
support correct ptses on other than version 3.2.0 aswell
libavformat
|
Thu, 22 Dec 2005 01:10:11 +0000 |
diego |
COSMETICS: tabs --> spaces, some prettyprinting
libavformat
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavformat
|
Sun, 17 Jul 2005 22:24:36 +0000 |
michael |
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
libavformat
|
Thu, 12 May 2005 22:33:05 +0000 |
mru |
check theora version
libavformat
|