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-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
2012-09-05Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
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-04intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer
2012-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-04pixdesc: cosmeticsLuca Barbato
2012-09-04x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-08-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun