Fri, 30 Jan 2009 23:50:13 +0000 |
diego |
Use '#if defined()' for OS-specific preprocessor checks.
libavcodec
|
Fri, 30 Jan 2009 23:13:19 +0000 |
mru |
ARM: NEON optimised vector_fmul_window
libavcodec
|
Fri, 30 Jan 2009 23:13:15 +0000 |
mru |
ARM: NEON optimised vector_fmul
libavcodec
|
Fri, 30 Jan 2009 20:39:39 +0000 |
stefang |
remove duplicate tables
libavcodec
|
Fri, 30 Jan 2009 20:33:29 +0000 |
alexc |
Use the new RDFT code in the QDM2 decoder.
libavcodec
|
Fri, 30 Jan 2009 20:15:48 +0000 |
alexc |
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
libavcodec
|
Fri, 30 Jan 2009 18:38:25 +0000 |
diego |
Add missing void keyword to parameterless function declarations.
libavcodec
|
Fri, 30 Jan 2009 17:15:08 +0000 |
kostya |
Record B-fraction index from frame header and two fields from entry point structure
libavcodec
|
Fri, 30 Jan 2009 17:13:03 +0000 |
benoit |
Make ff_h263_resync() return the bit position of the resync_marker or
libavcodec
|
Fri, 30 Jan 2009 08:18:06 +0000 |
benoit |
Use a constant instead of a magic number.
libavcodec
|
Fri, 30 Jan 2009 06:38:46 +0000 |
stefang |
avoid indeterminate order of accessing src
libavcodec
|
Thu, 29 Jan 2009 22:08:32 +0000 |
diego |
cosmetics: Add empty line for consistent formatting.
libavcodec
|
Thu, 29 Jan 2009 17:08:51 +0000 |
alexc |
Mark ff_fft_end av_cold.
libavcodec
|
Wed, 28 Jan 2009 11:12:19 +0000 |
lorenm |
fix an overflow in vc1 intra overlap filter
libavcodec
|
Wed, 28 Jan 2009 07:16:52 +0000 |
kostya |
Fix Doxygen comments for VC-1 decoder.
libavcodec
|
Wed, 28 Jan 2009 07:16:20 +0000 |
kostya |
Fix Doxygen comments for RV3/4 decoder.
libavcodec
|
Wed, 28 Jan 2009 07:15:22 +0000 |
kostya |
Fix Doxygen comments for APE decoder.
libavcodec
|
Tue, 27 Jan 2009 16:34:10 +0000 |
mru |
ARM: remove some unused macro arguments
libavcodec
|
Tue, 27 Jan 2009 16:06:51 +0000 |
mru |
ARM: reorder some instructions in put_pixels*_arm for speed gains
libavcodec
|
Tue, 27 Jan 2009 16:06:47 +0000 |
mru |
ARM: replace jump tables with conditional branches
libavcodec
|
Tue, 27 Jan 2009 16:06:44 +0000 |
mru |
ARM: replace explicit literal loads with ldr Rd, =lit
libavcodec
|
Tue, 27 Jan 2009 16:06:41 +0000 |
mru |
ARM: change alignment of loops in put_pixels*_arm to 32
libavcodec
|
Tue, 27 Jan 2009 16:06:38 +0000 |
mru |
ARM: optimised mid_pred()
libavcodec
|
Tue, 27 Jan 2009 16:06:34 +0000 |
mru |
ARM: allow register operands for shifts in MULL()
libavcodec
|