summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov2013-04-11
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-09
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-04
* opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-04
* configure: prettify atomics handling.Anton Khirnov2013-04-03
* AVOptions: make av_set_options_string() forward options to child objectsAnton Khirnov2013-03-28
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-22
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-19
* AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-16
* AVOption: remove an unused function parameter.Anton Khirnov2013-03-16
* lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-15
* Add av_log_{ask_for_sample|missing_feature} replacements to libavutilDiego Biurrun2013-03-13
* atomic: prefer gcc builtins over win32 atomics, if available.Hendrik Leppkes2013-03-11
* avframe: copy reordered_opaque in copy_propsJanne Grunau2013-03-11
* atomic: fix CAS with armcc.Anton Khirnov2013-03-09
* atomic: Exclude the unsupported implementation headers from checkheadersMartin Storsjö2013-03-08
* atomic: Check for __sync_val_compare_and_swap instead of __sync_synchronizeMartin Storsjö2013-03-08
* atomic: Add include guards to the implementation headersMartin Storsjö2013-03-08
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* AVFrame: deprecate all now unused fieldsAnton Khirnov2013-03-08
* AVFrame: add side data.Anton Khirnov2013-03-08
* Move AVFrame from lavc to lavu.Anton Khirnov2013-03-08
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* AVBuffer: add a new API for buffer poolsAnton Khirnov2013-03-08
* lavu: add a new API for reference-counted data buffers.Anton Khirnov2013-03-08
* lavu: add support for atomic operations.Ronald S. Bultje2013-03-08
* avstring: Fix isxdigit to not accept non-hex charactersMartin Storsjö2013-03-07
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* avstring: Add locale independent versions of some ctype.h functionsReimar Döffinger2013-03-07
* lls: Do not return from void functionsDiego Biurrun2013-03-01
* lls: #ifndef --> #if in FF_API_ version guardDiego Biurrun2013-03-01
* lls: mark max_order as unsigned shortLuca Barbato2013-02-28
* lls: move to the private namespaceLuca Barbato2013-02-28
* lls: K&R formatting cosmeticsLuca Barbato2013-02-28
* av_memcpy_backptr: avoid an infinite loop for back = 0Anton Khirnov2013-02-23
* intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun2013-02-20
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-19
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-14
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-14
* lavu: avoid clashing definition of ELuca Barbato2013-02-12
* crc: Move static data table from header to .c fileDiego Biurrun2013-02-11
* arm: Fall back to runtime cpu feature detection via /proc/cpuinfoMartin Storsjö2013-02-11
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dict: add av_dict_parse_string()Justin Ruggles2013-01-25
* lavu: Add av_strnstr()Vladimir Pantelic2013-01-25
* avstring: K&R formatting cosmeticsLuca Barbato2013-01-24
* float_dsp: Include config.h for redefining restrictMartin Storsjö2013-01-23
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22