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
2014-06-16Add nointra AVDiscard levelMichael Niedermayer
2014-06-16avcodec/huffyuvdec: Fix fill value for truncated bitstreamsMichael Niedermayer
2014-06-16huffyuvdec: use unsafe bitstream readerChristophe Gisquet
2014-06-16hevc: Fix 4K sample videoKieran
2014-06-15avcodec/dvbsubdec: Split save_subtitle_set() outAnshul Maheshwari
2014-06-15avcodec/dvbsubdec: add AVClass to contextAnshul Maheshwari
2014-06-15avcodec/dvbsubdec: restructure version checkAnshul Maheshwari
2014-06-15huffyuvdec: remove somewhat deprecated codeChristophe Gisquet
2014-06-15avcodec/huffyuvdec: assume vlcs can be 32 instead of 31 bits maxMichael Niedermayer
2014-06-15huffyuvdec: swap code blocksChristophe Gisquet
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-06-15aandcttab: fix spellingChristophe Gisquet
2014-06-15avcodec/xbmdec: remove dependancy on zero padding on input packetMichael Niedermayer
2014-06-15avcodec/indeo5: Fix infinite loop in skip_hdr_extension()Michael Niedermayer
2014-06-14avcodec/ppc/idct_altivec: add plain idct()Michael Niedermayer
2014-06-14mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_disp...Marton Balint
2014-06-14mpeg12enc: add support for PANSCAN side data in sequence_display_extensionMarton Balint
2014-06-14avcodec/vc1dec: Fix support for small widths/linesizesMichael Niedermayer
2014-06-14Fix standalone compilation of the H264 decoder on ppc.Carl Eugen Hoyos
2014-06-13avcodec/svq1enc: fix encoding of small widthsMichael Niedermayer
2014-06-13Merge commit '27631796c9d1b8146ad4a16e6539ecc08afa7565'Michael Niedermayer
2014-06-13Merge commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b'Michael Niedermayer
2014-06-13avcodec/mpegvideo: check that linesize is not too smallMichael Niedermayer
2014-06-13avcodec/rv34: fix edge emu with uv stride <= 25Michael Niedermayer
2014-06-13ac3: Only initialize float_dsp for the float encoder variantDiego Biurrun
2014-06-13Rename tpel_template.c ---> pel_template.cDiego Biurrun
2014-06-13avcodec/mpegvideo: Fix psnr calculation with slice threadsMichael Niedermayer
2014-06-13libavcodec/wmv2: remove dead codeMichael Niedermayer
2014-06-13avcodec/mpegvideo: fix edge emulation with uvlinesize below 25Michael Niedermayer
2014-06-12Merge commit 'dca7ba4bffe3e4aeb620cb62955256a0d87561f4'Michael Niedermayer
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-06-12libx265: Remove unneeded bit depth checkDerek Buitenhuis
2014-06-12Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun
2014-06-12libx265: Add 4:2:2 supportDerek Buitenhuis
2014-06-12libx265: Actually use X265_API_IMPORTSDerek Buitenhuis
2014-06-12vp9/x86: fix overwrite in ipred_vl_4x4_ssse3.Ronald S. Bultje
2014-06-12avcodec/libx264: fix "bitrate reconfiguration"Michael Niedermayer
2014-06-12Merge commit '2f4170312f605c1f02a14c01347e94cf46726dbd'Michael Niedermayer
2014-06-12x86: huffyuv: fix {add,diff}_int16Christophe Gisquet
2014-06-12Merge commit 'cd62c04d009b3baf7582556866a7029291b54573'Michael Niedermayer
2014-06-12libx264: Support bitrate reconfigurationLuca Barbato
2014-06-12Merge commit '0ddc53dabbc6f636d062b187ea27934610aaad30'Michael Niedermayer
2014-06-12avcodec: increase FF_INPUT_BUFFER_PADDING_SIZE to 32Michael Niedermayer
2014-06-12avcodec/motion_est: Only clip MVs which are usedMichael Niedermayer
2014-06-11h263enc: keep block_last_index always valid during advanced intra codingJanne Grunau
2014-06-11mpegvideo: synchronize AVFrame pointers in ERContext fullyJanne Grunau
2014-06-11avcodec/mpegvideo_enc: fix padding for odd dimensions and interlaced videoMichael Niedermayer
2014-06-11avcodec/qtrleenc: Check that width is a multiple of 4 for grayscaleMichael Niedermayer