aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0411-88/+122
|\
| * 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
| * Remove return statements following infinite loops without breakMans Rullgard2011-07-032-2/+0
| * md5: cosmeticsMans Rullgard2011-07-031-48/+61
| * md5: use AV_WL32 to write resultMans Rullgard2011-07-031-1/+2
| * md5: include correct headersMans Rullgard2011-07-031-1/+1
| * md5: fix test programMans Rullgard2011-07-031-8/+16
| * doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun2011-07-032-2/+2
| * doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-031-2/+2
| * Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-031-0/+2
| * aes: fix for big endian systemsMans Rullgard2011-07-031-1/+5
| * des: reduce number of iterations in test programMans Rullgard2011-07-031-1/+1
| * aes: fix invalid array indexing in init codeMans Rullgard2011-07-031-14/+22
| * aes: use direct assignments instead of memcpy() or loopsMans Rullgard2011-07-031-6/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-1/+1
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-022-2/+4
|\|
| * doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-012-2/+4
* | dict: fix another typoStefano Sabatini2011-07-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-014-146/+230
|\|
| * avutil: elaborate documentation for av_get_random_seedReinhard Tartler2011-06-301-1/+6
| * aes: whitespace cosmeticsMans Rullgard2011-06-301-87/+132
| * adler32: whitespace cosmeticsMans Rullgard2011-06-301-11/+17
| * Fix cpu flags test programMans Rullgard2011-06-301-21/+34
| * opt-test: Add missing braces to silence compiler warnings.Diego Biurrun2011-06-301-8/+8
| * aes: improve test program and add fate testMans Rullgard2011-06-301-21/+33
| * adler32: make test program more useful and add fate testMans Rullgard2011-06-301-7/+15
* | lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONEStefano Sabatini2011-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-302-8/+9
|\|
| * rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun2011-06-301-1/+3
| * Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-293-281/+1
| * pixfmt: fix YUV422/444 wrong endian commentCan Wu2011-06-291-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-292-30/+1
|\|
| * build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-283-312/+0
* | pict_type: add a value for unknown/none.Martin Matuska2011-06-281-1/+2
* | dict: fix various typosStefano Sabatini2011-06-281-5/+4
* | random_seed: more elaborate doxy.Michael Niedermayer2011-06-281-0/+4
* | AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer2011-06-281-0/+7
* | Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger2011-06-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-261-2/+0
|\|
| * build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* | samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()Stefano Sabatini2011-06-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-2411-59/+61
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-246-51/+51
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-232-6/+4