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-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
2012-09-16bprint: Remove custom vsnprintfDerek Buitenhuis
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-13x86_cpu.h: newline at the end to shutup some warnings in openccMichael Niedermayer
2012-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-12FATE/bprint: Convert a VLA to a normal arrayDerek Buitenhuis
2012-09-11xtea: optimize core, about 4-5% faster.Michael Niedermayer
2012-09-10mem: fix typo in check for __ICCMans Rullgard
2012-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09lavu/samplefmt: fix/clarify documentation for av_samples_fill_arrays()Stefano Sabatini
2012-09-09lavu/samplefmt: add note regarding buf validity in av_samples_fill_arrays() doxyStefano Sabatini
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-08random_seed: Replace a VLA with a normal arrayDerek Buitenhuis
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-07x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles
2012-09-07random_seed: Only read /dev/*random if we have unistd.hRonald S. Bultje
2012-09-07lavu/opt: reindent after last commitStefano Sabatini
2012-09-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-06Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for MS run...Michael Niedermayer
2012-09-06lavu/parseutils: add av_small_strptime()Stefano Sabatini
2012-09-06lavu/parseutils: make small_strptime() return a (non const) char *Stefano Sabatini
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer
2012-09-05lavu/opt: support NULL and special "none" values for size and pixel format op...Stefano Sabatini
2012-09-05lavu: add snprintf(), vsnprint() and strtod() replacements for MS runtime.Ronald S. Bultje
2012-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer