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-10-10averror: explicitly define AVERROR_* valuesJanne Grunau
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06parseutils-test: Drop random colors from parsing testDiego Biurrun
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun
2012-10-04x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-10-03xtea: Test inplace decryptionMichael Niedermayer
2012-10-03xtea: Fix CBC decryption when src==dstMichael Niedermayer
2012-10-03xtea: Factorize testing into a separate functionMartin Storsjö
2012-10-03Allow use of strncpy()Mans Rullgard
2012-10-03blowfish: Add more testsMartin Storsjö
2012-10-03blowfish: Fix CBC decryption with dst==srcMartin Storsjö
2012-10-03blowfish: Factorize testing into a separate functionMartin Storsjö
2012-10-03ARM: use numeric ID for Tag_ABI_align_preservedMans Rullgard
2012-10-02ARM: bswap: drop armcc version of av_bswap16()Mans Rullgard
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-21ARM: use 2-operand syntax for ADD Rd, PC in Apple PIC codeMans Rullgard
2012-09-21ARM: align PIC offset pools to 4 bytesMans Rullgard
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-07x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-09-04pixdesc: cosmeticsLuca Barbato
2012-09-04x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles
2012-08-22x86: remove FASTDIV inline asmMans Rullgard