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-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
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-07inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-05Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-06-05Fix build of eval-test programMans Rullgard