summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* | avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize failsAman Gupta2017-02-021-2/+1
* | Merge commit 'f637046d3134a331e4b5a7243ac3dfb92735b8a5'Clément Bœsch2017-02-022-4/+3
|\ \ | |/
| * libavutil: Always use some GCC style attributes on clangMartin Storsjö2016-07-212-3/+3
* | Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73'Clément Bœsch2017-02-021-2/+8
|\ \ | |/
| * arm: Check for support for the .fpu directiveMartin Storsjö2016-07-211-2/+8
* | Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer2017-01-311-0/+6
|\ \ | |/
| * x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser2016-07-201-0/+6
* | Merge commit '7d7355aa92bb36ca0765c49a569a999bcb96f332'James Almer2017-01-313-1/+8
|\ \ | |/
| * x86: Add SSSE3_SLOW CPU flag and related convenience macrosDiego Biurrun2016-07-203-1/+8
| * x86util: Extend SPLATW for avx2James Almer2016-07-181-1/+3
* | avutil/frame: fix av_frame_copy for unknown layoutsMarton Balint2017-01-311-1/+1
* | avutil/eval: add atan2 functionPaul B Mahol2017-01-301-1/+3
* | avutil/channel_layout: add av_get_extended_channel_layoutMarton Balint2017-01-243-1/+37
* | avutil/channel_layout: fix remains of old syntax in docs and commentsMarton Balint2017-01-241-6/+1
* | hwcontext_cuda: implement frames_get_constraintswm42017-01-231-0/+26
* | libavutil: add av_lfg_init_from_data() functionJonathan Campbell2017-01-223-1/+37
* | hwcontext_vdpau: Fix missing subscriptsMark Thompson2017-01-171-2/+2
* | avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignoreMatthieu Bouron2017-01-171-0/+3
* | avutil/tests/audio_fifo.c: pass by reference for efficiency and change dataty...Thomas Turner2017-01-131-15/+15
* | avutil/reverse: move the ff_reverse declaration to a separate headerJames Almer2017-01-123-2/+29
* | x86inc: Avoid using eax/rax for storing the stack pointerHenrik Gramner2017-01-091-0/+7
* | avutil/tile: check clock_gettime at runtime for apple platformsWang Bin2017-01-091-5/+13
* | avutil/tests: added selftest for aes_ctr.cThomas Turner2017-01-022-0/+66
* | avutil/tests: improved code coverage for atomicThomas Turner2017-01-011-1/+5
* | libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 se...Michael Niedermayer2016-12-311-2/+6
* | avutil/tests/audio_fifo.c: Memory leak and tab space fixesThomas Turner2016-12-311-6/+14
* | avutil/tests/audio_fifo.c: use av_malloc() family of functionsThomas Turner2016-12-311-13/+9
* | avutil/tests/audio_fifo.c: Corrected test error messagesThomas Turner2016-12-281-2/+2
* | avutil/random_seed: Reduce the time needed on systems with very low precissio...Michael Niedermayer2016-12-241-1/+1
* | tests/audio_fifo: fix buffer allocation for non planar formatsJames Almer2016-12-231-3/+3
* | avutil/tests/random_seed: eliminate gotoMichael Niedermayer2016-12-231-5/+6
* | avutil/tests: Improved code coverage for random_seedThomas Turner2016-12-231-13/+21
* | tests/avstring: free the pointer after calls to av_d2str()James Almer2016-12-221-2/+4
* | avutil/random_seed: Improve get_generic_seed() with higher precission clock()Michael Niedermayer2016-12-221-4/+6
* | avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential...Michael Niedermayer2016-12-211-1/+1
* | avutil: Added selftest for libavutil/audio_fifo.cThomas Turner2016-12-212-0/+197
* | avutil: Improved test coverage for avstring.cThomas Turner2016-12-201-1/+25
* | avutil/imgutils: Clarify doxy for av_image_check_size2()Michael Niedermayer2016-12-161-1/+2
* | Add missing #includes for standalone spherical-information-related headersDiego Biurrun2016-12-141-0/+3
* | avutil: fix data race in av_get_cpu_flags()Wan-Teh Chang2016-12-132-7/+7
* | avutil/tests/imgutils: Remove unused variableMichael Niedermayer2016-12-131-1/+0
* | opt: reject denominator zero as out of rangeAndreas Cadhalpun2016-12-131-1/+1
* | avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADSWan-Teh Chang2016-12-102-8/+1
* | avutil/cpu_init: remove unnecessary arguments to the main() functionWan-Teh Chang2016-12-101-1/+1
* | avutil: Add av_image_check_size2()Michael Niedermayer2016-12-103-6/+39
* | fate: add av_image_check_size() testMichael Niedermayer2016-12-102-0/+38
* | lavu: Add AVSphericalMapping type and frame side dataVittorio Giovara2016-12-076-3/+188
* | avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler2016-11-301-0/+3
* | softfloat: decrease MIN_EXP to cover full float rangeAndreas Cadhalpun2016-11-251-1/+1
* | avutil/tests: add cpu_init to .gitignore and tests/fateWan-Teh Chang2016-11-241-0/+1
OpenPOWER on IntegriCloud