| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | hwcontext_cuda: implement frames_get_constraints | wm4 | 2017-01-23 | 1 | -0/+26 |
* | | libavutil: add av_lfg_init_from_data() function | Jonathan Campbell | 2017-01-22 | 3 | -1/+37 |
* | | hwcontext_vdpau: Fix missing subscripts | Mark Thompson | 2017-01-17 | 1 | -2/+2 |
* | | avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignore | Matthieu Bouron | 2017-01-17 | 1 | -0/+3 |
* | | avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty... | Thomas Turner | 2017-01-13 | 1 | -15/+15 |
* | | avutil/reverse: move the ff_reverse declaration to a separate header | James Almer | 2017-01-12 | 3 | -2/+29 |
* | | x86inc: Avoid using eax/rax for storing the stack pointer | Henrik Gramner | 2017-01-09 | 1 | -0/+7 |
* | | avutil/tile: check clock_gettime at runtime for apple platforms | Wang Bin | 2017-01-09 | 1 | -5/+13 |
* | | avutil/tests: added selftest for aes_ctr.c | Thomas Turner | 2017-01-02 | 2 | -0/+66 |
* | | avutil/tests: improved code coverage for atomic | Thomas Turner | 2017-01-01 | 1 | -1/+5 |
* | | libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 se... | Michael Niedermayer | 2016-12-31 | 1 | -2/+6 |
* | | avutil/tests/audio_fifo.c: Memory leak and tab space fixes | Thomas Turner | 2016-12-31 | 1 | -6/+14 |
* | | avutil/tests/audio_fifo.c: use av_malloc() family of functions | Thomas Turner | 2016-12-31 | 1 | -13/+9 |
* | | avutil/tests/audio_fifo.c: Corrected test error messages | Thomas Turner | 2016-12-28 | 1 | -2/+2 |
* | | avutil/random_seed: Reduce the time needed on systems with very low precissio... | Michael Niedermayer | 2016-12-24 | 1 | -1/+1 |
* | | tests/audio_fifo: fix buffer allocation for non planar formats | James Almer | 2016-12-23 | 1 | -3/+3 |
* | | avutil/tests/random_seed: eliminate goto | Michael Niedermayer | 2016-12-23 | 1 | -5/+6 |
* | | avutil/tests: Improved code coverage for random_seed | Thomas Turner | 2016-12-23 | 1 | -13/+21 |
* | | tests/avstring: free the pointer after calls to av_d2str() | James Almer | 2016-12-22 | 1 | -2/+4 |
* | | avutil/random_seed: Improve get_generic_seed() with higher precission clock() | Michael Niedermayer | 2016-12-22 | 1 | -4/+6 |
* | | avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential... | Michael Niedermayer | 2016-12-21 | 1 | -1/+1 |
* | | avutil: Added selftest for libavutil/audio_fifo.c | Thomas Turner | 2016-12-21 | 2 | -0/+197 |
* | | avutil: Improved test coverage for avstring.c | Thomas Turner | 2016-12-20 | 1 | -1/+25 |
* | | avutil/imgutils: Clarify doxy for av_image_check_size2() | Michael Niedermayer | 2016-12-16 | 1 | -1/+2 |
* | | Add missing #includes for standalone spherical-information-related headers | Diego Biurrun | 2016-12-14 | 1 | -0/+3 |
* | | avutil: fix data race in av_get_cpu_flags() | Wan-Teh Chang | 2016-12-13 | 2 | -7/+7 |
* | | avutil/tests/imgutils: Remove unused variable | Michael Niedermayer | 2016-12-13 | 1 | -1/+0 |
* | | opt: reject denominator zero as out of range | Andreas Cadhalpun | 2016-12-13 | 1 | -1/+1 |
* | | avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS | Wan-Teh Chang | 2016-12-10 | 2 | -8/+1 |
* | | avutil/cpu_init: remove unnecessary arguments to the main() function | Wan-Teh Chang | 2016-12-10 | 1 | -1/+1 |
* | | avutil: Add av_image_check_size2() | Michael Niedermayer | 2016-12-10 | 3 | -6/+39 |
* | | fate: add av_image_check_size() test | Michael Niedermayer | 2016-12-10 | 2 | -0/+38 |
* | | lavu: Add AVSphericalMapping type and frame side data | Vittorio Giovara | 2016-12-07 | 6 | -3/+188 |
* | | avutil/hwcontext_cuda: check for missing pixel format | Timo Rothenpieler | 2016-11-30 | 1 | -0/+3 |
* | | softfloat: decrease MIN_EXP to cover full float range | Andreas Cadhalpun | 2016-11-25 | 1 | -1/+1 |
* | | avutil/tests: add cpu_init to .gitignore and tests/fate | Wan-Teh Chang | 2016-11-24 | 1 | -0/+1 |
* | | cuda: check for cuda.h when enabled | James Almer | 2016-11-24 | 1 | -1/+2 |
* | | avutil/tests: Add cpu_init.c to check whether the one-time initialization in ... | Wan-Teh Chang | 2016-11-23 | 2 | -0/+73 |
* | | avutil/cpu: remove the |checked| static variable | Wan-Teh Chang | 2016-11-23 | 1 | -19/+21 |
* | | avutil/opt: Add AV_OPT_TYPE_UINT64 | Michael Niedermayer | 2016-11-23 | 2 | -0/+30 |
* | | libavutil/hwcontext_cuda: Support P010 and P016 formats | Philip Langdale | 2016-11-22 | 2 | -2/+15 |
* | | avutil: add P016 pixel format | Philip Langdale | 2016-11-22 | 3 | -2/+30 |
* | | avutil/hwcontext_cuda: use dynamically loaded CUDA | Timo Rothenpieler | 2016-11-22 | 4 | -25/+118 |
* | | avutil/opt: Fix setting int64 to its maximum | Michael Niedermayer | 2016-11-20 | 1 | -3/+7 |
* | | avutil/frame: fix indention after last commit | Michael Niedermayer | 2016-11-16 | 1 | -7/+7 |
* | | avutil/frame: Copy size=0 side data in ff_init_buffer_info() | Michael Niedermayer | 2016-11-16 | 1 | -0/+2 |
* | | aarch64: Add an offset parameter to the movrel macro | Martin Storsjö | 2016-11-15 | 1 | -4/+10 |
* | | arm: Clear the gp register alias at the end of functions | Martin Storsjö | 2016-11-15 | 1 | -0/+3 |
* | | softfloat: handle -INT_MAX correctly | Andreas Cadhalpun | 2016-11-14 | 1 | -1/+1 |
* | | Merge commit 'd20c118975220a0256027d1c2410bade94b8534d' | Hendrik Leppkes | 2016-11-14 | 1 | -0/+1 |
|\| |
|