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-15avcodec/v4l2: fix compile with older videodev2.hAman Gupta
2019-09-15avcodec/libdav1d: use the library default for the filmgrain optionJames Almer
2019-09-13avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan()Michael Niedermayer
2019-09-13avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer modeMichael Niedermayer
2019-09-12x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer
2019-09-12x86/opusdps: clear the high bits from some gprsJames Almer
2019-09-11avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer
2019-09-11avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer
2019-09-11avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer
2019-09-11avcodec/takdec: Fix integer overflow in decorrelate()Michael Niedermayer
2019-09-11avcodec/aacps: Fix integer overflows in hybrid_synthesis()Michael Niedermayer
2019-09-11avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer
2019-09-11avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer
2019-09-11avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan
2019-09-11avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix compileAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan
2019-09-11avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta
2019-09-11avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta
2019-09-11avcodec/h2645_parse: simplify memset callAndriy Gelman
2019-09-11opusdsp: adjust and optimize C function to match assemblyLynne
2019-09-11avcodec/v4l2_buffers: split out v4l2_buf_increase_ref helperLukas Rusak
2019-09-11avcodec/v4l2_buffers: split out V4L2Buffer generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: split out AVFrame generation into helper methodAman Gupta
2019-09-11avcodec/v4l2_buffers: teach ff_v4l2_buffer_avframe_to_buf about contiguous pl...Aman Gupta
2019-09-11avcodec/v4l2_m2m_enc: fix indentation and add M2MENC_CLASS macroAman Gupta
2019-09-11avcodec/v4l2_m2m_dec: fix indentation and add M2MDEC_CLASS macroLukas Rusak
2019-09-11avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContextAman Gupta
2019-09-11avcodec/v4l2_buffers: Add handling for NV21 and YUV420PDave Stevenson
2019-09-11avcodec/v4l2_m2m: fix av_pix_fmt changing when multiple /dev/video* devices a...Aman Gupta
2019-09-11avcodec/v4l2_m2m: disable info logging during device probeAman Gupta
2019-09-11avcodec/v4l2_m2m_enc: add support for -force_key_framesAman Gupta
2019-09-10avcodec/mediacodec_surface: define and use FFANativeWindow to mimic NDK inter...Aman Gupta
2019-09-10avcodec/mediacodecdec: warn when input buffers are not configured with proper...Aman Gupta
2019-09-10avcodec/pnm_parser: Use memchr() in pnm_parse()Michael Niedermayer
2019-09-10avcodec/webp: fix decoding for trailing junkPascal Massimino
2019-09-10avcodec/mips: Fix a warnning of indentation not reflect the block structure.Shiyou Yin
2019-09-10avcodec/h264: Fix poc_lsb in open gop contextNicolas Gaullier
2019-09-09avcodec/mediacodec_surface: drop unnecessary local variableAman Gupta
2019-09-09avcodec/mediacodecdec_common: log codec name during configure/start failuresAman Gupta
2019-09-09avcodec/mediacodecdec_common: ensure current input buffer is always used corr...Aman Gupta
2019-09-09avcodec/mediacodecdec_common: improve trace logging for end-of-streamAman Gupta
2019-09-09avcodec/mediacodecdec_common: warn when PTS is missingAman Gupta
2019-09-06avcodec/qdm2: Check frame sizeMichael Niedermayer
2019-09-06avcodec/vc1_pred: Fix refdist in scaleforopp()Michael Niedermayer
2019-09-06avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2Michael Niedermayer
2019-09-05avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer
2019-09-05avcodec/vqavideo: Limit resolutionMichael Niedermayer
2019-09-05avcodec/apedec: Fix 32bit int overflow in do_apply_filter()Michael Niedermayer