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
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-09arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-02-02ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard
2012-01-28aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard
2012-01-20ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras
2012-01-16rv34: add NEON rv34_idct_addJanne Grunau
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-13ARM: fix Thumb-mode simple_idct_armMans Rullgard
2012-01-13ARM: 4-byte align start of all asm functionsMans Rullgard
2012-01-13ARM: rv34: fix asm syntax in dc transform functionsMans Rullgard
2012-01-12rv34: NEON optimised dc only inverse transformJanne Grunau
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2011-12-16rv40: NEON optimised weak loop filterMans Rullgard
2011-12-15ARM: fix external symbol refs in rv40 asmMans Rullgard
2011-12-15ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard
2011-12-14rv40: NEON optimised loop filter strength selectionMans Rullgard
2011-12-13rv34: NEON optimised 4x4 dequantMans Rullgard
2011-12-08rv40: NEON optimised rv40 qpel motion compensationMans Rullgard
2011-12-06rv40: NEON optimised weighted predictionJanne Grunau
2011-12-06rv40: NEON optimised chroma MCJanne Grunau
2011-12-06ARM: move NEON H264 chroma mc to a separate fileMans Rullgard
2011-12-06rv34: NEON optimised inverse transform functionsJanne Grunau
2011-12-02ARM: h264dsp_neon cosmeticsMans Rullgard
2011-12-02ARM: make some NEON macros reusableJanne Grunau
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-11-25dca: ARMv6 optimised decode_blockcode()Mans Rullgard
2011-11-23ARM: remove needless .text/.align directivesMans Rullgard
2011-11-22ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-03ARM: check for inline asm 'y' operand modifier supportMans Rullgard
2011-09-30dca: NEON optimised high freq VQ decodingMans Rullgard
2011-09-28ARM: NEON optimised vector_fmac_scalar()Mans Rullgard
2011-08-31mpeg12enc: add intra_vlc private option.Anton Khirnov
2011-08-03arm: Avoid using the movw instruction needlesslyMåns Rullgård
2011-08-03Move an int64_t down in MpegEncContextMartin Storsjö
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-16arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()Diego Biurrun