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
2021-12-09avcodec/apedec: Change avg to uint32_tMichael Niedermayer
2021-12-09avcodec/targa: Do not return images when there is no image in the tgaMichael Niedermayer
2021-12-09avcodec/bitpacked_enc: suppport for frame thread encodeLimin Wang
2021-12-09avcodec/bitpacked_dec: support for frame thread decodeLimin Wang
2021-12-09avcodec/bitpacked_dec: setting pict_type and key_frame after decode()Limin Wang
2021-12-09avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilitiesLimin Wang
2021-12-08avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt
2021-12-08avcodec/libkvazaar: Increase array sizeAndreas Rheinhardt
2021-12-07packet: add description for the AVPacket.time_base fieldLynne
2021-12-06avcodec/gemdec: Move all support checks before image allocationMichael Niedermayer
2021-12-06avcodec/avpacket: Perform fewer reallocations in repeated av_grow_packet()Michael Niedermayer
2021-12-06avcodec/libopenh264dec: Increase array sizes, fix stack-buffer overreadAndreas Rheinhardt
2021-12-04avcodec/videotoolbox: fix use of unknown builtin '__builtin_available'Limin Wang
2021-12-03all: Remove unused-but-set variablesAndreas Rheinhardt
2021-12-03all: Use av_memdup() where appropriateAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Inline constantAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Support multiple input PPSAndreas Rheinhardt
2021-12-03avcodec/h264_redundant_pps_bsf: Remove flush callbackAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Simplify writing a single charAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Remove redundant byte countAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Fix encoding of subtitles with multiple rectsAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Check for too long subtitlesAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Reset AVBPrint at the beginning, not end of encodingAndreas Rheinhardt
2021-12-02avcodec/movtextenc: Fix infinite loop due to variable truncationAndreas Rheinhardt
2021-12-01avcodec/vp3: Check version in all cases when VP4 code is not builtMichael Niedermayer
2021-12-01avcodec/gemdec: Check tag & planes before image allocationMichael Niedermayer
2021-12-01avcodec: [loongarch] Optimize decode_significance/_8x8_loongarch.Hao Chen
2021-12-01avcodec: [loongarch] optimize get_cabac.Shiyou Yin
2021-12-01avcodec/vaapi_encode: Fix segfault upon closing uninitialized encoderAndreas Rheinhardt
2021-11-30avcodec/qsvenc: Properly flush the FIFO on closeAndreas Rheinhardt
2021-11-30avcodec/qsvenc: Fix leak of A53 dataAndreas Rheinhardt
2021-11-30avcodec/qsvenc: Fix leak and crash when encoding H.264 due to A53_CCAndreas Rheinhardt
2021-11-29avcodec/iff: limit written bytes to twice the output array size in decode_de...Michael Niedermayer
2021-11-29avcodec/vqavideo: Use GetByteContext and check for endMichael Niedermayer
2021-11-29avcodec/videotoolbox: silence some -Wimplicit-fallthrough warningsJames Almer
2021-11-29lavc/videotoolbox: fix build on pre-10.14 SDKsrcombs
2021-11-29lavc: bump minor version for new VT hwaccelsrcombs
2021-11-29lavc/proresdec: add videotoolbox hwaccelrcombs
2021-11-29lavc/proresdec: add scaffolding for hwdec supportrcombs
2021-11-29videotoolbox: add alpha supportrcombs
2021-11-29lavc/videotoolbox: add VP9 hardware accelerationrcombs
2021-11-29lavc/videotoolbox: call VTRegisterSupplementalVideoDecoderIfAvailablercombs
2021-11-29lavc/videotoolbox: expose some functions as lavc-internalrcombs
2021-11-29lavc/hevcdec: support all color formats in videotoolbox hwaccelrcombs
2021-11-29lavc/h264dec: support all color formats in videotoolbox hwaccelrcombs
2021-11-29lavc/videotoolbox: select 4:2:2 and 4:4:4 formats when applicablercombs
2021-11-29lavc/videotoolbox: fix format computationrcombs