summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-03
|\|
| * doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-02
|\|
| * doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-07-01
* | dict: fix another typoStefano Sabatini2011-07-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-01
|\|
| * avutil: elaborate documentation for av_get_random_seedReinhard Tartler2011-06-30
| * aes: whitespace cosmeticsMans Rullgard2011-06-30
| * adler32: whitespace cosmeticsMans Rullgard2011-06-30
| * Fix cpu flags test programMans Rullgard2011-06-30
| * opt-test: Add missing braces to silence compiler warnings.Diego Biurrun2011-06-30
| * aes: improve test program and add fate testMans Rullgard2011-06-30
| * adler32: make test program more useful and add fate testMans Rullgard2011-06-30
* | lavu: bump minor and add APIchanges entry for AV_PICTURE_TYPE_NONEStefano Sabatini2011-06-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-30
|\|
| * rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun2011-06-30
| * Remove unused, never built libavutil/pca.[ch]Mans Rullgard2011-06-29
| * pixfmt: fix YUV422/444 wrong endian commentCan Wu2011-06-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-29
|\|
| * build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
| * avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
* | pict_type: add a value for unknown/none.Martin Matuska2011-06-28
* | dict: fix various typosStefano Sabatini2011-06-28
* | random_seed: more elaborate doxy.Michael Niedermayer2011-06-28
* | AVDictionary: warn about its shortcommings and mention available replacements.Michael Niedermayer2011-06-28
* | Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger2011-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-26
|\|
| * build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* | samplefmt: remove deprecated use of av_get_bits_per_sample_fmt()Stefano Sabatini2011-06-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
| * Use av_printf_format to check the usage of printf style functionsMartin Storsjö2011-06-23