summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Drop memalign hackDiego Biurrun2016-09-031-26/+3
* hwcontext_dxva2: use the special UC copy for downloading framesAnton Khirnov2016-08-311-2/+7
* imgutils: add a function for copying image data from GPU mapped memoryAnton Khirnov2016-08-317-14/+215
* mathematics: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-9/+0
* hwcontext_vaapi: Try the first render node as the default DRM deviceMark Thompson2016-08-131-5/+8
* buffer: fix av_buffer_pool_init2() documentationAnton Khirnov2016-08-111-3/+4
* buffer: fix av_buffer_realloc() when the data is offset wrt buffer startAnton Khirnov2016-08-031-1/+1
* lavu: add LOCAL_ALIGNED_32James Almer2016-08-031-0/+6
* Revert "libavutil: Use an intermediate variable in AV_COPY*U"Martin Storsjö2016-08-021-5/+1
* intreadwrite: Use the __unaligned keyword on MSVC for ARM and x86_64Martin Storsjö2016-08-021-0/+5
* intreadwrite: Add intermediate variables in the byteswise AV_W*() macrosMartin Storsjö2016-08-021-6/+12
* libavutil: Use an intermediate variable in AV_COPY*UMartin Storsjö2016-07-311-1/+5
* libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-212-3/+3
* arm: Check for support for the .fpu directiveMartin Storsjö2016-07-211-2/+8
* x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser2016-07-201-0/+6
* x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun2016-07-203-1/+8
* x86util: Extend SPLATW for avx2James Almer2016-07-181-1/+3
* hwcontext_qsv: add support for p010Anton Khirnov2016-07-031-0/+1
* hwcontext_vaapi: Add driver quirks to the hwdeviceMark Thompson2016-07-023-1/+62
* hwcontext_dxva2: add support for p010Anton Khirnov2016-07-021-12/+15
* pixfmt: add P010 pixel formatHendrik Leppkes2016-07-023-1/+29
* hwcontext_vaapi: allow transfers to/from any size of sw frameMark Thompson2016-06-281-0/+12
* hwcontext: allocate the destination frame for the pool sizeAnton Khirnov2016-06-281-2/+6
* hwcontext: clarify the behaviour of transfer_data() for cropped framesAnton Khirnov2016-06-281-0/+8
* pixdesc: Fix AVCOL_TRC_BT2020_12 nameVittorio Giovara2016-06-271-1/+1
* pixdesc: Add aliases to SMPTE color propertiesVittorio Giovara2016-06-273-7/+10
* hwcontext_vaapi: Return all formats for constraints without configMark Thompson2016-06-211-111/+79
* lavc: export the timestamps when decoding in AVFrame.ptsAnton Khirnov2016-06-213-0/+11
* hwcontext: add a QSV implementationAnton Khirnov2016-06-217-1/+853
* pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara2016-06-213-1/+7
* pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck2016-06-213-1/+3
* pixdesc: Use C99 array to list color properties namesVittorio Giovara2016-06-131-18/+55
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
* asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-282-35/+35
* hwcontext_vaapi: implement device creationAnton Khirnov2016-05-261-0/+123
* hwcontext_dxva2: implement device creationAnton Khirnov2016-05-261-0/+133
* hwcontext_cuda: implement device creationAnton Khirnov2016-05-261-0/+44
* hwcontext_vdpau: implement device creationAnton Khirnov2016-05-261-0/+81
* hwcontext: add a function for opening devicesAnton Khirnov2016-05-264-1/+68
* xtea-test: Use struct allocation functions from the APIDiego Biurrun2016-05-191-10/+14
* blowfish-test: Use struct allocation functions from the APIDiego Biurrun2016-05-191-13/+17
* blowfish-test: Return different values for different errorsDiego Biurrun2016-05-191-2/+2
* stereo3d: Add API to get name from value or value from nameVittorio Giovara2016-05-173-1/+52
* hwcontext: add a dxva2 implementationAnton Khirnov2016-05-177-1/+373
* x86inc: Enable AVX emulation in additional casesAnton Mitrofanov2016-05-161-8/+13
* x86inc: Improve handling of %ifid with multi-token parametersAnton Mitrofanov2016-05-161-2/+2
* x86inc: Fix AVX emulation of some instructionsAnton Mitrofanov2016-05-161-20/+24
* x86inc: Fix AVX emulation of scalar float instructionsHenrik Gramner2016-05-161-14/+14
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-1323-55/+76
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-131-0/+1