29331 Commits (a06c14a48ee9af91e4146f26a578d99d3494d0eb)

Author SHA1 Message Date
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
Przemysław Sobala c68098ba4a avcodec/mjpegdec: add pix_fmt: 0x14121200 11 years ago
Michael Niedermayer ca6b33b8bd avcodec/x86/hevcdsp_init: Fix "warning: assignment from incompatible pointer type" 11 years ago
Anton Khirnov d7e162d46b hevcdsp: remove an unneeded variable in the loop filter 11 years ago
Anton Khirnov ae2f048fd7 avcodec/x86/hevc_deblock: cosmetics 11 years ago
Anton Khirnov b435043abb hevc: cleanups in SSE2 and SSSE3 loop filters, use fewer instructions 11 years ago
Anton Khirnov e8581b17a8 avcodec/x86/hevc_deblock: use test instead of cmp 0 11 years ago
Anton Khirnov dc69247de4 avcodec/x86/hevc_deblock: use of paddw instead of psllw 11 years ago
Anton Khirnov 500a0394d5 avcodec/x86/hevc_deblock: add %ifs to avoid "do nothing instructions" 11 years ago
Anton Khirnov 7a4cf67117 hevc: cleaning up SSE2 and SSSE3 deblocking filters 11 years ago
Mickaël Raulet 5f08b417b4 hevc/mvs: cosmetics 11 years ago
Mickaël Raulet cd714afe81 hevc/mvs: more cleanups 11 years ago
Mickaël Raulet 3ad0460831 hevc/mvs: code cleaning 11 years ago
Mickaël Raulet c4d63cd230 hevc/mvs: simplifying derive_spatial_merge_candidates function 11 years ago
Mickaël Raulet e9bb45ba79 hevc/mvs: remove same prediction block 11 years ago
Mickaël Raulet 560b0253ff hevc/mvs: simplify derive_temporal_colocated_mvs 11 years ago
Mickaël Raulet 37822a566f hevc/rext: remove warning for cross component prediction 11 years ago
Mickaël Raulet 627c044f50 hevc/rext: fixing rdpcm and scaling list for Range Extension 11 years ago
Mickaël Raulet fa0506e413 hevc/rext: update boundary strength for chroma deblocking filter 11 years ago
Diego Biurrun 78670fbf07 imgconvert: cosmetics: Reshuffle defines to reduce ifdeffery 11 years ago
Ben Avison 6869612f5c arm: Macroize the test for 'setend' CPU instruction support 11 years ago
James Yu 16e6652286 aarch64: NEON intrinsics dct_unquantize_h263. 11 years ago
Diego Biurrun 2ce53880bf build: Conditionally compile all avcodec test programs 11 years ago
Diego Biurrun 16b7328058 build: Conditionally build and run DCT test program 11 years ago
Diego Biurrun bd499d9af6 build: Conditionally build and test iirfilter 11 years ago
Michael Niedermayer 4054171666 avcodec/dct-test: remove fixed array sizes 11 years ago
Nidhi Makhijani c3ec963d0d mjpeg: return proper error code 11 years ago
Diego Biurrun 81b9bf3192 dct-test: Move arch-specific bits into arch-specific subdirectories 11 years ago
Janne Grunau a9f3f5fadb Revert "tiff: support reading gray+alpha at 8 bits" 11 years ago
Ronald S. Bultje c39059bea3 h264: Fix direct temporal mvs for bottom-field-first poc order 11 years ago
Carl Eugen Hoyos b31d76e45f tiff: support reading gray+alpha at 8 bits 11 years ago
Diego Biurrun 4de8b60684 idct: Move arm-specific declarations to a header in the arm directory 11 years ago
Nidhi Makhijani 9f99a5f1d0 mpegencconetxt: Move rv10-specific orig_width/orig_height where they belong 11 years ago
Mickaël Raulet 950a4f8326 hevc: fix offset for sao temporary frame 11 years ago
Michael Niedermayer d13a731fc1 avcodec/hevc_ps: Check abs_delta_rps 11 years ago
Michael Niedermayer ba80b8d29b avcodec/hevc: check nb_cpb 11 years ago
Christophe Gisquet 7a4a5515b0 hevc: use intreadwrite 11 years ago
Christophe Gisquet 5e55c7e1bc hevc: report more precise progress 11 years ago
Diego Biurrun 1a583c0c60 fdct: Move ppc-specific declarations to a header in the ppc directory 11 years ago
Diego Biurrun 5dcc201505 simple_idct: Move x86-specific declarations to a header in the x86 directory 11 years ago
Diego Biurrun 85cabb8d00 fdct: Move x86-specific declarations to a header in the x86 directory 11 years ago
Mickaël Raulet e1e3ec9b02 hevc: fix transquant_bypass 11 years ago
Mickaël Raulet fdb20db642 hevc/rext: put a warning log message instead of an error log message 11 years ago