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-10-02hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov
2016-09-27lavu: Bump version for the 12bit Planar YUV supportLuca Barbato
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-09-22hwcontext_cuda: Add P010 and YUV444P16 pixel formatYogender Kumar Gupta
2016-09-19x86util: Document SBUTTERFLY macroAlexandra Hájková
2016-09-14hwcontext_vdpau: Fix missing subscriptsMark Thompson
2016-09-14hwcontext_vdpau: Remove duplicate definition of GET_CALLBACKMark Thompson
2016-09-03Drop memalign hackDiego Biurrun
2016-08-31hwcontext_dxva2: use the special UC copy for downloading framesAnton Khirnov
2016-08-31imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov
2016-08-17mathematics: Kill non-compiling disabled cruftDiego Biurrun
2016-08-13hwcontext_vaapi: Try the first render node as the default DRM deviceMark Thompson
2016-08-11buffer: fix av_buffer_pool_init2() documentationAnton Khirnov
2016-08-03buffer: fix av_buffer_realloc() when the data is offset wrt buffer startAnton Khirnov
2016-08-03lavu: add LOCAL_ALIGNED_32James Almer
2016-08-02Revert "libavutil: Use an intermediate variable in AV_COPY*U"Martin Storsjö
2016-08-02intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64Martin Storsjö
2016-08-02intreadwrite: Add intermediate variables in the byteswise AV_W*() macrosMartin Storsjö
2016-07-31libavutil: Use an intermediate variable in AV_COPY*UMartin Storsjö
2016-07-21libavutil: Always use some GCC style attributes on clangMartin Storsjö
2016-07-21arm: Check for support for the .fpu directiveMartin Storsjö
2016-07-20x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser
2016-07-20x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun
2016-07-18x86util: Extend SPLATW for avx2James Almer
2016-07-03hwcontext_qsv: add support for p010Anton Khirnov
2016-07-02hwcontext_vaapi: Add driver quirks to the hwdeviceMark Thompson
2016-07-02hwcontext_dxva2: add support for p010Anton Khirnov
2016-07-02pixfmt: add P010 pixel formatHendrik Leppkes
2016-06-28hwcontext_vaapi: allow transfers to/from any size of sw frameMark Thompson
2016-06-28hwcontext: allocate the destination frame for the pool sizeAnton Khirnov
2016-06-28hwcontext: clarify the behaviour of transfer_data() for cropped framesAnton Khirnov
2016-06-27pixdesc: Fix AVCOL_TRC_BT2020_12 nameVittorio Giovara
2016-06-27pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara
2016-06-21hwcontext_vaapi: Return all formats for constraints without configMark Thompson
2016-06-21lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov
2016-06-21hwcontext: add a QSV implementationAnton Khirnov
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-05-29build: Change structure of the linker version script templatesDiego Biurrun
2016-05-28asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun
2016-05-26hwcontext_vaapi: implement device creationAnton Khirnov
2016-05-26hwcontext_dxva2: implement device creationAnton Khirnov
2016-05-26hwcontext_cuda: implement device creationAnton Khirnov
2016-05-26hwcontext_vdpau: implement device creationAnton Khirnov
2016-05-26hwcontext: add a function for opening devicesAnton Khirnov
2016-05-19xtea-test: Use struct allocation functions from the APIDiego Biurrun
2016-05-19blowfish-test: Use struct allocation functions from the APIDiego Biurrun