summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-02
* doxygen: fix usage of @file directive in libavutil/{dict,file}.hReinhard Tartler2011-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
* 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
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* avutil: Remove unused arbitrary precision integer code.Diego Biurrun2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* 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
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-23
* ARM: allow building in Thumb2 modeMans Rullgard2011-06-23
* intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala2011-06-16
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
* dict: add AV_DICT_APPEND flag.Anton Khirnov2011-06-16
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov2011-06-16
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-10
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-10
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-07
* inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun2011-06-07
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
* Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun2011-06-05
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-05
* Fix build of eval-test programMans Rullgard2011-06-05
* Fix error check in av_file_map()Mans Rullgard2011-06-04
* ARM: simplify inline asm with 64-bit operandsMans Rullgard2011-05-30
* ARM: improve FASTDIV asmMans Rullgard2011-05-28
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard2011-05-26
* ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard2011-05-26
* ARM: fix av_clipl_int32_arm()Mans Rullgard2011-05-26
* AVOptions: set string default values.Anton Khirnov2011-05-26
* avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö2011-05-25
* Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-24
* avoptions: Check the return value from av_get_numberMartin Storsjö2011-05-22
* multiple inclusion guard cleanupDiego Biurrun2011-05-21