| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/qsvdec: Make functions used only here static, remove header | Andreas Rheinhardt | 2021-03-09 | 1 | -1/+0 |
* | lavc: remove tests/options | Anton Khirnov | 2021-03-08 | 1 | -1/+0 |
* | avcodec: add TTML encoder | Jan Ekström | 2021-03-05 | 1 | -0/+1 |
* | avcodec: add SGA Video decoder | Paul B Mahol | 2021-03-01 | 1 | -0/+1 |
* | avcodec: add SGA PCM decoder | Paul B Mahol | 2021-03-01 | 1 | -0/+1 |
* | lavc: split LSCR decoder out of PNG decoder | Anton Khirnov | 2021-02-24 | 1 | -1/+1 |
* | avcodec/cfhdenc: refactor DSP code for CFHD encoder | Paul B Mahol | 2021-02-24 | 1 | -1/+1 |
* | avcodec/tiff_data: Move data to its only user | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+2 |
* | avformat/isom: Split movaudio/movvideo tags off into a separate file | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | avcodec/Makefile: Remove outdated dependency of FLV demuxer on mpeg4audio | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+0 |
* | avcodec/Makefile: Don't build mjpegenc_huffman unconditionally | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+1 |
* | avcodec/g2meet, mjpegdec: Factor out common VLC initialization code | Andreas Rheinhardt | 2021-02-23 | 1 | -2/+2 |
* | avcodec/Makefile: Remove redundant mjpegdec dependency from tiff decoder | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | configure, libavcodec/Makefile: Fix avrn dependencies | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | avcodec/Makefile: Remove spurios dcaenc dependency | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+1 |
* | configure, libavcodec/Makefile: Remove spurious CAF demuxer dependencies | Andreas Rheinhardt | 2021-02-23 | 1 | -1/+0 |
* | avcodec: add Simbiosis IMX video decoder | Paul B Mahol | 2021-02-20 | 1 | -0/+1 |
* | avcodec: add initial exr image encoder | Paul B Mahol | 2021-02-18 | 1 | -0/+1 |
* | avcodec: add setts bitstream filter | Paul B Mahol | 2021-02-12 | 1 | -0/+1 |
* | avcodec: add cri parser | Paul B Mahol | 2021-02-09 | 1 | -0/+1 |
* | avcodec/Makefile: Remove dependency for nonexistent files | Andreas Rheinhardt | 2021-02-07 | 1 | -1/+0 |
* | avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only user | Andreas Rheinhardt | 2021-02-07 | 1 | -2/+2 |
* | avcodec: add xbm parser | Paul B Mahol | 2021-02-05 | 1 | -0/+1 |
* | avcodec: add PFM image encoder | Paul B Mahol | 2021-02-02 | 1 | -0/+1 |
* | avcodec/dolby_e: split decoder and parser more thoroughly | James Almer | 2021-01-25 | 1 | -2/+2 |
* | avcodec/dolby_e: Split decoder/parser files | Nicolas Gaullier | 2021-01-25 | 1 | -0/+1 |
* | avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.c | Xu Guangxin | 2021-01-23 | 1 | -7/+7 |
* | avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.c | Xu Guangxin | 2021-01-23 | 1 | -4/+4 |
* | avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder | Andreas Rheinhardt | 2021-01-21 | 1 | -1/+2 |
* | avcodec/Makefile: Make H.263 decoder compilable without H.263I | Andreas Rheinhardt | 2021-01-21 | 1 | -1/+2 |
* | avcodec/Makefile: Remove FLAC dependencies on vorbis_data | Andreas Rheinhardt | 2021-01-21 | 1 | -3/+2 |
* | avcodec/Makefile: Remove dependency of H.263 on FLV codecs | Andreas Rheinhardt | 2021-01-21 | 1 | -2/+4 |
* | avcodec/Makefile: Remove unnecessary cbrt_data dependency | Andreas Rheinhardt | 2021-01-21 | 1 | -1/+1 |
* | cbs: Implement common parts of cbs-based bitstream filters separately | Mark Thompson | 2021-01-21 | 1 | -1/+1 |
* | cbs_h2645: Merge SEI message handling in common between codecs | Mark Thompson | 2021-01-21 | 1 | -2/+2 |
* | fft: remove 16-bit FFT and MDCT code | Lynne | 2021-01-14 | 1 | -6/+5 |
* | ac3enc_fixed: convert to 32-bit sample format | Lynne | 2021-01-14 | 1 | -1/+1 |
* | avcodec/wavpack: Deduplicate exp and log tables | Andreas Rheinhardt | 2021-01-08 | 1 | -2/+2 |
* | avcodec/twinvq, metasound_data: Deduplicate lsp tables | Andreas Rheinhardt | 2021-01-08 | 1 | -1/+1 |
* | avcodec/aacps: Factor out code shared by float and fixed point decoder | Andreas Rheinhardt | 2020-12-31 | 1 | -2/+2 |
* | avcodec/speedhqenc: Call correct function | Andreas Rheinhardt | 2020-12-11 | 1 | -1/+1 |
* | smvjpegdec: merge into mjpegdec | Anton Khirnov | 2020-12-10 | 1 | -1/+0 |
* | avcodec/mpegaudio_tablegen: Make exponential LUT shared | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+4 |
* | avcodec/mpegaudiodec: Share fixed and floating point data and init code | Andreas Rheinhardt | 2020-12-08 | 1 | -1/+1 |
* | avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoder | Peter Ross | 2020-12-06 | 1 | -0/+1 |
* | avcodec/hevc_sei: add support for HDR10+ metadata | Mohammad Izadi | 2020-12-05 | 1 | -1/+2 |
* | avcodec: add SpeedHQ encoder | Jean-Baptiste Kempf | 2020-11-24 | 1 | -0/+1 |
* | avcodec/dxva2: add AV1 decode support | Hendrik Leppkes | 2020-11-12 | 1 | -0/+2 |
* | avcodec/nvdec: add av1 hwaccel | Timo Rothenpieler | 2020-11-11 | 1 | -0/+1 |
* | avcodec: add av1 VAAPI decoder | Fei Wang | 2020-11-02 | 1 | -0/+1 |