summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-18
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-18
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-17
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* lavu: Add a fate test for the HMAC APIMartin Storsjö2013-01-15
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-15
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-15
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-15
* lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-15
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-14
* Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-12
* pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-12
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-06
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* avstring: add av_basename and av_dirnameLuca Barbato2012-12-29
* opt: avoid segfault in av_opt_next() if the class does not have an option listJustin Ruggles2012-12-22
* lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje2012-12-19
* misc typo, style and wording fixesDiego Biurrun2012-12-18