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-21avcodec/utils: Check channels fully earlierMichael Niedermayer
2019-09-21avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/g723_1dec: Fix invalid shiftAndreas Rheinhardt
2019-09-21avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt
2019-09-20Delete unused branch in libaomencelliottk
2019-09-20avcodec/libvpxenc: add ROI-based encoding support for VP8/VP9Guo, Yejun
2019-09-20lavc/cook: Remove an incorrect comment.Carl Eugen Hoyos
2019-09-19avcodec: add EPG codec IDAnthony Delannoy
2019-09-18avcodec/v210enc: move v210_enc_8/10 function to template fileLimin Wang
2019-09-18avcodec/v210enc: make 8bit and 10bit process consistentLimin Wang
2019-09-18avcodec/v210enc: add depth parameter for WRITE_PIXELS and CLIPLimin Wang
2019-09-18avcodec/avpacket: Improve allocating packetsAndreas Rheinhardt
2019-09-18avcodec/mjpegdec: Unify switch statementsAndreas Rheinhardt
2019-09-16avcodec/hevcdec: Fix memleak of a53_captionMichael Niedermayer
2019-09-16avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt
2019-09-16lavc/g729dec: Support decoding Sipro ACELP.KELVIN.Carl Eugen Hoyos
2019-09-16avcodec/allcodecs: make libdav1d the preferred AV1 decoderJames Almer
2019-09-16avcodec/videotoolboxenc: warn user when output will use a different profile/l...Rick Kern
2019-09-16avcodec/videotoolboxenc: add H264 Extended profile and levelLimin Wang
2019-09-16avcodec/videotoolboxenc: fix encoding frame crash on iOS 11sharpbai
2019-09-16avcodec/cfhd: Check that cropped size is smaller than fullMichael Niedermayer
2019-09-16avcodec/hevcdec: repeat character in skipedMichael Niedermayer
2019-09-16repeat an even number of characters in occuredMichael Niedermayer
2019-09-16avcodec/gdv: Replace assert() checking bitstream by if()Michael Niedermayer
2019-09-16libavcodec/utils: Free threads on init failureMichael Niedermayer
2019-09-16avutil/mips: refactor msa SLDI_Bn_0 and SLDI_Bn macros.gxw
2019-09-15lavc/videotoolboxdec: fix crop handling when multithreadedRodger Combs
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