Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-21arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau
2015-07-18h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau
2015-07-17configure: Factor out g722dsp moduleVittorio Giovara
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-07-17configure: Factor out flacdsp moduleVittorio Giovara
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-15g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald
2014-12-10arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau
2014-12-10arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-08arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö
2014-12-08arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö
2014-11-24motion_est: convert stride to ptrdiff_tVittorio Giovara
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-05vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
2014-08-05h264: Move start code search functions into separate source files.Ben Avison
2014-07-25qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun
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