summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer2018-07-311-1/+1
* x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer2018-07-311-0/+2
* avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao2018-07-312-0/+249
* lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-312-1/+3
* avutil/hwcontext_d3d11va: fix type arguments passed to IDXGIAdapter2_GetDesc()James Almer2018-07-251-1/+1
* avutil/pixfmt: Document chroma plane size for odd resolutionsMichael Niedermayer2018-07-201-0/+4
* lavu/x86/cpu: Fix aesni detectionalexander schmid2018-07-191-1/+1
* avutil/pixelutils: correct the function name in commentsJun Zhao2018-07-111-4/+4
* hwcontext_opencl: remove an unused variableJun Zhao2018-06-291-1/+0
* hwcontext_opencl: Remove the opencl_device_init in opencl_device_deriveJun Zhao2018-06-291-4/+1
* configure: fix check for opencl_vaapi_intel_media.Jun Zhao2018-06-291-1/+6
* libavutil/encryption_info: Add unit tests.Jacob Trimble2018-06-273-0/+178
* avutil/gitignore: Ignore integer test binary.Jacob Trimble2018-06-271-0/+1
* avutil/encryption_info: Fix documentation problem.Jacob Trimble2018-06-271-1/+1
* hwcontext_opencl: Remove unused variableMark Thompson2018-06-241-1/+0
* libavutil/encryption_info: Allow multiple init info.Jacob Trimble2018-06-232-51/+100
* hwcontext_opencl: use ff_hwframe_map_replace()Rostislav Pehlivanov2018-06-211-4/+1
* hwcontext_internal: add ff_hwframe_map_replaceRostislav Pehlivanov2018-06-212-0/+12
* tests/bprint: Replace the number by macro for bprint initJun Zhao2018-06-171-6/+6
* avutil/log: Replace the number by macro for bprint initJun Zhao2018-06-171-3/+3
* avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer2018-06-151-1/+1
* pixdesc: Only check against valid entries when iterating over lists of enumsDerek Buitenhuis2018-06-121-4/+24
* lavu/hwcontext_opecl: fix the build warningJun Zhao2018-06-071-2/+2
* lavu: add calling convention for OpenCL callback.Ruiling Song2018-06-061-3/+4
* Use the same name for stereo3d frame/packet side dataVittorio Giovara2018-06-051-1/+1
* hwcontext_vaapi: Fix mapping from DRMMark Thompson2018-05-241-1/+3
* hwcontext: Add test for device creation and derivationMark Thompson2018-05-213-0/+228
* lavu/Makefile: Fix alignment and orderingMark Thompson2018-05-151-3/+3
* hwcontext: Do not call device_init again when deriving an existing deviceMark Thompson2018-05-151-4/+3
* avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint2018-05-151-3/+4
* hwcontext_vaapi: Add an assert in vaapi_map_from_drm()Haihao Xiang2018-05-101-0/+2
* avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler2018-05-101-67/+15
* avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler2018-05-102-1/+12
* avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-3/+15
* avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler2018-05-103-1/+5
* avutil: add gray14 pixel formatPaul B Mahol2018-05-052-0/+25
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-031-0/+12
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-1/+1
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-304-13/+4
* hwcontext_vaapi: Fix compilation with libva versions < 1.4.0Mark Thompson2018-04-271-0/+5
* lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch2018-04-263-1/+8
* lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch2018-04-263-1/+22
* avformat/mov: Increase support for common encryption.Jacob Trimble2018-04-191-1/+1
* Bump minor versions after release/4.0 branchingMichael Niedermayer2018-04-161-1/+1
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-1/+1
* avutil/random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme2018-04-141-9/+10
* Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer2018-04-132-12/+1
|\
| * Drop Windows XP support remnantsDiego Biurrun2018-04-092-12/+1
* | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-131-0/+5
|\ \ | |/
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-081-0/+5
OpenPOWER on IntegriCloud