aboutsummaryrefslogtreecommitdiff
path: root/libavutil
AgeCommit message (Expand)Author
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15mem.h: switch doxygen parameter order to match function prototypeDiego Biurrun
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-12pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11lls: use av_lfg instead of rand() in test programMans Rullgard
2011-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-08AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov
2011-07-08dict: extend documentation.Anton Khirnov
2011-07-08lls: whitespace cosmeticsMans Rullgard
2011-07-08avutil: Add missing test programs to Makefile.Diego Biurrun
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05eval: add missing comma to tests.Ronald S. Bultje
2011-07-05eval: fix memleak.Ronald S. Bultje
2011-07-05eval/fate: try to fix nan printing format failures.Michael Niedermayer
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Unbreak libavutil API.Carl Eugen Hoyos
2011-07-04eval: clear Parser instances before usingMans Rullgard
2011-07-04sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t*Kostya Shishkov
2011-07-04des: allow unaligned input and output buffersMans Rullgard
2011-07-04aes: allow unaligned input and output buffersMans Rullgard
2011-07-04eval: make timing optional in test programMans Rullgard
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Do not include log.h in avutil.hMans Rullgard
2011-07-03Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-03Do not include rational.h in avutil.hMans Rullgard
2011-07-03Do not include mathematics.h in avutil.hMans Rullgard
2011-07-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-03Remove return statements following infinite loops without breakMans Rullgard
2011-07-03md5: cosmeticsMans Rullgard
2011-07-03md5: use AV_WL32 to write resultMans Rullgard
2011-07-03md5: include correct headersMans Rullgard
2011-07-03md5: fix test programMans Rullgard
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun
2011-07-03doxygen: Fix parameter names to match the function prototypes.Diego Biurrun
2011-07-03Move some conditionally used code below the appropriate #ifdef.Diego Biurrun
2011-07-03aes: fix for big endian systemsMans Rullgard
2011-07-03des: reduce number of iterations in test programMans Rullgard
2011-07-03aes: fix invalid array indexing in init codeMans Rullgard
2011-07-03aes: use direct assignments instead of memcpy() or loopsMans Rullgard
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler
2011-07-01dict: fix another typoStefano Sabatini
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-30avutil: elaborate documentation for av_get_random_seedReinhard Tartler