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
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
2008-03-10misc spelling fixesDiego Biurrun
2008-03-05move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs
2008-03-05move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04Fix compilation on powerpc.Aurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-24__asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-16clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård
2008-02-01const src for bswapMichael Niedermayer
2008-01-13Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain
2008-01-12Make the Kaiser-Bessel window generator a common functionRobert Swain
2007-12-21Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun
2007-12-08Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov
2007-11-10cosmetics: Fix spacial --> spatial typo in function names.Diego Biurrun
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-02Sanitize altivec code so it can be built with runtime check properlyLuca Barbato
2007-09-30sse2 version of compute_autocorr().Loren Merritt
2007-09-27cosmetics: typosPanagiotis Issaris
2007-09-24VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC.Diego Biurrun
2007-08-27Do not wrongly mark Apple gcc workarounds as being specific to Darwin.Diego Biurrun
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-08-09 * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik
2007-07-12revert commit 9603Ivan Kalvachev
2007-07-12Integrate reference mpeg IDCT into dsputil.Ivan Kalvachev