Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Sun, 11 May 2008 22:28:43 +0000 |
cehoyos |
Replace some occurrences of -1 with PIX_FMT_NONE.
libavcodec
|
Sun, 27 Apr 2008 22:39:51 +0000 |
diego |
Add long names to AVCodec declarations.
libavcodec
|
Fri, 21 Mar 2008 03:11:20 +0000 |
zuxy |
Apply 'cold' attribute to init/uninit functions in libavcodec
libavcodec
|
Sun, 09 Mar 2008 23:31:02 +0000 |
aurel |
add FF_ prefix to all (frame)_TYPE usage
libavcodec
|
Fri, 01 Feb 2008 15:53:25 +0000 |
michael |
some const
libavcodec
|
Wed, 16 Jan 2008 09:02:22 +0000 |
diego |
Add const qualifiers to unmodified function parameters, fixes the warning:
libavcodec
|
Wed, 16 Jan 2008 08:59:12 +0000 |
diego |
Remove bogus cast.
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Fri, 06 Jul 2007 15:19:35 +0000 |
aurel |
split SVQ1 decoder and encoder in their own files
libavcodec
|