summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-06Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer9-38/+43
2013-02-06svq1: replace struct svq1_frame_size with an array.Anton Khirnov3-9/+4
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer22-1142/+1214
2012-10-10svq1: K&R formatting cosmeticsDiego Biurrun7-1075/+1109
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
2010-01-09Add a function to match a 2 element vector of uint16_t and use it in h263 and...Michael Niedermayer6-33/+16
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-02Avoid POSIX-reserved _t namespace.Diego Biurrun2-4/+4
2008-01-07Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2-2/+2
2007-07-06split SVQ1 decoder and encoder in their own filesAurelien Jacobs8-1455/+1585
2007-07-05Group all copyright and author notices together.Diego Biurrun38-178/+161
2007-06-12misc spelling fixesDiego Biurrun66-159/+165
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2007-03-30move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt1-5/+4
2007-03-30mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt4-7/+48
2007-02-25Add av_ prefix to clip functionsReimar Döffinger34-178/+178
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun9-13/+13
2006-11-22fix bitstream to be correctly decoded by quicktimeBaptiste Coudurier3-3/+3
2006-11-22fix sigfpe with intra only encodingBaptiste Coudurier1-1/+1
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård15-29/+102
2006-09-27fix some signedness warningsMåns Rullgård30-59/+63
2006-01-12Update licensing information: The FSF changed postal address.Diego Biurrun295-301/+303
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-09-05set a few variables correctlyMichael Niedermayer3-8/+15
2005-07-14skip_idctMichael Niedermayer10-15/+82
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård42-86/+95
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer35-148/+24
2005-01-12various security fixes and precautionary checksMichael Niedermayer36-89/+314
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum21-138/+193
2004-09-2710l (segfault)Michael Niedermayer1-0/+1
2004-09-08try to select w/h from tablesAlex Beregszaszi2-8/+20
2004-07-28svq1 mv array size fixMichael Niedermayer2-9/+9
2004-07-27well that does not need to be there anymoreMike Melanson1-5/+0
2004-06-13the ongoing struggle for encoding conditionalsMike Melanson1-0/+4
2004-06-08gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>)Michael Niedermayer1-0/+3
2004-05-21data_size = 0 cleanupMichael Niedermayer30-57/+2
2004-05-18some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer22-38/+47
2004-05-12removing unused encoding codeMichael Niedermayer1-560/+4
2004-05-12automatic pixel format selectionMichael Niedermayer3-1/+16
2004-05-12segfault fixMichael Niedermayer1-0/+6
2004-05-12support skiped blocks in SVQ1Michael Niedermayer1-6/+13
2004-05-12motion estimation for SVQ1Michael Niedermayer4-85/+200
2004-05-09p frame encoding, only with 0,0 motion vectors yet thoughMichael Niedermayer2-52/+118
2004-05-08using pointers so the code could eventually be used for P framesMichael Niedermayer1-12/+29
2004-05-08width height %64 != 0 fixMichael Niedermayer2-3/+75
2004-05-07color and 10lMichael Niedermayer1-1/+3
[next]