]> git.sesse.net Git - ffmpeg/history - libavutil/version.h
h264: on reference overflow, reset the reference count to 0, not 1.
[ffmpeg] / libavutil / version.h
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