summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAge
* av_assert() system.Michael Niedermayer2010-09-30
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-27
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-27
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-26
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-24
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-04
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2010-07-22
* Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini2010-07-11
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-08
* avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla2010-07-02
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-01
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-13
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-05
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-05
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-23
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-19
* Add means to adjust the log level per context.Michael Niedermayer2010-05-08
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-05
* 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