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-23x86inc: Be more verbose in assertion failuresHenrik Gramner
2016-01-23x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner
2016-01-23pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov
2016-01-23configure: Correctly add openssl cflags and libsLuca Barbato
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 C210 FourCC (Canopus C210)Piotr Bandurski
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-21configure: Force-enable select_any dependencies only on --enableLuca Barbato
2016-01-21mov: Add an option to toggle dref openingDerek Buitenhuis
2016-01-21fate: add 10-bit v210 encoder testsJames Darnley
2016-01-21configure: Improve requesting specific featuresLuca Barbato
2016-01-20yuv2rgb: Document the color space coefficientsVittorio 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-19configure: mips: Support both-endian compilersLuca Barbato
2016-01-19mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato
2016-01-19configure: Use pkg-config to check for opensslLuca Barbato
2016-01-19flvdec: Add sanity checking of the last packet sizeMartin Storsjö
2016-01-19flvdec: perform duration search just onceMichael Niedermayer
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-13nutdec: only copy the header if it existsAndreas Cadhalpun
2016-01-13xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun
2016-01-13nuv: sanitize negative fps rateAndreas 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-12movenc-test: stop setting the GLOBAL_HEADER codec flagAnton Khirnov