summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* avutil/tests: added selftest for aes_ctr.cThomas Turner2017-01-02
* avutil/tests: improved code coverage for atomicThomas Turner2017-01-01
* libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 se...Michael Niedermayer2016-12-31
* avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner2016-12-31
* avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner2016-12-31
* avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner2016-12-28
* avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2016-12-24
* tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer2016-12-23
* avutil/tests/random_seed: eliminate gotoMichael Niedermayer2016-12-23
* avutil/tests: Improved code coverage for random_seedThomas Turner2016-12-23
* tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-22
* avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2016-12-22
* avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential...Michael Niedermayer2016-12-21
* avutil: Added selftest for libavutil/audio_fifo.cThomas Turner2016-12-21
* avutil: Improved test coverage for avstring.cThomas Turner2016-12-20
* avutil/imgutils: Clarify doxy for av_image_check_size2()Michael Niedermayer2016-12-16
* Add missing #includes for standalone spherical-information-related headersDiego Biurrun2016-12-14
* avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-13
* avutil/tests/imgutils: Remove unused variableMichael Niedermayer2016-12-13
* opt: reject denominator zero as out of rangeAndreas Cadhalpun2016-12-13
* avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang2016-12-10
* avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang2016-12-10
* avutil: Add av_image_check_size2()Michael Niedermayer2016-12-10
* fate: add av_image_check_size() testMichael Niedermayer2016-12-10
* lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara2016-12-07
* avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler2016-11-30
* softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-25
* avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang2016-11-24
* cuda: check for cuda.h when enabledJames Almer2016-11-24
* avutil/tests: Add cpu_init.c to check whether the one-time initialization in ...Wan-Teh Chang2016-11-23
* avutil/cpu: remove the |checked| static variableWan-Teh Chang2016-11-23
* avutil/opt: Add AV_OPT_TYPE_UINT64Michael Niedermayer2016-11-23
* libavutil/hwcontext_cuda: Support P010 and P016 formatsPhilip Langdale2016-11-22
* avutil: add P016 pixel formatPhilip Langdale2016-11-22
* avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler2016-11-22
* avutil/opt: Fix setting int64 to its maximumMichael Niedermayer2016-11-20
* avutil/frame: fix indention after last commitMichael Niedermayer2016-11-16
* avutil/frame: Copy size=0 side data in ff_init_buffer_info()Michael Niedermayer2016-11-16
* aarch64: Add an offset parameter to the movrel macroMartin Storsjö2016-11-15
* arm: Clear the gp register alias at the end of functionsMartin Storsjö2016-11-15
* softfloat: handle -INT_MAX correctlyAndreas Cadhalpun2016-11-14
* Merge commit 'd20c118975220a0256027d1c2410bade94b8534d'Hendrik Leppkes2016-11-14
|\
| * hwcontext_qsv: add support for p010Anton Khirnov2016-07-03
| * hwcontext_vaapi: Add driver quirks to the hwdeviceMark Thompson2016-07-02
* | Merge commit '2ef87815fec059504370ae3050cc243a53553915'Hendrik Leppkes2016-11-14
|\|
| * hwcontext_dxva2: add support for p010Anton Khirnov2016-07-02
| * pixfmt: add P010 pixel formatHendrik Leppkes2016-07-02
* | lavu/pixfmt: Add GRAY10Carl Eugen Hoyos2016-11-14
* | Merge commit 'f62bb216ac4cfbbff16108c6bac35a0282532972'Hendrik Leppkes2016-11-13
|\|
| * hwcontext_vaapi: allow transfers to/from any size of sw frameMark Thompson2016-06-28