Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-15Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad
2009-04-15Move VC1 loop filter to DSPContextDavid Conrad
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-04-14Mark src constant in copy_block*().Alex Converse
2009-02-19Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse
2009-01-22Clean up FFT related comments.Alex Converse
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2009-01-11Add size that is needed for the wmapro codecBenjamin Larsson
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-19Document new idct requirements.Michael Niedermayer
2008-12-19Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-11clear_block mmxLoren Merritt
2008-12-01enable RV40 decoderKostya Shishkov
2008-12-01RV40 MC functionsKostya Shishkov
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-25ARM: set STRIDE_ALIGN and DECLARE_ALIGNED_8 to 16 for NEONMåns Rullgård
2008-08-24document some dsp alignmentsLoren Merritt
2008-08-15document some dsp alignmentsLoren Merritt
2008-08-14Add declarations for the sine tables used in wma.c (half window sizes: 128,Robert Swain
2008-08-14simd int->floatLoren Merritt
2008-08-14simd downmixLoren Merritt
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12remove mdct tmp bufferLoren Merritt
2008-08-12optimize imdct_half:Loren Merritt
2008-08-12split-radix FFTLoren Merritt
2008-07-29r14205 broke vorbis float_to_int on ppcLoren Merritt
2008-07-20Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer
2008-07-16float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-07-13simplify vorbis windowingLoren Merritt
2008-07-10Monkey's Audio decoder vector functions work on input with lengthKostya Shishkov
2008-07-08Fix x86-64Michael Niedermayer
2008-07-06Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov
2008-06-25Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange
2008-06-22Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain
2008-04-16Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange
2008-03-13typo fixesDiego Biurrun