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
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
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-07-17random_seed: use proper #includesMans Rullgard
2011-07-16des: fix #if conditional around P_shuffleMans Rullgard
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-12pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson
2011-07-12lls: use av_lfg instead of rand() in test programMans Rullgard
2011-07-08AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov