Mon, 13 Apr 2009 16:20:26 +0000 |
stefano |
Rename bitstream.h to get_bits.h.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Tue, 27 Jan 2009 00:23:27 +0000 |
aurel |
vp5: don't try decoding a P frame before any I frame was parsed
libavcodec
|
Mon, 15 Dec 2008 00:00:16 +0000 |
aurel |
vp56: don't reset dimensions to 0 in codec init
libavcodec
|
Fri, 12 Dec 2008 00:51:53 +0000 |
aurel |
rename Vp56Model to VP56Model for consistency
libavcodec
|
Thu, 11 Dec 2008 22:56:19 +0000 |
aurel |
avoid POSIX reserved _t suffix
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 27 Apr 2008 10:52:44 +0000 |
diego |
Add long names to many AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Wed, 05 Mar 2008 00:07:53 +0000 |
aurel |
remove #include "mpegvideo.h" where it is not needed
libavcodec
|
Fri, 01 Feb 2008 16:16:40 +0000 |
michael |
const
libavcodec
|
Sun, 14 Oct 2007 22:30:59 +0000 |
aurel |
add support for VP6 with huffman encoded blocks
libavcodec
|
Tue, 25 Sep 2007 19:12:46 +0000 |
aurel |
add a new vp6a codec (add alpha plan support to vp6)
libavcodec
|
Mon, 24 Sep 2007 22:29:11 +0000 |
aurel |
move all model related tables into their own struct
libavcodec
|
Mon, 24 Sep 2007 20:43:47 +0000 |
aurel |
some simplifications and uniformisation
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sat, 05 May 2007 15:21:57 +0000 |
aurel |
set CODEC_CAP_DR1 for vp5 and vp6 decoders
libavcodec
|
Sun, 25 Feb 2007 15:33:38 +0000 |
aurel |
Use pointers to avoid copying AVFrame.
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Tue, 24 Oct 2006 18:57:43 +0000 |
diego |
Don't include inttypes.h/stdint.h directly, there is an abstraction in
libavcodec
|
Sat, 07 Oct 2006 15:30:46 +0000 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavcodec
|
Sat, 09 Sep 2006 22:53:44 +0000 |
aurel |
rename vector to vect to avoid clash with Apple gcc
libavcodec
|
Sat, 09 Sep 2006 17:19:37 +0000 |
aurel |
VP5 and VP6 video decoder
libavcodec
|