summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö18-158/+158
2011-11-05Make ff_mba_* arrays const.Reimar Döffinger2-4/+4
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-09Make inter_level/run global again, msmpeg4 uses them.Michael Niedermayer1-2/+2
2010-01-09Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer3-12/+6
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer15-1990/+2076
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer6-96/+96
2010-01-07Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer14-3884/+4113
2010-01-04The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder1-0/+2
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-16include all prerequisites in header filesMåns Rullgård72-0/+180
2006-11-12make more tables staticMåns Rullgård4-13/+13
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-03-10out of array read fixMichael Niedermayer1-2/+2
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-06-01adding a few constMichael Niedermayer16-61/+61
2003-12-30interlaced motion estimationMichael Niedermayer23-947/+1450
2003-12-21rv20 / h263 b frame fixMichael Niedermayer3-25/+35
2003-12-04rv20 (h263) b frame decoding supportMichael Niedermayer7-63/+321
2003-12-01h263 loop filterMichael Niedermayer10-41/+262
2003-11-30rv20 decoderMichael Niedermayer7-29/+169
2003-11-29forgotMichael Niedermayer1-0/+16
2003-09-26h263 stuffing decode fixMichael Niedermayer2-49/+43
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2002-06-18dc scale simplification/optimizationMichael Niedermayer6-92/+129
2002-06-02msmpeg4v1 decodingMichael Niedermayer3-93/+250
2002-05-02- Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo8-110/+254
2002-04-05msmpeg4v2 decoding (no encoding yet)Michael Niedermayer9-98/+391
2002-02-18- H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo6-17/+214
2001-11-17- Added support to Inter4V+Q MBs to H.263 decoder.Juanjo3-41/+61
2001-11-03- Bug fix on inter MCBPC table for inter+q.Juanjo5-7/+125
2001-07-22Initial revisionFabrice Bellard80-0/+31513