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
2022-08-19swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx()Andreas Rheinhardt
2022-08-18avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manuallyAndreas Rheinhardt
2022-08-18avcodec/mpegvideo_dec: Remove commented-out cruftAndreas Rheinhardt
2022-08-18doc: fix binary values of SI prefixesChema Gonzalez
2022-08-18avcodec/ffv1enc: Remove redundant wrapperAndreas Rheinhardt
2022-08-18avcodec/ffv1enc: Don't create and keep unnecessary referenceAndreas Rheinhardt
2022-08-18avcodec/get_buffer: Don't get AVPixFmtDescriptor unnecessarilyAndreas Rheinhardt
2022-08-18avcodec/mpegpicture: Reset fields explicitly instead of memsetting themAndreas Rheinhardt
2022-08-18avcodec/h263dec: Don't set frame parameters redundantlyAndreas Rheinhardt
2022-08-18avcodec/h263dec: Remove redundant code to set cur_pic_ptrAndreas Rheinhardt
2022-08-18checkasm/sw_scale: hscale does not requires cpuflag test.Alan Kelly
2022-08-18libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly
2022-08-18sws: allow avx2 hscale to process inputs of any size.Alan Kelly
2022-08-18sws: Replace call to yuv2yuvX_mmx by yuv2yuvX_mmxextAlan Kelly
2022-08-18lavc/aarch64: hevc_add_res add 12bit variantsJ. Dekker
2022-08-18aarch64: me_cmp: Remove a leftover unnecessary instructionMartin Storsjö
2022-08-18lavc/aarch64: Add neon implementation for pix_abs8Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse8Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for pix_abs16_y2Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse4Hubert Mazur
2022-08-18lavc/aarch64: Add neon implementation for sse16Hubert Mazur
2022-08-18aarch64: me_cmp: Fix the indentation of function declarationsMartin Storsjö
2022-08-17ffprobe: restore reporting error code for failed inputsGyan Doshi
2022-08-17avcodec/me_cmp: Remove now incorrect av_assert2()Andreas Rheinhardt
2022-08-17tools: Make sure to create the tools directory before building decode_simple.oMartin Storsjö
2022-08-17checkasm: motion: Test different h parametersMartin Storsjö
2022-08-17x86: Don't hardcode the height to 8 in sad8_xy2_mmxMartin Storsjö
2022-08-16checkasm: Provide enough alignment in the new yuv2plane1 testMartin Storsjö
2022-08-16lavc/aarch64: reformat add_res funcsJ. Dekker
2022-08-16checkasm/hevc_add_res: add 12bit testJ. Dekker
2022-08-16swscale/aarch64: add vscale specializationsSwinney, Jonathan
2022-08-16swscale/aarch64: vscale optimizationSwinney, Jonathan
2022-08-16checkasm: updated tests for sw_scaleSwinney, Jonathan
2022-08-16doc/APIchanges: add missing rgbaf16 pixfmt entryTimo Rothenpieler
2022-08-16fftools/ffmpeg: store a separate copy of input codec parametersAnton Khirnov
2022-08-16libswscale/aarch64: add another hscale specializationSwinney, Jonathan
2022-08-16avformat/mov: fix encryption index in the case of multiple trunZhao Zhili
2022-08-16avformat/mov: fix frag_index.current out of syncZhao Zhili
2022-08-16lavu/tx: optimize and simplify inverse MDCTsLynne
2022-08-15ipfsgateway: Remove default gatewayDerek Buitenhuis
2022-08-15avcodec/mpegvideo: Don't zero unnecessarilyAndreas Rheinhardt
2022-08-15avcodec/mpegvideodec: Constify some functionsAndreas Rheinhardt
2022-08-15avcodec/mpegpicture: Don't copy unnecessarily, fix raceAndreas Rheinhardt
2022-08-15avcodec/avcodec: Remove redundant checkAndreas Rheinhardt
2022-08-15avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinitAndreas Rheinhardt
2022-08-13avfilter/vsrc_ddagrab: add options for more control over output format fallbackTimo Rothenpieler
2022-08-13avfilter/vsrc_ddagrab: add rgbaf16 output supportTimo Rothenpieler
2022-08-13avutil/hwcontext_d3d11va: add support for rgbaf16 pixel formatTimo Rothenpieler
2022-08-13lavu/pixfmt: add packed RGBA float16 formatTimo Rothenpieler
2022-08-13compat: add msvc windres wrapperTimo Rothenpieler