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-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
2016-01-12nvenc: rename encodersAnton Khirnov
2016-01-12nvenc: better error handlingAnton Khirnov
2016-01-11lavc: Use get_bitsz where neededAndreas Cadhalpun
2016-01-11lavc: Add get_bitsz()Andreas Cadhalpun
2016-01-11sunrastenc: Properly load codec private optionsVittorio Giovara
2016-01-11get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-07avpacket: fix size check in packet_allocAndreas Cadhalpun
2016-01-07qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov
2016-01-07qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko
2016-01-04h264_refs: Remove broken trace debug codeDiego Biurrun
2016-01-04lavc: Add missing #includes for ff_dlog()Diego Biurrun
2016-01-01qsvdec: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko
2016-01-01qsvenc_hevc: improve the default settingsMaxym Dmytrychenko
2016-01-01h264: improve behaviour with invalid reference listsAnton Khirnov
2015-12-31dca: use defines for subband related constantsAlexandra Hájková
2015-12-30x86: use emms after ff_int32_to_float_fmul_scalar_sseJanne Grunau
2015-12-29x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitlyJanne Grunau
2015-12-26Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun
2015-12-24dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková
2015-12-23dca: change the core to work with integer coefficients.Alexandra Hájková
2015-12-23dca: Add math helpers.Alexandra Hájková
2015-12-21arm64: fix inverted register order in transpose_4x4HJanne Grunau
2015-12-17exr: fix out of bounds read in get_codeAndreas Cadhalpun
2015-12-17opus: Fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun
2015-12-14arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau
2015-12-14arm64: int32_to_float_fmul neon asmJanne Grunau
2015-12-14arm64: port synth_filter_float_neon from armJanne Grunau
2015-12-14arm64: convert dcadsp neon asm from armJanne Grunau
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-12-14x86_64: int32_to_float_fmul_scalar sign extend integer lengthJanne Grunau
2015-12-12lavc: make avpriv_mpa_decode_header private on next bumpAnton Khirnov
2015-12-12mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov
2015-12-12lavc: add profiles to AVCodecDescriptorAnton Khirnov
2015-12-12lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov
2015-12-12mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov
2015-12-11hevcdsp: use a macro for .rodata sectionDave Yeo
2015-12-08openh264: Directly include the deprecation guards headerLuca Barbato
2015-12-08log: Use a do {} while (0) for tlogLuca Barbato
2015-12-07sgienc: Make sure to initialize skipped header portionsVittorio Giovara