4594 Commits (a2a7b02fbd9d96ff12280cfa03bbce6b8c797932)

Author SHA1 Message Date
Aman Gupta 3606602f11 avutil/hwcontext_vaapi: fix SEGV in vaTerminate when vaInitialize fails 8 years ago
wm4 3ad825793a hwcontext_cuda: implement frames_get_constraints 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Marton Balint d25769555b avutil/frame: fix av_frame_copy for unknown layouts 8 years ago
Paul B Mahol 13564fc24d avutil/eval: add atan2 function 8 years ago
Luca Barbato 562ef82d6a fifo: Return the correct AVERROR value 8 years ago
Marton Balint c4618f842a avutil/channel_layout: add av_get_extended_channel_layout 8 years ago
Marton Balint 5049f05f27 avutil/channel_layout: fix remains of old syntax in docs and comments 8 years ago
Diego Biurrun b83aea7340 des-test: Pass the proper types to av_des_*() functions 8 years ago
wm4 c16fe1432d hwcontext_cuda: implement frames_get_constraints 8 years ago
Jonathan Campbell 76c5a69e26 libavutil: add av_lfg_init_from_data() function 8 years ago
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