summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264idct_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer2017-11-271-4/+4
* avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-051-4/+4
* avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-011-4/+4
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add()Michael Niedermayer2017-08-291-14/+14
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()Michael Niedermayer2017-08-031-4/+4
* avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-261-28/+28
* avcodec/h264idct_template: fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-161-5/+5
* avcodec/h264idct_template: Fix several runtime error: signed integer overflowMichael Niedermayer2017-03-021-9/+9
* avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-02-281-13/+13
* avcodec/h264idct_template: Fix several runtime error: signed integer overflowMichael Niedermayer2017-02-221-9/+9
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-291-1/+1
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-211-1/+1
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-261-0/+1
|\ \ | |/
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-261-0/+1
* | Merge commit '62844c3fd66940c7747e9b2bb7804e265319f43f'Michael Niedermayer2013-04-111-2/+2
|\ \ | |/
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-4/+12
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-4/+12
* | Merge commit '49fe280753e0f167ac3d9f227f0c0f7744501fc1'Michael Niedermayer2013-02-151-19/+1
|\ \ | |/
| * h264idct: Replace duplicate scan8 table by appropriate #includeDiego Biurrun2013-02-151-19/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-16/+16
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-12/+12
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-071-18/+14
|\ \ | |/
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-061-18/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-23/+4
|\ \ | |/
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-0/+50
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-0/+69
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-201-39/+28
|\ \ | |/
| * Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-201-34/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-1/+1
|\ \ | |/
| * Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-051-0/+1
|\ \ | |/
| * doxygen: Add qmul docs.Diego Biurrun2011-07-041-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-19/+25
|\ \ | |/
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-19/+25
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-25/+19
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-19/+25
* | h264idct_template: fix include pathMichael Niedermayer2011-05-111-1/+1
* | h264: merge _internal & template files.Michael Niedermayer2011-05-111-24/+24
|/
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-7/+1
* Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-101-45/+64
* Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-101-0/+278
OpenPOWER on IntegriCloud