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
2016-02-13dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes
2016-02-12nvenc: rename a misnamed functionAnton Khirnov
2016-02-12nvenc: merge input and output surface structsAnton Khirnov
2016-02-12nvenc: factor out the pixel format listAnton Khirnov
2016-02-09eatqi: Remove MpegEncContext dependencyVittorio Giovara
2016-02-09mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara
2016-02-09mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun
2016-02-09mpeg12dec: Always close reader on errorVittorio Giovara
2016-02-09dnxhd: Make the encoder message friendlierLuca Barbato
2016-02-08flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer
2016-02-01v210: Use separate sample_factorsLuca Barbato
2016-02-01v210: Add avx2 version of the 10-bit line encoderJames Darnley
2016-02-01v210: Add avx2 version of the 8-bit line encoderJames Darnley
2016-02-01flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis
2016-02-01libx264: Make sure to preserve default option valuesVittorio Giovara
2016-01-27v210: x86: Add the correct guards around the asm codeLuca Barbato
2016-01-25qsvenc: Add private option to replace coder_typeVittorio Giovara
2016-01-23qsvenc: fix a typoAnton Khirnov
2016-01-23x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore
2016-01-22libavcodec: Add missing AVClass pointersMartin Storsjö
2016-01-21lavc: Move pre_me to codec private optionsVittorio Giovara
2016-01-21lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara
2016-01-21lavc: Move prediction_method to codec private optionsVittorio Giovara
2016-01-21lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara
2016-01-21lavc: Move rtp_payload_size to codec private optionsVittorio Giovara
2016-01-21lavc: Move timecode_frame_start to codec private optionsVittorio Giovara
2016-01-21lavc: Move context_model to codec private optionsVittorio Giovara
2016-01-21lavc: Move mpeg_quant to codec private optionsVittorio Giovara
2016-01-21lavc: Move noise_reduction to codec private optionsVittorio Giovara
2016-01-21lavc: Move scenechange_threshold to codec private optionsVittorio Giovara
2016-01-21lavc: Move chromaoffset to codec private optionsVittorio Giovara
2016-01-21lavc: Move frame_skip_* to codec private optionsVittorio Giovara
2016-01-21lavc: Move brd_scale to codec private optionsVittorio Giovara
2016-01-21lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara
2016-01-21riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski
2016-01-21imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara
2016-01-21imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara
2016-01-21imgconvert: Move the shrink functions only where neededVittorio Giovara
2016-01-21imgconvert: Drop outdated comment blockVittorio Giovara
2016-01-19libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen
2016-01-19lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen
2016-01-19mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato
2016-01-18x86: build: Group all encoder objects togetherDiego Biurrun
2016-01-18x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun
2016-01-15dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun
2016-01-13xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun
2016-01-13on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun
2016-01-12nvenc: generate dts properlyAnton Khirnov
2016-01-12nvenc: fix encoding with B-framesAnton Khirnov
2016-01-12nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov