]> git.sesse.net Git - ffmpeg/history - libavutil
doxygen: Help doxygen parser to understand the DECLARE_ALIGNED and offsetof macros
[ffmpeg] / libavutil /
2011-06-30 Reinhard Tartleravutil: elaborate documentation for av_get_random_seed
2011-06-30 Mans Rullgardaes: whitespace cosmetics
2011-06-30 Mans Rullgardadler32: whitespace cosmetics
2011-06-30 Mans RullgardFix cpu flags test program
2011-06-30 Diego Biurrunopt-test: Add missing braces to silence compiler warnings.
2011-06-30 Mans Rullgardaes: improve test program and add fate test
2011-06-30 Mans Rullgardadler32: make test program more useful and add fate...
2011-06-29 Diego Biurrunrational-test: Add proper main() declaration to fix...
2011-06-29 Mans RullgardRemove unused, never built libavutil/pca.[ch]
2011-06-29 Can Wupixfmt: fix YUV422/444 wrong endian comment
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-28 Diego Biurrunavutil: Remove unused arbitrary precision integer code.
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-23 Martin StorsjöAdd av_printf_format, for marking printf style format...
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-16 Uoti Urpalaintreadwrite.h: fix AV_RL32/AV_RB32 signedness.
2011-06-16 Anton KhirnovAdd minor bumps and APIChanges entries for lavf private...
2011-06-16 Anton Khirnovdict: add AV_DICT_APPEND flag.
2011-06-16 Anton KhirnovAVOptions: add av_opt_find() as a replacement for av_fi...
2011-06-16 Anton KhirnovAVOptions: add av_opt_set_dict() mapping a dictionary...
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-10 Martin Storsjöavoptions: Add an av_opt_flag_is_set function for inspe...
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-07 Stefano Sabatinisamplefmt: add av_get_bytes_per_sample()
2011-06-07 Diego Biurruninverse.c: Replace unnecessary intmath.h header by...
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-05 Diego BiurrunRemove unnecessary LIBAVFORMAT_BUILD #ifdef.
2011-06-05 Anton KhirnovAVOptions: add av_opt_free convenience function.
2011-06-05 Mans RullgardFix build of eval-test program
2011-06-04 Mans RullgardFix error check in av_file_map()
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-28 Mans RullgardARM: improve FASTDIV asm
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-26 Mans RullgardARM: add ARMv6 optimised av_clip_uintp2
2011-05-26 Mans RullgardARM: remove volatile from asm statements in libavutil...
2011-05-26 Mans RullgardARM: fix av_clipl_int32_arm()
2011-05-26 Anton KhirnovAVOptions: set string default values.
2011-05-25 Martin Storsjöavoptions: Return explicitly NAN or {0,0} if the option...
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-22 Martin Storsjöavoptions: Check the return value from av_get_number
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-05-11 Baptiste Coudurierswscale: extend YUV422p support to 10bits depth
2011-05-11 Diego BiurrunRemove unused softfloat implementation.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-05-08 Alex Converselog: Fix an oob array read.
2011-05-08 Alex ConverseBan strncpy() it's too easy to misuse.
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-04-29 Reinhard TartlerFix races in default av_log handler
2011-04-29 Diego Biurrunbswap.h: Remove disabled code.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Vitor SessakIncrease alignment of av_malloc() as needed by AVX...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-23 Jason Garrett-Glaserbswap: use native types for av_bwap16().
2011-04-21 Stefano Sabatinierror: sort, pack, and align error code and string...
2011-04-21 Martin StorsjöProvide a fallback version of the libm function trunc
2011-04-21 Anton Khirnoverror: change AVERROR_EOF value
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-21 Stefano Sabatinierror: add error code AVERROR_OPTION_NOT_FOUND, and...
2011-04-20 Diego BiurrunRemove a version check in av_log made unnecessary by...
2011-04-19 Anton Khirnovlavu: remove disabled ff_random_get_seed cruft.
2011-04-19 Anton Khirnovlavu: remove disabled sha1 cruft.
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_IMAGE_NAMES cruft
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_EVAL_NAMES cruft
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-14 Alexis Ballieravutil: make aes and sha api public
2011-04-10 Stefano Sabatinieval: add support for trunc, ceil, and floor functions
2011-04-10 Brados: fix OpenBSD/PowerPC compilation
2011-04-10 Peter Rosspixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-23 Mans RullgardRemove unnecessary icc version checks
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAdd a CPU flag for the Atom processor.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-03-15 Nicolas GeorgeAdd AVERROR_EXIT.
2011-02-20 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-17 Jason Garrett-GlaserForce inlining of avutil common routines
2011-02-17 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-11 Justin RugglesAdd check for Athlon64 and similar AMD processors with...
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-02-03 Clément BœschAvoid pointless check before calling free
2011-02-02 Anton KhirnovAdd forgotten minor API bumps and APIChanges entries
2011-01-31 Mans RullgardRename attribute_used to av_used and move it to attribu...
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-25 Mans Rullgardintfloat_readwrite: include "mathematics.h" for fallbac...
2011-01-24 Reimar DöffingerHandle input or output len of 0 properly in lzo decoder.
2011-01-23 Mans RullgardMIPS: use inline asm only when supported by compiler
next