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-10-03avcodec/amrnbdec: move channel_size bellow to avoid array overreadsPaul B Mahol
2021-10-03avcodec/mlpdec: skip decoding substreams if their channels are not to be usedPaul B Mahol
2021-10-03avcodec/mlpdec: update matrix encoding only if it changedPaul B Mahol
2021-10-03avcodec/amr*dec: reindentPaul B Mahol
2021-10-03avcodec/amr*dec: add multichannel supportPaul B Mahol
2021-10-02avcodec: add amr parserPaul B Mahol
2021-10-02avcodec/vc1_pred: Remove unused function parameterAndreas Rheinhardt
2021-10-02avcodec/mpegaudiodec_template: Remove unused variableAndreas Rheinhardt
2021-10-02avcodec/bmpenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/dnxhdenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/dpxenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/magicyuvenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/proresenc_anatoliy: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/snowenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-10-02avcodec/magicyuvenc: Use immediate when knownAndreas Rheinhardt
2021-09-29avcodec/siren: Improve the bits left threshold in decode_envelope()Michael Niedermayer
2021-09-29avcodec/siren: Check available bits in decode_envelope()Michael Niedermayer
2021-09-29avcodec/zmbvenc: Remove redundant pixel format checkAndreas Rheinhardt
2021-09-29avcodec/libsvtav1: properly enforce CQP mode when set in wrapperLimin Wang
2021-09-29avcodec: remove the unused low_delayLimin Wang
2021-09-28avcodec/siren: add checksum calculationPeter Ross
2021-09-28avcodec/siren: don't reduce getbitcontext size by checksum_bits at initialisa...Peter Ross
2021-09-28avcodec/siren: prevent getbitcontext overreadPeter Ross
2021-09-28avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt
2021-09-28avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLYAndreas Rheinhardt
2021-09-28avcodec/codec_desc: Mark MLP as not being intra-onlyAndreas Rheinhardt
2021-09-28avcodec/mlpenc: Set AV_PKT_FLAG_KEY manuallyAndreas Rheinhardt
2021-09-27avcodec/videotoolboxenc: Fixes non-B-Frame encodingNoHalfBits
2021-09-26avcodec/apedec: Fix integer overflow in filter_fast_3320()Michael Niedermayer
2021-09-26avcodec/mxpegdec: Check for AVDISCARD_ALLMichael Niedermayer
2021-09-26avcodec/h274: fix bad left shiftsMichael Niedermayer
2021-09-26avcodec/flicvideo: Check remaining bytes in FLI*COPYMichael Niedermayer
2021-09-26avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensionsMichael Niedermayer
2021-09-26avcodec/internal: Update AVCodecInternal.is_copy documentationAndreas Rheinhardt
2021-09-26avcodec/avcodec: Simplify check for flushing of bsfAndreas Rheinhardt
2021-09-26avcodec/avcodec: Remove redundant assertAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Check codec caps for consistencyAndreas Rheinhardt
2021-09-26avcodec/avcodec: Make sanity check stricterAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Sanity check AVCodec.priv_data_sizeAndreas Rheinhardt
2021-09-26avcodec/j2kenc: Fix AV_OPT_TYPE_CONST offsetsAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Check consistency of function pointersAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistencyAndreas Rheinhardt
2021-09-26avcodec/tests/avcodec: Add basic sanity checks for AVCodec propertiesAndreas Rheinhardt
2021-09-26avcodec/tests/utils: Rename to avcodecAndreas Rheinhardt
2021-09-26webp: fix transforms after a palette with pixel packing.Maryla
2021-09-25avcodec/qsvenc: Remove dead code for user-provided buffersAndreas Rheinhardt
2021-09-25avcodec/qsvenc: Fix memleaks upon allocation errorsAndreas Rheinhardt
2021-09-25lavc/aarch64: fix relocation out of range errorZhao Zhili
2021-09-25avcodec/libsvtav1: Fix value range for rc modeLimin Wang
2021-09-25avcodec/libsvtav1: make coded GOP type configurableLimin Wang