]> git.sesse.net Git - ffmpeg/history - libavutil/avutil.h
main() --> main(void)
[ffmpeg] / libavutil / avutil.h
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...