summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwcontext: Make it easier to work with device typesMark Thompson2017-06-143-2/+72
* hwcontext: Add device derivationMark Thompson2017-06-144-1/+100
* hwcontext_vaapi: Try to support the VDPAU wrapperMark Thompson2017-06-142-34/+52
* x86inc: Add some additional cpuflag relationsHenrik Gramner2017-06-121-19/+19
* x86inc: Remove argument from WIN64_RESTORE_XMMAnton Mitrofanov2017-06-091-9/+10
* x86inc: Prefer r14/r15 over r12/r13 on x86-64Henrik Gramner2017-06-091-8/+8
* x86inc: Make REP_RET identical to RET in SSSE3+ functionsHenrik Gramner2017-06-091-1/+1
* x86inc: Fix call with memory operandsHenrik Gramner2017-06-091-2/+6
* libavutil/eval: Add round function to expression parserKevin Mark2017-06-061-1/+4
* avutil/softfloat: Fix sign error in and improve documentation of av_int2sf()Michael Niedermayer2017-06-041-2/+4
* avutil/pixfmt: remove superfluous defineJames Almer2017-06-011-2/+0
* Merge commit 'b83aea73404f6f9314e72fe5d6238deaffa12b2c'Clément Bœsch2017-05-191-16/+19
|\
| * des-test: Pass the proper types to av_des_*() functionsDiego Biurrun2017-01-241-16/+19
* | avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-161-1/+8
* | hwcontext_videotoolbox: fix fate-sourcewm42017-05-151-3/+3
* | videotoolbox: add hwcontext supportwm42017-05-157-1/+306
* | x86/float_dsp: remove usage of integer instructionsJames Almer2017-05-121-7/+7
* | Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'James Almer2017-05-083-2/+33
|\ \ | |/
| * frame: add a cropping rectangle to AVFrameAnton Khirnov2017-01-123-2/+32
* | avutil/softfloat: Fix overflow in av_div_sf()Michael Niedermayer2017-05-061-1/+8
OpenPOWER on IntegriCloud