summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* dict: extend documentation.Anton Khirnov2011-07-08
* lls: whitespace cosmeticsMans Rullgard2011-07-08
* avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-08
* eval: add missing comma to tests.Ronald S. Bultje2011-07-05
* eval: fix memleak.Ronald S. Bultje2011-07-05
* eval: clear Parser instances before usingMans Rullgard2011-07-04
* sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov2011-07-04
* des: allow unaligned input and output buffersMans Rullgard2011-07-04
* aes: allow unaligned input and output buffersMans Rullgard2011-07-04
* eval: make timing optional in test programMans Rullgard2011-07-04
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* md5: cosmeticsMans Rullgard2011-07-03
* md5: use AV_WL32 to write resultMans Rullgard2011-07-03
* md5: include correct headersMans Rullgard2011-07-03
* md5: fix test programMans Rullgard2011-07-03
* doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-03
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
* aes: fix for big endian systemsMans Rullgard2011-07-03
* des: reduce number of iterations in test programMans Rullgard2011-07-03
* aes: fix invalid array indexing in init codeMans Rullgard2011-07-03
* aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-03
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-01
* avutil: elaborate documentation for av_get_random_seedReinhard Tartler2011-06-30
* aes: whitespace cosmeticsMans Rullgard2011-06-30