summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-085-18/+86
* Add missing #includes for standalone spherical-information-related headersDiego Biurrun2016-12-081-0/+3
* lavc: Add spherical packet side data APIVittorio Giovara2016-12-071-1/+1
* lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara2016-12-075-1/+180
* lavu: Add a video section to Doxygen documentationVittorio Giovara2016-12-073-0/+72
* lavu: Document the color properties enumeration values originVittorio Giovara2016-12-021-0/+3
* hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size poolMark Thompson2016-11-261-0/+4
* arm: warn/error on movrelx usage problematic with PIC on ELFJanne Grunau2016-11-241-0/+9
* Drop some bogus Doxygen documentation.Diego Biurrun2016-11-211-2/+0
* Fix some mismatches between function parameter and doxygen parameter names.Diego Biurrun2016-11-213-4/+4
* hwcontext_dxva2: make sure the sw frame format is the right one during transferAnton Khirnov2016-11-181-0/+6
OpenPOWER on IntegriCloud