165 Commits (ac975ac462c0089c123713ac8c2e9300a4c414a7)

Author SHA1 Message Date
Panagiotis Issaris c6b237da9e Adding H.264 DCT. 18 years ago
Måns Rullgård c1173617ce improved stack misalignment warning 18 years ago
Michael Niedermayer 6c81ca9906 better warning 18 years ago
Michael Niedermayer 6dc7d5da70 ff_check_alignment to warn the user about a missaligned stack 18 years ago
Brian Foley 49cef7443a Move copy_block* functions to dsp dsputil.h 18 years ago
Måns Rullgård 486497e07b revert bad checkin 18 years ago
Måns Rullgård be6ed6fff4 move some CFLAGS settings away from config.* writing section 18 years ago
Måns Rullgård 1d50395746 rename squareTbl -> ff_squareTbl 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Måns Rullgård 36cd306907 rename inverse -> ff_inverse 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Loren Merritt 2833fc4646 approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 18 years ago
Michael Benjamin 5ca030fed4 ADI Blackfin optimizations 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Kostya Shishkov 6243da0d50 Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 18 years ago
Kostya Shishkov e34350a376 New function for chroma MC (will be used in VC-1) 18 years ago
Kostya Shishkov 74691b7bcb New qpel MC functions conforming to VC-1 standard. 18 years ago
Loren Merritt 3e20143ee7 mmx implementation of deblocking strength decision. 18 years ago
Loren Merritt eb4825b5d4 sse and 3dnow implementations of float->int conversion and mdct windowing. 18 years ago
Loren Merritt 2dac4acfc0 sse & sse2 implementations of vorbis channel coupling. 18 years ago
Kostya Shishkov 64db55aedb New functions in DSPContext for VC-1 decoding 18 years ago
Emiliano Parasassi 29c5cdcaec Fix compilation with --disable-decoders. 18 years ago
Michael Niedermayer b482e2d12f CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) 18 years ago
Diego Pettenò 3a6fc8faf3 Disable w53 and w97 cmp methods when snow encoder is disabled 19 years ago
Loren Merritt 871371a768 Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. 19 years ago
Loren Merritt 703c8195a8 mmx implementation of 3-point GMC. (5x faster than C) 19 years ago
Michael Niedermayer 54009d4295 remove mpegvideo.c img resample dependancy 19 years ago
Loren Merritt 513fbd8e5a prefetch pixels for future motion compensation. 2-5% faster h264. 19 years ago
Oded Shimon 13c97a5a0a 10l: Only set *compose97i *add_yblock to dsputils context if we are building with Snow enabled 19 years ago
Robert Edele 059715a41c First part of a series of speed-enchancing patches. 19 years ago
Loren Merritt ef9d1d1575 h264: special case dc-only idct. ~1% faster overall 19 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Loren Merritt e8b562087d tweak h264_biweight 19 years ago
Michael Niedermayer 80e44bc3bf use h264 MC functions for 2xX Xx2 blocks in snow too 19 years ago
Mike Melanson 609009913d ugly, but necessary 19 years ago
Michael Niedermayer 27c61ac53d 8x8 integer dct from x264 as cmp function (under CONFIG_GPL) 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Loren Merritt 36940eca76 H.264 lossless mode 20 years ago
Loren Merritt 43efd19a88 decode H.264 with 8x8 transform. 20 years ago
Loren Merritt 5cf08f2393 H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) 20 years ago
Michael Niedermayer 5773a74669 porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API 20 years ago
Michael Niedermayer 8b6103da0f porting vp3 idct over to lavc idct api 20 years ago
Michael Niedermayer bda1c56c47 minor optimization of the h264 loop filter 20 years ago
Michael Niedermayer 8b975b7ca5 put most codecs under ifdefs 20 years ago
Loren Merritt 42251a2a4f MMX for H.264 deblocking filter 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago