summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
Commit message (Expand)AuthorAge
...
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-06
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-26
* eval: implement not() expressionStefano Sabatini2011-09-19
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-19
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-03
* fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-26
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö2011-06-23
* Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov2011-06-16
* AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov2011-06-16
* avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö2011-06-10
* Move metadata API from lavf to lavu.Anton Khirnov2011-06-08
* samplefmt: add av_get_bytes_per_sample()Stefano Sabatini2011-06-07
* AVOptions: add av_opt_free convenience function.Anton Khirnov2011-06-05
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-28
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-19
* lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-19
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-17
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-02
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-19
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-01
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-01
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-08
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-05
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
* 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