summaryrefslogtreecommitdiffstats
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAgeFilesLines
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-221-1/+1
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-191-1/+1
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-1/+1
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-081-2/+10
* Implement isnan() function evaluation.Stefano Sabatini2010-11-031-1/+1
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-011-1/+1
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-011-1/+1
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-081-1/+1
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-051-1/+1
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-041-1/+1
* av_assert() system.Michael Niedermayer2010-09-301-1/+1
* Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini2010-09-271-1/+1
* Move av_get_token() from libavfilter to libavutil.Stefano Sabatini2010-09-271-1/+1
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-271-1/+1
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-261-0/+7
* 2nd try to fix av_log() repeated detectionMichael Niedermayer2010-09-241-1/+1
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-141-1/+1
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+1
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-1/+1
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-171-1/+1
* Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini2010-07-221-1/+1
* Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini2010-07-111-1/+1
* Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini2010-07-081-1/+1
* avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla2010-07-021-2/+2
* Move colorspace.h from libavcodec to libavutil.Stefano Sabatini2010-07-011-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini2010-06-131-1/+1
* Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini2010-06-051-1/+1
* Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini2010-06-051-1/+1
* Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö2010-05-231-2/+2
* Make it possible for a log context to keep track of its parent context.Michael Niedermayer2010-05-191-1/+1
* Add means to adjust the log level per context.Michael Niedermayer2010-05-081-1/+1
* Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini2010-05-051-1/+1
* Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer2010-04-281-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move AVMediaType from libavcodec to libavutil.Stefano Sabatini2010-03-301-1/+11
* Implement av_strerror().Stefano Sabatini2010-03-251-1/+1
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-131-1/+2
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-061-1/+1
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-1/+1
* Bump minor for av_compare_ts()Michael Niedermayer2010-02-071-1/+1
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-301-1/+1
* Add macro AV_JOIN() for joining two tokens into oneMåns Rullgård2010-01-271-0/+4
* Add an AV_PRAGMA() macro for constructing _Pragma() directivesMåns Rullgård2010-01-221-0/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Add a function to convert a number to a av_malloced string.Michael Niedermayer2009-12-131-1/+1
* Implement av_bmg_next(), a Box-Muller Gaussian random generator.Stefano Sabatini2009-12-121-2/+2
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-261-1/+1
* Make the pixdesc API public.Stefano Sabatini2009-11-241-1/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+10
OpenPOWER on IntegriCloud