37444 Commits (99d081e6380ef7d894b826b38a261a524d8ea017)

Author SHA1 Message Date
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
Michael Niedermayer a3a4082599 avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself 8 years ago
Michael Niedermayer 2898bc522d avcodec/h264idct_template: fix multiple runtime error: signed integer overflow 8 years ago
Matthieu Bouron 0c6105dde0 lavc/tests/dct/aarch64: add ff_simple_idct_neon test 8 years ago
Matthieu Bouron 4c8e528d19 lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functions 8 years ago
Michael Niedermayer cfa10e11be avcodec/tiff: Check palette shift 8 years ago
Michael Niedermayer 58e9c7f4a2 avcodec/wavpack: Fix multiple integer overflows 8 years ago
Michael Niedermayer 45198477de avcodec/simple_idct_template: Fix several integer overflows 8 years ago
Steven Liu 0052f3f527 avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolbox 8 years ago
Matthieu Bouron 1ade4d87ba lavc/h264dec: use OFFSET macro 8 years ago
Michael Niedermayer 8ebed703f1 avcodec/mpegaudiodec_template: Make l3_unscale() work with e=0 8 years ago
Michael Niedermayer 108b02e547 avcodec/tiff: Check for multiple geo key directories 8 years ago
Michael Niedermayer 0728d9a281 avcodec/pictordec: Fix runtime error: left shift of 805306368 by 2 places cannot be represented in type 'int' 8 years ago
Michael Niedermayer 7cebc5a9cc avcodec/wavpack: Fix runtime error: shift exponent 32 is too large for 32-bit type 'int' 8 years ago
Michael Niedermayer acdacb108d avcodec/targa: Skip hflip on blank images 8 years ago
Michael Niedermayer 1467143a6e avcodec/wavpack: Fix runtime error: shift exponent 137 is too large for 32-bit type 'int' 8 years ago
Michael Niedermayer a557ae8d52 avcodec/h264_direct: Fix runtime error: signed integer overflow: 2147483647 - -14133 cannot be represented in type 'int' 8 years ago
Paul B Mahol fbfbd97be2 avcodec/xpmdec: there are XPM files with dos line endings 8 years ago
Michael Niedermayer 967feea5eb avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header() 8 years ago
Michael Niedermayer a66c6e28b5 avcodec/rv34: Fix runtime error: signed integer overflow: 36880 * 66288 cannot be represented in type 'int' 8 years ago