| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/fixed_dsp: remove redundant cast | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
* | libavutil: Add fixed_dsp | Nedeljko Babic | 2014-04-01 | 4 | -1/+244 |
* | avutil/opt: dont crash on av_opt_set_dict() with NULL | Michael Niedermayer | 2014-03-30 | 1 | -0/+3 |
* | lavu/mem: add av_dynarray_add_nofree function | Lukasz Marek | 2014-03-29 | 3 | -3/+31 |
* | avutil/frame: undeprecate AVFrame.motion_val API | Michael Niedermayer | 2014-03-26 | 1 | -2/+0 |
* | x86/cpu: check for OS support before enabling AVX2 | James Almer | 2014-03-25 | 1 | -1/+1 |
* | Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5' | Michael Niedermayer | 2014-03-24 | 3 | -1/+23 |
|\ |
|
| * | frame: add a function for removing side data from a frame | Anton Khirnov | 2014-03-24 | 3 | -1/+23 |
* | | Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78' | Michael Niedermayer | 2014-03-24 | 4 | -1/+57 |
|\| |
|
| * | Add replaygain side data type and code for parsing replaygain tags. | Anton Khirnov | 2014-03-24 | 4 | -1/+57 |
* | | avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD | Michael Niedermayer | 2014-03-22 | 1 | -2/+0 |
* | | avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() | Michael Niedermayer | 2014-03-22 | 1 | -3/+3 |
* | | lavu/mem: reimplement the dynarray functions with the macro. | Nicolas George | 2014-03-22 | 1 | -53/+22 |
* | | lavu: add AV_DYNARRAY_ADD() macro. | Nicolas George | 2014-03-22 | 1 | -0/+72 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-22 | 1 | -11/+10 |
|\| |
|
| * | float_dsp: Replace arch optimization ifdefs by if cascade | Diego Biurrun | 2014-03-22 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-20 | 1 | -9/+9 |
|\| |
|
| * | float-dsp-test: do not use C99's predefined __func__ | Janne Grunau | 2014-03-20 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-19 | 1 | -23/+25 |
|\| |
|
| * | float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions | Martin Storsjö | 2014-03-19 | 1 | -23/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-19 | 5 | -2/+279 |
|\| |
|
| * | aarch64: float_dsp NEON assembler | Janne Grunau | 2014-03-18 | 5 | -2/+279 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -1/+35 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-18 | 2 | -0/+284 |
|\| |
|
| * | float_dsp: add test program and use it as fate test | Janne Grunau | 2014-03-18 | 2 | -0/+284 |
* | | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30' | Michael Niedermayer | 2014-03-17 | 3 | -17/+33 |
|\| |
|
| * | RGBA64 pixel formats | Jean First | 2014-03-16 | 3 | -1/+62 |
* | | Merge commit 'da785231ea0b82b5c2526babbb2871c935b21a87' | Michael Niedermayer | 2014-03-14 | 1 | -0/+54 |
|\| |
|
| * | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 1 | -0/+54 |
* | | Merge commit 'e99af2a3b1660b4f328335149980064692097cad' | Michael Niedermayer | 2014-03-14 | 1 | -0/+34 |
|\| |
|
| * | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 1 | -0/+34 |
* | | Merge commit '831a1180785a786272cdcefb71566a770bfb879e' | Michael Niedermayer | 2014-03-13 | 1 | -2/+0 |
|\| |
|
| * | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |
* | | avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ use | Michael Niedermayer | 2014-03-13 | 1 | -0/+4 |
* | | x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar}_fma3 | James Almer | 2014-03-13 | 2 | -1/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-09 | 1 | -3/+1 |
|\| |
|
| * | float_dsp: fix errors in documentation | Janne Grunau | 2014-03-09 | 1 | -3/+1 |
* | | avutil/timer: Fix units for x86 after c708b5403346255ea5adc776645616cc7c61f078 | Michael Niedermayer | 2014-03-09 | 2 | -1/+6 |
* | | Merge commit 'c708b5403346255ea5adc776645616cc7c61f078' | Michael Niedermayer | 2014-03-09 | 1 | -3/+11 |
|\| |
|
| * | timer: use mach_absolute_time as high resolution clock on darwin | Janne Grunau | 2014-03-09 | 1 | -3/+11 |
* | | Merge commit '93d216d37a3f95190ecb9d51cf72f54ea4e04ec7' | Michael Niedermayer | 2014-03-07 | 1 | -21/+29 |
|\| |
|
| * | dict: K&R formatting cosmetics | Patrice Clement | 2014-03-07 | 1 | -23/+31 |
* | | Revert "lavu/buffer: add release function" | Lukasz Marek | 2014-03-06 | 2 | -41/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-05 | 1 | -0/+7 |
|\| |
|
| * | arm: hpeldsp: prevent overreads in armv6 asm | Janne Grunau | 2014-03-05 | 1 | -0/+7 |
* | | Merge commit 'a18ef7a76c735bcf78ed4825e33ad7f9f6f77a54' | Michael Niedermayer | 2014-03-04 | 1 | -1/+1 |
|\| |
|
| * | doc: fix a couple of typos in frame.h | Vittorio Giovara | 2014-03-04 | 1 | -1/+1 |
* | | lavu/log: add device categories | Lukasz Marek | 2014-03-03 | 3 | -1/+19 |
* | | avutil/opt: allow max=min=0 for pixel formats | Michael Niedermayer | 2014-03-01 | 1 | -0/+6 |
* | | lavu/buffer: add release function | Lukasz Marek | 2014-02-25 | 2 | -0/+41 |