| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | libsvtav1: Rename without a _ | Mark Thompson | 2020-07-31 | 1 | -1/+1 |
* | avcodec: Add an SVT-AV1 encoder wrapper | Daryl Seah | 2020-07-29 | 1 | -0/+4 |
* | ffbuild: Refine MIPS handling | Jiaxun Yang | 2020-07-23 | 1 | -74/+98 |
* | avdevice/decklink_dec: add support for extracting and outputing klv from vanc | Milos Zivkovic | 2020-07-03 | 1 | -1/+1 |
* | configure: remove libvmaf from EXTERNAL_LIBRARY_VERSION3_LIST | Kyle Swanson | 2020-07-02 | 1 | -2/+2 |
* | dnn: add openvino as one of dnn backend | Guo, Yejun | 2020-07-02 | 1 | -1/+5 |
* | lavdevice: Add AudioToolbox output device. | Thilo Borgmann | 2020-06-15 | 1 | -0/+3 |
* | configure: NotchLC depends on lzf | Paul B Mahol | 2020-05-27 | 1 | -0/+1 |
* | avcodec: Add MediaFoundation encoder wrapper | wm4 | 2020-05-19 | 1 | -0/+11 |
* | avfilter/vf_scdet: add filter to detect scene change | Limin Wang | 2020-05-14 | 1 | -0/+1 |
* | configure: add missing bsf dependencies to muxers | James Almer | 2020-05-09 | 1 | -3/+5 |