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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-22diracdec: fix full range videosRostislav Pehlivanov
2016-01-22lavc/wmadec: replace pow by faster functionsGanesh Ajjanagadde
2016-01-22lavc/opus_celt: replace pow(2,x) by exp2f(x)Ganesh Ajjanagadde
2016-01-22lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)Ganesh Ajjanagadde
2016-01-22lavc/wma: add av_warn_unused_result to ff_wma_initGanesh Ajjanagadde
2016-01-22cabac_functions: Allow more functions to be overriddenJohn Cox
2016-01-22cabac_functions: Count zeros with ctz if it is fastJohn Cox
2016-01-22cabac: Ensure 2-byte cabac loads are on 2-byte boundryJohn Cox
2016-01-22avcodec/mjpegdec: Check for end for both bytes in unescapingMichael Niedermayer
2016-01-22x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-21diracdec: fix original Dirac Low Delay profileRostislav Pehlivanov
2016-01-21dirac: add more parse codes from the specificationsRostislav Pehlivanov
2016-01-21avcodec/diracdsp: use av_clip_uintp2James Almer
2016-01-21dirac_parser: add exceptions for Dirac inter parse codesRostislav Pehlivanov
2016-01-21dirac_parser: Improve parsing and silence pointless warningsRostislav Pehlivanov
2016-01-21avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer
2016-01-21diracdec: add support for 12 bit videosRostislav Pehlivanov
2016-01-21AAC encoder: check for NaNs/inf in TNS gainClaudio Freire
2016-01-21lavf/riff: Support reading vlc's rawvideo fourccs.Carl Eugen Hoyos
2016-01-21lavf/nut: Add forgotten fourccs for YUV4xxP9.Carl Eugen Hoyos
2016-01-21avcodec/wmaenc: Check ff_wma_init() for failureMichael Niedermayer
2016-01-21avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer
2016-01-20lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2016-01-20avcodec/aacenc: Check all coefficients for finitenessMichael Niedermayer
2016-01-20avcodec/wavpackenc: use put_sbitsJames Almer
2016-01-20aacenc: remove FAAC-like coderRostislav Pehlivanov
2016-01-20aacenc: mark LTP mode as experimentalRostislav Pehlivanov
2016-01-20libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen
2016-01-20avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer
2016-01-19avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer
2016-01-19ape: Show more information for loglevel verbose.Carl Eugen Hoyos
2016-01-19Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'Hendrik Leppkes
2016-01-19Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'Hendrik Leppkes
2016-01-18avcodec/gif: Fix lzw buffer sizeMichael Niedermayer
2016-01-18avcodec/put_bits: Assert buf_ptr in flush_put_bits()Michael Niedermayer
2016-01-18videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.Ronald S. Bultje
2016-01-18lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime videoMats Peterson
2016-01-18avcodec/tiff: Check subsample & rps values more completelyMichael Niedermayer
2016-01-17avcodec/v210: guard new avx2 functions from old assemblersJames Darnley
2016-01-17avcodec/libaacplus: Cleanup in case of init failureMichael Niedermayer
2016-01-17avcodec/diracdec: Fix qfactor/offset tablesMichael Niedermayer
2016-01-17libavcodec/aacenc_tnc.c: remove unused variable w2Claudio Freire
2016-01-17AAC encoder: TNS fixes on short windowsClaudio Freire
2016-01-17AAC encoder: use signed coeffs when measuring IS energyClaudio Freire
2016-01-17AAC encoder: enforce SF delta in PNS and IS SFsClaudio Freire
2016-01-17avcodec/v210: document the requirement for sample_factorJames Darnley
2016-01-17avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley
2016-01-17avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley
2016-01-17remove all uses of the deprecated avpicture_get_size() functionEddie Hao
2016-01-16avcodec/wmaenc: Check input for finitenessMichael Niedermayer