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
2011-04-05ac3enc: NEON optimised extract_exponentsMans Rullgard
2011-04-04ARM: NEON fixed-point forward MDCTMans Rullgard
2011-04-04ARM: NEON fixed-point FFTMans Rullgard
2011-04-02ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard
2011-04-02ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard
2011-03-29ac3enc: NEON optimised float_to_fixed24Mans Rullgard
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-24ac3enc: NEON optimised shift functionsMans Rullgard
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-27ARM: VP8: fix build on systems with global symbol prefixMans Rullgard
2011-02-27ARM: fix vp8 neon with pic enabledMans Rullgard
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-11VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-11ARM optimised vp56_rac_get_prob()Mans Rullgard
2011-02-07VP8: ARM NEON optimisations for dsp functionsMans Rullgard
2011-02-02ARM: add helper macro for declaring constant dataMans Rullgard
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-29Rearrange MpegEncContext to simplify access from asmMans Rullgard
2011-01-29ARM: update MpegEncContext offsetsMans Rullgard
2011-01-24ARM: NEON: fix overflow in h264 16x16 planar predMans Rullgard
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-09Fix arm asm offsets for arm/mach-oMartin Storsjö
2011-01-09Update asm offsets for armLuca Barbato
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