| Commit message (Expand) | Author | Age | Files | Lines |
* | AVOptions: fix av_set_string3() doxy to match reality. | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 2 | -1/+10 |
* | cpu detection: avoid a signed overflow | Sean McGovern | 2011-09-03 | 1 | -1/+1 |
* | AVOptions: drop av_ prefix from static av_get_number(). | Anton Khirnov | 2011-09-01 | 1 | -4/+4 |
* | doxygen: drop another pointless star from pointer variable name | Diego Biurrun | 2011-08-27 | 1 | -1/+1 |
* | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 2 | -1/+37 |
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-26 | 2 | -4/+32 |
* | doxygen: drop pointless star from pointer variable names | Diego Biurrun | 2011-08-26 | 1 | -12/+12 |
* | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -0/+33 |
* | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+542 |
* | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+905 |
* | random_seed: use proper #includes | Mans Rullgard | 2011-07-17 | 1 | -2/+2 |
* | des: fix #if conditional around P_shuffle | Mans Rullgard | 2011-07-16 | 1 | -1/+1 |
* | mem.h: switch doxygen parameter order to match function prototype | Diego Biurrun | 2011-07-15 | 1 | -2/+2 |
* | doxygen: do not include license boilerplate in Doxygen documentation | Diego Biurrun | 2011-07-15 | 1 | -4/+6 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 2 | -9/+9 |
* | pix_fmt: Fix number of bits per component in yuv444p9be | Oskar Arvidsson | 2011-07-12 | 1 | -3/+3 |
* | lls: use av_lfg instead of rand() in test program | Mans Rullgard | 2011-07-11 | 1 | -5/+8 |
* | AVOptions: in av_opt_find() don't return named constants unless unit is speci... | Anton Khirnov | 2011-07-08 | 1 | -2/+3 |
* | dict: extend documentation. | Anton Khirnov | 2011-07-08 | 1 | -3/+36 |
* | lls: whitespace cosmetics | Mans Rullgard | 2011-07-08 | 1 | -59/+74 |
* | avutil: Add missing test programs to Makefile. | Diego Biurrun | 2011-07-08 | 1 | -1/+2 |
* | eval: add missing comma to tests. | Ronald S. Bultje | 2011-07-05 | 1 | -1/+1 |
* | eval: fix memleak. | Ronald S. Bultje | 2011-07-05 | 1 | -0/+1 |
* | eval: clear Parser instances before using | Mans Rullgard | 2011-07-04 | 1 | -2/+2 |
* | sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t* | Kostya Shishkov | 2011-07-04 | 1 | -2/+2 |
* | des: allow unaligned input and output buffers | Mans Rullgard | 2011-07-04 | 1 | -4/+4 |
* | aes: allow unaligned input and output buffers | Mans Rullgard | 2011-07-04 | 1 | -15/+26 |
* | eval: make timing optional in test program | Mans Rullgard | 2011-07-04 | 1 | -4/+9 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 6 | -1/+5 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include rational.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Do not include intfloat_readwrite.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -1/+0 |
* | Remove return statements following infinite loops without break | Mans Rullgard | 2011-07-03 | 2 | -2/+0 |
* | md5: cosmetics | Mans Rullgard | 2011-07-03 | 1 | -48/+61 |
* | md5: use AV_WL32 to write result | Mans Rullgard | 2011-07-03 | 1 | -1/+2 |
* | md5: include correct headers | Mans Rullgard | 2011-07-03 | 1 | -1/+1 |
* | md5: fix test program | Mans Rullgard | 2011-07-03 | 1 | -8/+16 |
* | doxygen: Drop array size declarations from Doxygen parameter names. | Diego Biurrun | 2011-07-03 | 2 | -2/+2 |
* | doxygen: Fix parameter names to match the function prototypes. | Diego Biurrun | 2011-07-03 | 1 | -2/+2 |
* | Move some conditionally used code below the appropriate #ifdef. | Diego Biurrun | 2011-07-03 | 1 | -0/+2 |
* | aes: fix for big endian systems | Mans Rullgard | 2011-07-03 | 1 | -1/+5 |
* | des: reduce number of iterations in test program | Mans Rullgard | 2011-07-03 | 1 | -1/+1 |
* | aes: fix invalid array indexing in init code | Mans Rullgard | 2011-07-03 | 1 | -14/+22 |
* | aes: use direct assignments instead of memcpy() or loops | Mans Rullgard | 2011-07-03 | 1 | -6/+5 |
* | doxygen: Prefer member groups over grouping into modules | Reinhard Tartler | 2011-07-02 | 1 | -1/+1 |
* | doxygen: fix usage of @file directive in libavutil/{dict,file}.h | Reinhard Tartler | 2011-07-01 | 2 | -2/+4 |
* | avutil: elaborate documentation for av_get_random_seed | Reinhard Tartler | 2011-06-30 | 1 | -1/+6 |
* | aes: whitespace cosmetics | Mans Rullgard | 2011-06-30 | 1 | -87/+132 |