29362 Commits (91244073fd8b983e7cd1f97da83daf956fbbddc6)

Author SHA1 Message Date
Christophe Gisquet a507623bad x86: hevc_mc: fix register count usage 11 years ago
Nidhi Makhijani ccbf370f20 mpegvideo: move vol_control_parameters to the only place it is used 11 years ago
James Almer 73c4f63ba5 x86/hevc_deblock: add add ff_hevc_[hv]_loop_filter_luma_{8, 10, 12}_avx 11 years ago
James Almer 88ba821f23 x86/hevc_deblock: improve luma functions register allocation 11 years ago
James Almer c74b08c5c6 x86/hevc_deblock: remove some unnecessary instructions 11 years ago
Christophe Gisquet 65746bfbae hevc_filter: run vertical and horizontal together 11 years ago
James Almer 4f91bb0ff0 x86/hevc_deblock: use psignw instead of pmullw where possible 11 years ago
Diego Biurrun 019a28cd63 sanm: Use correct printf conversion specifiers for POSIX int types 11 years ago
Diego Biurrun 4f8cf0dc4e x86: build: Restore ordering of OBJS lines 11 years ago
James Almer 664e9e4331 x86/hevc_deblock: load less data in hevc_h_loop_filter_luma_8 11 years ago
James Almer f137876182 x86/hevc_idct: add a colon to labels 11 years ago
Michael Niedermayer 243236a6f5 avcodec/hevc: fix "discards const qualifier from pointer target type" warning 11 years ago
Michael Niedermayer 772dfd5f6e avcodec/hevc: add some const to cbf arrays 11 years ago
Mickaël Raulet 42ffa226f9 hevc: clean up non relevant TODO 11 years ago
Anton Khirnov a5c621aa85 hevc: rename variable in boundary strength to b more explicit 11 years ago
Anton Khirnov e76f2d1197 hevc: eliminate the last element from TransformTree 11 years ago
Anton Khirnov 4aa80808bc hevc: eliminate unnecessary cbf_c{b,r} arrays 11 years ago
Anton Khirnov 0daa255463 hevc: do not store the transform inter_split flag in the context 11 years ago
Anton Khirnov 53a11135f2 hevc: simplify splitting the transform tree blocks 11 years ago
Anton Khirnov e36a2f4c52 hevc: eliminate an unnecessary array 11 years ago
Anton Khirnov 4b169321b8 codec_desc: fix some typos in long codec names 11 years ago
Anton Khirnov c5fca0174d lavc: add a property for marking codecs that support frame reordering 11 years ago
Michael Niedermayer 2f717be22a avcodec/avdct: Add avcodec_dct_get_class() 11 years ago
Anton Khirnov 77ef9fd1e9 hevc: eliminate unnecessary cbf_c{b,r} arrays 11 years ago
Mickaël Raulet 772f7f4edd hevc: fix skip_flag 11 years ago
Mickaël Raulet 3b777db132 hevc: remove non necessary parameters to ff_hevc_set_qpy 11 years ago
Carl Eugen Hoyos bcb7220d1c Fix standalone compilation of the webm_dash_manifest demuxer. 11 years ago
Carl Eugen Hoyos 6898c14959 Fix standalone compilation of the legacy mpegvideo decoder. 11 years ago
Christophe Gisquet 81943a10b5 x86: hevc_mc: load less data in epel filters 11 years ago
Christophe Gisquet 36284ae981 x86: hevc_mc: replace one lea by add 11 years ago
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