Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25lavc/tiff: correct the default value of YCbCrSubsampling to 2x2Pavel Skakov
2019-09-24libavcodec/libx265: add a flag to output ROI warnings only once.Guo, Yejun
2019-09-24libavcodec/libx264: add a flag to output ROI warnings only once.Guo, Yejun
2019-09-24avcodec/utils: Optimize ff_color_frame() using memcpy()Michael Niedermayer
2019-09-24avcodec/aacdec: Check if we run out of input in read_stream_mux_config()Michael Niedermayer
2019-09-24avcodec/h264_slice: clear frame only on gaps when it is not otherwise initila...Michael Niedermayer
2019-09-24avcodec/utils: Use av_memcpy_backptr() in ff_color_frame()Michael Niedermayer
2019-09-24avcodec/smacker: Fix integer overflow in signed int multiply in SMK_BLK_FILLMichael Niedermayer
2019-09-24avcodec/alac: Fix invalid shifts in 20/24 bpsMichael Niedermayer
2019-09-24avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction()Michael Niedermayer
2019-09-24avcodec/ffwavesynth: Fix integer overflow in timestampsMichael Niedermayer
2019-09-24avcodec/aacdec_fixed: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-09-24libavcodec/mpeg12dec: Check input for minimal frame sizeMichael Niedermayer
2019-09-24avcodec/cbs_h264: Automatically free SEI payload on errorAndreas Rheinhardt
2019-09-24avcodec/dxv: Check op_offset in both directionsMichael Niedermayer
2019-09-24avcodec/truespeech: Eliminate some left shiftsMichael Niedermayer
2019-09-24avcodec/adpcm: Check number of channels for MTAFMichael Niedermayer
2019-09-24avcodec/nvenc: fix typo in new Windows driver versionTimo Rothenpieler
2019-09-23avcodec/exr: cosmeticsLimin Wang
2019-09-23avcodec/nvenc: add driver version info for SDK 9.1Timo Rothenpieler
2019-09-23avcodec/bsf: check that AVBSFInternal was allocated before dereferencing itJames Almer
2019-09-22avcodec/sunrast: Fix indentionMichael Niedermayer
2019-09-22avcodec/sunrast: Fix return type for "unsupported (compression) type"Michael Niedermayer
2019-09-21avcodec/utils: Check channels fully earlierMichael Niedermayer
2019-09-21avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/g723_1dec: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt
2019-09-20Delete unused branch in libaomencelliottk
2019-09-20avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun
2019-09-20lavc/cook: Remove an incorrect comment.Carl Eugen Hoyos
2019-09-19avcodec: add EPG codec IDAnthony Delannoy
2019-09-18avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang
2019-09-18avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang
2019-09-18avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang
2019-09-18avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt
2019-09-18avcodec/mjpegdec: Unify switch statementsAndreas Rheinhardt
2019-09-16avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer
2019-09-16avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt
2019-09-16lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos
2019-09-16avcodec/allcodecs: make libdav1d the preferred AV1 decoderJames Almer
2019-09-16avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern
2019-09-16avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang
2019-09-16avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai
2019-09-16avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer
2019-09-16avcodec/hevcdec: repeat character in skipedMichael Niedermayer
2019-09-16repeat an even number of characters in occuredMichael Niedermayer
2019-09-16avcodec/gdv: Replace assert() checking bitstream by if()Michael Niedermayer
2019-09-16libavcodec/utils: Free threads on init failureMichael Niedermayer
2019-09-16avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw
2019-09-15lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs