37 Commits (87f6f15460983119eead5ae00bda1822f80d75fb)

Author SHA1 Message Date
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
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 3f3f8b2b75 cleanup 20 years ago
Bernhard Rosenkränzer 6ad1fa5a49 Better ARM support for mplayer/ffmpeg, ported from atty fork 20 years ago
Michael Niedermayer b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac bb28568364 * cut&paste fix 22 years ago
Zdenek Kabelac 5940262772 * oops fixed bad initialization of ff vals. 22 years ago
Zdenek Kabelac 83f238cbf0 * compilation fix (ARM users please check) 22 years ago
Michael Niedermayer 50eb9cbc44 idct_permutation_type variable, so the permutation type can quickly be identified 22 years ago
Michael Niedermayer 676e200cff trying to fix the non-x86 IDCTs (untested) 22 years ago