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-06-01ARM: ac3dsp: optimised update_bap_counts()Mans Rullgard
2011-06-01ARM: fix MUL64 inline asm for pre-armv6Mans Rullgard
2011-05-31ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-29ARM: enable UAL syntax in asm.SMans Rullgard
2011-05-28ARM: unbreak buildMans Rullgard
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28ARM: aacdec: fix constraints on inline asmMans Rullgard
2011-05-28ARM: remove unnecessary volatile from inline asmMans Rullgard
2011-05-28ARM: add "cc" clobbers to inline asm where neededMans Rullgard
2011-05-27ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-14arm: properly mark external symbol callMartin Aumüller
2011-05-10arm/h264pred: add missing argument type.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
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