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-15mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö7-44/+44
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-06Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2-5/+2
2011-02-06Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2-5/+2
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-01-09Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer3-12/+6
2010-01-08Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer5-24/+24
2010-01-08Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer5-18/+18
2010-01-07Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer14-3884/+4113
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
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
2007-06-12misc typo fixesDiego Biurrun26-52/+56
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-01-25warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun11-15/+15
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-06-01adding a few constMichael Niedermayer16-61/+61
2003-10-20AVRationalMichael Niedermayer20-183/+215
2003-10-12intra dc treshold != 0 decoding fixedMichael Niedermayer3-6/+25
2003-07-07warning fixAlex Beregszaszi1-1/+1
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer15-778/+907
2003-03-12rvlc decoding supportMichael Niedermayer2-31/+276
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2002-12-30correcter mpeg4 headersMichael Niedermayer5-17/+139
2002-12-09correct mpeg4 vo typeMichael Niedermayer3-4/+13
2002-10-13better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer12-678/+1711
2002-09-29idct permutation cleanup, idct can be selected per context nowMichael Niedermayer20-517/+587
2002-09-13interlaced mpeg4 b frame decodingMichael Niedermayer5-75/+177
2002-06-18dc scale simplification/optimizationMichael Niedermayer6-92/+129
2002-06-02data partitioningMichael Niedermayer1-0/+4
2002-05-03- H263 PAR support by Alex Beregszaszi.Juanjo2-37/+100
2002-04-22export delay infoMichael Niedermayer6-9/+49
2002-04-07mpeg4 mpeg quantizer supportMichael Niedermayer6-18/+99
2002-04-05msmpeg4v2 decoding (no encoding yet)Michael Niedermayer9-98/+391
2002-03-12mpeg4 b-frames :)Michael Niedermayer5-57/+218
2002-03-07gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer3-12/+176
2002-03-05parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer3-23/+142
2001-08-07updated scansFabrice Bellard2-37/+2
2001-07-22Initial revisionFabrice Bellard80-0/+31513