summaryrefslogtreecommitdiff
path: root/libavutil/version.h
Commit message (Expand)AuthorAge
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-24
* AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-19
* AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-19
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-15
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-05
* lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker2014-01-05
* lavu: Move preprocessor macros in a separate fileLuca Barbato2013-12-29
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* avutil: Remove deprecated intfloat_readwrite codeDiego Biurrun2013-12-16
* Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler2013-12-14
* avutil: Add deprecation ifdefs around obsolete intfloat codeDiego Biurrun2013-12-13
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-09
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-26
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-14
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-31
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-21
* mem: Introduce av_reallocpLuca Barbato2013-09-16
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
* mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö2013-06-04
* Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov2013-05-24
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-06
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-04
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-19
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lls: move to the private namespaceLuca Barbato2013-02-28
* dict: add av_dict_parse_string()Justin Ruggles2013-01-25
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-15
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-12
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau2012-11-16
* lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles2012-11-11
* lavu: add av_ctz() for trailing zero bit countJustin Ruggles2012-11-05
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-23
* lavu: bump major to 52Anton Khirnov2012-10-23
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-23
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-08
* samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov2012-10-04
* lavu/audioconvert: add a second low frequency channel.Tim Walker2012-09-12
* avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15