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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-10-03ARM: whitespace cosmeticsMåns Rullgård
2009-10-03ARM: use plain labels for pc-relative addressingMåns Rullgård
2009-10-02ARM: remove unnecessary .fpu neon directivesMåns Rullgård
2009-10-02ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård
2009-10-02ARM: apply extern symbol prefix where neededMåns Rullgård
2009-09-27ARM: NEON optimised vector_fmul_addMåns Rullgård
2009-09-26ARM: NEON optimised vector_clipfMåns Rullgård
2009-09-26ARM: NEON optimised vector_fmul_reverseMåns Rullgård
2009-09-23ARM: NEON optimised int32_to_float_fmul_scalarMåns Rullgård
2009-09-23ARM: NEON optimised scalarproduct_floatMåns Rullgård
2009-09-22ARM: NEON optimisations for some dsputil functionsMåns Rullgård