29323 Commits (e3fac208246f5f94cfc4d3abdb1a4770272f96ee)

Author SHA1 Message Date
Michael Niedermayer 932ff70956 avcodec: add avdct 11 years ago
Michael Niedermayer fbeb634e4d avcodec/ppc/idctdsp: Only select non bitexact IDCTs by default when bitexact is not set 11 years ago
Michael Niedermayer b051a1bbb9 avcodec/arm/idctdsp_init_arm*: Only select non bitexact IDCTs by default when bitexact is not set 11 years ago
Anton Khirnov 541427ab4d eamad: use the bytestream2 API instead of AV_RL 11 years ago
Chris \"Koying\" Browet ad91bf854b avcodec/h264_mp4toannexb_bsf: fix issue when sps/pps are already in the bistream 11 years ago
James Almer bfb3b2b7a6 x86/hevc_idct: add 12bit idct_dc 11 years ago
Michael Niedermayer d4a9e89b27 avcodec/x86/hevcdsp_init: make license header consistent 11 years ago
Diego Biurrun 53abe32409 avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const 11 years ago
James Almer 1ace9573dc x86/hevc_idct: replace old and unused idct functions 11 years ago
Pierre Edouard Lepere 1a880b2fb8 hevc: SSE2 and SSSE3 loop filters 11 years ago
Anton Khirnov 73bb8f61d4 hevcdsp: remove an unneeded variable in the loop filter 11 years ago
Mickaël Raulet 23480da0aa hevc: add support for bumping process 11 years ago
Michael Niedermayer c0a586d9d5 reintroduce avpriv_dsputil_init() to maintain ABI until next soname bump 11 years ago
Christophe Gisquet 036f11bdb5 x86: hevc_mc: replace simple leas by adds 11 years ago
Mickaël Raulet f6e218a02d hevc: fix RAP_B_Bossen 11 years ago
Mickaël Raulet bd0f2d316f x86/hevc: add 12bits support for MC 11 years ago
Mickaël Raulet 7df98d8c4d x86/hevc: remove unused constant in deblocking filter 11 years ago
Mickaël Raulet 7bdcf5c934 x86/hevc: add 12bits support for deblocking filter 11 years ago
Diego Biurrun d8520d3ee0 mpegvideo: Move QMAT_SHIFT* defines to the only place they are used 11 years ago
Diego Biurrun 4fbb62a21b mpegvideo: Move ME_MAP_* defines to the only place they are used 11 years ago
Diego Biurrun ff85334375 mpegvideo: Drop unused MPEG_BUF_SIZE and CHROMA_444 defines 11 years ago
Diego Biurrun 165e9df195 fft-test: Pass the right struct members instead of casting 11 years ago
Diego Biurrun 58e65e44f4 vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_c 11 years ago
Diego Biurrun 7fb993d338 qpeldsp: Mark source pointer in qpel_mc_func function pointer const 11 years ago
Diego Biurrun 060e4a9e06 dct/rdft: Remove duplicate typedefs for context structs 11 years ago
Nidhi Makhijani 436ced244f mpegenccontext: Remove unused opaque pointer 11 years ago
Timothy Gu c508adb223 hevc: propagate error code from set_sps() 11 years ago
Carl Eugen Hoyos badcd3da81 Print a warning instead of requesting a sample for an invalid exif tag. 11 years ago
Michael Niedermayer 629e5e28f7 avcodec/fft-test: fix memory alloc checks 11 years ago
Christophe Gisquet 670b7f203a x86: hevcdsp: align 11 years ago
Diego Biurrun d0de7330b9 fft-test: Pass correct struct members to (i)dct functions 11 years ago
Diego Biurrun 6133d65861 fft-test: K&R formatting cosmetics 11 years ago
Christophe Gisquet 373677f958 hevc_mvs: avoid deriving tmvp in amvp 11 years ago
Christophe Gisquet ca081217cd hevcdsp: change types of SAO parameters 11 years ago
Michael Niedermayer 601c238854 avcodec/h264: support AV_PKT_DATA_NEW_EXTRADATA 11 years ago
Michael Niedermayer 1bf371b24e avcodec/h264: factor is_extra() out 11 years ago
Diego Biurrun c3c96deb5f fft-test: Check memory allocations 11 years ago
Diego Biurrun 7288b34585 fft-test: Drop unnecessary pointer indirection for context structs 11 years ago
Diego Biurrun d445c865f8 fft-test: Reduce variable scope where sensibly possible 11 years ago
Nidhi Makhijani eac77fcd56 mpegenccontext: Remove unused dct_unquantize_h261 function pointers 11 years ago
Diego Biurrun 20ec0daaa1 fft-test: Make global exptab variable static 11 years ago
Diego Biurrun 2b6ab3a2bd mpegvideo: Move QUANT_BIAS_SHIFT define to the only place it is used 11 years ago
Carl Eugen Hoyos c75fdee747 avcodec/x86/hevc_deblock: Fix compilation with nasm. 11 years ago
Michael Niedermayer 77304cf352 avcodec: dct/rdft only support float mode, skip their contents for fixed point 11 years ago
Diego Biurrun 5be7d8597d fft-test: Comment some #endifs 11 years ago
Diego Biurrun 57f1b1dcc7 fft-test: Drop unnecessary #ifdefs around header includes 11 years ago
Diego Biurrun 11c7155cce dct/rdft: Add missing typedefs for context structs 11 years ago
Diego Biurrun eba2233b58 build: Add define for SIMD extensions requiring 16-byte aligned buffers 11 years ago
Diego Biurrun 67bc1ba5d7 libxvid: Drop PPC-specific CPU detection hack 11 years ago
Christophe Gisquet ed248e7f70 hevc: wait proper position for tmvp 11 years ago