summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2011-01-10Check for invalid motion vector, fixes issue 2521.Daniel Kang1-0/+5
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2008-05-15cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini4-11/+11
2007-07-05Remove more useless parentheses.Vitor Sessak2-3/+3
2007-07-03Remove useless parentheses.Vitor Sessak1-2/+2
2007-07-02use properly AVFrame.linesizeVitor Sessak2-11/+13
2007-06-27use the right strideVitor Sessak1-4/+9
2007-06-26right copyrightsVitor Sessak2-4/+4
2007-06-26add width and height in context and use themVitor Sessak2-6/+8
2007-06-25Fix typoVitor Sessak1-1/+1
2007-06-05Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocksEric Lasota2-177/+74
2007-05-29Split RoQ decoder to accommodate future encoder patchVitor Sessak4-243/+304
2007-05-29cosmetics and function renameVitor Sessak1-50/+47
2007-05-23Remove duplicate bytestream functionsRamiro Polla5-113/+59
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun55-58/+3
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung27-27/+0
2007-02-24Use pointers to avoid copying AVFrame.Aurelien Jacobs1-30/+33
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
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-08-13tinfoil patch: validate motion vectors and do not free frame on exit ifMike Melanson1-45/+18
2004-05-21data_size = 0 cleanupMichael Niedermayer30-57/+2
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux48-453/+527
2003-10-02experimental half-pel motion compensation for C planes, courtesy of Dr.Mike Melanson1-4/+99
2003-09-02initial commit for Id RoQ and Interplay MVE multimedia subsystemsMike Melanson11-2/+1693