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
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
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-04-1310l: fix build on non-NEON ARMMåns Rullgård
2010-04-13DCA: ARM/NEON optimised lfe_firMåns Rullgård
2010-04-12ARM: fix NEON synth_filter_float with hardfp callsMåns Rullgård
2010-04-10ARM: NEON optimised synth_filter_floatMåns Rullgård
2010-03-23ARM: NEON optimised RDFTMåns Rullgård
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-11Only use .size in ARM assembly when targeting ELFMartin Storsjö
2010-03-09ARM: set size of asm functions in object filesMåns Rullgård
2010-03-08ARM: add some missing includesMåns Rullgård
2010-03-08ARM: move mpegvideo prototypes to a header fileMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-02-22ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov
2010-02-22ARM: add missing preserve8 directivesMåns Rullgård