aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt2021-03-091-1/+0
* lavc: remove tests/optionsAnton Khirnov2021-03-081-1/+0
* avcodec: add TTML encoderJan Ekström2021-03-051-0/+1
* avcodec: add SGA Video decoderPaul B Mahol2021-03-011-0/+1
* avcodec: add SGA PCM decoderPaul B Mahol2021-03-011-0/+1
* lavc: split LSCR decoder out of PNG decoderAnton Khirnov2021-02-241-1/+1
* avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol2021-02-241-1/+1
* avcodec/tiff_data: Move data to its only userAndreas Rheinhardt2021-02-231-2/+2
* avformat/isom: Split movaudio/movvideo tags off into a separate fileAndreas Rheinhardt2021-02-231-1/+1
* avcodec/Makefile: Remove outdated dependency of FLV demuxer on mpeg4audioAndreas Rheinhardt2021-02-231-1/+0
* avcodec/Makefile: Don't build mjpegenc_huffman unconditionallyAndreas Rheinhardt2021-02-231-2/+1
* avcodec/g2meet, mjpegdec: Factor out common VLC initialization codeAndreas Rheinhardt2021-02-231-2/+2
* avcodec/Makefile: Remove redundant mjpegdec dependency from tiff decoderAndreas Rheinhardt2021-02-231-1/+1
* configure, libavcodec/Makefile: Fix avrn dependenciesAndreas Rheinhardt2021-02-231-1/+1
* avcodec/Makefile: Remove spurios dcaenc dependencyAndreas Rheinhardt2021-02-231-1/+1
* configure, libavcodec/Makefile: Remove spurious CAF demuxer dependenciesAndreas Rheinhardt2021-02-231-1/+0
* avcodec: add Simbiosis IMX video decoderPaul B Mahol2021-02-201-0/+1
* avcodec: add initial exr image encoderPaul B Mahol2021-02-181-0/+1
* avcodec: add setts bitstream filterPaul B Mahol2021-02-121-0/+1
* avcodec: add cri parserPaul B Mahol2021-02-091-0/+1
* avcodec/Makefile: Remove dependency for nonexistent filesAndreas Rheinhardt2021-02-071-1/+0
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-071-2/+2
* avcodec: add xbm parserPaul B Mahol2021-02-051-0/+1
* avcodec: add PFM image encoderPaul B Mahol2021-02-021-0/+1
* avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer2021-01-251-2/+2
* avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier2021-01-251-0/+1
* avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.cXu Guangxin2021-01-231-7/+7
* avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.cXu Guangxin2021-01-231-4/+4
* avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt2021-01-211-1/+2
* avcodec/Makefile: Make H.263 decoder compilable without H.263IAndreas Rheinhardt2021-01-211-1/+2
* avcodec/Makefile: Remove FLAC dependencies on vorbis_dataAndreas Rheinhardt2021-01-211-3/+2
* avcodec/Makefile: Remove dependency of H.263 on FLV codecsAndreas Rheinhardt2021-01-211-2/+4
* avcodec/Makefile: Remove unnecessary cbrt_data dependencyAndreas Rheinhardt2021-01-211-1/+1
* cbs: Implement common parts of cbs-based bitstream filters separatelyMark Thompson2021-01-211-1/+1
* cbs_h2645: Merge SEI message handling in common between codecsMark Thompson2021-01-211-2/+2
* fft: remove 16-bit FFT and MDCT codeLynne2021-01-141-6/+5
* ac3enc_fixed: convert to 32-bit sample formatLynne2021-01-141-1/+1
* avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt2021-01-081-2/+2
* avcodec/twinvq, metasound_data: Deduplicate lsp tablesAndreas Rheinhardt2021-01-081-1/+1
* avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt2020-12-311-2/+2
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-111-1/+1
* smvjpegdec: merge into mjpegdecAnton Khirnov2020-12-101-1/+0
* avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt2020-12-081-1/+4
* avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt2020-12-081-1/+1
* avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoderPeter Ross2020-12-061-0/+1
* avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi2020-12-051-1/+2
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-241-0/+1
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-121-0/+2
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-111-0/+1
* avcodec: add av1 VAAPI decoderFei Wang2020-11-021-0/+1