| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8' | Michael Niedermayer | 2014-08-05 | 1 | -1/+1 |
|\ |
|
| * | h264: Move start code search functions into separate source files. | Ben Avison | 2014-08-04 | 1 | -1/+1 |
* | | Merge commit '8438b3f09f6b225d0886cc385117c38eb44ca0c1' | Michael Niedermayer | 2014-01-15 | 1 | -0/+2 |
|\| |
|
| * | aarch64: h264 idct NEON assembler optimizations | Janne Grunau | 2014-01-15 | 1 | -0/+2 |
* | | Merge commit '218d6844b37d339ffbf2044ad07d8be7767e2734' | Michael Niedermayer | 2013-08-08 | 1 | -0/+9 |
|\| |
|
| * | h264dsp: Factorize code into a new function, h264_find_start_code_candidate | Ben Avison | 2013-08-08 | 1 | -0/+9 |
| * | h264: Integrate clear_blocks calls with IDCT | Ronald S. Bultje | 2013-04-10 | 1 | -2/+2 |
| * | h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil | Ronald S. Bultje | 2013-02-19 | 1 | -0/+4 |
* | | h264: integrate clear_blocks calls with IDCT. | Ronald S. Bultje | 2013-02-19 | 1 | -2/+2 |
* | | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil. | Ronald S. Bultje | 2013-02-12 | 1 | -0/+4 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -13/+11 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -13/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -31/+65 |
|\| |
|
| * | h264: K&R formatting cosmetics for header files (part II/II) | Diego Biurrun | 2012-05-10 | 1 | -31/+65 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 1 | -1/+0 |
|\| |
|
| * | h264: Remove a commented-out function pointer typedef. | Diego Biurrun | 2012-05-07 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 1 | -4/+6 |
|\| |
|
| * | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 1 | -4/+6 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -4/+4 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -4/+4 |
|\| |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -4/+4 |
| * | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -4/+4 |
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 1 | -1/+0 |
|\| |
|
| * | Update 8-bit H.264 IDCT function names to reflect bit-depth. | Daniel Kang | 2011-05-31 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -0/+4 |
|\| |
|
| * | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -4/+4 |
| * | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+1 |
| * | h264: DSP'ize MBAFF loopfilter. | Ronald S. Bultje | 2011-05-10 | 1 | -0/+4 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -1/+0 |
* | | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-04-10 | 1 | -4/+4 |
* | | Choose h264 chroma dc dequant function dynamically. | Oskar Arvidsson | 2011-04-10 | 1 | -0/+1 |
* | | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-21 | 1 | -1/+0 |
|/ |
|
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -0/+1 |
* | Remove outdated comment in h264dsp.h | Jason Garrett-Glaser | 2011-01-14 | 1 | -4/+0 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -0/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -0/+80 |