37508 Commits (204b4a7ee2e907ceb79a64e5ad2b91722fc8bc44)

Author SHA1 Message Date
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
Martin Storsjö d564c9018f aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2 function 8 years ago
Martin Storsjö 0f2705e66b aarch64: vp9itxfm16: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö 0ea603203d arm: vp9itxfm16: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö b76533f105 aarch64: vp9itxfm16: Restructure the idct32 store macros 8 years ago
Martin Storsjö d613251622 aarch64: vp9itxfm16: Avoid .irp when it doesn't save any lines 8 years ago
Martin Storsjö 25ced1eb1c aarch64: vp9itxfm16: Fix a typo in a comment 8 years ago
Martin Storsjö 32e273c111 arm: vp9itxfm16: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö c1619318e5 arm: vp9itxfm16: Fix vertical alignment 8 years ago
Martin Storsjö b46d37e93a arm: vp9itxfm16: Use the right lane size 8 years ago
Martin Storsjö 21c89f3a26 arm/aarch64: vp9: Fix vertical alignment 8 years ago
Martin Storsjö 70317b25aa arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be used 8 years ago
Martin Storsjö b7a565fe71 arm: vp9itxfm: Template the quarter/half idct32 function 8 years ago
Carl Eugen Hoyos 9e6b269fea lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct. 8 years ago
Tobias Rapp 205b8fd078 avcodec: estimate output bitrate for uncompressed video codecs 8 years ago
Konda Raju 2db5ab73d4 avcodec/nvenc: allow different const-qps for I, P and B frames 8 years ago
wm4 b4b8ca24f6 avcodec: fix uninitialized variable read 8 years ago
Carl Eugen Hoyos 5dd7ea9f56 lavc/internal: Constify AVPacket* in AVCodecInternal. 8 years ago
Carl Eugen Hoyos 0d34dbc272 lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const. 8 years ago