Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-09-16mem: Introduce av_reallocpLuca Barbato
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö
2013-05-24Move get_logical_cpus() from lavc/pthread to lavu/cpu.Anton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-06pixdesc: add function to return pixel format with swapped endiannesJanne Grunau
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-03-08lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov
2013-03-07avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger
2013-02-28lls: move to the private namespaceLuca Barbato
2013-01-25dict: add av_dict_parse_string()Justin Ruggles
2013-01-25lavu: Add av_strnstr()Vladimir Pantelic
2013-01-15lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö
2013-01-12Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun
2012-12-29avstring: add av_basename and av_dirnameLuca Barbato
2012-11-16cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-10-23lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov
2012-10-23lavu: remove disabled avoptions cruftAnton Khirnov
2012-10-23lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov
2012-10-23lavu: bump major to 52Anton Khirnov
2012-10-23lavu: postpone recent deprecations until the next major bumpAnton Khirnov
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-04samplefmt: make av_samples_alloc() initialize the data to silence.Anton Khirnov
2012-09-13lavu/audioconvert: add a second low frequency channel.Tim Walker
2012-09-05avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-14mem: introduce av_malloc_array and av_mallocz_arrayLuca Barbato
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-07-04Create version.h headers for libraries that lack themDiego Biurrun