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 (Collapse)Author
2020-09-23avutil/pixfmt: improve definition of AVColorRangeJan Ekström
As it was brought up that the current documentation leaves things as specific to YCbCr only, ICtCp and RGB are now mentioned. Additionally, the specifications on which these definitions of narrow and full range are defined are mentioned. This way, the documentation of AVColorRange should now match how most people seem to read interpret it at this point, and thus flagging RGB AVFrames as full range is valid not only according to common sense, but also the enum definition.
2020-06-12lavu/pix_fmt: add new pixel format x2rgb10Fei Wang
The format is packed RGB with each channel 10 bits available and include 2 bits unused. Signed-off-by: Fei Wang <fei.w.wang@intel.com>
2020-02-24lavu/pix_fmt: add new pixel format y210Linjie Fu
Add some packed 4:2:2 10-bit pixel formats for hardware decode support in VAAPI and QSV. Signed-off-by: Linjie Fu <linjie.fu@intel.com>
2020-02-05lavu: add Vulkan hwcontext codeLynne
This commit adds the necessary code to initialize and use a Vulkan device within the hwcontext libavutil framework. Currently direct mapping to VAAPI and DRM frames is functional, and transfers to CUDA and native frames are supported. Lets hope the future Vulkan video decode extension fits well within this framework.
2019-12-14lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.Carl Eugen Hoyos
2019-09-02avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries valueRaphaël Zumer
This is an alias for JEDEC P22. The name associated with the value is also changed from jedec-p22 to ebu3213 to match ITU-T H.273. Signed-off-by: Raphaël Zumer <rzumer@tebako.net> Signed-off-by: James Almer <jamrial@gmail.com>
2019-05-12avutil: Add NV24 and NV42 pixel formatsPhilip Langdale
These are the 4:4:4 variants of the semi-planar NV12/NV21 formats. These formats are not used much, so we've never had a reason to add them until now. VDPAU recently added support HEVC 4:4:4 content and when you use the OpenGL interop, the returned surfaces are in NV24 format, so we need the pixel format for media players, even if there's no direct use within ffmpeg. Separately, there are apparently webcams that use NV24, but I've never seen one.
2018-11-24avutil : add YUVA444P12 and YUVA422P12Martin Vignali
2018-08-11libavutil: Adds gray floating-point pixel formats.Sergey Lavrushkin
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-07-20avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2018-05-05avutil: add gray14 pixel formatPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2017-11-25lavu/pixfmt: Remove gap in the middle of enum AVPixelFormatMark Thompson
This was added for compatibility with libav, by leaving a space for formats added in libav to be merged. Since that feature has been removed, we don't need a gap here. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-23lavu: Add OpenCL hardware pixfmtMark Thompson
2017-10-24Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer
* commit 'dd343fd986459f467a2d1d70c26101dff1d47d68': lavu: Drop deprecated VDPAU pixel formats Merged-by: James Almer <jamrial@gmail.com>
2017-10-23Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer
* commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198': lavc: Remove deprecated XvMC support hacks Merged-by: James Almer <jamrial@gmail.com>
2017-10-23lavc: drop VDAClément Bœsch
Deprecated (aka removed) in OSX 10.11, and we have a replacement for it (VideoToolbox).
2017-09-14lavu: Add DRM hwcontextMark Thompson
2017-08-15Add single precision planar RGB pixel formatsVittorio Giovara
Add a pixel format flag to identify this family. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-08-10pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-08-07libavutil: add GRAY9 pixel formatPaul B Mahol
2017-06-27lavu: add new D3D11 pixfmt and hwcontextwm4
To be used with the new d3d11 hwaccel decode API. With the new hwaccel API, we don't want surfaces to depend on the decoder (other than the required dimension and format). The old D3D11VA pixfmt uses ID3D11VideoDecoderOutputView pointers, which include the decoder configuration, and thus is incompatible with the new hwaccel API. This patch introduces AV_PIX_FMT_D3D11, which uses ID3D11Texture2D and an index. It's simpler and compatible with the new hwaccel API. The introduced hwcontext supports only the new pixfmt. Frame upload code untested. Significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Merges Libav commit fff90422d181744cd75dbf011687ee7095f02875. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2017-06-01avutil/pixfmt: remove superfluous defineJames Almer
It's an AVColorSpace value since 82ad9cbd32c873bced9adf4a2bb67dcda7294c61. Signed-off-by: James Almer <jamrial@gmail.com>
2017-04-08Merge commit '706af9227b58657c73e3a4df3689da734f010500'Clément Bœsch
* commit '706af9227b58657c73e3a4df3689da734f010500': lavu: Document the color properties enumeration values origin Merged-by: Clément Bœsch <u@pkh.me>
2017-03-31Merge commit '17dac56b8fdd80c594c39b76de3f27a7949afbde'Clément Bœsch
* commit '17dac56b8fdd80c594c39b76de3f27a7949afbde': lavu: Rename ycgco color space appropriately Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-03-24Merge commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104'Clément Bœsch
* commit '0d9b9bd37f43ee29ad9f709d85c8f3be9db71104': lavu: Add JEDEC P22 color primaries Merged-by: Clément Bœsch <u@pkh.me>
2017-03-24lavu/pixfmt: fix redundant commentClément Bœsch
Mistake introduced in a1f6b1d9d816ad7e6a8f071b0efa2638bc80e65e.
2017-03-23Merge commit '310c55f1799deab395319471a75c528d0fa7b30d'Clément Bœsch
* commit '310c55f1799deab395319471a75c528d0fa7b30d': pixfmt: Document alternative names for smpte 431 and 432 Merged-by: Clément Bœsch <u@pkh.me>
2017-03-23lavu: Drop deprecated VDPAU pixel formatsVittorio Giovara
Deprecated in 07/2013.
2017-03-23lavc: Remove deprecated XvMC support hacksDiego Biurrun
Deprecated in 11/2013.
2016-12-02lavu: Document the color properties enumeration values originVittorio Giovara
2016-11-22avutil: add P016 pixel formatPhilip Langdale
P016 is the 16-bit variant of NV12 (planar luma, packed chroma), using two bytes per component. It may, and in fact is most likely to, be used in situations where there are less than 16 bits of data. It is the responsibility of the writer to zero out any unused LSBs.
2016-11-14lavu/pixfmt: Add GRAY10Carl Eugen Hoyos
Based on 7471352f by Luca Barbato.
2016-11-13Merge commit 'f172e22d6aed0bff36e975bafb0183b6779f9444'Hendrik Leppkes
* commit 'f172e22d6aed0bff36e975bafb0183b6779f9444': pixdesc: Add aliases to SMPTE color properties Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-11-10pixfmt: Add GRAY12Luca Barbato
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-11-08lavu: Rename ycgco color space appropriatelyVittorio Giovara
Planes are ordered as the name suggests now. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-11-08pixfmt: Add GRAY12Luca Barbato
2016-10-26lavu: remove comma at final enumeration items to fix pedantic warningsMichael Behrisch
2016-10-21lavu: Add JEDEC P22 color primariesVittorio Giovara
2016-10-12Add GBRAP12 pixel format supportKieran Kunhya
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2016-10-12Add GBRP12 pixel format supportMichael Niedermayer
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-10-06pixfmt: Use enum assignment for aliasesTimothy Gu
This way, Doxygen is happier as aliases are now grouped together, and it never handled #define's in an enum well in the first place. Y400A already exists as an enum assignment.
2016-10-02pixfmt: Document alternative names for smpte 431 and 432Vittorio Giovara
2016-09-28Merge commit 'a8164323374e86ce5f93759230868c98356833a2'James Almer
* commit 'a8164323374e86ce5f93759230868c98356833a2': pixdesc: Add new SMPTE 431, 432, and 2085 color properties Conflicts: libavcodec/options_table.h libavcodec/version.h libavutil/pixdesc.c libavutil/pixfmt.h libavutil/version.h Merged-by: James Almer <jamrial@gmail.com>
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-08lavc: add mediacodec hwaccel supportMatthieu Bouron
2016-07-02pixfmt: add P010 pixel formatHendrik Leppkes
P010 is the 10-bit variant of NV12 (planar luma, packed chroma), using two bytes per component to store 10-bit data plus 6-bit zeroes in the LSBs. Signed-off-by: Anton Khirnov <anton@khirnov.net>
2016-06-27pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara
Drop ST from names and symbols, it does not add anything distinctive or descriptive.
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
* commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb': cosmetics: Fix spelling mistakes Merged-by: Clément Bœsch <u@pkh.me>