aboutsummaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
AgeCommit message (Expand)Author
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-19lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov
2011-04-19lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-10eval: add support for trunc, ceil, and floor functionsStefano Sabatini
2011-04-10pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-03Implement isnan() function evaluation.Stefano Sabatini
2010-11-01Make strmatch() return 1 only if the string compared against theStefano Sabatini
2010-11-01Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini
2010-10-08Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-05Make av_cmp_q() work with infinities and NAN.Michael Niedermayer
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini
2010-09-30av_assert() system.Michael Niedermayer
2010-09-27Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-242nd try to fix av_log() repeated detectionMichael Niedermayer
2010-09-14Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-04Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini
2010-07-22Add the M_PHI constant, contains an approximation of the golden ratioStefano Sabatini
2010-07-11Update lavu minor and add APIchanges entry after r24174 (add bswap.hStefano Sabatini
2010-07-08Bump minor after read/write_line() to av_read/write_image_line()Stefano Sabatini
2010-07-02avutil: bump minor version for r23985 (install lfg.h)Ramiro Polla
2010-07-01Move colorspace.h from libavcodec to libavutil.Stefano Sabatini
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-13Add APIchanges entry and bump minor after av_compare_mod() addition.Stefano Sabatini
2010-06-05Move eval.c and eval.h from libavcodec to libavutil, and make the evalStefano Sabatini
2010-06-05Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE()Stefano Sabatini
2010-05-23Bump libavutil minor version for the addition of av_get_random_seedMartin Storsjö
2010-05-19Make it possible for a log context to keep track of its parent context.Michael Niedermayer
2010-05-08Add means to adjust the log level per context.Michael Niedermayer
2010-05-05Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-04-28Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Move AVMediaType from libavcodec to libavutil.Stefano Sabatini
2010-03-25Implement av_strerror().Stefano Sabatini
2010-03-13Move error code definitions from libavcodec/avcodec.h toStefano Sabatini
2010-03-06Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak