37581 Commits (590fb5291ad434889b445e8b8d949daed97db5dd)

Author SHA1 Message Date
James Almer 05510ec067 avcodec/videotoolboxenc: remove unused atomic header 8 years ago
James Almer 005da88c1e avcodec/mediacodec: convert to stdatomic 8 years ago
Michael Niedermayer 4f727fbc73 avcodec/h264_ps: Fix runtime error: signed integer overflow: 2147483647 + 26 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 0f34c0789f avcodec/pictordec: runtime error: left shift of 15 by 28 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 3182e19c1c avcodec/tiff: Check geotag count for being non zero 8 years ago
wm4 7e4ba776a2 lavc: vdpau: Add support for new hw_frames_ctx and hw_device_ctx API 8 years ago
wm4 156bd8278f lavc: Add hwaccel_flags field to AVCodecContext 8 years ago
James Almer 30cadfe071 avcodec/lossless_videodsp: use ptrdiff_t for length parameters 8 years ago
Mark Thompson 9560766a61 vaapi_vp9: Mark as async-safe 8 years ago
Mark Thompson 14c1101518 vaapi_hevc: Mark as async-safe 8 years ago
Mark Thompson 81b7deab82 vaapi: Implement device-only setup 8 years ago
Diego Biurrun 6ff3da4f6a Place attribute_deprecated in the right position for struct declarations 8 years ago
Clément Bœsch e28bd75f7c lavc/hevc: use atomics for wpp_err 8 years ago
Rostislav Pehlivanov 38d7cc22f7 mdct15: fix left shift of a negative value 8 years ago
Clément Bœsch cf1c8a379e lavc/bitstream_filter: remove unused atomic.h include 8 years ago
Clément Bœsch cb763a9ba8 lavc/bitstream: remove unused atomic.h include 8 years ago
Clément Bœsch af607b7e07 lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx 8 years ago
Clément Bœsch c7904af057 lavc/huffyuvdsp: remove unused ppc init prototype 8 years ago
Clément Bœsch 9dc57688c8 lavc/mips: temporally disable ac3 downmix 8 years ago
James Almer aee046a895 x86/audiodsp: remove an unnecessary movss 8 years ago
Marton Balint 5154650413 avcodec/avcodec.h: clarify decoupled decode/encode API docs 8 years ago
Michael Niedermayer 423375d4f0 avcodec/wavpack: Check shift 8 years ago
Michael Niedermayer b15818642b avcodec/mpegaudiodec_template: Fix 2 runtime error: signed integer overflow 8 years ago
Alex Converse 2c8a3aa985 aacsbr: Turnoff in the event of over read. 8 years ago
Clément Bœsch 6476bb84bc lavc/hwaccel: fix header copyright 8 years ago
Diego Biurrun b4da4307a9 avcodec/fmvc: small refactoring in decode_type1() 8 years ago
wm4 66963d4b8d avcodec: remove warning against using frame threading with hwaccels 8 years ago
wm4 2e5c52896b pthread_frame: remove some dead code 8 years ago
Anton Khirnov e0cd598bc4 pthread_frame: do not run hwaccel decoding asynchronously unless it's safe 8 years ago
Anton Khirnov 14bb15bfd5 pthread_frame: ensure the threads don't run simultaneously with hwaccel 8 years ago
Wan-Teh Chang c358c62550 pthread_frame: use better memory orders for frame progress 8 years ago
Mark Thompson fb69a8e1f1 pthread_frame: Unreference hw_frames_ctx on per-thread codec contexts 8 years ago
Anton Khirnov 98f89d615b pthread_frame: properly propagate the hw frame context across frame threads 8 years ago
Anton Khirnov b6587421c7 pthread_frame: use atomics for frame progress 8 years ago
Anton Khirnov 7492626932 pthread_frame: use atomics for PerThreadContext.state 8 years ago
wm4 d682ae70b4 avcodec, avformat: deprecate anything related to side data merging 8 years ago
Clément Bœsch b7cc4eb303 lavc/nvenc: misc cosmetics to reduce diff with Libav 8 years ago
Clément Bœsch b78243c504 lavc/arm: fix indent in blockdsp_init_neon 8 years ago
Paul B Mahol ce818d90bd avcodec/wmaprodec: reset offsets when error happens 8 years ago
Ilia 2f3d10a01a avcodec/vp9: avx2 implementation of ipred_dl_16x16_16 8 years ago
Mirage Abeysekara 5eb4f95bef h264pred: added AVX2 implementation for tm_vp8 16x16. 8 years ago
Ronald S. Bultje f3cd2302a9 wmavoice: remove unused or write-only variables. 8 years ago
Clément Bœsch 64926292a6 lavc/copy_block: style fix 8 years ago
Michael Niedermayer 23f3f92361 avcodec/mjpegdec: quant_matrixes can be up to 65535, use uint16_t 8 years ago
Michael Niedermayer 656a17e126 avcodec/mjpegdec: Check quant_matrixes values for being non zero 8 years ago
Michael Niedermayer 98da63b3f5 avcodec/vp56: Check avctx->error_concealment before enabling EC 8 years ago
Michael Niedermayer a84d610b37 avcodec/h264_direct: Fix runtime error: signed integer overflow: -9 - 2147483647 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 5d996b5649 avcodec/tiff: Check stripsize strippos for overflow 8 years ago
Martin Storsjö 61b8a9ea29 aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possible 8 years ago
Martin Storsjö eabc5abf94 arm: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possible 8 years ago