| Commit message (Expand) | Author | Age | Files | Lines |
* | display: Include mathematics.h for fallback definition of NAN | Martin Storsjö | 2014-05-19 | 1 | -0/+1 |
* | Add transformation matrix API. | Vittorio Giovara | 2014-05-19 | 5 | -1/+152 |
* | lavu: Add a pixel format for new VDA hwaccel | Anton Khirnov | 2014-05-11 | 3 | -1/+6 |
* | mathematics: K&R formatting cosmetics | Luca Barbato | 2014-05-03 | 1 | -42/+53 |
* | lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets | Janne Grunau | 2014-04-24 | 1 | -0/+7 |
* | avutil: move av_get_time_base_q() after include rational.h | Michael Niedermayer | 2014-04-22 | 1 | -5/+5 |
* | avutil: Add av_get_time_base_q() | Derek Buitenhuis | 2014-04-22 | 3 | -1/+12 |
* | crc: add ANSI CRC16 LE | Alessandro Ghedini | 2014-04-17 | 3 | -3/+41 |
* | lavu: Add packed YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 3 | -1/+14 |
* | xtea: Add Doxy @file and group | Timothy Gu | 2014-04-07 | 2 | -0/+9 |
* | adler32: Fix doxy group definition | Timothy Gu | 2014-04-07 | 2 | -0/+21 |
* | aarch64: add armv8 CPU flag | Janne Grunau | 2014-04-06 | 4 | -2/+7 |
* | replaygain: correctly parse peak values | Alessandro Ghedini | 2014-04-04 | 2 | -3/+3 |
* | log: Unbreak windows support | Luca Barbato | 2014-04-03 | 1 | -0/+1 |
* | log: Do not assume the TERM variable is always set | Luca Barbato | 2014-04-03 | 1 | -1/+1 |
* | log: Document AV_LOG_C usage | Luca Barbato | 2014-04-03 | 1 | -6/+8 |
* | log: Remove undefined behaviour | Luca Barbato | 2014-04-03 | 1 | -2/+2 |
* | log: Support for 256color terminals | Luca Barbato | 2014-04-03 | 3 | -20/+47 |
* | lavu: add missing formats to av_pix_fmt_swap_endianness | Janne Grunau | 2014-04-02 | 1 | -0/+3 |
* | frame: add a function for removing side data from a frame | Anton Khirnov | 2014-03-24 | 3 | -1/+23 |
* | Add replaygain side data type and code for parsing replaygain tags. | Anton Khirnov | 2014-03-24 | 4 | -1/+57 |
* | float_dsp: Replace arch optimization ifdefs by if cascade | Diego Biurrun | 2014-03-22 | 1 | -9/+8 |
* | float-dsp-test: do not use C99's predefined __func__ | Janne Grunau | 2014-03-20 | 1 | -9/+9 |
* | float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions | Martin Storsjö | 2014-03-19 | 1 | -23/+25 |
* | aarch64: float_dsp NEON assembler | Janne Grunau | 2014-03-18 | 5 | -2/+279 |
* | float_dsp: add test program and use it as fate test | Janne Grunau | 2014-03-18 | 2 | -0/+284 |
* | RGBA64 pixel formats | Jean First | 2014-03-16 | 3 | -1/+62 |
* | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 1 | -0/+54 |
* | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 1 | -0/+34 |
* | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | float_dsp: fix errors in documentation | Janne Grunau | 2014-03-09 | 1 | -3/+1 |
* | timer: use mach_absolute_time as high resolution clock on darwin | Janne Grunau | 2014-03-09 | 1 | -3/+11 |
* | dict: K&R formatting cosmetics | Patrice Clement | 2014-03-07 | 1 | -23/+31 |
* | arm: hpeldsp: prevent overreads in armv6 asm | Janne Grunau | 2014-03-05 | 1 | -0/+7 |
* | doc: fix a couple of typos in frame.h | Vittorio Giovara | 2014-03-04 | 1 | -1/+1 |
* | frame: add a convenience function for copying AVFrame data | Anton Khirnov | 2014-02-24 | 3 | -17/+79 |
* | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-23 | 3 | -6/+19 |
* | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 4 | -1/+11 |
* | x86: add missing XOP checks and macros | James Almer | 2014-02-23 | 1 | -0/+3 |
* | aarch64: use EXTERN_ASM consistently for exported symbols | Janne Grunau | 2014-02-20 | 1 | -1/+8 |
* | x86: float dsp: unroll SSE versions | Christophe Gisquet | 2014-02-20 | 1 | -16/+24 |
* | AVOptions: add flags for read/read-only options | Anton Khirnov | 2014-02-19 | 3 | -5/+22 |
* | AVOptions: deprecate unused AV_OPT_FLAG_METADATA | Anton Khirnov | 2014-02-19 | 2 | -1/+6 |
* | threads: Check w32threads dependencies at the configure stage | Diego Biurrun | 2014-02-19 | 1 | -1/+4 |
* | arm: Mark the stack as non-executable | Martin Storsjö | 2014-02-19 | 1 | -0/+1 |
* | lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type. | Tim Walker | 2014-02-15 | 5 | -1/+160 |
* | log: Have function parameter names match between .c and .h file | Diego Biurrun | 2014-02-12 | 2 | -6/+7 |
* | arm: Add EXTERN_ASM to the .func and .type declarations for exported symbols | Martin Storsjö | 2014-02-07 | 1 | -1/+4 |
* | lavu: add missing log.h include in timer.h | Janne Grunau | 2014-02-05 | 1 | -0/+2 |
* | doxy: Format @code blocks so they render properly | Luca Barbato | 2014-02-04 | 1 | -15/+15 |