Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-17avoptions: Fix av_opt_flag_is_setMartin Storsjö
2011-10-17AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov
2011-10-13log.h: make AVClass a named structJindrich Makovicka
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: split get_number().Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-11intfloat_readwrite: fix signed addition overflowsMans Rullgard
2011-10-10AVOptions: refactor set_number/write_numberAnton Khirnov
2011-10-10AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov
2011-10-10AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov
2011-10-09crc: fix signed overflowMans Rullgard
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-22eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov
2011-09-21des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich
2011-09-19eval: implement not() expressionStefano Sabatini
2011-09-19eval: add sqrt function for computing the square rootStefano Sabatini
2011-09-11audioconvert: add explanatory comments to channel_names arrayStefano Sabatini
2011-09-11audioconvert: K&R whitespace cosmeticsStefano Sabatini
2011-09-07AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov
2011-09-07AVOptions: deprecate av_opt_set_defaults2Anton Khirnov
2011-09-07AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov
2011-09-03AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov
2011-09-03AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-09-01AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov
2011-08-27doxygen: drop another pointless star from pointer variable nameDiego Biurrun
2011-08-26fifo: add FIFO API test program, and fate testStefano Sabatini
2011-08-26fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini
2011-08-26doxygen: drop pointless star from pointer variable namesDiego Biurrun
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje