summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-011-0/+1
* | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8'Michael Niedermayer2014-08-051-1/+1
|\ \ | |/
| * h264: Move start code search functions into separate source files.Ben Avison2014-08-041-29/+2
* | h264: Move search code search functions into separate source files.Ben Avison2014-04-251-29/+2
* | Merge commit '8438b3f09f6b225d0886cc385117c38eb44ca0c1'Michael Niedermayer2014-01-151-0/+1
|\ \ | |/
| * aarch64: h264 idct NEON assembler optimizationsJanne Grunau2014-01-151-0/+1
* | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer2014-01-061-6/+6
|\ \ | |/
| * h264: do not use 422 functions for monochromeAnton Khirnov2014-01-061-6/+6
* | h264: reduce whitespace differences to libavMichael Niedermayer2013-11-031-0/+1
* | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer2013-08-081-0/+29
|\ \ | |/
| * h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-081-0/+29
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+4
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+4
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-011-1/+1
|\ \ | |/
| * ppc: More consistent arch initializationDiego Biurrun2013-04-301-1/+1
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-2/+2
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-0/+18
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-2/+2
* | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje2013-02-121-0/+18
* | Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun2013-02-071-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | h264dsp: 12 and 14 bit supportMichael Niedermayer2012-07-101-0/+14
* | h264dsp: assert that depth is supportedMichael Niedermayer2012-07-031-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-20/+8
|\ \ | |/
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-211-20/+8
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-10/+28
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-10/+28
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-50/+54
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-47/+73
| * Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-101-258/+1
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-0/+1
| * h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-101-18/+38
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-1/+0
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-43/+69
* | Move the functions in h264dsp.c into a new file h264dsp_internal.hOskar Arvidsson2011-04-101-242/+1
* | Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-101-0/+1
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-1/+0
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-0/+1
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix compilation on PPC 470.Carl Eugen Hoyos2010-03-171-1/+1
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-0/+320
* Rename h264dsp.c to h264dspenc.cPanagiotis Issaris2007-07-281-81/+0
OpenPOWER on IntegriCloud