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-11-02dirac: drop unused END_HORIZONTALMichael Niedermayer
2011-11-02dirac: fix horizontal_compose_dd97i_ssse3Michael Niedermayer
2011-11-02dirac: Fix mmx/sse haar wavelet composeMichael Niedermayer
2011-11-01dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexactMichael Niedermayer
2011-10-31dirac: alignment for dirac_hpel_filter_v has been fixedMichael Niedermayer
2011-10-31dirac: alignment for add_dirac_obmc has been fixedMichael Niedermayer
2011-10-31dirac: alignment for add_rect_clamped has been fixedMichael Niedermayer
2011-10-31dirac: alignment for put_signed_rect_clamped has been fixedMichael Niedermayer
2011-10-31dirac: alignment for dirac_hpel_filter_v() has been fixedMichael Niedermayer
2011-10-31dirac: fix segfault in horizontal_compose_haarMichael Niedermayer
2011-10-31dirac: enable diracdsp_mmxMichael Niedermayer
2011-10-31dirac: ff_horizontal_compose_dd97i_ssse3 does not work yet, thus disable itMichael Niedermayer
2011-10-31dirac: put_dirac_pixels8_mmx() does not work yet, thus disable it.Michael Niedermayer
2011-10-31dirac: add_rect_clamped does currently not receive aligned data, thus use una...Michael Niedermayer
2011-10-31dirac: put_signed_rect_clamped does currently not receive aligned data, thus ...Michael Niedermayer
2011-10-31dirac; dirac_hpel_filter_h does currently not receive aligned data thus use u...Michael Niedermayer
2011-10-31dirac: dirac_hpel_filter_v does currently not receive aligned data, thus use ...Michael Niedermayer
2011-10-31Dirac: More formatingJordi Ortiz
2011-10-31DIRAC Decoder stable version, MMX support removed.multiple authors
2011-10-30MMX put_no_rnd_pixels_l2David Conrad
2011-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-26H.264: Cometics to dsputil_mmx.cDaniel Kang
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22h264_weight: initialize "height" function argument properly.Ronald S. Bultje
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21fmtconvert: check compile-time x86 instruction set flagsJustin Ruggles
2011-10-21fmtconvert: port float_to_int16() x86 inline asm to yasmJustin Ruggles
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje
2011-10-21Support for lossless and inter H264 4:2:2.Ronald S. Bultje
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun
2011-10-20x86: Fix linking of ProRes DSP ASM with YASM disabled.Diego Biurrun
2011-10-19Add V210 SIMDKieran Kunhya
2011-10-19Move x264asm to libavutil.Kieran Kunhya
2011-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14proresdsp: fix function prototypes.Ronald S. Bultje
2011-10-14prores: use C idct for fate as the SSE code is not matching the SSE* code dow...Michael Niedermayer
2011-10-13proresdsp: fix roundingMichael Niedermayer
2011-10-13proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer
2011-10-13proresdsp: Optimize series of padds outMichael Niedermayer
2011-10-13proresdsp.asm: Remove useless instructions.Michael Niedermayer
2011-10-12prores: change license to LGPL, merge some parts.Elvis Presley
2011-10-12proresdsp.asm: drop useless shiftsElvis Presley
2011-10-12x86/proresdsp-init: add forgotten HAVE_YASMElvis Presley
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer