aboutsummaryrefslogtreecommitdiff
path: root/libavutil
AgeCommit message (Expand)Author
2018-06-17avutil/log: Replace the number by macro for bprint initJun Zhao
2018-06-15avutil/common: Fix undefined behavior in av_clip_uintp2_c()Michael Niedermayer
2018-06-12pixdesc: Only check against valid entries when iterating over lists of enumsDerek Buitenhuis
2018-06-07lavu/hwcontext_opecl: fix the build warningJun Zhao
2018-06-06lavu: add calling convention for OpenCL callback.Ruiling Song
2018-06-05Use the same name for stereo3d frame/packet side dataVittorio Giovara
2018-05-24hwcontext_vaapi: Fix mapping from DRMMark Thompson
2018-05-21hwcontext: Add test for device creation and derivationMark Thompson
2018-05-15lavu/Makefile: Fix alignment and orderingMark Thompson
2018-05-15hwcontext: Do not call device_init again when deriving an existing deviceMark Thompson
2018-05-15avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint
2018-05-10hwcontext_vaapi: Add an assert in vaapi_map_from_drm()Haihao Xiang
2018-05-10avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler
2018-05-10avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler
2018-05-05avutil: add gray14 pixel formatPaul B Mahol
2018-05-03avfilter/drawutils: add support for full rangePaul B Mahol
2018-04-30Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint
2018-04-30avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint
2018-04-27hwcontext_vaapi: Fix compilation with libva versions < 1.4.0Mark Thompson
2018-04-26lavu/opt: add AV_OPT_FLAG_DEPRECATEDClément Bœsch
2018-04-26lavu/threadmessage: add av_thread_message_queue_nb_elems()Clément Bœsch
2018-04-19random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme
2018-04-19avformat/mov: Increase support for common encryption.Jacob Trimble
2018-04-16Bump minor versions after release/4.0 branchingMichael Niedermayer
2018-04-16Bump minor versions for branching release/4.0Michael Niedermayer
2018-04-14avutil/random_seed: use bcrypt instead of the old wincrypt APISteve Lhomme
2018-04-13Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer
2018-04-13Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer
2018-04-09Drop Windows XP support remnantsDiego Biurrun
2018-04-08qsv: adding Multi Frame Encode supportMaxym Dmytrychenko
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-30Merge commit '3a7b4ae62c798edbd82bcd8fef863c74ed2acd4a'James Almer
2018-03-30arm: Produce .const_data instead of .section .rodata for Mach-OMartin Storsjö
2018-03-29Merge commit '86499771d1228d8303c8eb6509e20c0caaa02da5'James Almer
2018-03-28hwcontext_d3d11: Fix crash with valid adapter but no deviceMark Thompson
2018-03-24avcodec/avcodec.h: Add encryption info side data.Jacob Trimble
2018-03-22hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson
2018-03-22hwcontext_vaapi: Pass correct read/write flags when exporting surfacesMark Thompson
2018-03-22hwcontext_vaapi: Add support for legacy DRM mappingMark Thompson
2018-03-22hwcontext_drm: Clarify value for unknown format modifiersMark Thompson
2018-03-22hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson
2018-03-21qsv: align surface width/height to 16.Ruiling Song
2018-03-20avutil/integer: move the test to the corresponding subdirectoryJames Almer
2018-03-18hwcontext_vaapi: Always include DRM hwcontext headerMark Thompson
2018-03-18hwcontext_vaapi: Fix condition for DRM device derivationMark Thompson
2018-03-18lavu/frame: add QP side datawm4
2018-03-18lavu/frame: fix inconsistent qp_table_buf deprecationwm4
2018-03-16avutil/log: print level prefix also when no AVClass context is availableTobias Rapp