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
2014-04-19x86/float_dsp: remove duplicated code from vector_dmul_scalarJames Almer
2014-04-18Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63'Michael Niedermayer
2014-04-17crc: add ANSI CRC16 LEAlessandro Ghedini
2014-04-17x86: move horizontal add macros to x86utilJames Almer
2014-04-16x86/float_dsp: unroll loop in vector_fmac_scalarJames Almer
2014-04-16x86/float_dsp: use SWAP in vector_fmac_scalar Win64James Almer
2014-04-15avutil/frame: use av_malloc(z)_array()Michael Niedermayer
2014-04-13avutil/avstring: do not lose ascii characters when decoding non utf-8 with av...Michael Niedermayer
2014-04-12avutil/log: add av_log_get_flags()Michael Niedermayer
2014-04-09avutil/log: factor "level != AV_LOG_INFO/8" checks outMichael Niedermayer
2014-04-09Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8'Michael Niedermayer
2014-04-08lavu: Add packed YVYU422 pixel formatVittorio Giovara
2014-04-07Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14'Michael Niedermayer
2014-04-07xtea: Add Doxy @file and groupTimothy Gu
2014-04-07adler32: Fix doxy group definitionTimothy Gu
2014-04-06aarch64: add armv8 CPU flagJanne Grunau
2014-04-05Merge commit '8542f9c4f17125d483c40c0c5723842f1c982f81'Michael Niedermayer
2014-04-05lavu/opt: validate range before dereferenceLukasz Marek
2014-04-04replaygain: correctly parse peak valuesAlessandro Ghedini
2014-04-04log: allow color highlighting in Cygwin's minttyJames Darnley
2014-04-04log: Unbreak windows supportLuca Barbato
2014-04-04avutil/log: remove stray ;Michael Niedermayer
2014-04-04avutil/log: fix negative log levelsMichael Niedermayer
2014-04-04avutil/log: add code to test av_log()Michael Niedermayer
2014-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-03Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb'Michael Niedermayer
2014-04-03Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6'Michael Niedermayer
2014-04-03Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b'Michael Niedermayer
2014-04-03log: Factorize check_color_terminal() outLuca Barbato
2014-04-03lavu/opt: dont crash on freeing NULL AVOptionRangesLukasz Marek
2014-04-03log: Do not assume the TERM variable is always setLuca Barbato
2014-04-03log: Document AV_LOG_C usageLuca Barbato
2014-04-03log: Remove undefined behaviourLuca Barbato
2014-04-03Merge commit 'lukaszmluki/master^'Michael Niedermayer
2014-04-03log: Support for 256color terminalsLuca Barbato
2014-04-03lavu/opt: extend AVOptionRange by extra valuesLukasz Marek
2014-04-03dict: const pointers to dictionary where possibleRoman Fietze
2014-04-02lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau
2014-04-01avutil/fixed_dsp: remove redundant castMichael Niedermayer
2014-04-01libavutil: Add fixed_dspNedeljko Babic
2014-03-30avutil/opt: dont crash on av_opt_set_dict() with NULLMichael Niedermayer
2014-03-29lavu/mem: add av_dynarray_add_nofree functionLukasz Marek
2014-03-26avutil/frame: undeprecate AVFrame.motion_val APIMichael Niedermayer
2014-03-25x86/cpu: check for OS support before enabling AVX2James Almer
2014-03-24Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5'Michael Niedermayer
2014-03-24Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78'Michael Niedermayer
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov
2014-03-23avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADDMichael Niedermayer
2014-03-23avutil/mem: avoid using intptr_t to access void* in av_dynarray_add()Michael Niedermayer