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
2020-02-07ac3enc: drop a global variableAnton Khirnov
2020-02-07avcodec/cavsdsp: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-02-06avcodec: add decoder for Simon & Schuster Interactive's ADPCM variantZane van Iperen
2020-02-06avcodec/hevc: add support for Frame Duplication (Doubling/Tripling)Praveen Karadugattu
2020-02-06avcodec/aptx: split decoder and encoder into separate filesJames Almer
2020-02-05avcodec/av1_parse: don't look for trailing bits in Tile List OBUsJames Almer
2020-02-05avcodec/Makefile: combine dvdsub dependencies into one entry per moduleJames Almer
2020-02-05lavc/dvdsubenc: accept palette from optionsMichael Kuron
2020-02-05lavc/dvdsubdec: Move palette parsing to new functionMichael Kuron
2020-02-04avcodec/mlpenc: fix small memory leakPaul B Mahol
2020-02-04mlp: check huff_lsbs only when codebook is usedJai Luthra
2020-02-04mlpenc: fix some -fsanitize=integer errorsJai Luthra
2020-02-04mlpenc: clean upJai Luthra
2020-02-04mlpenc: improve lpc filteringJai Luthra
2020-02-04mlpenc: prevent negative lsb_bits lshiftJai Luthra
2020-02-04mlpenc: fix huff offset calculationJai Luthra
2020-02-04mlpenc: fix lossless check error in number_sbitsJai Luthra
2020-02-04avcodec/lagarith: Sanity check scaleMichael Niedermayer
2020-02-04avcodec/pngdec: Check amount decodedMichael Niedermayer
2020-02-04avcodec/apedec: Fix integer overflows in predictor_decode_mono_3950()Michael Niedermayer
2020-02-03avcodec/libvpxenc: add VP9 temporal scalability encoding optionWonkap Jang
2020-02-03avcodec/ralf: Fix integer overflow in apply_lpc()Michael Niedermayer
2020-02-03avcodec/dca_lbr: Fix some error codes and error passingMichael Niedermayer
2020-02-03avcodec/8svx: Use av_assert1(0) instead of error message in unreachable codeMichael Niedermayer
2020-02-03avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()Michael Niedermayer
2020-02-03avcodec/wmavoice: sanity check block_alignMichael Niedermayer
2020-02-03avcodec/pcm: Fix invalid shift in pcm_decode_frame for LXFMichael Niedermayer
2020-02-03avcodec/snappy: Sanity check bytestream2_get_levarint()Michael Niedermayer
2020-02-02avcodec/mlpdsp: Fix a invalid shift in ff_mlp_rematrix_channel()Michael Niedermayer
2020-02-02avcodec/adpcm_argo: simplify and move duplicated logic into a functionZane van Iperen
2020-02-02avcodec/v4l2_m2m: CosmeticsAndriy Gelman
2020-02-02avcodec/v4l2_m2m: Use consistent logging contextAndriy Gelman
2020-02-02avcodec/v4l2_m2m: Simplify capture buffer init checkAndriy Gelman
2020-02-02avcodec:v4l2_context: Remove NULL initializationAndriy Gelman
2020-02-01avcodec/utils: remove extra bracketsleozhang
2020-02-01libavcodec/amfenc_hevc.c: Fix constant QP settings for I, POvchinnikovDmitrii
2020-02-01lavc/h265_profile_level: Fix the default profile in ff_h265_guess_levelLinjie Fu
2020-02-01avcodec/avdct: Clear IDCTDSPContext contextMichael Niedermayer
2020-01-31avcodec/x86/diracdsp: Fix high bits on Windows x86_64Michael Niedermayer
2020-01-30avcodec/ralf: Fix overflows of biased valuesMichael Niedermayer
2020-01-30avcodec/wmalosslessdec: Fix multiple integer overflowsMichael Niedermayer
2020-01-30avcodec/apedec: Fix undefined integer overflow in decode_array_0000()Michael Niedermayer
2020-01-30avcodec/smacker: Check space before decoding typeMichael Niedermayer
2020-01-30avcodec/rawdec: Use linesize in b64aMichael Niedermayer
2020-01-30avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer
2020-01-30avcodec/x86/diracdsp: Fix incorrect src addressing in dequant_subband_32()Michael Niedermayer
2020-01-30avcodec/screenpresso: Optimize sum_delta_flipped()Michael Niedermayer
2020-01-29avcodec/dnxhddec: properly set colorspacePaul B Mahol
2020-01-26avcodec/av1_parser: export color informationJames Almer
2020-01-26avcodec: add decoder for argonaut games' adpcm codecZane van Iperen