summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* AVOptions: add documentation.Anton Khirnov2011-10-19
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-17
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-17
* log.h: make AVClass a named structJindrich Makovicka2011-10-12
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
* AVOptions: split get_number().Anton Khirnov2011-10-12
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-11
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-10
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-10
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-10
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-10
* crc: fix signed overflowMans Rullgard2011-10-09
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-26
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-22
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-21
* eval: implement not() expressionStefano Sabatini2011-09-19
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-19
* audioconvert: add explanatory comments to channel_names arrayStefano Sabatini2011-09-11
* audioconvert: K&R whitespace cosmeticsStefano Sabatini2011-09-11
* AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-07
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-07
* AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-03
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* cpu detection: avoid a signed overflowSean McGovern2011-09-03
* AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-01
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-27
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-26
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
* doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-26
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-17
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* random_seed: use proper #includesMans Rullgard2011-07-17
* des: fix #if conditional around P_shuffleMans Rullgard2011-07-16
* mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-15
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-12
* lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-11
* AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov2011-07-08