| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: remove mdct15 from the encoder/decoder's list of requirements | Lynne | 2022-09-28 | 1 | -2/+1 |
* | configure: probe RISC-V Vector extension | Rémi Denis-Courmont | 2022-09-27 | 1 | -0/+15 |
* | configure: Remove obsolete APTX decoder dependencies | Andreas Rheinhardt | 2022-09-18 | 1 | -2/+0 |
* | libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter | Roman Arzumanyan | 2022-09-13 | 1 | -2/+4 |
* | configure/riscv: detect fast CLZ | Rémi Denis-Courmont | 2022-09-13 | 1 | -0/+6 |
* | lavf/dv: always provide avpriv_dv_* symbols | Anton Khirnov | 2022-09-05 | 1 | -0/+1 |
* | avfilter: add bilateral_cuda filter | Mohamed Khaled Mohamed | 2022-09-03 | 1 | -0/+2 |
* | configure: enable the av1_frame_split bsf for the av1 decoder | Hendrik Leppkes | 2022-08-23 | 1 | -1/+1 |
* | avutil/half2float: use native _Float16 if available | Timo Rothenpieler | 2022-08-19 | 1 | -0/+12 |
* | compat: add msvc windres wrapper | Timo Rothenpieler | 2022-08-13 | 1 | -0/+2 |
* | configure: always enable gnu_windres if available | Timo Rothenpieler | 2022-08-13 | 1 | -2/+2 |
* | configure: add --enable-libvpl option | Haihao Xiang | 2022-08-12 | 1 | -7/+20 |
* | qsv: remove mfx/ prefix from mfx headers | Haihao Xiang | 2022-08-12 | 1 | -7/+12 |
* | configure: fix the check for MFX_CODEC_VP9 | Haihao Xiang | 2022-08-12 | 1 | -1/+1 |
* | configure: ensure --enable-libmfx uses libmfx 1.x | Haihao Xiang | 2022-08-12 | 1 | -4/+6 |
* | avcodec/flacdsp: Split encoder-only parts into a ctx of its own | Andreas Rheinhardt | 2022-08-05 | 1 | -3/+1 |
* | configure: Add msmpeg4(dec|enc) subsystems | Andreas Rheinhardt | 2022-08-03 | 1 | -10/+14 |
* | configure, avcodec/Makefile: Make IntraX8 select WMV2DSP, fix MIPS build | Andreas Rheinhardt | 2022-08-03 | 1 | -1/+1 |
* | avcodec/intrax8: Remove unused IDCTDSPContext | Andreas Rheinhardt | 2022-08-03 | 1 | -1/+1 |
* | lavc/libx264: support AV_CODEC_CAP_ENCODER_RECON_FRAME | Anton Khirnov | 2022-08-02 | 1 | -1/+1 |
* | configure: Check for DXGI_OUTDUPL_FRAME_INFO for the ddagrab filter | Martin Storsjö | 2022-08-01 | 1 | -1/+2 |
* | avcodec: add common fflcms2 boilerplate | Niklas Haas | 2022-07-30 | 1 | -1/+1 |
* | configure: properly require libx264 if enabled | Marvin Scholz | 2022-07-24 | 1 | -1/+1 |
* | fftools/ffmpeg: depend on threads | Anton Khirnov | 2022-07-23 | 1 | -1/+1 |
* | avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXT | Timo Rothenpieler | 2022-07-19 | 1 | -0/+2 |
* | avfilter/vsrc_ddagrab: dynamically load SetThreadDpiAwarenessContext | Timo Rothenpieler | 2022-07-19 | 1 | -2/+0 |
* | avfilter: add vsrc_ddagrab | Timo Rothenpieler | 2022-07-18 | 1 | -0/+7 |
* | configure: add missing deps for chromakey_cuda filter | Timo Rothenpieler | 2022-07-10 | 1 | -0/+2 |
* | configure: fix SDL2 version check for pkg_config fallback | dvhh | 2022-07-09 | 1 | -1/+1 |
* | avfilter: add remap opencl filter | Paul B Mahol | 2022-07-07 | 1 | -0/+1 |
* | {configure,avformat/movenc}: enable AC-3 parser for movenc | Jan Ekström | 2022-06-30 | 1 | -1/+1 |
* | AV1 VDPAU hwaccel Decode support | ManojGuptaBonda | 2022-06-25 | 1 | -0/+3 |
* | configure: select avs2 parser for libdavs2 decoder | Zhao Zhili | 2022-06-24 | 1 | -0/+1 |
* | libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), fre... | Nil Admirari | 2022-06-21 | 1 | -0/+1 |
* | avformat/librist: bump required version to 0.2.7 | Marton Balint | 2022-06-18 | 1 | -1/+1 |
* | avcodec/libx264: Set min build version to 158 for msvc | Matt Oliver | 2022-06-11 | 1 | -4/+4 |
* | qsv: check for libmfx.pc instead of mfx.pc | Haihao Xiang | 2022-05-26 | 1 | -1/+1 |
* | avcodec/mfenc: Dynamically load MFPlat.DLL | Trystan Mata | 2022-05-25 | 1 | -1/+3 |
* | qsv: add requirement for the mininal version of libmfx | Haihao Xiang | 2022-05-25 | 1 | -2/+5 |
* | avformat/movenc: Add support for AVIF muxing | Vignesh Venkatasubramanian | 2022-05-13 | 1 | -0/+1 |
* | configure: extend SDL check to accept all 2.x versions | Christopher Degawa | 2022-05-12 | 1 | -1/+1 |
* | lavf/matroskaenc: enable PGS merge auto bsf | John Stebbins | 2022-05-10 | 1 | -1/+1 |
* | lavfi: add vf_iccdetect for parsing ICC profiles | Niklas Haas | 2022-04-23 | 1 | -0/+1 |
* | lavfi: add vf_iccgen for generating ICC profiles | Niklas Haas | 2022-04-23 | 1 | -0/+1 |
* | lavfi: add ICC profile support via lcms2 | Niklas Haas | 2022-04-23 | 1 | -0/+3 |
* | avcodec/libjxl: add Jpeg XL encoding via libjxl | Leo Izen | 2022-04-23 | 1 | -1/+2 |
* | avcodec/libjxl: add Jpeg XL decoding via libjxl | Leo Izen | 2022-04-23 | 1 | -0/+5 |
* | avformat: Add IPFS protocol support. | Mark Gaiser | 2022-04-12 | 1 | -0/+2 |
* | avcodec/vbnenc: add VBN encoder | Marton Balint | 2022-04-10 | 1 | -0/+1 |
* | avcodec/vbndec: add VBN decoder | Marton Balint | 2022-04-10 | 1 | -0/+1 |