summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
* parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+4
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-1/+1
* lavu: add an API function to return the Libav version stringwm42015-07-022-0/+14
* configure: Support MSVC 2015Luca Barbato2015-06-081-5/+6
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-312-0/+28
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-314-5/+20
* ppc: vsx: Implement diff_pixels and get_pixelsLuca Barbato2015-05-311-0/+12
* ppc: vsx: Implement float_dspLuca Barbato2015-05-314-9/+174
* ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-313-3/+21
* ppc: Restrict some Altivec implementations to Big EndianLuca Barbato2015-05-311-1/+2
* ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-311-4/+19
* ppc: linux: Check altivec using the auxvLuca Barbato2015-05-311-0/+31
* ppc: avutil: Use the abriged vector typesLuca Barbato2015-05-312-17/+17
* ppc: avutil: Drop a potentially dangerous workaroundLuca Barbato2015-05-311-14/+0
* pixfmt: remove misleading and broken documentationwm42015-05-281-5/+0
* x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-253-1/+9
* log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-202-1/+12
* avutil: remove pointless bmi1 defineJames Almer2015-04-191-3/+2
* log: Introduce a more verbose debug levelVittorio Giovara2015-04-193-4/+19
* parseutils: Make av_small_strptime publicLuca Barbato2015-04-073-6/+37
* parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* lavc: add MMAL hardware decoder wrapperwm42015-03-293-2/+11
* pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara2015-03-231-8/+8
* pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-231-3/+6
* mov: Write the display matrix in orderVittorio Giovara2015-03-233-8/+8
* Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-3/+3
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-071-0/+6
* libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-211-0/+8
* libavutil: Add av_clip_intp2Peter Meerwald2015-02-211-0/+17
* pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-193-1/+10
* Don't anonymously typedef structsDiego Biurrun2015-02-142-4/+4
* frame: clarify buf documentationAnton Khirnov2015-02-081-1/+3
* mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-011-13/+19
* lavu: Check av_dict_set allocationsLuca Barbato2015-01-291-6/+11
* Add a side data type for audio service type.Anton Khirnov2015-01-272-1/+7
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-143-1/+46
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-143-1/+141
* opt: check memory allocationVittorio Giovara2015-01-051-0/+2
* check memory errors from av_strdup()Vittorio Giovara2014-12-181-3/+5
* lavu: Refactor side data wipingLuca Barbato2014-12-181-8/+14
* thread: use "" instead of <> for including the w32pthreads wrapperAnton Khirnov2014-12-141-1/+1
* aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-2/+8
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-091-1/+5
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
* lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-272-56/+29
* lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-271-0/+53