Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-06avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt
2022-01-05avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt
2021-03-19avcodec: move core AVCodecContext functions from util.c to a new fileJames Almer
2021-03-19avcodec: move AVCodecParameters related functions from util.c to a new fileJames Almer
2021-03-09avcodec/qsvdec: Make functions used only here static, remove headerAndreas Rheinhardt
2021-03-08lavc: remove tests/optionsAnton Khirnov
2021-03-05avcodec: add TTML encoderJan Ekström
2021-03-01avcodec: add SGA Video decoderPaul B Mahol
2021-03-01avcodec: add SGA PCM decoderPaul B Mahol
2021-02-24lavc: split LSCR decoder out of PNG decoderAnton Khirnov
2021-02-24avcodec/cfhdenc: refactor DSP code for CFHD encoderPaul B Mahol
2021-02-23avcodec/tiff_data: Move data to its only userAndreas Rheinhardt
2021-02-23avformat/isom: Split movaudio/movvideo tags off into a separate fileAndreas Rheinhardt
2021-02-23avcodec/Makefile: Remove outdated dependency of FLV demuxer on mpeg4audioAndreas Rheinhardt
2021-02-23avcodec/Makefile: Don't build mjpegenc_huffman unconditionallyAndreas Rheinhardt
2021-02-23avcodec/g2meet, mjpegdec: Factor out common VLC initialization codeAndreas Rheinhardt
2021-02-23avcodec/Makefile: Remove redundant mjpegdec dependency from tiff decoderAndreas Rheinhardt
2021-02-23configure, libavcodec/Makefile: Fix avrn dependenciesAndreas Rheinhardt
2021-02-23avcodec/Makefile: Remove spurios dcaenc dependencyAndreas Rheinhardt
2021-02-23configure, libavcodec/Makefile: Remove spurious CAF demuxer dependenciesAndreas Rheinhardt
2021-02-20avcodec: add Simbiosis IMX video decoderPaul B Mahol
2021-02-18avcodec: add initial exr image encoderPaul B Mahol
2021-02-12avcodec: add setts bitstream filterPaul B Mahol
2021-02-09avcodec: add cri parserPaul B Mahol
2021-02-07avcodec/Makefile: Remove dependency for nonexistent filesAndreas Rheinhardt
2021-02-07avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt
2021-02-05avcodec: add xbm parserPaul B Mahol
2021-02-02avcodec: add PFM image encoderPaul B Mahol
2021-01-25avcodec/dolby_e: split decoder and parser more thoroughlyJames Almer
2021-01-25avcodec/dolby_e: Split decoder/parser filesNicolas Gaullier
2021-01-23avcodec/qsvdec: refact, move qsvdec_other.c to qsvdec.cXu Guangxin
2021-01-23avcodec/qsvdec: refact, move qsvdec_h2645.c to qsvdec.cXu Guangxin
2021-01-21avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoderAndreas Rheinhardt
2021-01-21avcodec/Makefile: Make H.263 decoder compilable without H.263IAndreas Rheinhardt
2021-01-21avcodec/Makefile: Remove FLAC dependencies on vorbis_dataAndreas Rheinhardt
2021-01-21avcodec/Makefile: Remove dependency of H.263 on FLV codecsAndreas Rheinhardt
2021-01-21avcodec/Makefile: Remove unnecessary cbrt_data dependencyAndreas Rheinhardt
2021-01-21cbs: Implement common parts of cbs-based bitstream filters separatelyMark Thompson
2021-01-21cbs_h2645: Merge SEI message handling in common between codecsMark Thompson
2021-01-14fft: remove 16-bit FFT and MDCT codeLynne
2021-01-14ac3enc_fixed: convert to 32-bit sample formatLynne
2021-01-08avcodec/wavpack: Deduplicate exp and log tablesAndreas Rheinhardt
2021-01-08avcodec/twinvq, metasound_data: Deduplicate lsp tablesAndreas Rheinhardt
2021-01-01avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt
2020-12-11avcodec/speedhqenc: Call correct functionAndreas Rheinhardt
2020-12-10smvjpegdec: merge into mjpegdecAnton Khirnov
2020-12-08avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt
2020-12-08avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt
2020-12-06avcodec/msp2dec: Microsoft Paint (MSP) version 2 decoderPeter Ross
2020-12-06avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi