]> git.sesse.net Git - ffmpeg/history - libavutil/version.h
msvc/icl: Use __declspec(noinline)
[ffmpeg] / libavutil / version.h
2013-09-16 Luca Barbatomem: Introduce av_reallocp
2013-08-05 Rémi Denis-Courmontvdpau: deprecate old codec-specific pixel formats
2013-06-04 Martin Storsjömem: Add av_realloc_array and av_reallocp_array
2013-05-24 Anton KhirnovMove get_logical_cpus() from lavc/pthread to lavu/cpu.
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-05-06 Janne Grunaupixdesc: add function to return pixel format with swapp...
2013-04-04 Nicolas Bertrandpixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values
2013-03-19 Anton Khirnovpixdesc: add a function for counting planes in a pixel...
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-07 Reimar Döffingeravstring: Add locale independent versions of some ctype...
2013-02-28 Luca Barbatolls: move to the private namespace
2013-01-25 Justin Rugglesdict: add av_dict_parse_string()
2013-01-25 Vladimir Panteliclavu: Add av_strnstr()
2013-01-15 Martin Storsjölavu: Add an API for calculating HMAC (RFC 2104)
2013-01-12 Diego BiurrunAdd version bump and APIchanges entry for Add AV_PIX_FM...
2012-12-29 Luca Barbatoavstring: add av_basename and av_dirname
2012-11-16 Janne Grunaucpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
2012-11-11 Justin Ruggleslavu: rename audioconvert.* to channel_layout.* and...
2012-11-05 Justin Ruggleslavu: add av_ctz() for trailing zero bit count
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_AV_FIFO_PEEK cruft
2012-10-23 Anton Khirnovlavu: remove disabled avoptions cruft
2012-10-23 Anton Khirnovlavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT...
2012-10-23 Anton Khirnovlavu: bump major to 52
2012-10-23 Anton Khirnovlavu: postpone recent deprecations until the next major...
2012-10-21 Nathan Caldwellavutil: Add AVERROR_EXPERIMENTAL
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-12 Anton Khirnovpixdesc: add functions for accessing pixel format descr...
2012-10-11 Martin Storsjöavutil: Add functions for allocating opaque contexts...
2012-10-08 Anton Khirnovpixfmt: add AV_ prefixes to PIX_FMT_*
2012-10-04 Anton Khirnovsamplefmt: make av_samples_alloc() initialize the data...
2012-09-12 Tim Walkerlavu/audioconvert: add a second low frequency channel.
2012-09-04 Martin Storsjöavopt: Reorder the default_val struct, making i64 the...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-10 Mans Rullgarddict: add av_dict_count()
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-07-14 Luca Barbatomem: introduce av_malloc_array and av_mallocz_array
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them