Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log ↵ | Diego Biurrun | 2012-10-01 | 1 | -3/+1 |
| | | | | statements | ||||
* | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. | Yordan Makariev | 2011-12-03 | 1 | -16/+18 |
| | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | lfg: add missing includes | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
| | | | | Originally committed as revision 24154 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Replace many includes of libavutil/common.h with what is actually needed | Måns Rullgård | 2010-03-09 | 1 | -1/+2 |
| | | | | | | | This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Implement av_bmg_next(), a Box-Muller Gaussian random generator. | Stefano Sabatini | 2009-12-12 | 1 | -0/+33 |
| | | | | | | | See the thread: "[FFmpeg-devel] [PATCH] Box-Muller gaussian generator". Originally committed as revision 20808 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Fix reference to av_random where av_lfg_get was meant. | Diego Biurrun | 2009-03-21 | 1 | -1/+1 |
| | | | | Originally committed as revision 18112 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Simple lagged fibonacci PRNG. | Michael Niedermayer | 2008-07-28 | 1 | -0/+64 |
3.5 times faster than our mersene twister. 10 times less memory needed. (=less cache trashing) Originally committed as revision 14458 to svn://svn.ffmpeg.org/ffmpeg/trunk |