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
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-02-24avcodec/rangecoder: Move ff_rac_check_termination to tests/rangecoder.cAndreas Rheinhardt
2018-12-31avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer
2018-12-31avcodec/rangecoder: factorize termination version codeMichael Niedermayer
2017-08-18avcodec/rangecoder: Do not increase the pointer beyond the bufferMichael Niedermayer
2017-05-13avcodec/rangecoder: Fix range coder corner case handlingMichael Niedermayer
2017-05-08avcodec/rangecoder: Test for invalid corner caseMichael Niedermayer
2016-05-11Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'Derek Buitenhuis
2016-04-21Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'Derek Buitenhuis
2016-04-07build: Split test programs off into separate filesDiego Biurrun
2016-03-24testprogs: K&R formatting cosmeticsDiego Biurrun
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-10-05Merge commit 'abe9adfb31566c415fd830a8d4977c79512d4385'Hendrik Leppkes
2015-10-04rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara
2015-06-01avcodec/rangecoder: avoid float operationMichael Niedermayer
2014-09-02rangecoder-test: Allow running with small stack size.Reimar Döffinger
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2012-10-16Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer
2012-10-16Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'Michael Niedermayer
2012-10-15rangecoder-test: Drop timer output that clutters stderrDiego Biurrun
2012-10-15rangecoder-test: Return in case of an errorDiego Biurrun
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-13Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer
2012-10-12rangecoder: K&R formatting cosmeticsDiego Biurrun
2012-10-12rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun
2012-10-08rangecoder: fix "incompatible pointer type" warningMichael Niedermayer
2012-06-11rangecoder: use av_assertMichael Niedermayer
2012-05-31range coder test code: decoding errors are av_log_error not debug.Michael Niedermayer
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-01-23Add #undef random and call the right function to fix test program compilation.Diego Biurrun
2008-01-21Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun
2007-11-23main() --> main(void)Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-01-26cosmetics / remove #if 0 codeMichael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-03-10fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård