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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09display: add matrix flip apiVittorio Giovara
2014-06-24pixfmt: mark the reserved valuesVittorio Giovara
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-01lavu: add all color-related enums to AVFramewm4
2014-05-19Add transformation matrix API.Vittorio Giovara
2014-05-11lavu: Add a pixel format for new VDA hwaccelAnton Khirnov
2014-04-23avutil: Add av_get_time_base_q()Derek Buitenhuis
2014-04-17crc: add ANSI CRC16 LEAlessandro Ghedini
2014-04-08lavu: Add packed YVYU422 pixel formatVittorio Giovara
2014-04-04replaygain: correctly parse peak valuesAlessandro Ghedini
2014-04-03log: Support for 256color terminalsLuca Barbato
2014-03-24frame: add a function for removing side data from a frameAnton Khirnov
2014-03-24Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov
2014-03-17RGBA64 pixel formatsJean First
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker
2013-12-30lavu: Move preprocessor macros in a separate fileLuca Barbato
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-16avutil: Remove deprecated intfloat_readwrite codeDiego Biurrun
2013-12-15Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler
2013-12-14avutil: Add deprecation ifdefs around obsolete intfloat codeDiego Biurrun
2013-12-09avframe: add codec-independent stereoscopic metadataVittorio Giovara
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
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