7 Commits (875f6955769bcb7caf083c1796ed6f3b2108c49e)

Author SHA1 Message Date
Janne Grunau d3789eeeed aarch64: implement videodsp.prefetch 11 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Michael Niedermayer e16bac7b33 videodsp: Fix project name 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Michael Niedermayer 69d5e40e5a h264idct: 12 and 14 bit support 13 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 15fb393be6 Move the functions in h264idct into a new file h264idct_template.c. 14 years ago
Oskar Arvidsson e39e3abad4 Choose h264 chroma dc dequant function dynamically. 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 7bc8032b07 Move the functions in h264idct into a new file h264idct_internal.h. 14 years ago
Oskar Arvidsson af0b2d6736 Choose h264 chroma dc dequant function dynamically. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 772225c041 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Ronald S. Bultje 66c6b5e2a5 Revert 2a1f431d38, it broke H264 lossless. 14 years ago
Jason Garrett-Glaser 2a1f431d38 H.264/SVQ3: make chroma DC work the same way as luma DC 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago
Jason Garrett-Glaser ca32f7f208 H.264: eliminate non-transposed scantable support. 14 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
Loren Merritt 1cca8d2423 flatten an array, since gcc fails at optimizing multidimensional arrays 16 years ago
Michael Niedermayer ac22385931 H.264 idct functions that include the chroma, inter luma and intra16 luma loops 16 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Loren Merritt ef9d1d1575 h264: special case dc-only idct. ~1% faster overall 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Loren Merritt 43efd19a88 decode H.264 with 8x8 transform. 20 years ago
Michael Niedermayer 0fa8158d3e move h264 idct to its own file and call via function pointer in DspContext 20 years ago