Thu, 31 Jul 2008 10:47:31 +0000 |
pross |
Modify all codecs to report their supported input and output sample format(s).
libavcodec
|
Sat, 12 Jul 2008 15:02:40 +0000 |
reimar |
Use new style static VLC tables for IMC decoder.
libavcodec
|
Sun, 22 Jun 2008 15:12:27 +0000 |
superdump |
Add generic ff_sine_window_init function and implement in codecs appropriately
libavcodec
|
Thu, 12 Jun 2008 21:50:13 +0000 |
stefano |
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
libavcodec
|
Fri, 02 May 2008 22:58:16 +0000 |
banan |
Long name spelling fixes
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
|
Tue, 05 Feb 2008 18:39:55 +0000 |
reimar |
Check that we have enough input data in IMC decoder.
libavcodec
|
Sat, 02 Feb 2008 08:28:07 +0000 |
kostya |
Do not modify input data
libavcodec
|
Sat, 02 Feb 2008 08:26:49 +0000 |
kostya |
IMC decoder always operates on 64-byte blocks
libavcodec
|
Fri, 01 Feb 2008 03:26:31 +0000 |
michael |
consts
libavcodec
|
Thu, 09 Aug 2007 00:13:31 +0000 |
alex |
use get_bits1(..) instead get_bits(.., 1)
libavcodec
|
Thu, 05 Jul 2007 10:40:25 +0000 |
diego |
license header consistency cosmetics
libavcodec
|
Sun, 25 Feb 2007 10:27:12 +0000 |
reimar |
Add av_ prefix to clip functions
libavcodec
|
Fri, 17 Nov 2006 21:43:46 +0000 |
banan |
Missed one log2().
libavcodec
|