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-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06pca: get rid of VLAMichael Niedermayer
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-05Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer
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-04Merge commit 'ab35ec29a4071871934856c00da7d6ebcc0c095b'Michael Niedermayer
2012-10-04Merge commit '29abb04e73b0580ebe38703cadb988d26df6a76a'Michael Niedermayer
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-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02ARM: fix Thumb PIC on AppleMans Rullgard
2012-10-02Move xGA font data from lavc to lavu.Clément Bœsch
2012-10-01cpu: improve av_get_cpu_flags() doxyMichael Niedermayer
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-30xtea: fix decryption with --enable-smallGiorgio Vazzana
2012-09-30xtea: move iv decrypt handling code into xtea_crypt_ecb()Michael Niedermayer
2012-09-30xtea-test: test inplace decryptionMichael Niedermayer
2012-09-30xtea: fix CBC mode when src=dstGiorgio Vazzana
2012-09-30xtea-test: factorize test codeMichael Niedermayer
2012-09-30lavu/opt: cosmetic fixes forgotten in the previous patch.Nicolas George
2012-09-30opt: implement av_opt_set_from_string().Nicolas George
2012-09-26MinGW: Use our snprintf/vsnprintf when MinGW's is brokenDerek Buitenhuis
2012-09-24ppc/cpu: make linux 32bit specific altivec detection depend on __linux__Michael Niedermayer
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-19av_des_init: suppress warning about unused parameterMichael Niedermayer
2012-09-19avutil: Cast AV_NOPTS_VALUE to int64_t explicitlyAndrey Utkin
2012-09-17fate: add av_small_strptime() test to fate-parseutilsStefano Sabatini
2012-09-17lavu/parseutils: fix av_small_strptime() whitespace directive parsingStefano Sabatini
2012-09-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16lavu/error: make error_entries static const.Clément Bœsch