summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-0/+542
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-0/+905
* random_seed: use proper #includesMans Rullgard2011-07-171-2/+2
* des: fix #if conditional around P_shuffleMans Rullgard2011-07-161-1/+1
* mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun2011-07-151-2/+2
* doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-151-4/+6
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-142-9/+9
* pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-121-3/+3
* lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
* AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov2011-07-081-2/+3
* dict: extend documentation.Anton Khirnov2011-07-081-3/+36
* lls: whitespace cosmeticsMans Rullgard2011-07-081-59/+74
* avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-081-1/+2
* eval: add missing comma to tests.Ronald S. Bultje2011-07-051-1/+1
* eval: fix memleak.Ronald S. Bultje2011-07-051-0/+1
* eval: clear Parser instances before usingMans Rullgard2011-07-041-2/+2
* sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-041-2/+2
* des: allow unaligned input and output buffersMans Rullgard2011-07-041-4/+4
* aes: allow unaligned input and output buffersMans Rullgard2011-07-041-15/+26
* eval: make timing optional in test programMans Rullgard2011-07-041-4/+9
* Do not include log.h in avutil.hMans Rullgard2011-07-036-1/+5
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include rational.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-1/+0
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-1/+0
OpenPOWER on IntegriCloud