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-12-21avcodec/h264_sei: fix the size of user data unregisteredLimin Wang
2019-12-20avcodec/hevc_sei: switch to AVBufferRef buffer for a53 captionLimin Wang
2019-12-19avcodec/cbs_av1: add missing valid range of values for num_cb_points and num_...James Almer
2019-12-18lavc/h264dec.h: remove unused ff_h264_decode_slice_headerLinjie Fu
2019-12-17lavc/hevc_cabac: fix cbf_cb and cbf_cr for transform depth 4Linjie Fu
2019-12-17vc2enc: zero padding of the coefficient bufferLynne
2019-12-17lavc/vaapi_encode: grow packet if vaMapBuffer returns multiple buffersLinjie Fu
2019-12-17lavc/allcodecs: Add mpeg4 omx encoder, missed in 0e387232Carl Eugen Hoyos
2019-12-16lavc/cbs_h2645_syntax_template: Fix memleakAndriy Gelman
2019-12-16h264_mp4toannexb: Remove unnecessary checkAndreas Rheinhardt
2019-12-15avcodec/adpcm: Clip predictor for APCMichael Niedermayer
2019-12-15avcodec/targa: Check colors vs. available spaceMichael Niedermayer
2019-12-15avcodec/dstdec: Use get_ur_golomb_jpegls()Michael Niedermayer
2019-12-15avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer
2019-12-15avcodec/wmalosslessdec: Fix 2 overflows in mclmsMichael Niedermayer
2019-12-15avcodec/decode: Fix integer overflow in max_samples checkMichael Niedermayer
2019-12-15avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer
2019-12-15avcodec/adpcm: Fix invalid shift in xa_decode()Michael Niedermayer
2019-12-15avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-12-15avcodec/wmalosslessdec: Fix several integer issuesMichael Niedermayer
2019-12-15avcodec/wmalosslessdec: Check that padding bits is not more than sample bitsMichael Niedermayer
2019-12-15avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer
2019-12-15avcodec/apedec: Set error on error in ape_decode_value_3860()Michael Niedermayer
2019-12-15avcodec/pnm: Check that the header is not truncatedMichael Niedermayer
2019-12-15avcodec/mp3_header_decompress_bsf: Check sample_rate_indexMichael Niedermayer
2019-12-14lavc/pnmdec: Fix 16bit decoding.Carl Eugen Hoyos
2019-12-14avcodec/simple_idct_template: fix integer overflowPaul B Mahol
2019-12-14avcodec/cbs_av1_syntax_template: Check num_y_pointsMichael Niedermayer
2019-12-12avcodec/v210dec: move the stride read after its fully initializedMichael Niedermayer
2019-12-12lavc/utils.c: fix code indentationsLinjie Fu
2019-12-12lavc/mips: simplify the switch codeLinjie Fu
2019-12-12lavc/x265: set preferred_transfer_characteristics for HLGZhong Li
2019-12-12lavc/qsvenc: add Tiles encode support for HEVCLinjie Fu
2019-12-12lavc: add MPEG-H 3D Audio codec idYuki Tsuchiya
2019-12-12lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codecYuki Tsuchiya
2019-12-12avcodec/mlp_parser: mark sync frames as key framesJames Almer
2019-12-12avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_pl...James Almer
2019-12-11avcodec/cbs_av1: rename enable_intraintra_compound flagFei Wang
2019-12-11avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LISTFei Wang
2019-12-10avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer
2019-12-10avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-12-10avcodec/apedec: Fix 2 integer overflowsMichael Niedermayer
2019-12-10avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer
2019-12-10avcodec/wmaprodec: Check offsetMichael Niedermayer
2019-12-10avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer
2019-12-10avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer
2019-12-10avcodec/truespeech: Fix an integer overflow in truespeech_synth()Michael Niedermayer
2019-12-10Remove redundant ;Michael Niedermayer
2019-12-07avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer
2019-12-06lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman