Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-04-09Give liblzo benchmark conditionals more descriptive names and add convenienceDiego Biurrun
2009-04-09Add a configure check for lzo1x_999_compress() and compile the lzo test programDiego Biurrun
2009-04-03Implement av_fifo_space().Olivier Guilyardi
2009-04-03Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.Diego Biurrun
2009-04-02Replace manual setting of the removed av_log_level variable by theDiego Biurrun
2009-04-02ARM: START/STOP_TIMER support for ARMv7Måns Rullgård
2009-04-02Split libavutil/timer.h per architectureMåns Rullgård
2009-03-31Fix warnings in tree.c test code.Benoit Fouet
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-26Use a wildcard match instead of a list to remove test programs.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-24Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini
2009-03-24Make the PIX_FMT_NE() macro more generic.Stefano Sabatini
2009-03-23Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini
2009-03-22Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini
2009-03-22Use PIX_FMT_NE() macro.Stefano Sabatini
2009-03-22Implement PIX_FMT_NE() macro.Stefano Sabatini
2009-03-21Remove deprecated and now unused Mersenne Twister PRNG.Diego Biurrun
2009-03-21When warning about forbidden pseudo random number generation functions,Diego Biurrun
2009-03-21Fix reference to av_random where av_lfg_get was meant.Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-03-20Align test program output columns.Diego Biurrun
2009-03-20Make softfloat test program compile again: Setting the av_log_level variableDiego Biurrun
2009-03-20Make AES test program compile again: Setting the av_log_level variableDiego Biurrun
2009-03-19typedef int x86_reg on non x86Michael Niedermayer
2009-03-19Fix compilation of adler32 test program: Use av_log_set_level()Diego Biurrun
2009-03-15Remove code that was disabled by the recent major version bump.Diego Biurrun
2009-03-15Fix typo: 'conjuction' -> 'conjunction'.Stefano Sabatini
2009-03-15Fix ff_random_get_seed() prototypeMåns Rullgård
2009-03-11Fix typos.Stefano Sabatini
2009-03-09Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger
2009-03-09Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne
2009-03-09Remove all remaining code that was disabled through the major version bump.Diego Biurrun
2009-03-09Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger
2009-03-09indentMichael Niedermayer
2009-03-08Remove more functions disabled by major version bump.Reimar Döffinger
2009-03-08Remove/replace code disabled by major version bump.Reimar Döffinger
2009-03-08Deprecate the Mersenne Twister.Michael Niedermayer
2009-03-08Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger
2009-03-08Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer
2009-03-08Bump major version of libavutil due to FIFO fixes.Michael Niedermayer
2009-03-08Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger
2009-03-08Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer
2009-03-08add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier
2009-03-08Comments to indicate where memory barriers may be needed.Michael Niedermayer
2009-03-08Try to fix the 1 byte cannot be used issue.Michael Niedermayer
2009-03-06ARM: disable inline asm for armccMåns Rullgård
2009-03-06ARM: armcc versions of bswap_16/32Måns Rullgård