| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | libavresample: Remove deprecated library | Andreas Rheinhardt | 2021-04-27 | 1 | -13/+3 |
* | avcodec: Remove deprecated old encode/decode APIs | Andreas Rheinhardt | 2021-04-27 | 1 | -8/+0 |
* | Disable vf_uspp/mcdeint. | Anton Khirnov | 2021-04-27 | 1 | -0/+6 |
* | avcodec: Remove deprecated old aliases for NVENC encoders | Andreas Rheinhardt | 2021-04-27 | 1 | -3/+0 |
* | lavfi: add filter dnn_detect for object detection | Guo, Yejun | 2021-04-17 | 1 | -0/+1 |
* | configure: select child muxers for rtp_mpegts | Gyan Doshi | 2021-03-21 | 1 | -0/+1 |
* | lavc/videotoolboxenc: Add support for HEVC with Alpha. | Hironori Bono | 2021-03-19 | 1 | -0/+2 |
* | libavformat: add librist protocol | Paul B Mahol | 2021-03-13 | 1 | -0/+5 |
* | avformat/gopher: Add support for Gopher over TLS | parazyd | 2021-03-11 | 1 | -0/+1 |
* | avformat/gopher: Add default_whitelist to ff_gopher_protocol | parazyd | 2021-03-11 | 1 | -1/+1 |
* | Handle AVID MJPEG streams directly in the MJPEG decoder. | Anton Khirnov | 2021-02-25 | 1 | -1/+0 |
* | avformat/isom: Split movaudio/movvideo tags off into a separate file | Andreas Rheinhardt | 2021-02-23 | 1 | -4/+4 |
* | configure: Remove mpegvideo_enc dependency from ljpeg encoder | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | configure, libavcodec/Makefile: Fix avrn dependencies | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | configure, libavcodec/Makefile: Remove spurious CAF demuxer dependencies | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | configure: use no-narrowing for cuda-llvm compilation | Matt Oliver | 2021-02-22 | 1 | -1/+1 |
* | avcodec: add initial exr image encoder | Paul B Mahol | 2021-02-18 | 1 | -0/+1 |
* | avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only user | Andreas Rheinhardt | 2021-02-07 | 1 | -1/+1 |
* | avformat/mxf: add platform local tag | Limin Wang | 2021-02-05 | 1 | -0/+1 |
* | configure: add fallback to $arch in msvc assembler check. | Reimar Döffinger | 2021-01-25 | 1 | -1/+1 |
* | avcodec/librav1e: Pass through timestamps as opaque user data | Derek Buitenhuis | 2021-01-17 | 1 | -1/+1 |
* | configure: update copyright year | Lynne | 2021-01-01 | 1 | -1/+1 |
* | configure, libavcodec/speedhq: Fix compiling SpeedHQ encoder | Andreas Rheinhardt | 2020-12-31 | 1 | -0/+1 |
* | hwcontext_drm: make dependency on Linux kernel headers optional | Lynne | 2020-12-30 | 1 | -0/+4 |
* | smvjpegdec: merge into mjpegdec | Anton Khirnov | 2020-12-10 | 1 | -0/+1 |
* | avcodec/mss4: Don't duplicate standard JPEG tables | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/dxva2: add AV1 decode support | Hendrik Leppkes | 2020-11-12 | 1 | -0/+7 |
* | avcodec/nvdec: add av1 hwaccel | Timo Rothenpieler | 2020-11-11 | 1 | -0/+2 |
* | avfilter/af_asoftclip: add oversampling support | Paul B Mahol | 2020-11-10 | 1 | -0/+1 |
* | avcodec: add av1 VAAPI decoder | Fei Wang | 2020-11-02 | 1 | -0/+3 |
* | configure: check for nvdec/cuvid AV1 support | Timo Rothenpieler | 2020-10-15 | 1 | -1/+5 |
* | avcodec/cuviddec: add av1 support | Roman Arzumanyan | 2020-10-15 | 1 | -0/+1 |
* | configure: add missing atsc_a53 dependencies to hevcparse and h264_parser | James Almer | 2020-10-08 | 1 | -2/+2 |
* | lavc,doc: add libuavs3d video decoder wrapper | hwren | 2020-10-06 | 1 | -0/+4 |
* | libwavpackenc: remove libwavpackenc wrapper | Lynne | 2020-10-02 | 1 | -8/+3 |
* | lavc/qsvdec: Add QSV AV1 decoder | Haihao Xiang | 2020-09-26 | 1 | -0/+1 |
* | dnn: change dnn interface to replace DNNData* with AVFrame* | Guo, Yejun | 2020-09-21 | 1 | -1/+1 |
* | avcodec: add AV1 hardware accelerated decoder | Fei Wang | 2020-09-12 | 1 | -0/+1 |
* | configure: Fix msa can't be disabled when '--cpu=loongson3a' assigned. | Shiyou Yin | 2020-09-10 | 1 | -9/+0 |
* | configure: Add additional glslang libraries to make linking work | Philip Langdale | 2020-09-07 | 1 | -1/+1 |
* | avcodec: add MobiClip video decoder | Paul B Mahol | 2020-09-03 | 1 | -0/+1 |
* | avformat/mpegtsenc: support DVB 6A descriptor for AC-3 | Limin Wang | 2020-08-23 | 1 | -1/+1 |
* | avcodec: move ff_alloc_a53_sei() to atsc_53 | James Almer | 2020-08-15 | 1 | -3/+6 |
* | avcodec/hevc_sei: use ff_parse_a53_cc() to parse A53 Closed Captions | James Almer | 2020-08-15 | 1 | -1/+1 |
* | avcodec/h264_sei: use ff_parse_a53_cc() to parse A53 Closed Captions | James Almer | 2020-08-15 | 1 | -1/+1 |
* | avcodec/libdav1d: add support for A53 Closed Captions | James Almer | 2020-08-15 | 1 | -1/+2 |
* | avcodec: split off A53 Closed Caption parsing code into its own file | James Almer | 2020-08-15 | 1 | -0/+1 |
* | avformat/av1dec: add low-overhead bitstream format | Xu Guangxin | 2020-08-14 | 1 | -0/+1 |
* | kmsgrab: Use GetFB2 if available | Mark Thompson | 2020-08-09 | 1 | -0/+4 |