Mon, 08 Mar 2010 02:36:00 +0000 |
mru |
IFF: move ff_cmap_read_palette() prototype to a header file
libavcodec
|
Sun, 07 Mar 2010 23:52:33 +0000 |
alexc |
10l: AAC: Set multiplier to 0.
libavcodec
|
Sun, 07 Mar 2010 23:46:40 +0000 |
alexc |
AAC: Set codec parameters in the first frame rather than in .init()
libavcodec
|
Sun, 07 Mar 2010 21:56:45 +0000 |
mru |
Create a public API for FFT family of functions
libavcodec
|
Sun, 07 Mar 2010 21:47:44 +0000 |
mru |
Give RDFT types more meaningful names
libavcodec
|
Sun, 07 Mar 2010 21:47:41 +0000 |
mru |
Update include directives in fft-test.c
libavcodec
|
Sun, 07 Mar 2010 21:16:44 +0000 |
alexc |
Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.
libavcodec
|
Sun, 07 Mar 2010 21:07:22 +0000 |
alexc |
AAC: Add a new line after the TNS error message.
libavcodec
|
Sun, 07 Mar 2010 17:55:23 +0000 |
alexc |
Add support for non-backwards compatible signaled parametric stereo.
libavcodec
|
Sun, 07 Mar 2010 12:12:42 +0000 |
kostya |
Band quant tables should not be assigned inside band tile loop,
libavcodec
|
Sun, 07 Mar 2010 09:25:57 +0000 |
reimar |
Fix --enable-hardcoded-tables compilation: the generate table files now
libavcodec
|
Sun, 07 Mar 2010 06:03:45 +0000 |
kostya |
When tracking non-zero coefficients during Indeo 5 decoding, make sure
libavcodec
|
Sat, 06 Mar 2010 23:36:30 +0000 |
michael |
header for common code between mp3 decoder and encoder.
libavcodec
|
Sat, 06 Mar 2010 22:37:14 +0000 |
mru |
PPC: move prototypes to headers and make some functions static
libavcodec
|
Sat, 06 Mar 2010 22:37:08 +0000 |
mru |
x86: move function prototypes to header files
libavcodec
|
Sat, 06 Mar 2010 22:37:03 +0000 |
mru |
Move ff_spatial_dwt() prototype to snow.h
libavcodec
|
Sat, 06 Mar 2010 22:36:59 +0000 |
mru |
Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
Sat, 06 Mar 2010 22:36:55 +0000 |
mru |
Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
libavcodec
|
Sat, 06 Mar 2010 22:36:52 +0000 |
mru |
Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
libavcodec
|
Sat, 06 Mar 2010 22:36:49 +0000 |
mru |
Move prototypes for various dsputil init functions to dsputil.h
libavcodec
|
Sat, 06 Mar 2010 22:36:45 +0000 |
mru |
Move some prototypes from dsputil.c to reasonable header files
libavcodec
|
Sat, 06 Mar 2010 22:36:41 +0000 |
mru |
Make some functions static
libavcodec
|
Sat, 06 Mar 2010 22:36:36 +0000 |
mru |
Add some missing #includes
libavcodec
|
Sat, 06 Mar 2010 17:13:31 +0000 |
thilo.borgmann |
Fix last frame block size correction.
libavcodec
|
Sat, 06 Mar 2010 15:09:14 +0000 |
kostya |
Bink version 'h' also has chroma planes swapped
libavcodec
|
Sat, 06 Mar 2010 14:34:46 +0000 |
mru |
Move FFT parts from dsputil.h to fft.h
libavcodec
|
Sat, 06 Mar 2010 14:24:59 +0000 |
mru |
Remove DECLARE_ALIGNED_{8,16} macros
libavcodec
|
Sat, 06 Mar 2010 12:40:43 +0000 |
mru |
Move DECLARE_ALIGNED_{8,16} macros to mem.h
libavcodec
|
Fri, 05 Mar 2010 20:04:24 +0000 |
vitor |
Round correctly chroma picture height.
libavcodec
|
Fri, 05 Mar 2010 08:26:23 +0000 |
benoit |
Add initial support for 12-bit color mode.
libavcodec
|