]> git.sesse.net Git - ffmpeg/history - libavutil/avutil.h
Use a wildcard match instead of a list to remove test programs.
[ffmpeg] / libavutil / avutil.h
2009-03-22 Stefano SabatiniMake the pixel formats which were defined as macros:
2009-03-21 Stefano SabatiniChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-08 Michael NiedermayerBump major version of libavutil due to FIFO fixes.
2009-02-22 Stefano SabatiniSplit avutil.h, move all the pixel format definitions...
2009-02-22 Michael NiedermayerAdd note about big vs. little endian.
2009-02-22 Peter RossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-12 Diego BiurrunRemove reference to renamed header file xvmc_render.h.
2009-02-06 Michael NiedermayerEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Diego Biurrunspelling/grammar/consistency review part II
2009-01-28 Diego Biurrunspelling/grammar/consistency review part I
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-18 Stefano SabatiniDeprecate av_init_random() in favour of av_random_init...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-10-15 Benoit FouetBump minor version after addition of FF_ARRAY_ELEMS...
2008-09-25 Stefano SabatiniImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-04 Michael NiedermayerFix typo.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-19 Stefano SabatiniImplement av_fifo_realloc2().
2008-08-13 Aurelien Jacobsmove M_PI definition along with other math definitions
2008-08-08 Stefano SabatiniImplement avutil_version().
2008-06-01 Stefano SabatiniMacro suggested by Michael which will be used to disabl...
2008-03-10 Diego Biurrunmisc spelling fixes
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-01-28 Benoit FouetRemove integer.h inclusion.
2007-12-12 Luca BarbatoProvide sha1 to outside applications
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-08-11 Aurelien Jacobsadd a new av_clip_int16() function to libavutil
2007-07-18 Andreas Ömanadd YUV440P and YUVJ440P support
2007-06-24 Luca Barbatobump micro version: new string functions
2007-06-20 Michel BardiauxClarify comments about PIX_FMT_MONOWHITE/MONOBLACK
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-03-19 Luca Barbatoexpose av_base64_decode and av_base64_encode
2007-02-28 Luca BarbatoReverting stray commit part II, r8156 had the base64...
2007-02-28 Luca BarbatoReverting stray commit part I
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-02-07 Diego Biurrun1000l: Revert accidentally committed change.
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-01-31 Reimar DöffingerMove lzo decompression to libavutil
2007-01-19 Alex Beregszasziadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2006-11-16 Alex BeregszasziRemove alpha channel from RGB555
2006-10-24 Kostya Shishkov16-bit grayscale support
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-25 Luca Barbatomove memory functions from avcodec to avutil
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-28 Luca AbeniAdd some new pixel formats to libavutil
2006-08-20 Michael Niedermayercompatibility warning
2006-08-20 Michael Niedermayercleanup PixelFormat a little
2006-07-18 Luca AbeniMove av_log() & friends to libavutil
2006-03-30 Luca Abenimove enum PixelFormat from libavcodec to libavutil
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...