Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-17random_seed: use proper #includesMans Rullgard
2011-07-16des: fix #if conditional around P_shuffleMans Rullgard
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-14doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun
2011-07-12pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson
2011-07-12lls: use av_lfg instead of rand() in test programMans Rullgard
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-06eval: add missing comma to tests.Ronald S. Bultje
2011-07-06eval: fix memleak.Ronald S. Bultje
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-04Do not include log.h in avutil.hMans Rullgard
2011-07-04Do not include pixfmt.h in avutil.hMans Rullgard
2011-07-04Do not include rational.h in avutil.hMans Rullgard
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-07-04Remove 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-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-07-01doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler
2011-06-30avutil: elaborate documentation for av_get_random_seedReinhard Tartler
2011-06-30aes: whitespace cosmeticsMans Rullgard
2011-06-30adler32: whitespace cosmeticsMans Rullgard
2011-06-30Fix cpu flags test programMans Rullgard
2011-06-30opt-test: Add missing braces to silence compiler warnings.Diego Biurrun
2011-06-30aes: improve test program and add fate testMans Rullgard
2011-06-30adler32: make test program more useful and add fate testMans Rullgard
2011-06-30rational-test: Add proper main() declaration to fix gcc warnings.Diego Biurrun
2011-06-30Remove unused, never built libavutil/pca.[ch]Mans Rullgard
2011-06-29pixfmt: fix YUV422/444 wrong endian commentCan Wu
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun