summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-089-3/+678
* avutil/md5: fix misaligned readsJames Almer2017-06-021-12/+8
* vaapi: Add ABGR map only if VA_FOURCC_ABGR is definedElviss Strazdins2017-05-291-0/+2
* avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-201-1/+8
* arm: Check for the .arch directive in configureMartin Storsjö2017-05-081-0/+2
* hwcontext: Improve allocation in derived contextsMark Thompson2017-04-304-3/+22
* hwcontext_qsv: Implement mapping frames to the child device typeMark Thompson2017-04-301-2/+86
* hwcontext_qsv: Implement mapping frames from the child device typeMark Thompson2017-04-301-32/+142
* hwcontext: Add frame context mapping for nontrivial contextsMark Thompson2017-04-302-1/+13
* hwcontext_qsv: Support derivation from child devicesMark Thompson2017-04-301-29/+84
* spherical: add functions to retrieve and request projection namesJames Almer2017-04-273-1/+47
* mem: uninline av_malloc(z)_array()Anton Khirnov2017-04-262-12/+16
* pixfmt: Add gbrap10 pixel formatPaul B Mahol2017-04-132-0/+32
* thread: Define ff_mutex_* macros as stub functions when threads are disabledDiego Biurrun2017-04-121-4/+4
* libavutil: Make LOCAL_ALIGNED(xx be equal to LOCAL_ALIGNED_xx(Martin Storsjö2017-03-311-4/+5
* hwcontext: Move NONE to the be the first member of AVHWDeviceTypeMark Thompson2017-03-272-2/+3
* spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-231-5/+5
* lavu: Drop deprecated av_dlog macroVittorio Giovara2017-03-232-17/+0
* lavu: Drop deprecated option typeVittorio Giovara2017-03-232-6/+0
* lavu: Drop deprecated VDPAU pixel formatsVittorio Giovara2017-03-233-51/+0
* lavc: Drop deprecated stream codec tagVittorio Giovara2017-03-231-2/+2
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-233-17/+0
* Bump major versions of all librariesVittorio Giovara2017-03-231-6/+6
* libavutil: Hook up the rest of the gcc specific attributes to clang as wellMartin Storsjö2017-03-221-6/+6
* libavutil: Define the noreturn attribute for clang in MSVC mode as wellMartin Storsjö2017-03-211-1/+1
* hwcontext: Make it easier to work with device typesMark Thompson2017-03-203-1/+70
* hwcontext: Add device derivationMark Thompson2017-03-204-1/+100
* x86util: Port all macros to cpuflagsDiego Biurrun2017-03-141-21/+31
* spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-073-1/+93
* libavutil: add av_mod_uintp2James Almer2017-03-011-0/+14
* intmath: add faster clz supportGanesh Ajjanagadde2017-03-011-0/+19
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-7/+7
* aarch64: Add parentheses around the offset parameter in movrelMartin Storsjö2017-02-161-2/+2
* hwcontext_vaapi: Try to support the VDPAU wrapperMark Thompson2017-02-132-34/+52
* hwcontext_dxva2: support D3D9Exwm42017-02-111-30/+87
* AVFrame: add an opaque_ref fieldwm42017-02-113-2/+22
* frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-113-2/+8
* cpu: add a function for querying maximum required data alignmentAnton Khirnov2017-02-113-1/+27
* imgutils: Document av_image_get_buffer_size()Vittorio Giovara2017-02-101-1/+5
* asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-031-1/+1
* hwcontext_cuda: implement frames_get_constraintswm42017-02-011-0/+26
* Mark some arrays that never change as const.Anton Khirnov2017-02-015-9/+9
* fifo: Return the correct AVERROR valueLuca Barbato2017-01-261-1/+1
* des-test: Pass the proper types to av_des_*() functionsDiego Biurrun2017-01-241-16/+19
* frame: add a cropping rectangle to AVFrameAnton Khirnov2017-01-123-2/+32
* hmac: Explicitly convert types at function pointer assignmentDiego Biurrun2017-01-091-12/+23
* crypto: consistently use size_t as type for length parametersDiego Biurrun2017-01-095-4/+30
* x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner2017-01-091-0/+7
* build: Generate pkg-config files from Make and not from configureDiego Biurrun2016-12-221-0/+1
* ppc: Merge types_altivec.h into util_altivec.hDiego Biurrun2016-12-142-48/+22
OpenPOWER on IntegriCloud