| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | samplefmt: avoid integer overflow in av_samples_get_buffer_size() | Justin Ruggles | 2014-02-04 | 1 | -0/+2 |
* | x86inc: Speed up assembling with Yasm | Loren Merritt | 2014-01-26 | 1 | -23/+23 |
* | avutil: remove timer.h include from internal.h | Janne Grunau | 2014-01-25 | 3 | -1/+2 |
* | doxy: Document better the available AVFrame flags | Luca Barbato | 2014-01-17 | 1 | -1/+11 |
* | doxy: Add AVFrame to the structured modules | Luca Barbato | 2014-01-17 | 1 | -0/+19 |
* | aarch64: port neon clobber test from arm | Janne Grunau | 2014-01-15 | 1 | -0/+65 |
* | aarch64: add cpuflags support for NEON and VFP | Janne Grunau | 2014-01-15 | 6 | -4/+136 |
* | aarch64: bswap inline assembly | Janne Grunau | 2014-01-14 | 2 | -1/+53 |
* | arm: Add an option for making sure NEON registers aren't clobbered | Martin Storsjö | 2014-01-11 | 1 | -0/+62 |
* | avutil: do not use avcodec header in frame.h | Vittorio Giovara | 2014-01-09 | 1 | -2/+1 |
* | arm: Allow overriding the alignment set in the function macro | Martin Storsjö | 2014-01-07 | 1 | -2/+2 |
* | random_seed: Rewrite the generic clock() based seed code | Michael Niedermayer | 2014-01-06 | 1 | -21/+30 |
* | avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. | Tim Walker | 2014-01-05 | 2 | -1/+5 |
* | lavu: Add values for various Dolby flags to the AVMatrixEncoding enum. | Tim Walker | 2014-01-05 | 2 | -1/+5 |
* | mathematics: remove asserts from av_rescale_rnd() | Anton Khirnov | 2014-01-03 | 1 | -4/+3 |
* | lavu: Move preprocessor macros in a separate file | Luca Barbato | 2013-12-29 | 5 | -19/+55 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 3 | -18/+18 |
* | error.h: Do not circularly depend on avutil.h | Diego Biurrun | 2013-12-25 | 1 | -1/+0 |
* | lavu: fix typo in documentation. | Tim Walker | 2013-12-22 | 1 | -1/+1 |