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
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser
2012-07-16lavu: disable av_uninit for clangPaul B Mahol
2012-07-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-13av_samples_copy: support overlapping copiesMichael Niedermayer
2012-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-11configure: Check for the math function rintRonald S. Bultje
2012-07-11replace all __volatile__ by volatileMichael Niedermayer
2012-07-11parseutils: ignore digits below the microsecond.Nicolas George
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-10x86: cpu: clean up check for cpuid instruction supportMans Rullgard
2012-07-10x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje
2012-07-10x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje
2012-07-10lavu: use intrinsics for emms on systems lacking inline asm supportRonald S. Bultje
2012-07-10mem: Don't abort on av_malloc(0) in debug modeMartin Storsjö
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch
2012-07-08x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje
2012-07-07x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer
2012-07-07log: fix compilation failure on mingw due to reference to undefined set_color256Michael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-07-06cosmetics: various spelling fixesLou Logan
2012-07-06Blowfish: restructure/simplify code a bit.Michael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt
2012-07-05x86inc: modify ALIGN to not generate long nops on i586Loren Merritt
2012-07-05xtea: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05blowfish: Make the count parameter match the documentationSamuel Pitoiset
2012-07-05xtea: invert branch and loop precedenceLuca Barbato
2012-07-05blowfish: invert branch and loop precedenceLuca Barbato
2012-07-05Install libavutil/version.hCarl Eugen Hoyos
2012-07-05blowfish.h: include author attributionMichael Niedermayer
2012-07-05xtea.h: include author attributionMichael Niedermayer
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04error: define AVERROR_EXTERNAL.Nicolas George
2012-07-04error: define AVERROR_BUFFER_TOO_SMALL.Nicolas George
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset
2012-07-04Add Blowfish encryption support in libavutilSamuel Pitoiset
2012-07-04eval: Add the isinf() function and tests for itMartin Storsjö
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03libavutil: add 12 and 14 bit planar colorspacesMichael Niedermayer
2012-07-03cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun
2012-07-03attributes: add av_noreturnReinhard Tartler