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
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
2009-07-23Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.Diego Biurrun
2009-07-21ARM: handle VFP register arguments in ff_vector_fmul_window_neon()Måns Rullgård
2009-07-21ARM: check for VFP register argumentsMåns Rullgård
2009-07-05ARM: NEON VP3 IDCTDavid Conrad
2009-06-18ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård
2009-05-28ARM: add some PLD in NEON IDCTMåns Rullgård
2009-05-23ARM: actually add VP3 loop filterDavid Conrad
2009-05-23ARM: NEON VP3 Loop FilterDavid Conrad
2009-04-29ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad
2009-04-29ARM: NEON put_pixels_clampedDavid Conrad
2009-04-16Add guaranteed alignment for loading dest pixels in avg_pixels16_neonDavid Conrad
2009-04-05ARM: NEON optimized put_signed_pixels_clampedDavid Conrad
2009-04-05ARM: NEON optimised add_pixels_clampedMåns Rullgård
2009-03-06ARM: disable inline asm for armccMåns Rullgård
2009-03-01ARM: fix missing MUL16() return typeMåns Rullgård
2009-02-28ARM: fix corner-case overflow in H.264 weighted predictionMåns Rullgård
2009-01-31ARM: NEON optimised vector_fmul_windowMåns Rullgård
2009-01-31ARM: NEON optimised vector_fmulMåns Rullgård
2009-01-27ARM: remove some unused macro argumentsMåns Rullgård
2009-01-27ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård
2009-01-27ARM: replace jump tables with conditional branchesMåns Rullgård
2009-01-27ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård
2009-01-27ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård
2009-01-27ARM: optimised mid_pred()Måns Rullgård
2009-01-27ARM: allow register operands for shifts in MULL()Måns Rullgård
2009-01-25ARM: NEON optimised H.264 weighted predictionMåns Rullgård
2009-01-25ARM: NEON optimised H.264 biweighted predictionMåns Rullgård