summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_intrapred_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+4
|\
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-0/+1
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-40/+40
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-40/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-150/+161
|\ \ | |/
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-4/+11
| * x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje2012-10-291-146/+150
* | Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a'Michael Niedermayer2012-10-301-20/+20
|\ \ | |/
| * Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-291-20/+20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-091-11/+10
|\ \ | |/
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-13/+10
* | Fix compilation with yasm-0.6.2.Carl Eugen Hoyos2012-09-011-3/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-16/+16
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-16/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-2/+2
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-12/+12
|\ \ | |/
| * x86: h264_intrapred: port to cpuflag macrosDiego Biurrun2012-07-051-12/+12
| * x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-231-1/+2
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-211-17/+30
* | Detect and check for CMOV.Reimar Döffinger2012-02-121-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\ \ | |/
| * x86: Move some variable declarations below the appropriat #ifdef.Diego Biurrun2011-10-201-1/+1
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-17/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-231-8/+21
|\ \ | |/
| * H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-221-8/+21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-141-0/+23
|\ \ | |/
| * H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-131-0/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-101-0/+58
|\ \ | |/
| * H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-081-0/+58
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-081-110/+110
|\ \ | |/
| * H264: x86 predict init cosmetics.Daniel Kang2011-06-081-110/+110
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-4/+57
|\ \ | |/
| * Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-061-4/+57
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-8/+0
|\ \ | |/
| * h264: remove CONFIG_GPL from x86 intra prediction code.Ronald S. Bultje2011-06-021-8/+0
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-1/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-1/+5
|/
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-291-0/+2
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-291-0/+2
* Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-291-0/+2
* Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-291-0/+2
* Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-291-0/+4
* Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-291-0/+3
* Whitespace cosmetics.Ronald S. Bultje2010-12-291-2/+2
* Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-291-0/+4
* Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-291-0/+2
OpenPOWER on IntegriCloud