summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 branchingn4.1-devMichael 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
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-036-14/+35
* | Merge commit '3a7b4ae62c798edbd82bcd8fef863c74ed2acd4a'James Almer2018-03-301-1/+7
|\ \ | |/
| * arm: Produce .const_data instead of .section .rodata for Mach-OMartin Storsjö2018-03-301-1/+7
* | Merge commit '86499771d1228d8303c8eb6509e20c0caaa02da5'James Almer2018-03-291-4/+4
|\ \ | |/
| * qsv: align surface width/height to 16.Ruiling Song2018-03-211-4/+4
* | hwcontext_d3d11: Fix crash with valid adapter but no deviceMark Thompson2018-03-281-3/+5
* | avcodec/avcodec.h: Add encryption info side data.Jacob Trimble2018-03-244-1/+498
* | hwcontext_opencl: Add support for mapping DRM objects to BeignetMark Thompson2018-03-221-135/+130
* | hwcontext_vaapi: Pass correct read/write flags when exporting surfacesMark Thompson2018-03-221-3/+8
* | hwcontext_vaapi: Add support for legacy DRM mappingMark Thompson2018-03-221-12/+182
* | hwcontext_drm: Clarify value for unknown format modifiersMark Thompson2018-03-221-0/+3
* | hwcontext_opencl: Avoid deprecation warnings when built with post-1.2 headersMark Thompson2018-03-221-0/+2
* | avutil/integer: move the test to the corresponding subdirectoryJames Almer2018-03-203-38/+50
* | hwcontext_vaapi: Always include DRM hwcontext headerMark Thompson2018-03-181-3/+1
* | hwcontext_vaapi: Fix condition for DRM device derivationMark Thompson2018-03-181-1/+1
* | lavu/frame: add QP side datawm42018-03-183-7/+71
* | lavu/frame: fix inconsistent qp_table_buf deprecationwm42018-03-182-3/+5
* | avutil/log: print level prefix also when no AVClass context is availableTobias Rapp2018-03-161-3/+3
* | avutil: bump version after the latest AVOption flag additionJames Almer2018-03-161-1/+1
* | lavu/opt: add bit stream filter option dump support.Jun Zhao2018-03-161-0/+1
* | lavu/opt: add AV_OPT_FLAG_BSF_PARAMJun Zhao2018-03-161-0/+1
* | avutil: add missing version bump for AV_CRC_8_EBUJames Almer2018-03-101-1/+1
* | avutil/parseutils: only accept full us duration, do not accept mss durationMarton Balint2018-03-091-4/+3
* | crc: add AV_CRC_8_SBC as a 8 bits CRC with polynomial 0x1DAurelien Jacobs2018-03-073-3/+31
* | Merge commit '8ca39b855a7b0e4d9f726fa9d285bc8edcb953e6'Mark Thompson2018-03-051-0/+1
|\ \ | |/
| * qsv: Default PicStruct to progressiveRuiling Song2018-02-221-0/+1