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-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
2010-02-09ARMv6 optimised pix_sumMåns Rullgård
2010-02-09ARMv6 optimised pix_norm1Måns Rullgård
2010-02-09ARMv6 optimised sse16Måns Rullgård
2010-02-09ARMv6 optimised diff_pixelsMåns Rullgård
2010-02-09ARMv6 optimised get_pixelsMåns Rullgård
2010-02-09ARMv6 optimised pix_abs8Måns Rullgård
2010-02-09ARMv6 optimised pix_abs16_y2Måns Rullgård
2010-02-09ARMv6 optimised pix_abs16_x2Måns Rullgård
2010-02-09ARMv6 optimised pix_abs16Måns Rullgård
2010-02-09ARMv6 optimised put_pixels functions except xy2 variantsMåns Rullgård
2010-01-16Add missing guards and includes to arm/aac.hMåns Rullgård
2010-01-15AAC: ARM/NEON asm for VMUL2/4 functionsMåns Rullgård
2009-12-02ARM: 1l c&p fix: do not set pred16x16_plane for rv40Måns Rullgård
2009-12-02ARM: NEON optimised H264 16x16, 8x8 predMåns Rullgård
2009-12-02ARM: small tweak of NEON H264 IDCTMåns Rullgård
2009-12-02ARM: NEON 2xN chroma MCMåns Rullgård
2009-12-02ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård
2009-10-11ARM: align stack in NEON h264 mc functionsMåns Rullgård
2009-10-11ARM: simplify movrel definition as CONFIG_PIC is now set for shared libsMåns Rullgård
2009-10-08ARM: whitespace cosmeticsMåns Rullgård
2009-10-08ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00Måns Rullgård
2009-10-07ARM: make function names all-lowercaseMåns Rullgård
2009-10-07ARM: enable ARMv4 add_pixels_clampedMåns Rullgård
2009-10-07ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård
2009-10-07ARM: whitespace cosmeticsMåns Rullgård
2009-10-04ARM: add ff_ prefix to lots of functionsMåns Rullgård
2009-10-04ARM: cosmeticsMåns Rullgård
2009-10-04ARM: replace some #if with if()Måns Rullgård
2009-10-04ARM: clean up file/function naming conventionsMåns Rullgård
2009-10-04ARM: clean up dsputil initialisationMåns Rullgård
2009-10-03ARM: shorten some long macro namesMåns Rullgård
2009-10-03ARM: update ldm/stm instructions to modern syntaxMåns Rullgård