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
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-05-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil
2014-08-05Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8'Michael Niedermayer
2014-08-05h264: Move start code search functions into separate source files.Ben Avison
2014-04-25h264: Move search code search functions into separate source files.Ben Avison
2014-01-15Merge commit '8438b3f09f6b225d0886cc385117c38eb44ca0c1'Michael Niedermayer
2014-01-15aarch64: h264 idct NEON assembler optimizationsJanne Grunau
2014-01-06Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer
2014-01-06h264: do not use 422 functions for monochromeAnton Khirnov
2013-11-03h264: reduce whitespace differences to libavMichael Niedermayer
2013-08-08Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer
2013-08-08h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-02-12Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje
2013-02-09Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer
2013-02-08dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-10h264dsp: 12 and 14 bit supportMichael Niedermayer
2012-07-03h264dsp: assert that depth is supportedMichael Niedermayer
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-05-10h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Move the functions in h264dsp.c into a new file h264dsp_internal.hOskar Arvidsson
2011-04-11Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-17Fix compilation on PPC 470.Carl Eugen Hoyos
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2007-07-28Rename h264dsp.c to h264dspenc.cPanagiotis Issaris