4528 Commits (22b72de04bfd0aa9f00546f10b20615120c0d9c6)

Author SHA1 Message Date
Mark Thompson f7e9275f83 hwcontext_vdpau: Fix missing subscripts 8 years ago
Matthieu Bouron adf5dc90a9 avutil/tests: add aes_ctr, audio_fifo and imgutils to .gitignore 8 years ago
Thomas Turner 08fdf965c9 avutil/tests/audio_fifo.c: pass by reference for efficiency and change datatype to const 8 years ago
James Almer 1d4d0ee4b0 avutil/reverse: move the ff_reverse declaration to a separate header 8 years ago
Anton Khirnov 52627248e4 frame: add a cropping rectangle to AVFrame 8 years ago
Henrik Gramner cd09e3b349 x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Diego Biurrun 00b6a76543 hmac: Explicitly convert types at function pointer assignment 8 years ago
Diego Biurrun e435beb1ea crypto: consistently use size_t as type for length parameters 8 years ago
Henrik Gramner 3cba1ad76d x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Wang Bin 0e8b68a2c4 avutil/tile: check clock_gettime at runtime for apple platforms 8 years ago
Thomas Turner 3126ca2825 avutil/tests: added selftest for aes_ctr.c 8 years ago
Thomas Turner b7a6d28e5e avutil/tests: improved code coverage for atomic 8 years ago
Michael Niedermayer 7525517593 libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 sec gathering entropy 8 years ago
Thomas Turner 1bfb4587a2 avutil/tests/audio_fifo.c: Memory leak and tab space fixes 8 years ago
Thomas Turner 11b7cad3dc avutil/tests/audio_fifo.c: use av_malloc() family of functions 8 years ago
Thomas Turner d7a3c7427f avutil/tests/audio_fifo.c: Corrected test error messages 8 years ago
Michael Niedermayer c4152fc42e avutil/random_seed: Reduce the time needed on systems with very low precission clock() 8 years ago
James Almer 94eb600f35 tests/audio_fifo: fix buffer allocation for non planar formats 8 years ago
Michael Niedermayer c193132ce5 avutil/tests/random_seed: eliminate goto 8 years ago
Thomas Turner 8dcb28cf6d avutil/tests: Improved code coverage for random_seed 8 years ago
James Almer 0abcebe3d6 tests/avstring: free the pointer after calls to av_d2str() 8 years ago
Michael Niedermayer da73d95bad avutil/random_seed: Improve get_generic_seed() with higher precission clock() 8 years ago
Diego Biurrun 92db508307 build: Generate pkg-config files from Make and not from configure 8 years ago
Michael Niedermayer 54931fd0fb avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential alignment issues 8 years ago
Thomas Turner 9f76ad2a46 avutil: Added selftest for libavutil/audio_fifo.c 8 years ago
Thomas Turner e303e3d4b9 avutil: Improved test coverage for avstring.c 8 years ago
Michael Niedermayer d4c1cc2b87 avutil/imgutils: Clarify doxy for av_image_check_size2() 8 years ago
Diego Biurrun 2d7aadf3d9 Add missing #includes for standalone spherical-information-related headers 8 years ago
Diego Biurrun 05a603a94e ppc: Merge types_altivec.h into util_altivec.h 8 years ago
Wan-Teh Chang fed50c4304 avutil: fix data race in av_get_cpu_flags() 8 years ago
Michael Niedermayer 4cf3def805 avutil/tests/imgutils: Remove unused variable 8 years ago
Andreas Cadhalpun 3ab8436ff6 opt: reject denominator zero as out of range 8 years ago
Wan-Teh Chang 3703f13333 avutil/tests: run the cpu_init.c test conditionally on HAVE_THREADS 8 years ago
Wan-Teh Chang 8986885801 avutil/cpu_init: remove unnecessary arguments to the main() function 8 years ago
Michael Niedermayer f542b152aa avutil: Add av_image_check_size2() 8 years ago
Michael Niedermayer 1b39a30247 fate: add av_image_check_size() test 8 years ago
Wan-Teh Chang 2170017a1c avutil: fix data race in av_get_cpu_flags() 8 years ago
Diego Biurrun f912fd767e Add missing #includes for standalone spherical-information-related headers 8 years ago
Vittorio Giovara 8f58ecc344 lavu: Add AVSphericalMapping type and frame side data 8 years ago
Vittorio Giovara 2fb6acd9c2 lavc: Add spherical packet side data API 8 years ago
Vittorio Giovara c70add61d1 lavu: Add AVSphericalMapping type and frame side data 8 years ago
Vittorio Giovara 075acbb6ff lavu: Add a video section to Doxygen documentation 8 years ago
Vittorio Giovara 706af9227b lavu: Document the color properties enumeration values origin 8 years ago
Timo Rothenpieler 52773a2c68 avutil/hwcontext_cuda: check for missing pixel format 8 years ago
Mark Thompson d30719e62d hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size pool 8 years ago
Andreas Cadhalpun 2d6f46d801 softfloat: decrease MIN_EXP to cover full float range 8 years ago
Janne Grunau 6a1ea4ec93 arm: warn/error on movrelx usage problematic with PIC on ELF 8 years ago
Wan-Teh Chang 048b46b4e2 avutil/tests: add cpu_init to .gitignore and tests/fate 8 years ago
James Almer d1de725bee cuda: check for cuda.h when enabled 8 years ago
Wan-Teh Chang d84a21207e avutil/tests: Add cpu_init.c to check whether the one-time initialization in av_get_cpu_flags() has data races. 8 years ago