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-09avcodec/libvpxenc,cosmetics: fix a typoJames Zern
2019-11-09avcodec/libvpxdec.c,cosmetics: bpp -> bpcJames Zern
2019-11-06avcodec/extract_extradata_bsf: fix typo in commentsleozhang
2019-11-06avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoderLou Logan
2019-11-06avcodec/Makefile: add missing h263data dependency to snow encoderLou Logan
2019-11-06avcodec/Makefile: add missing vorbis_data dependency to opus encoderLou Logan
2019-11-06avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier
2019-11-06avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier
2019-11-06avcodec/libvpxdec: reject video and alpha dimension mismatchesMarton Balint
2019-11-06avcodec/libvpxdec: decode to custom framebuffers for vp9Marton Balint
2019-11-06avcodec/libvpxdec: pass decoder instances to vpx_init directlyMarton Balint
2019-11-06avcodec/libvpxdec: make sure BlockAdditional side data size >= 8Marton Balint
2019-11-06avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint
2019-11-06avcodec/libvpxenc: fix alpha strideMarton Balint
2019-11-05avcodec/Makefile: add missing ass dependency to ccaption decoderLou Logan
2019-11-04lavc/qsvenc: add the missing vp9 filezhongli_dev@126.com
2019-11-03lavc/qsvenc: enable vp9 encoderZhong Li
2019-11-03lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrateLinjie Fu
2019-11-02avcodec/v4l2_m2m: Fix indentationAndriy Gelman
2019-11-02avcodec/v4l2_buffers: Fix infinite loopAndriy Gelman
2019-11-01avcodec/aptx: Check the number of channelsMichael Niedermayer
2019-11-01avcodec/rv10: Check input for minimal frame sizeMichael Niedermayer
2019-11-01avcodec/aacdec_template: Check samplerateMichael Niedermayer
2019-11-01avcodec/truemotion2: Fix several integer overflows in tm2_low_res_block()Michael Niedermayer
2019-11-01avcodec/truemotion2: Fix several integer overflows with *Yo, *Uo, *VoMichael Niedermayer
2019-11-01avcodec/utils: Check block_alignMichael Niedermayer
2019-11-01avcodec/libtwolame: fix mono default bitrateJames Cowgill
2019-10-30avcodec/mips: msa optimizations for vc1dspgxw
2019-10-30vp4: prevent unaligned memory access in loop filterPeter Ross
2019-10-29avcodec/wmalosslessdec: Fix some integer anomaliesMichael Niedermayer
2019-10-29avcodec/adpcm: Fix invalid shifts in ADPCM DTKMichael Niedermayer
2019-10-29avcodec/apedec: Only clear the needed buffer space, instead of allMichael Niedermayer
2019-10-29avcodec/libvorbisdec: Fix insufficient input checks leading to out of array r...Michael Niedermayer
2019-10-29avcodec/g723_1dec: fix invalid shift with negative sid_gainMichael Niedermayer
2019-10-29avcodec/tiff: check the black level denominatorJames Almer
2019-10-29avcodec/nvenc: turn feature check failures into warningshydra3333
2019-10-27avcodec/vmdvideo: fix log error messagePaul B Mahol
2019-10-26Add support for VP9 VDPAU hwaccel decodeManojGuptaBonda
2019-10-26lavc/qsvdec: remove unused check_dec_paramLinjie Fu
2019-10-25avcodec/interplayvideo: properly decode motion vectorsPaul B Mahol
2019-10-25avcodec/vp5: Check render_x/yMichael Niedermayer
2019-10-25avcodec/truespeech: Fix integer overflow in truespeech_synth()Michael Niedermayer
2019-10-25avcodec/interplayacm: Fix integer overflows in juggle()Michael Niedermayer
2019-10-25avcodec/hcom: Check the root entry and the right entriesMichael Niedermayer
2019-10-25avcodec/qdrw: Check input for header/skiped space before get_buffer()Michael Niedermayer
2019-10-25avcodec/ralf: Skip initializing unused filter variablesMichael Niedermayer
2019-10-25avcodec/takdec: Fix overflow with large sample ratesMichael Niedermayer
2019-10-24avcodec/interplayvideo: cosmeticsPaul B Mahol
2019-10-24mpegvideo_enc: add intra_penalty option for p framesRamiro Polla
2019-10-23avcodec/tests: add h265_levels to .gitignoreZhao Zhili