15 Commits (81a360a5ed9e7dcc841e791c2779f09cbd99b5d3)

Author SHA1 Message Date
Zhao Zhili 5988a2729b aarch64/vvc: Add dmvr 4 months ago
Zhao Zhili bcd65ebd8f aarch64/vvc: Add dmvr_hv 4 months ago
Zhao Zhili 0ba9e8d0d4 aarch64/vvc: Add w_avg 4 months ago
Zhao Zhili 3f84d1d1fb aarch64/vvc: Add avg 5 months ago
Zhao Zhili 1be5a2374f aarch64/vvc: Add put_epel_hv 5 months ago
Zhao Zhili 0dcf204e5d aarch64/vvc: Add put_epel_h i8mm 5 months ago
Zhao Zhili 41a1885f7a aarch64/vvc: Add put_epel_h 5 months ago
Zhao Zhili 260e1b4b62 aarch64/vvc: Add sad 5 months ago
Zhao Zhili 5ac6925803 aarch64/vvc: Add put_qpel_hv 5 months ago
Zhao Zhili a0b52afd32 aarch64/vvc: Add put_qpel_vx 5 months ago
Zhao Zhili 9f6c8eb412 aarch64/vvc: Add put_qpel_hx i8mm 5 months ago
Zhao Zhili 25448d1716 aarch64/vvc: Add put_pel/put_pel_uni/put_pel_uni_w 5 months ago
Zhao Zhili 20f2bf5530 aarch64/vvc: Add put_qpel_h_* and put_qpel_uni_h_* 5 months ago
Zhao Zhili 4c0372281b aarch64/vvc: Bind h26x/sao filter implementation to vvc 5 months ago
Zhao Zhili 2d4ef304c9 avcodec/vvc: Add aarch64 neon optimization for ALF 6 months ago
Diego Biurrun 6a44304074 dsputil: Move ff_h264_idct function declarations to a separate header 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' 19 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 21 years ago