summaryrefslogtreecommitdiff
path: root/libavcodec/h264dsp.h
Commit message (Expand)AuthorAge
* avcodec: [loongarch] Optimize h264dsp with LASX.gxw2021-12-15
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* avcodec/h264dsp: change loop filter stride argument to ptrdiff_tJames Almer2019-02-20
* avcodec/h264: Use ptrdiff_t for (bi)weight functionsMichael Niedermayer2016-09-23
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-01
* | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8'Michael Niedermayer2014-08-05
|\|
| * h264: Move start code search functions into separate source files.Ben Avison2014-08-04
* | Merge commit '8438b3f09f6b225d0886cc385117c38eb44ca0c1'Michael Niedermayer2014-01-15
|\|
| * aarch64: h264 idct NEON assembler optimizationsJanne Grunau2014-01-15
* | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734'Michael Niedermayer2013-08-08
|\|
| * h264dsp: Factorize code into a new function, h264_find_start_code_candidateBen Avison2013-08-08
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-19
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-19
* | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje2013-02-12
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-10
|\|
| * h264: K&R formatting cosmetics for header files (part II/II)Diego Biurrun2012-05-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\|
| * h264: Remove a commented-out function pointer typedef.Diego Biurrun2012-05-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * H264: change weight/biweight functions to take a height argument.Ronald S. Bultje2011-10-21
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-15
|\|
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-02
|\|
| * Update 8-bit H.264 IDCT function names to reflect bit-depth.Daniel Kang2011-05-31
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10
| * h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-20
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-10
* | Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-10
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-21
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-15
* Remove outdated comment in h264dsp.hJason Garrett-Glaser2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16