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
2018-01-01lavc/Makefile: fix opus_parser dependenciesRostislav Pehlivanov
2017-12-30avcodec/exr: Check buf_size more completelyMichael Niedermayer
2017-12-30opus: merge encoder and decoder bitallocation functions into oneRostislav Pehlivanov
2017-12-28avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed()Michael Niedermayer
2017-12-28avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and pu...Michael Niedermayer
2017-12-28avcodec/flacdec: avoid undefined shiftMichael Niedermayer
2017-12-28lavc/jpeg2000dec: Support reading 64-bit atom size.Carl Eugen Hoyos
2017-12-28Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e'James Almer
2017-12-27x264: Support version 153Luca Barbato
2017-12-27lavc: remove uneffective attribute_deprecated on enumwm4
2017-12-27avcodec/libx264: set supported pix_fmts at runtime rather than build timeJames Almer
2017-12-26mpeg4videodec: Fix unused variable warningMark Thompson
2017-12-26avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer
2017-12-26avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...Michael Niedermayer
2017-12-26avcodec/libx264: fix compilation with x264 builds >= 153James Almer
2017-12-26avcodec/libx264: use the pixfmt descriptor to check for high bit depthsJames Almer
2017-12-26h264: add AVOption to set x264_build defaultwm4
2017-12-26lavc: remove complex debug code around avcodec init lockingwm4
2017-12-26lavc, lavf: move avformat static mutex from avcodec to avformatwm4
2017-12-26lavc: replace and deprecate the lock managerwm4
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
2017-12-25avcodec: add stride alignment needed for AVX-512James Darnley
2017-12-21avcodec/jpeg2000dec: Free lengthinc earlierMichael Niedermayer
2017-12-21avcodec/mpeg4videodec: Add support for parsing and exporting video_rangeMichael Niedermayer
2017-12-21avcodec/jpeg2000dec: Allocate lengthinc and data_start arrays as neededMichael Niedermayer
2017-12-21rkmppdec: move AV_CODEC_CAP_AVOID_PROBING to the correct fieldwm4
2017-12-21v4l_m2m: add missing AV_CODEC_CAP_DELAY flagswm4
2017-12-21libavcodec/hevcdec: implement skip_framesfan5
2017-12-20mmaldec: Fix compilation after 2fcb0090Martin Storsjö
2017-12-20lavc: Mark all AVHWAccel structures as constMark Thompson
2017-12-20lavc: Delete all fake hwaccelsMark Thompson
2017-12-20lavc: Remove register mechanism for hwaccelsMark Thompson
2017-12-20lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson
2017-12-20lavc: Use hardware config information in ff_get_format()Mark Thompson
2017-12-20webp: Fix alpha initialisationMark Thompson
2017-12-20lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson
2017-12-20lavc: Add codec metadata to indicate hardware supportMark Thompson
2017-12-20lavc/vaapi_encode: give a debug message if attrs unsupported.Jun Zhao
2017-12-19avcodec/magicyuv : use gradient_pred dsp func for 8 bits gradient modeMartin Vignali
2017-12-19avcodec/utvideodec : use gradient_pred dsp in interlace decodingMartin Vignali
2017-12-18aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriateAurelien Jacobs
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-12-17avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs()Michael Niedermayer
2017-12-17avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message()Michael Niedermayer
2017-12-17avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv()Michael Niedermayer
2017-12-16libavcodec/magicyuvenc : fix warningMartin Vignali
2017-12-16lavc/mediacodec_wrapper: fix potential jni global reference leakMatthieu Bouron
2017-12-16lavc/mediacodec_wrapper: factorize MediaCodec creation functionsMatthieu Bouron
2017-12-16lavc/mediacodec: use AVMediaCodecDeviceContext hw_device_ctx if setAman Gupta
2017-12-15lavc/vp8: Support resolution changes in the VP8 decoder hwaccelJun Zhao