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
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-09-21pixdesc: Add API to map color property names to enum valuesVittorio Giovara
2017-09-14lavu: Add DRM hwcontextMark Thompson
2017-08-15Add single precision planar RGB pixel formatsVittorio Giovara
2017-08-10pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara
2017-08-07libavutil: add GRAY9 pixel formatPaul B Mahol
2017-07-22pixdesc: Reindent after previous commitMark Thompson
2017-07-22pixdesc: Explicitly handle invalid arguments to av_find_best_pix_fmt_of_2()Mark Thompson
2017-07-19pixdesc: Improve scoring for opaque/unknown pixel formatsMark Thompson
2017-06-27lavu: add new D3D11 pixfmt and hwcontextwm4
2017-03-31Merge commit '17dac56b8fdd80c594c39b76de3f27a7949afbde'Clément Bœsch
2017-03-24Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'Clément Bœsch
2017-03-20lavu: add AV_PIX_FMT_FLAG_BAYERClément Bœsch
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-11-22avutil: add P016 pixel formatPhilip Langdale
2016-11-14lavu/pixfmt: Add GRAY10Carl Eugen Hoyos
2016-11-13Merge commit '444a36269f853844369af0a9836507e5a2780323'Hendrik Leppkes
2016-11-13Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444'Hendrik Leppkes
2016-11-10pixfmt: Add GRAY12Luca Barbato
2016-11-08lavu: Rename ycgco color space appropriatelyVittorio Giovara
2016-11-08pixfmt: Add GRAY12Luca Barbato
2016-10-21lavu: Add JEDEC P22 color primariesVittorio Giovara
2016-10-12Add GBRAP12 pixel format supportKieran Kunhya
2016-10-12Add GBRP12 pixel format supportMichael Niedermayer
2016-09-28Merge commit 'a8164323374e86ce5f93759230868c98356833a2'James Almer
2016-09-27pixfmt: Add yuv444p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv422p12 pixel formatLuca Barbato
2016-09-27pixfmt: Add yuv420p12 pixel formatLuca Barbato
2016-07-09Merge commit 'bcc07e2576cb723007bea1238afd019ae2d1b005'Clément Bœsch
2016-07-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-07-02pixfmt: add P010 pixel formatHendrik Leppkes
2016-06-27pixdesc: Fix AVCOL_TRC_BT2020_12 nameVittorio Giovara
2016-06-27pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara
2016-06-21pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara
2016-06-21pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck
2016-06-13pixdesc: Use C99 array to list color properties namesVittorio Giovara
2016-06-10avutil: add 10-bit planar RGB with alphaPaul B Mahol
2016-06-01lavu: Adding ARIB STD-B67 (hybrid log-gamma) enum value and transfer function.Neil Birkbeck
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-14Merge commit 'd264c720f7b74286840719e506daba39f83b438b'Derek Buitenhuis
2016-03-19lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson
2016-02-24Merge commit '7bc780cd4413f688d3b834037b0f9ddfd6948140'Derek Buitenhuis
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-02-22avutil/pixdesc: Make get_color_type() aware of CIE XYZ formatsMichael Niedermayer
2016-02-16Merge commit '1546a41adae818b340acdd9b5dacd6d0a92b6507'Derek Buitenhuis
2016-02-15pixfmt: add a CUDA hwaccelled formatAnton Khirnov
2016-01-26avutil: add P010 pixel formatHendrik Leppkes
2016-01-25pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara
2015-09-17pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley
2015-09-12Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes