summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAgeFilesLines
* Implement av_fifo_space().Olivier Guilyardi2009-04-021-1/+1
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-221-1/+1
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-211-1/+1
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-081-2/+2
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-221-102/+1
* Add note about big vs. little endian.Michael Niedermayer2009-02-221-0/+4
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-221-1/+5
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-121-1/+1
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-0/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-281-1/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-281-38/+38
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-201-0/+2
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-181-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-161-0/+2
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-0/+1
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-151-1/+1
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-251-1/+1
* Fix typo.Michael Niedermayer2008-09-041-2/+2
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-191-1/+1
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-131-1/+1
* Implement avutil_version().Stefano Sabatini2008-08-081-1/+5
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-011-1/+1
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-10/+14
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+10
* Remove integer.h inclusion.Benoit Fouet2008-01-281-1/+0
* Provide sha1 to outside applicationsLuca Barbato2007-12-121-2/+2
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add support for yuva420p colorspace (yuv420p + alpha)Aurelien Jacobs2007-09-241-0/+1
* add a new av_clip_int16() function to libavutilAurelien Jacobs2007-08-111-2/+2
* add YUV440P and YUVJ440P supportAndreas Öman2007-07-181-0/+2
* bump micro version: new string functionsLuca Barbato2007-06-241-2/+2
* Clarify comments about PIX_FMT_MONOWHITE/MONOBLACKMichel Bardiaux2007-06-201-2/+2
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* expose av_base64_decode and av_base64_encodeLuca Barbato2007-03-191-2/+2
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ...Luca Barbato2007-02-281-0/+137
* Reverting stray commit part ILuca Barbato2007-02-281-137/+0
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-281-2/+2
* 1000l: Revert accidentally committed change.Diego Biurrun2007-02-071-2/+11
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-11/+2
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-2/+2
* add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)Alex Beregszaszi2007-01-191-2/+2
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-3/+3
* 16-bit grayscale supportKostya Shishkov2006-10-241-2/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move memory functions from avcodec to avutilLuca Barbato2006-09-251-2/+2
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+18
OpenPOWER on IntegriCloud