summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/imgutils: Fix warning: missing braces around initializerMichael Niedermayer2017-09-161-1/+1
* avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste2017-09-151-0/+1
* hwcontext_vaapi: Fix build failure with old libdrmJun Zhao2017-09-141-1/+3
* hwcontext_vaapi: Add DRM to VAAPI mappingMark Thompson2017-09-131-1/+228
* lavu: Add DRM hwcontextMark Thompson2017-09-139-1/+475
* add missing ignore filesJesse Liu2017-09-101-0/+1
* lavu/timer.h: add Linux Perf API supportClément Bœsch2017-09-081-3/+43
* lavu/tests: move timer.h include earlierClément Bœsch2017-09-086-3/+15
* lavu/tests/des: rename crypt to crypt_refClément Bœsch2017-09-081-3/+3
* lavu/timer.h: factor out timer reportClément Bœsch2017-09-081-12/+15
* avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste2017-09-081-13/+11
* libavutil/opencl: fix potential null dereferenceTimo Rothenpieler2017-08-271-1/+1
* avutil/eval: add linear interpolation helperPaul B Mahol2017-08-191-1/+9
* Add macros to x86util.asm .Ivan Kalvachev2017-08-181-8/+98
* Add single precision planar RGB pixel formatsVittorio Giovara2017-08-154-1/+68
* pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara2017-08-103-1/+7
* d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-08-101-3/+3
* imgutils: add function to clear an image to blackwm42017-08-083-1/+195
* lavc, lavu: move frame cropping to a convenience functionwm42017-08-083-1/+135
* libavutil: add GRAY9 pixel formatPaul B Mahol2017-08-073-2/+27
* hwcontext_cuda : Support YUV444P16 formatYogender Gupta2017-08-032-2/+8
* fate: update pixfmt_best test to check for endiannessTobias Rapp2017-07-271-0/+14
* avutil/frame: add ICC Profile to av_frame_side_data_nameJames Almer2017-07-261-0/+1
* libavcodec/mips: Optimize avc idct 4x4 for msaKaustubh Raste2017-07-251-0/+18
* lavu/frame: add new side data type for ICC profilesRostislav Pehlivanov2017-07-252-1/+8
* pixdesc: Reindent after previous commitMark Thompson2017-07-221-12/+12
* pixdesc: Explicitly handle invalid arguments to av_find_best_pix_fmt_of_2()Mark Thompson2017-07-221-0/+6
* libavutil/mips: Updated msa generic macrosKaustubh Raste2017-07-211-384/+245
* avutil: merge slice threading implementation from avcodec and avfilterMuhammad Faiz2017-07-194-1/+313
* pixdesc: Add a test for av_find_best_pix_fmt_of_2()Mark Thompson2017-07-182-0/+126
* pixdesc: Improve scoring for opaque/unknown pixel formatsMark Thompson2017-07-181-4/+12
* avutil/threadmessage: fix error return in case of av_fifo_alloc failureAleksandr Slobodeniuk2017-07-141-1/+1
* lavu/cpu: disable MMX warning on non x86 platformsClément Bœsch2017-06-291-1/+2
* hwcontext_d3d11va: use correct license headerHendrik Leppkes2017-06-282-8/+8
* hwcontext_d3d11va: add option to enable debug modewm42017-06-272-0/+36
* dxva: support DXGI_FORMAT_420_OPAQUE decodingwm42017-06-272-2/+14
* hwcontext_d3d11va: allocate staging texture lazilywm42017-06-271-12/+34
* hwcontext_d3d11va: fix crash on frames_init failurewm42017-06-271-0/+2
* d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...Martin Storsjö2017-06-271-33/+47
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-271-0/+3
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-279-2/+677
* x86inc: don't use read-only data sections on COFF targetsJames Almer2017-06-271-0/+2
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-212-4/+4
* x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer2017-06-181-6/+9
* avutil/tests: remove float_dsp testJames Almer2017-06-143-359/+0
* hwcontext: Improve allocation in derived contextsMark Thompson2017-06-144-3/+22
* hwcontext_qsv: Implement mapping frames to the child device typeMark Thompson2017-06-141-2/+86
* hwcontext_qsv: Implement mapping frames from the child device typeMark Thompson2017-06-141-32/+142
* hwcontext: Add frame context mapping for nontrivial contextsMark Thompson2017-06-142-1/+13
* hwcontext_qsv: Support derivation from child devicesMark Thompson2017-06-141-29/+84
OpenPOWER on IntegriCloud