28 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
Michael Niedermayer 05d7059ac6 avcodec/h264pred_template: fix declarations after statements 11 years ago
Yogender Kumar Gupta 6f7ca1f55b avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra Prediction 11 years ago
Diego Biurrun ed9625eb62 dsputil: Move intreadwrite.h #include from header file to .c files 11 years ago
Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 95c89da36e Use ptrdiff_t instead of int for intra pred "stride" function parameter. 12 years ago
Mans Rullgard 373211d828 Remove extraneous semicolons 13 years ago
Ronald S. Bultje 229d263cc9 Support for lossless and inter H264 4:2:2. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Mans Rullgard 60f10e0ad3 h264pred: use unsigned types for pixel values, fix signed overflows 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Diego Biurrun c45f629576 Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c 14 years ago
Ronald S. Bultje c77b858c4c h264pred: fix one more aliasing violation. 14 years ago
Ronald S. Bultje d2bf42895a h264pred: fix one more aliasing violation. 14 years ago
Michael Niedermayer d18e243f62 h264: merge _internal & template files. 14 years ago
Ronald S. Bultje 2caf19e90f h264pred: fix aliasing violations. 14 years ago
Ronald S. Bultje b9660e2ac5 fix fate failures for 10bit H264 on some systems 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson de3e760720 Preparatory patch for high bit depth h264 decoding support. 14 years ago
Oskar Arvidsson 5ada25245d Move the functions in h264pred.c into a new file h264pred_template.c. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson c2f38da901 Move the functions in h264pred.c into a new file h264pred_internal.h. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 916393da24 Whitespace cosmetics. 14 years ago
Ronald S. Bultje ee555de7dd Support CODEC_FLAG_EMU_EDGE in VP8 decoder. 14 years ago
Måns Rullgård cf60d669a6 Add more int packing macros, name them consistently 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Stefano Sabatini a64fadf62b Fix linking if MMX is disabled. 15 years ago
Jason Garrett-Glaser 4af8cdfc3f 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264 15 years ago
Ronald S. Bultje 2b6a950361 Reindent after r23721. 15 years ago
Ronald S. Bultje 157cb0694a Rename PACK4x8() to PACK4UINT8(). 15 years ago
Ronald S. Bultje a815602aa3 Reindent after r23716. 15 years ago
David Conrad 3ad289fca7 Add intra prediction functions for VP8. 15 years ago
David Conrad caaf098cec Make "topright" argument to pred4x4() const. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård 702b5885a1 ARM: NEON optimised H264 16x16, 8x8 pred 15 years ago
Michael Niedermayer f371abe4a8 Remove useless assignments, at least one found by CSA. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Loren Merritt 00794ed0d9 1.6x faster pred*_vertical_add_c 16 years ago
Michael Niedermayer d358caed7e Horizontal and vertical prediction functions needed for new lossless mode 16 years ago
Kostya Shishkov 207625ee61 Remove unused RV40 spatial intra prediction function 16 years ago
Michael Niedermayer d1d10e9125 Support MBAFF + constrained intra prediction. 17 years ago
Kostya Shishkov b0797570df Correct spatial prediction mode in RV30/40 for vertical left direction 17 years ago
Kostya Shishkov c92a30bb06 Move H.264 intra prediction functions into their own context 17 years ago