summaryrefslogtreecommitdiff
path: root/libavcodec/h264idct_template.c
Commit message (Expand)AuthorAge
* avcodec/h264dsp, h264idct: Fix lengths of array parametersAndreas Rheinhardt2021-08-08
* avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer2020-12-06
* avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequa...Michael Niedermayer2020-10-20
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer2017-11-27
* avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-05
* avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-01
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_add()Michael Niedermayer2017-08-29
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()Michael Niedermayer2017-08-03
* avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-26
* avcodec/h264idct_template: fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-16
* avcodec/h264idct_template: Fix several runtime error: signed integer overflowMichael Niedermayer2017-03-02
* avcodec/h264idct_template: Fix multiple runtime error: signed integer overflowMichael Niedermayer2017-02-28
* avcodec/h264idct_template: Fix several runtime error: signed integer overflowMichael Niedermayer2017-02-22
* Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-29
|\
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\|
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* | Merge commit '62844c3fd66940c7747e9b2bb7804e265319f43f'Michael Niedermayer2013-04-11
|\|
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-19
* | Merge commit '49fe280753e0f167ac3d9f227f0c0f7744501fc1'Michael Niedermayer2013-02-15
|\|
| * h264idct: Replace duplicate scan8 table by appropriate #includeDiego Biurrun2013-02-15
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * 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-07-20
|\|
| * Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-05
|\|
| * doxygen: Add qmul docs.Diego Biurrun2011-07-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * doxygen: Remove spurious documentation for non-existing function parameters.Diego Biurrun2011-07-03
* | 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
* | h264idct_template: fix include pathMichael Niedermayer2011-05-11
* | h264: merge _internal & template files.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
* Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-10
* Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-10