summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2012-10-16Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'Michael Niedermayer3-10/+4
2012-10-16Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'Michael Niedermayer3-10/+16
2012-10-15rangecoder-test: Drop timer output that clutters stderrDiego Biurrun1-8/+2
2012-10-15rangecoder-test: Return in case of an errorDiego Biurrun1-1/+3
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer19-24/+57
2012-10-13Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'Michael Niedermayer2-97/+105
2012-10-12rangecoder: K&R formatting cosmeticsDiego Biurrun2-98/+106
2012-10-12rangecoder-test: Set error message log level to error, instead of debugDiego Biurrun1-1/+2
2012-10-08rangecoder: fix "incompatible pointer type" warningMichael Niedermayer1-1/+1
2012-06-10rangecoder: use av_assertMichael Niedermayer1-2/+3
2012-05-30range coder test code: decoding errors are av_log_error not debug.Michael Niedermayer1-1/+1
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun39-144/+66
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-04-10cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun9-43/+43
2009-03-20Replace random() usage in test programs by av_lfg_*().Diego Biurrun9-36/+64
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-01-23Add #undef random and call the right function to fix test program compilation.Diego Biurrun1-1/+2
2008-01-20Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun4-8/+8
2007-11-23main() --> main(void)Diego Biurrun15-15/+15
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-06-02Use AV_xx throughout libavcodecRamiro Polla28-157/+79
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2007-01-26cosmetics / remove #if 0 codeMichael Niedermayer1-29/+1
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-03-10fixing out of array access (only cosmetic, this should never have had a end u...Michael Niedermayer1-1/+1
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-09-06Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård10-15/+17
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård42-86/+95
2004-10-30range coderMichael Niedermayer3-1/+308