49 Commits (589fa8a027f3b1707d78d7c45335acc498a5e887)

Author SHA1 Message Date
Marton Balint 9a7f060c32 avutil/random_seed: turn off buffering when reading from random 1 year ago
Pavel Koshevoy 0056d9f176 avutil: fix build failure on osx 10.4 1 year ago
James Almer b7f4d5fa7e avutil/random_seed: add support for gcrypt and OpenSSL as source of randomness 1 year ago
James Almer d694c25b44 avutil/random_seed: add av_random_bytes() 1 year ago
James Almer 7a1128ca07 avutil/random_seed: use fread() in read_random() 1 year ago
Andreas Rheinhardt 72c601e0f7 avutil/internal: Move avpriv-file API to a header of its own 2 years ago
Steve Lhomme abf806f7f1 random_seed: use bcrypt instead of the old wincrypt API 7 years ago
Steve Lhomme aedbf1640c avutil/random_seed: use bcrypt instead of the old wincrypt API 7 years ago
Diego Biurrun 7ac092d05d build: CryptGenRandom --> wincrypt, it is a better name 7 years ago
Michael Niedermayer 7525517593 libavutil/random_seed: Ensure that get_generic_seed() spends at least 1/32 sec gathering entropy 8 years ago
Michael Niedermayer c4152fc42e avutil/random_seed: Reduce the time needed on systems with very low precission clock() 8 years ago
Michael Niedermayer da73d95bad avutil/random_seed: Improve get_generic_seed() with higher precission clock() 8 years ago
Michael Niedermayer 54931fd0fb avutil/random_seed: Use uint64 instead of uint8 for struct to avoid potential alignment issues 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 2540d884f3 avutil/random_seed: Add the runtime in cycles of the main loop to the entropy pool 9 years ago
Ganesh Ajjanagadde 39f8c7961d lavu/random_seed: use arc4random() when available 9 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 10 years ago
Michael Niedermayer 01d245ef43 random_seed: Rewrite the generic clock() based seed code 11 years ago
Rémi Denis-Courmont 880391ed2d libavutil: use avpriv_open() 11 years ago
Michael Niedermayer 26474d1098 random_seed: fix digest size 12 years ago
Michael Niedermayer 7fe5548531 random_seed: fix out of array read 12 years ago
Martin Storsjö 1093383d6c random_seed: Support using CryptGenRandom on windows 12 years ago
Derek Buitenhuis 9ab538e31f random_seed: Replace a VLA with a normal array 12 years ago
Ronald S. Bultje a4d71eb5c3 random_seed: Only read /dev/*random if we have unistd.h 12 years ago
Ronald S. Bultje f985113075 random_seed: Only read /dev/*random if we have unistd.h 13 years ago
Michael Niedermayer 66531c75d3 random_seed: rewrite generic code. 13 years ago
Michael Niedermayer 946de27d25 random_seed: add selftest 13 years ago
Yordan Makariev 425b45d4b0 Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. 13 years ago
Mans Rullgard 172ee1da2b random_seed: use proper #includes 14 years ago
Anton Khirnov 975c273405 lavu: remove disabled ff_random_get_seed cruft. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Michael Niedermayer 6a522c49c2 Fix infinite loop with clock() returning (clock_t)-1. 15 years ago
Michael Niedermayer b65c1ccfe1 Change i to unsigned in get_generic_seed(). 15 years ago
Michael Niedermayer c84d5aa74f get_generic_seed() for the cases without /dev/random and AV_READ_TIME 15 years ago
Måns Rullgård 16bfbfd078 random_seed: simplify 15 years ago
Måns Rullgård 9958096ea2 Reindent 15 years ago
Måns Rullgård b7fa5c5abb random_seed: allow to block on /dev/random 15 years ago
Måns Rullgård 38e23c88db Make av_get_random_seed() non-blocking 15 years ago
Martin Storsjö 576fb48e6d Make ff_random_get_seed public, rename to av_get_random_seed, export the header 15 years ago
Måns Rullgård 5de91783bf indent 15 years ago
Måns Rullgård 49e9287878 random_seed: try other alternatives if reading /dev/random fails 15 years ago
Baptiste Coudurier 48d58e592a add ff_random_get_seed to be used in conjunction with random functions 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Vitor Sessak 81124ba0d1 Fix libavfilter compilation and make it more in line 17 years ago
Vitor Sessak 5c212e6fbc Add last file of main filter framework 17 years ago
Vitor Sessak 52b541ad79 spelling 17 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Tim Chick 56cc42664a iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but 18 years ago
Siarhei Siamashka 7a88606398 Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) 18 years ago