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-11-29lavc/mvha: Check init_get_bits8() for failureJun Zhao
2019-11-28avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili
2019-11-28lavc/qsvenc: Fix some code indentationsLinjie Fu
2019-11-28Add options for spatial layers.Thierry Foucu
2019-11-28avcodec: add mvha video decoderPaul B Mahol
2019-11-28avcodec: add mvdv video decoderPaul B Mahol
2019-11-27lavc/qsvenc: Fix compilation for some build environments.Carl Eugen Hoyos
2019-11-25avcodec/v210dec: add support for frame and slice threadingLimin Wang
2019-11-25avcodec/v410dec: add support for frame and slice threadingLimin Wang
2019-11-25avcodec/nuv: Use ff_set_dimensions()Michael Niedermayer
2019-11-25avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/nextMichael Niedermayer
2019-11-25avcodec/ralf: Fix integer overflows with the filter coefficient in decode_cha...Michael Niedermayer
2019-11-25avcodec/g729dec: Use 64bit and clip in scalar productMichael Niedermayer
2019-11-25avcodec/mxpegdec: Check for multiple SOFMichael Niedermayer
2019-11-25avcodec/nuv: Move comptype check upMichael Niedermayer
2019-11-25avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer
2019-11-25avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit casesMichael Niedermayer
2019-11-25avcodec/cngdec: Remove AV_CODEC_CAP_DELAYMichael Niedermayer
2019-11-22avcodec/v4l2_context: Fix indentationAndriy Gelman
2019-11-22avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4Andriy Gelman
2019-11-20avcodec/mjpegbdec: Fix yuv444 pix_fmt detectionAlex Mogurenko
2019-11-20avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer
2019-11-20avcodec/atrac3: Check for huge block alignsMichael Niedermayer
2019-11-20avcodec/ralf: use multiply instead of shift to avoid undefined behavior in de...Michael Niedermayer
2019-11-20avcodec/wmadec: Require previous exponents for reuseMichael Niedermayer
2019-11-20avcodec/vc1_block: Fix undefined behavior in ac prediction rescalingMichael Niedermayer
2019-11-20avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalidMichael Niedermayer
2019-11-20avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()Michael Niedermayer
2019-11-20avcodec/ra288: Check block_align for the assumed valueMichael Niedermayer
2019-11-20avcodec/sonic: Fix integer overflow in predictor_calc_error()Michael Niedermayer
2019-11-20avcodec/atrac9dec: Check precision_fine/coarseMichael Niedermayer
2019-11-20avcodec/dvdec: Use av_clip_uint8 instead of ff_crop_tabMichael Niedermayer
2019-11-20avcodec/amfnec: allocate packets using av_new_packet()James Almer
2019-11-19avcodec/cbs_av1: keep separate reference frame state for reading and writingJames Almer
2019-11-18avcodec/cbs: Fix potential overflowAndreas Rheinhardt
2019-11-18avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt
2019-11-18avcodec: Add more kCVImageBufferColorPrimaries to videotoolboxencNomis101
2019-11-17avcodec/nvenc: make sure newly allocated packets are refcountedTimo Rothenpieler
2019-11-17lavc/libopencore-amr: Silence a warning about an unused function.Carl Eugen Hoyos
2019-11-17avcodec/mjpeg_parser: Make parser a bit more robust with unclean inputMichael Niedermayer
2019-11-16avcodec/put_bits: Relax requirements to rebase PutBitContextAndreas Rheinhardt
2019-11-16avcodec/cbs_av1: fix reading reference order hint in skip_mode_params()James Almer
2019-11-16avcodec/codec_desc: add mising .type for acelp.kelvinPaul B Mahol
2019-11-15vcodec/agm: Alloc based on coded dimensionsMichael Niedermayer
2019-11-14avcodec/encode: add missing assert to avcodec_receive_packet()James Almer
2019-11-14avcodec/avcodec: Adapt the doc of av_bsf_send_packet to match its actual impl...Andreas Rheinhardt
2019-11-13librav1e: Don't make users explicitly set -qp -1 to use bit rate modeDerek Buitenhuis
2019-11-13avcodec/dvenc: support encoding dvcprohdBaptiste Coudurier
2019-11-13avcodec/libdav1d: export bitstream timing info when availableJames Almer
2019-11-13avcodec/av1_parser: export bitstream timing info when availableJames Almer