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
2016-03-24opt: Add av_opt_copy()Michael Niedermayer
2016-03-24opt: Add const to av_opt_nextLukasz Marek
2016-03-19lavu: VAAPI hwcontext implementationMark Thompson
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-03-19lavu: add a way to query hwcontext frame constraintsMark Thompson
2016-02-14buffer: add support for pools using caller data in allocationAnton Khirnov
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-11-13xtea: Add functions for little endian modeMartin Storsjö
2015-10-12dict: Change return type of av_dict_copy()Vittorio Giovara
2015-09-30lavu: Deprecate AVFrame.error[]Vittorio Giovara
2015-09-17pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavu: Drop deprecated private lls functionsVittorio Giovara
2015-08-28lavu: Drop deprecated context size variablesVittorio Giovara
2015-08-28lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara
2015-08-28lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara
2015-08-28lavu: Drop deprecated audioconvert.h headerVittorio Giovara
2015-08-28lavu: Drop deprecated av_reverse functionVittorio Giovara
2015-08-28lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara
2015-08-28lavu: Drop deprecated old_pix_fmt.h and related codeVittorio Giovara
2015-07-31blowfish: add av_blowfish_alloc()James Almer
2015-07-30hmac: add missing version bump and APIChanges entryJames Almer
2015-07-03lavu: Add version information for av_version_info()Vittorio Giovara
2015-05-31x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-04-20log: Print a full backtrace along with error messages under ValgrindVittorio Giovara
2015-04-19log: Introduce a more verbose debug levelVittorio Giovara
2015-04-07parseutils: Make av_small_strptime publicLuca Barbato
2015-03-29lavc: add MMAL hardware decoder wrapperwm4
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-02-19pixfmt: add a pixel format for QSV hwaccelAnton Khirnov
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-14lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2015-01-14imgutils: create misc functions for dealing with buffersStefano Sabatini
2014-10-24lavu: Add av_gettime_relativeMartin Storsjö
2014-10-08pixdesc: return color properties namesVittorio Giovara
2014-10-08pixfmt: mark further reserved valuesVittorio Giovara
2014-08-13mem: add av_strndup() for duplicating substringsAnton Khirnov
2014-08-13AVOption: add support for dictionary types.Andrew Stone
2014-08-10avresample: Introduce AVFrame-based APILuca Barbato
2014-08-09Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-04avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-04pixdesc: Support pixelformat aliasesLuca Barbato
2014-08-04imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun