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-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
2009-02-27Add VA API pixel formats.Gwenole Beauchesne
2009-02-22Compact repeated messages to "Last message repeated x times".Michael Niedermayer
2009-02-22Split avutil.h, move all the pixel format definitions to the newStefano Sabatini
2009-02-22Add note about big vs. little endian.Michael Niedermayer
2009-02-22Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross
2009-02-22Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård
2009-02-21Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman
2009-02-21Correct, portable definition of INT_BITMåns Rullgård
2009-02-12Remove reference to renamed header file xvmc_render.h.Diego Biurrun
2009-02-10Silence one icc warning:Carl Eugen Hoyos
2009-02-10Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun
2009-02-10av_flatten to make the similarly named attribute available.Michael Niedermayer
2009-02-10av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer
2009-02-09Document the av_base64_encode/decode functions.Stefano Sabatini
2009-02-09Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini
2009-02-09Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini
2009-02-09Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini
2009-02-09Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini
2009-02-09Make av_base64_encode() do not require the user to provide anStefano Sabatini