]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavutil/avutil.h
Allow parsing and decoding of ADTS AAC files with channel config = 0
[frescor/ffmpeg.git] / libavutil / avutil.h
2009-04-02 stefanoImplement av_fifo_space().
2009-03-22 stefanoMake the pixel formats which were defined as macros:
2009-03-21 stefanoChange the RGB5X5/BGR5X5 pixel format defines so that...
2009-03-08 michaelBump major version of libavutil due to FIFO fixes.
2009-02-22 stefanoSplit avutil.h, move all the pixel format definitions...
2009-02-22 michaelAdd note about big vs. little endian.
2009-02-22 prossAdd PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
2009-02-12 diegoRemove reference to renamed header file xvmc_render.h.
2009-02-06 michaelEnsure that the palette is set in data[1] for all 8bit...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 diegospelling/grammar/consistency review part II
2009-01-28 diegospelling/grammar/consistency review part I
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-18 stefanoDeprecate av_init_random() in favour of av_random_init...
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2008-10-15 benoitBump minor version after addition of FF_ARRAY_ELEMS...
2008-09-25 stefanoImplement av_nearer_q() and av_find_nearest_q_idx(...
2008-09-04 michaelFix typo.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-19 stefanoImplement av_fifo_realloc2().
2008-08-13 aurelmove M_PI definition along with other math definitions
2008-08-08 stefanoImplement avutil_version().
2008-06-01 takisMacro suggested by Michael which will be used to disabl...
2008-03-10 diegomisc spelling fixes
2008-02-26 mruless preprocessor magic in version number macros
2008-02-19 mruClean up lib* version definitions
2008-01-28 benoitRemove integer.h inclusion.
2007-12-12 lu_zeroProvide sha1 to outside applications
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-24 aureladd support for yuva420p colorspace (yuv420p + alpha)
2007-08-11 aureladd a new av_clip_int16() function to libavutil
2007-07-18 benoitadd YUV440P and YUVJ440P support
2007-06-24 lu_zerobump micro version: new string functions
2007-06-20 mbardiauxClarify comments about PIX_FMT_MONOWHITE/MONOBLACK
2007-05-16 diegoRemove extern C declarations for C++.
2007-03-19 lu_zeroexpose av_base64_decode and av_base64_encode
2007-02-28 lu_zeroReverting stray commit part II, r8156 had the base64...
2007-02-28 lu_zeroReverting stray commit part I
2007-02-28 lu_zeroget_packetheader() forgot to read the header_checksum...
2007-02-07 diego1000l: Revert accidentally committed change.
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-01-31 reimarMove lzo decompression to libavutil
2007-01-19 alexadd AV_WB/WL for lswriting, similar to AV_RB/RL (also...
2006-11-16 alexRemove alpha channel from RGB555
2006-10-24 kostya16-bit grayscale support
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-25 lu_zeromove memory functions from avcodec to avutil
2006-09-10 diegoAdd official LGPL license headers to the files that...
2006-08-28 lucabeAdd some new pixel formats to libavutil
2006-08-20 michaelcompatibility warning
2006-08-20 michaelcleanup PixelFormat a little
2006-07-18 lucabeMove av_log() & friends to libavutil
2006-03-30 lucabemove enum PixelFormat from libavcodec to libavutil
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-08-01 allibavutil: Utility code from libavcodec moved to a...