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
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-13VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-13ARM optimised vp56_rac_get_prob()Mans Rullgard
2011-02-09VP8: ARM NEON optimisations for dsp functionsMans Rullgard
2011-02-04ARM: add helper macro for declaring constant dataMans Rullgard
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-30Rearrange MpegEncContext to simplify access from asmMans Rullgard
2011-01-30ARM: update MpegEncContext offsetsMans Rullgard
2011-01-26ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-23Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-23Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-09Fix arm asm offsets for arm/mach-oMartin Storsjö
2011-01-09Update asm offsets for armLuca Barbato
2010-09-21ARM: disable movw/movt for relocated values on Apple platformsMåns Rullgård
2010-09-14ARM: fix NEON h264_idct_add8Måns Rullgård
2010-09-10Update H263_AIC asm offset for the apple variantLuca Barbato
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-25ARM: update struct offsetsMåns Rullgård
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-08-08Split h264dsp and h264pred in configure.Jason Garrett-Glaser
2010-08-05ARM: NEON H264 8x8 IDCTMåns Rullgård
2010-08-04ARM: update struct offsetsMåns Rullgård
2010-07-19more credits to D. J. Bernstein for fftLoren Merritt
2010-07-16ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård
2010-07-15ARM: remove two insns from NEON chroma loop filterMåns Rullgård
2010-07-10fix VP5/6 neon dependenciesAurelien Jacobs
2010-07-08ARM: remove unnecessary .previous directiveMåns Rullgård
2010-07-08ARM: set section to .text in 'function' macroMåns Rullgård
2010-07-08ARM: hide a .size directive on non-ELF targetsMåns Rullgård
2010-07-02Remove vestiges of radix-2 FFTMåns Rullgård
2010-06-29ARM: add mov32 macroMåns Rullgård
2010-06-29ARM: (mostly) whitespace cosmeticsMåns Rullgård
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-06-26ARM: fix build with TI compilerMåns Rullgård
2010-06-22Reindent after r23716.Ronald S. Bultje
2010-06-22Add intra prediction functions for VP8.David Conrad
2010-06-03ARM: struct offsets for Apple ABIMåns Rullgård
2010-06-03ARM: remove some unnecessary ifdefs, fix implicit declaration warningsMåns Rullgård
2010-06-03ARM: check struct offsets only when they are usedMåns Rullgård
2010-06-02ARM: fail build if hardcoded struct offsets are wrongMåns Rullgård
2010-06-02arm neon: Add missing mangle to external symbolDavid Conrad
2010-06-01ARM: NEON clear_block[s]Måns Rullgård
2010-05-29ARM: NEON optimised dct_unquantize_h263_{intra,inter}Måns Rullgård
2010-05-28vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad
2010-05-01ARM: NEON optimised VP6 edge filterMåns Rullgård
2010-04-23ARM: fix build for darwin/iphoneMåns Rullgård