| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | adler32: whitespace cosmetics | Mans Rullgard | 2011-06-30 | 1 | -11/+17 |
* | Fix cpu flags test program | Mans Rullgard | 2011-06-30 | 1 | -21/+34 |
* | opt-test: Add missing braces to silence compiler warnings. | Diego Biurrun | 2011-06-30 | 1 | -8/+8 |
* | aes: improve test program and add fate test | Mans Rullgard | 2011-06-30 | 1 | -21/+33 |
* | adler32: make test program more useful and add fate test | Mans Rullgard | 2011-06-30 | 1 | -7/+15 |
* | rational-test: Add proper main() declaration to fix gcc warnings. | Diego Biurrun | 2011-06-30 | 1 | -1/+3 |
* | Remove unused, never built libavutil/pca.[ch] | Mans Rullgard | 2011-06-29 | 3 | -281/+1 |
* | pixfmt: fix YUV422/444 wrong endian comment | Can Wu | 2011-06-29 | 1 | -6/+6 |
* | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | avutil: Remove unused arbitrary precision integer code. | Diego Biurrun | 2011-06-28 | 3 | -312/+0 |
* | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |