41590 Commits (c3458f06f406dc20e4edbdbf808b47d167e8c2bf)

Author SHA1 Message Date
Lynne f62ee527cb aarch64/asm-offsets: remove old CELT offsets 6 years ago
James Almer 58d167bcd5 avcodec/Makefile: add missing pngdsp dependency to the lscr decoder 6 years ago
Michael Niedermayer 87a54e150e avcodec/cinepak: Check available input against encoded buffer size 6 years ago
Rick Kern 98478c05ed lavc/videotoolboxenc: Add support for 10-bit HEVC encoding. 6 years ago
Rick Kern 714c8b0766 lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS. 6 years ago
Rick Kern 247bda442f lavc/videotoolboxenc: add require_sw option to force software encoding. 6 years ago
Michael Niedermayer 7c6f2bfdb2 avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field and offset_for_ref_frame 6 years ago
Michael Niedermayer 407e7c34ca avcodec/hq_hqa: Check available space before reading slice offsets 6 years ago
Michael Niedermayer e5ce105149 avcodec/wmv2dec: Check input bits vs. coded MBs 6 years ago
Jun Zhao 1cc7e2630f lavc/pngenc: check malloc fail before using the pointer 6 years ago
Jun Zhao 64e610b5f4 lavc/mlpenc: remove the redundant condition check 6 years ago
Jun Zhao f82a02aa89 lavc/libvpxenc: remove redundant condition check 6 years ago
Jun Zhao 3af73f2c85 lavc/bink: Remove the dead code block 6 years ago
Jun Zhao 00555f4b8b lavc/avpacket: check NULL before using the pointer 6 years ago
Jun Zhao 014b0e5092 lavc/aacenc_ltp: remove unnecessary condition check. 6 years ago
Paul B Mahol c81ec19817 avcodec/gif: remove flags from gifimage option 6 years ago
Jacob Graff 0158dd14a3 avcodec/gif: fix issues with transparent crop 6 years ago
Jun Zhao 68bac50604 lavc/libx265: Use avctx->framerate first for frame rate setting 6 years ago
Jun Zhao 1e6338c2da lavc/libx264: Use avctx->framerate first for frame rate setting 6 years ago
Michael Niedermayer 17f91c07ef avcodec/prosumer: Only memset(0) what is needed. 6 years ago
Michael Niedermayer c7f95d2bd9 avcodec/fic: Check input size against minimal frame size 6 years ago
Michael Niedermayer 8d77debf7d avcodec/pafvideo: Check input space for decode_0() before slow operations 6 years ago
Michael Niedermayer 6dd8420290 avcodec/scpr: check remaining data after decode 6 years ago
Ruta Gadkari 80155795bb avcodec/cuviddec: add capability check for maximum macroblock count 6 years ago
James Almer 109b0d7c0f avcodec/mlp_parser: split off shared code to its own file 6 years ago
Zhong Li 5b318ce68d lavc/qsv: extactly map profile 6 years ago
Zhong Li 94ab39ec78 lavc/qsvdec: fix hevc level incorrectly map 6 years ago
Zhong Li 48627aaf64 lavc/qsvdec: add query function and provide error message 6 years ago
Michael Niedermayer 0b5c93b276 avcodec/fits: Check bitpix 6 years ago
James Almer fec4212d8e avcodec/vp9_raw_reorder: reset state when flushing 6 years ago
ManojGuptaBonda d7d82cfcd4 avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 content 6 years ago
ManojGuptaBonda fc8fb88f10 avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAU 6 years ago
James Almer fcc01ba36a avcodec/truehd_core: reset state when flushing 6 years ago
fumoboy007 e384f6f2f9 avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration due to missing `hw_configs` property. 6 years ago
Michael Niedermayer 09edcd3572 avcodec/jvdec: Use ff_get_buffer() when the content is not reused 6 years ago
Michael Niedermayer 3afdd3e11a avcodec/pnm_parser: clear state if buffer is discarded 6 years ago
Lynne 19f1eaa84f aacdec: use float_dsp in apply_independent_coupling 6 years ago
James Almer b41d8ab2e6 x86/v210dec: use named registers 6 years ago
James Almer abf1aa87ab x86/v210dec: don't reserve more xmm regs than needed 6 years ago
James Almer b0e29357ba x86/v210dec: remove duplicate load instruction 6 years ago
James Darnley 46f1718cd9 avcodec/x86/v210: fix operands of vpblendd used in new avx2 code 6 years ago
Michael Stoner ebd6fb23c5 libavcodec Adding ff_v210_planar_unpack AVX2 6 years ago
James Darnley e2cbf24f27 avcodec/v210dec: move DSP function setting into dedicated function 6 years ago
Paul B Mahol bf5d814f10 avcodec/wavpackenc: use ff_clz() 6 years ago
Michael Niedermayer 7eba264513 avcodec/cinepak: Add missing const 6 years ago
Michael Niedermayer 19af948e53 avcodec/agm: Check output size before allocation 6 years ago
Michael Niedermayer f4a1b8d409 avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() 6 years ago
Michael Niedermayer b606493717 avcodec/cinepak: Check slice_size before allocating image 6 years ago
James Almer 45048ece81 avcodec/cbs_h2645: use the fixed() macro for forbidden_zero_bit 6 years ago
James Almer 16c50abb50 avcodec/cbs_h2645: add macros to read and write fields with no custom range of values 6 years ago