summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-111-3/+4
* aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-101-4/+4
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-061-0/+5
* Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger2011-11-061-0/+4
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-4/+3
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-063-1/+34
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-062-1/+21
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-051-183/+340
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-022-8/+5
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-212-0/+26
* AVOptions: add documentation.Anton Khirnov2011-10-191-0/+183
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-171-1/+2
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-171-0/+3
* log.h: make AVClass a named structJindrich Makovicka2011-10-121-1/+1
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-121-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-122-80/+91
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-16/+18
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-122-1/+19
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-122-0/+39
* AVOptions: split get_number().Anton Khirnov2011-10-121-16/+26
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-122-13/+127
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-122-19/+90
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-123-9/+96
* intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-111-2/+2
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-101-14/+11
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-101-3/+3
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-101-12/+12
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-102-81/+102
* crc: fix signed overflowMans Rullgard2011-10-091-1/+1
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-264-2/+15
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-221-1/+1
* des: add possibility to calculate DES-CBC-MAC with small bufferDavid Goldwich2011-09-212-3/+21
* eval: implement not() expressionStefano Sabatini2011-09-192-2/+8
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-192-1/+7
* audioconvert: add explanatory comments to channel_names arrayStefano Sabatini2011-09-111-5/+20
* audioconvert: K&R whitespace cosmeticsStefano Sabatini2011-09-111-4/+5
* AVOptions: remove AVOption.offset <= 0 checksAnton Khirnov2011-09-071-4/+4
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-073-6/+17
* AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.hAnton Khirnov2011-09-072-6/+5
* AVOptions: fix av_set_string3() doxy to match reality.Anton Khirnov2011-09-031-1/+1
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-032-1/+10
* cpu detection: avoid a signed overflowSean McGovern2011-09-031-1/+1
* AVOptions: drop av_ prefix from static av_get_number().Anton Khirnov2011-09-011-4/+4
* doxygen: drop another pointless star from pointer variable nameDiego Biurrun2011-08-271-1/+1
* fifo: add FIFO API test program, and fate testStefano Sabatini2011-08-262-1/+37
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-262-4/+32
* doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-261-12/+12
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-0/+33
OpenPOWER on IntegriCloud