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-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
2009-09-21ARM: merge two loops in ff_mdct_calc_neonMåns Rullgård
2009-09-21ARM: interleave cos/sin tables for improved NEON MDCTMåns Rullgård
2009-09-21ARM: remove broken IPP supportMåns Rullgård
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-16ARM: do not use movw/movt for relocatable values with PICMåns Rullgård
2009-09-16Move per-arch fft init bits into the corresponding subdirsMåns Rullgård
2009-09-15ARM: 10l: fix large FFTsMåns Rullgård
2009-09-11ARM: NEON optimised MDCTMåns Rullgård
2009-09-11ARM: faster NEON IMDCTMåns Rullgård
2009-09-10ARM: NEON optimised FFT and MDCTMåns Rullgård
2009-08-24Add necessary #include for config.h.Diego Biurrun
2009-08-1410L: remove instruction left over from debuggingMåns Rullgård
2009-08-14ARM: NEON optimised vorbis_inverse_couplingMåns Rullgård
2009-07-28ARM: cleaner selection of ELF-spefic assembler directivesMåns Rullgård
2009-07-27Conditionally compile ELF-specific ARM assembly bits that fail on Windows CE.Martin Storsjö
2009-07-23cosmetics: reindent/prettyprint after last commitDiego Biurrun
2009-07-23Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.Diego Biurrun