summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-111-3/+3
* avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-111-0/+1
* atomic: fix CAS with armcc.Anton Khirnov2013-03-091-0/+8
* atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö2013-03-081-0/+4
* atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-082-3/+3
* atomic: Add include guards to the implementation headersMartin Storsjö2013-03-083-0/+14
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-081-1/+25
* AVFrame: add side data.Anton Khirnov2013-03-082-0/+110
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-083-0/+832
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-1/+3
* AVBuffer: add a new API for buffer poolsAnton Khirnov2013-03-083-0/+245
* lavu: add a new API for reference-counted data buffers.Anton Khirnov2013-03-084-0/+453
* lavu: add support for atomic operations.Ronald S. Bultje2013-03-086-0/+348
* avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-071-1/+1
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-075-8/+6
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-073-1/+43
* lls: Do not return from void functionsDiego Biurrun2013-03-011-3/+3
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-012-4/+8
* lls: mark max_order as unsigned shortLuca Barbato2013-02-282-2/+2
* lls: move to the private namespaceLuca Barbato2013-02-283-9/+38
* lls: K&R formatting cosmeticsLuca Barbato2013-02-281-3/+3
* av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov2013-02-231-0/+3
* intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun2013-02-201-0/+2
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-191-1/+1
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-142-3/+6
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-142-20/+26
* lavu: avoid clashing definition of ELuca Barbato2013-02-121-4/+4
* crc: Move static data table from header to .c fileDiego Biurrun2013-02-112-214/+186
* arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö2013-02-111-1/+34
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+26
* dict: add av_dict_parse_string()Justin Ruggles2013-01-253-1/+65
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-253-1/+30
* avstring: K&R formatting cosmeticsLuca Barbato2013-01-241-59/+56
* float_dsp: Include config.h for redefining restrictMartin Storsjö2013-01-231-0/+2
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-226-0/+78
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-224-0/+37
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-2211-0/+208
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-229-0/+122
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-184-0/+58
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-182-14/+29
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-182-6/+6
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-171-3/+3
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-168-0/+206
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-152-0/+49
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-0/+8
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-151-8/+6
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-151-6/+5
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-154-1/+236
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-141-16/+13
OpenPOWER on IntegriCloud