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
2014-07-22arm: Macroize the test for 'setend' CPU instruction supportBen Avison
2014-07-21dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun
2014-07-21idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun
2014-07-18idctdsp: prettyprinting cosmeticsDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-18arm: cosmetics: Consistently use lowercase for shift operatorsMartin Storsjö
2014-07-18arm: cosmetics: Fix a misaligned asm operandMartin Storsjö
2014-07-18armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison
2014-07-18armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
2014-07-16arm: dsputil: Coalesce all init filesDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-08arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-03arm: check if AS supports .dnJanne Grunau
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-04-29mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov
2014-04-24lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-04-04arm: asm decode_block_coeffs_internal is vp8 specificJanne Grunau
2014-04-04On2 VP7 decoderPeter Ross
2014-03-27arm: build: Maintain decoder objects separate from infrastructure objectsDiego Biurrun
2014-03-26truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.Ben Avison
2014-03-26truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.Ben Avison
2014-03-26truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-20build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-20arm: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-14arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-13arm: dsputil: Add a bunch of missing #includesDiego Biurrun
2014-03-13dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun
2014-03-12armv6: vp8: use explicit labels in motion compensation asmJanne Grunau
2014-03-09arm: get_cabac inline asmJanne Grunau
2014-03-09arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau
2014-03-08arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6Janne Grunau
2014-03-05arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau
2014-02-28arm: dcadsp: implement decode_hf as external NEON asmJanne Grunau
2014-02-28dcadec: simplify decoding of VQ high frequenciesChristophe Gisquet
2014-02-28dcadec: remove scaling in lfe_interpolation_firChristophe Gisquet
2014-02-09arm: Remove a stray .fpu directiveMartin Storsjö
2014-02-08dca: include dcadsp.h in {arm,x86}/dca.h for checkheadersJanne Grunau
2014-02-08dcadsp: split lfe_dir casesChristophe Gisquet