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-10-04avformat/avio: Schedule AVIODirContext to become an opaque typeAndreas Rheinhardt
2022-10-04avutil/channel_layout: Don't mention dead projectAndreas Rheinhardt
2022-10-04avcodec/vorbis: Split data declarations out into new headerAndreas Rheinhardt
2022-10-02avcodec/rl2: Fix indentationAndreas Rheinhardt
2022-10-02avcodec/rl2: Fix undefined pointer arithmeticAndreas Rheinhardt
2022-10-02avcodec/rl2: Use ptrdiff_t for strideAndreas Rheinhardt
2022-10-02avcodec/rl2: Don't presume stride to be > 0Andreas Rheinhardt
2022-10-02avcodec/rl2: Remove wrong checkAndreas Rheinhardt
2022-10-02avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its ownAndreas Rheinhardt
2022-10-02lavu: add an APIchanges entry for RISC-V CPU flagsAnton Khirnov
2022-10-02fftools/ffmpeg: Remove unused frame_bits_per_raw_sample variableMarvin Scholz
2022-10-02fftools/ffmpeg: Remove unused do_deinterlace variableMarvin Scholz
2022-10-02fftools: Remove unused videotoolbox_init declarationMarvin Scholz
2022-10-02fftools: Remove unused qsv declarationsMarvin Scholz
2022-10-02lavc/mediacodecdec_common: enable refcounting of buffers unconditionallysfan5
2022-10-02doc/APIchanges: mention the addition of AV_PIX_FMT_RGB[A]F*Anton Khirnov
2022-09-30avcodec/mjpegdec: Fix compilationAndreas Rheinhardt
2022-09-30avcodec: add Media 100i decoderPaul B Mahol
2022-09-30avcodec/mjpegdec: remove not needed operations on channel identifiersPaul B Mahol
2022-09-30avutil/tests/pixelutils: Test that all non-hw pix fmts have componentsAndreas Rheinhardt
2022-09-30avutil/tests/pixelutils: Use av_assert0 instead for test toolsAndreas Rheinhardt
2022-09-30avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only userAndreas Rheinhardt
2022-09-30avutil/pixdesc: Avoid direct access to pix fmt desc arrayAndreas Rheinhardt
2022-09-30avutil/pixdesc: Remove always-false checksAndreas Rheinhardt
2022-09-30sws/rgb2rgb: RISC-V 64-bit V packed YUYV/UYVY to planar 4:2:2Rémi Denis-Courmont
2022-09-30sws/rgb2rgb: RISC-V V interleaveBytesRémi Denis-Courmont
2022-09-30sws/rgb2rgb: RISC-V V shuffle_bytes_xxxx functionsRémi Denis-Courmont
2022-09-30avcodec/mpegvideo: Fix undefined left shift of negative numbersAndreas Rheinhardt
2022-09-30avcodec/jrevdct: Fix UB left shifts of negative numbersAndreas Rheinhardt
2022-09-30avcodec/tiff: Remove commented-out codeAndreas Rheinhardt
2022-09-30libavcodec/qsvenc: Let runtime to decide targetUsageWenbin Chen
2022-09-30libavcodec/qsvenc: Let runtime to set default parameter.Wenbin Chen
2022-09-30libavcodec/qsvenc: Add pic_timing_sei reset support to qsvWenbin Chen
2022-09-30libavcodec/qsvenc: Add bitrate reset support to qsvencWenbin Chen
2022-09-30libavcodec/qsvenc: Add framerate reset support to qsvWenbin Chen
2022-09-30avcodec/ac3dsp: Remove unused parameterAndreas Rheinhardt
2022-09-29aarch64: me_cmp: Avoid using the non-unrolled codepath for the minimum unroll...Martin Storsjö
2022-09-29aarch64: me_cmp: Avoid redundant loads in ff_pix_abs16_y2_neonMartin Storsjö
2022-09-29arm: vc1dsp: Canonicalize the syntax for aligned NEON loads/storesMartin Storsjö
2022-09-29riscv: Fix linking without RVV; change #ifdef into #ifMartin Storsjö
2022-09-29avcodec/jpeg2000dwt: Fix left shift of negative numberAndreas Rheinhardt
2022-09-29avutil/display: Drop wrong comments about matrices being allocatedAndreas Rheinhardt
2022-09-29avcodec/lsp: Make ff_lsp2polyf() staticAndreas Rheinhardt
2022-09-29avcodec/lsp: Move ff_lsp2polyf() upwards in lsp.cAndreas Rheinhardt
2022-09-29avcodec/amrwbdec,lsp: Include mips headers only #if ARCH_MIPSAndreas Rheinhardt
2022-09-29avcodec/aacdectab: Remove empty channel layoutsAndreas Rheinhardt
2022-09-29avcodec/codec_internal: Avoid deprecation warnings for channel_layoutsAndreas Rheinhardt
2022-09-29avcodec/dirac_dwt: Avoid conversions between function pointers and void*Andreas Rheinhardt
2022-09-29avcodec/dirac_dwt(_template): Don't use ff_-prefix for static funcAndreas Rheinhardt
2022-09-28avutil/channel_layout: move and improve the comment about unknown ordersJames Almer