summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAge
* Make av_strerror() return -1 even in the case when av_strerror_r() isReinhard Tartler2010-05-19
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-28
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-30
* Implement av_strerror().Stefano Sabatini2010-03-25
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-06
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-07
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-30
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-27
* Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård2010-01-22
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-13
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-12
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-26
* Make the pixdesc API public.Stefano Sabatini2009-11-24
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* Implement av_fifo_space().Olivier Guilyardi2009-04-02
* Make the pixel formats which were defined as macros:Stefano Sabatini2009-03-22
* Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini2009-03-21
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-08
* Split avutil.h, move all the pixel format definitions to the newStefano Sabatini2009-02-22
* Add note about big vs. little endian.Michael Niedermayer2009-02-22
* Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross2009-02-22
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-12
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-18
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* Bump minor version after addition of FF_ARRAY_ELEMS macro.Benoit Fouet2008-10-15
* Implement av_nearer_q() and av_find_nearest_q_idx() functions.Stefano Sabatini2008-09-25
* Fix typo.Michael Niedermayer2008-09-04
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
* move M_PI definition along with other math definitionsAurelien Jacobs2008-08-13
* Implement avutil_version().Stefano Sabatini2008-08-08
* Macro suggested by Michael which will be used to disable theStefano Sabatini2008-06-01
* misc spelling fixesDiego Biurrun2008-03-10
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* Remove integer.h inclusion.Benoit Fouet2008-01-28
* Provide sha1 to outside applicationsLuca Barbato2007-12-12
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17