Mercurial > libavformat.hg
log vocdec.c @ 4194:67ab85a3611d libavformat
age | author | description |
---|---|---|
Thu, 11 Dec 2008 22:34:14 +0000 | aurel | avoid POSIX reserved _t suffix libavformat |
Mon, 08 Sep 2008 14:24:59 +0000 | michael | Bump Major version, this commit is almost just renaming bits_per_sample to libavformat |
Sun, 24 Aug 2008 16:51:50 +0000 | reimar | Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat |
Sun, 24 Aug 2008 14:12:03 +0000 | aurel | voc: add ff_ prefix to some global const data libavformat |
Tue, 03 Jun 2008 16:20:54 +0000 | diego | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat |
Wed, 21 Nov 2007 07:41:00 +0000 | andoma | Use dynamically allocated ByteIOContext in AVFormatContext libavformat |
Thu, 19 Jul 2007 15:38:33 +0000 | takis | Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat |