40016 Commits (41317da325921d39834b65d8552a2ebb2f3e802b)

Author SHA1 Message Date
wm4 47687a2f8a avcodec: add metadata to identify wrappers and hardware decoders 7 years ago
Michael Niedermayer f7617d4b83 libavcodec/decode: remove duplicate includes 7 years ago
Aman Gupta 88e2dc7d04 libavcodec/mpegvideo_parser: improve detection of progressive mpeg2 7 years ago
Luca Barbato 5083785566 qsv: Support explicit lookahead downscaling 7 years ago
Li, Zhong f2e9a0ecbe qsv/vp8dec: fixes memory leak issue 7 years ago
Li, Zhong 7c65a76b16 lavc/qsvenc: add error messeage if ICQ unsupported. 7 years ago
Li, Zhong bddb2ce179 lavc/qsvenc: ICQ/VCM/QVBR are not avilable on Linux 7 years ago
Li, Zhong 6ff29343b0 lavc/qsvenc: set HRD buffer size 7 years ago
Hendrik Leppkes fd542b6f20 Revert "libavcodec/utils.c: simplify avcodec locking with atomics" 7 years ago
James Almer c7a5e80f56 avcodec/libvpx: remove disabled code 7 years ago
Kieran Kunhya 918de766f5 h264dec: Remove mpeg4video.h header dependency 7 years ago
Kieran Kunhya a83a03af9a libavcodec: Move ff_print_debug_info2 to mpegutils.c 7 years ago
Carl Eugen Hoyos 514cf22a0d lavc/huffyuvenc: Move a variable declaration up. 7 years ago
Michael Niedermayer eaff5fcb7c avcodec/vp9_superframe_split_bsf: Fix integer overflow in frame_size/total_size checks 7 years ago
Michael Niedermayer 1d0817d56b avcodec/amrwbdec: Fix division by 0 in voice_factor() 7 years ago
Thomas Guillem 84936f68ed lavc: Make hardware config method support more explicit for hwaccels 7 years ago
Mateusz 149268b47c fix MSVC compilation errors 7 years ago
James Almer 438f884fc4 x86/lossless_videodsp: rename ff_add_left_pred_int16_sse4 to ff_add_left_pred_int16_unaligned_ssse3 7 years ago
James Almer a4fc63c0f9 x86/lossless_videodsp: don't overread the dst buffer in ff_add_left_pred_unaligned_avx2 7 years ago
Mironov, Mikhail f20c8f6ec9 amf: fix wrong profile level after auto-correction in H264 and HEVC 7 years ago
Jacob Trimble b38f222165 avcodec/Makefile: Fix opus parser dependency. 7 years ago
James Cowgill 02ba4b91b5 avcodec/decode: reset codec on receiving packet after EOF in compat_decode 7 years ago
James Almer 36de24d5b7 arm/hevc_idct: fix compilation on Android 7 years ago
Martin Vignali 630967ef63 avcodec/utvideodec : add SIMD (SSSE3 and AVX2) for gradient_pred 7 years ago
Martin Vignali 4353c35067 avcodec/x86/lossless_videodsp : add avx2 version for add_left_pred 7 years ago
Martin Vignali cfbcea1cca avcodec/x86/lossless_videodsp.asm : make macro for add_left_pred_unaligned in order to add avx2 version 7 years ago
Martin Vignali dc9a187c3d avcodec/huffyuvenc : sub_left_prediction_bgr32, call dsp after 32 first byte of the line in order to try to call the align version (diff bytes have avx2 version) 7 years ago
Martin Vignali 001173b8ff avcodec/huffyuvenc : remove code duplication in sub_left_prediction 7 years ago
Martin Vignali 57877f2b44 avcodec/huffyuvenc : increase scalar loop count 7 years ago
Martin Vignali 9e1c9633cc avcodec/utvideodec : use dsp add_median_pred for second line 7 years ago
Alexandra Hájková 7993ec19af hevc: Add hevc_get_pixel_4/8/12/16/24/32/48/64 7 years ago
sfan5 a428f2fcd9 libavcodec/hevc_filter: move AVDISCARD_NONREF switch-case into function 7 years ago
Jacob Trimble 2fdc9f7c49 avcodec/nvdec: Fix capability check with old drivers. 7 years ago
Rostislav Pehlivanov 4678339e74 opus: fix hybrid folding indexing during band quantization 7 years ago
John Stebbins 79a744768a lavc/libx265: mark disposable frames 7 years ago
Mark Thompson 3ff8fbbf5a vaapi_h265: Add named options for setting profile and level 7 years ago
Mark Thompson 6679654efe vaapi_h264: Add named options for setting profile and level 7 years ago
Gyan Doshi dc7d5f9f19 avcodec/libx265 - Add named option to set profile 7 years ago
Michael Niedermayer 610dd74502 avcodec/diracdsp: Fix integer overflow in PUT_SIGNED_RECT_CLAMPED() 7 years ago
Michael Niedermayer 5e9a13a5a3 avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97* 7 years ago
Nikolas Bowe 5a412a5c3c avcodec/extract_extradata_bsf: Fix leak discovered via fuzzing 7 years ago
Mark Thompson 71421f382f vaapi_h265: Add named options for setting profile and level 7 years ago
Mark Thompson c490fc9536 vaapi_h264: Add named options for setting profile and level 7 years ago
Mark Thompson 9f7cc87baf rkmpp: Add hardware config information 7 years ago
sfan5 942eafcf08 libavcodec/hevc_filter: support for all skip_loop_filter levels. 7 years ago
Rostislav Pehlivanov 7b46add725 opus_pvq: do not compile encoding/decoding code if the encoder/decoder is disabled 7 years ago
Rostislav Pehlivanov ce87e630fa opus_celt: deduplicate band quantization/dequantization function 7 years ago
Rostislav Pehlivanov 1b8649c2ce opus: add an option to toggle intensity stereo phase inversion 7 years ago
Andrew D'Addesio fe05f93013 opus: Add Special Hybrid Folding (per RFC8251) 7 years ago
Andrew D'Addesio de052ea454 opus_celt: Fix arithmetic overflow (per RFC8251) 7 years ago