summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/qsvenc: Fix the memory leak for enc_ctrl.PayloadLinjie Fu2019-05-22
* lavc/vp9_superframe_bsf: avoid error messages in one lineFu Linjie2019-05-21
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-20
* avcodec/cpia: Check input size also against linesizes and EOLMichael Niedermayer2019-05-20
* avcodec/v210dec: Fix alignment check for AVX2Michael Niedermayer2019-05-19
* avcodec/options: remove dead test codeJames Almer2019-05-17
* aarch64/asm-offsets: remove old CELT offsetsLynne2019-05-14
* avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer2019-05-14
* avcodec/cinepak: Check available input against encoded buffer sizeMichael Niedermayer2019-05-14
* lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.Rick Kern2019-05-12
* lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.Rick Kern2019-05-12
* lavc/videotoolboxenc: add require_sw option to force software encoding.Rick Kern2019-05-12
* avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field...Michael Niedermayer2019-05-12
* avcodec/hq_hqa: Check available space before reading slice offsetsMichael Niedermayer2019-05-12
* avcodec/wmv2dec: Check input bits vs. coded MBsMichael Niedermayer2019-05-12
* lavc/pngenc: check malloc fail before using the pointerJun Zhao2019-05-12
* lavc/mlpenc: remove the redundant condition checkJun Zhao2019-05-12
* lavc/libvpxenc: remove redundant condition checkJun Zhao2019-05-12
* lavc/bink: Remove the dead code blockJun Zhao2019-05-12
* lavc/avpacket: check NULL before using the pointerJun Zhao2019-05-12
* lavc/aacenc_ltp: remove unnecessary condition check.Jun Zhao2019-05-12
* avcodec/gif: remove flags from gifimage optionPaul B Mahol2019-05-11
* avcodec/gif: fix issues with transparent cropJacob Graff2019-05-11
* lavc/libx265: Use avctx->framerate first for frame rate settingJun Zhao2019-05-11
* lavc/libx264: Use avctx->framerate first for frame rate settingJun Zhao2019-05-11
* avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer2019-05-09
* avcodec/fic: Check input size against minimal frame sizeMichael Niedermayer2019-05-09
* avcodec/pafvideo: Check input space for decode_0() before slow operationsMichael Niedermayer2019-05-09
* avcodec/scpr: check remaining data after decodeMichael Niedermayer2019-05-09
* avcodec/cuviddec: add capability check for maximum macroblock countRuta Gadkari2019-05-08
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-07
* lavc/qsv: extactly map profileZhong Li2019-05-07
* lavc/qsvdec: fix hevc level incorrectly mapZhong Li2019-05-07
* lavc/qsvdec: add query function and provide error messageZhong Li2019-05-07
* avcodec/fits: Check bitpixMichael Niedermayer2019-05-06
* avcodec/vp9_raw_reorder: reset state when flushingJames Almer2019-05-06
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-05
* avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAUManojGuptaBonda2019-05-05
* avcodec/truehd_core: reset state when flushingJames Almer2019-05-05
* avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy0072019-05-05
* avcodec/jvdec: Use ff_get_buffer() when the content is not reusedMichael Niedermayer2019-05-04
* avcodec/pnm_parser: clear state if buffer is discardedMichael Niedermayer2019-05-04
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-03
* x86/v210dec: use named registersJames Almer2019-05-03
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-03
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-03
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-02
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-02
* avcodec/v210dec: move DSP function setting into dedicated functionJames Darnley2019-05-02
* avcodec/wavpackenc: use ff_clz()Paul B Mahol2019-05-02