summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-081-0/+5
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-063-1/+60
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-049-11/+20
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-032-0/+29
* avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis2013-04-301-1/+1
* ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-301-0/+4
* Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov2013-04-111-1/+1
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-0/+2
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-091-4/+4
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-043-1/+29
* opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-041-0/+7
* configure: prettify atomics handling.Anton Khirnov2013-04-033-7/+7
* AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-281-1/+1
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-272-23/+23
* avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-221-0/+4
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-193-1/+22
* AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-161-4/+4
* AVOption: remove an unused function parameter.Anton Khirnov2013-03-161-6/+4
* lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-151-2/+1
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-132-0/+60
* 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
OpenPOWER on IntegriCloud