summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-14mpeg12data: increase size of ff_mpeg1_default_intra_matrix to prevent harmles...Michael Niedermayer2-2/+2
2012-10-19Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer17-34/+81
2012-10-18avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö7-15/+15
2012-10-05mpeg2videodec: fix list of supported frame rates to include sane ext rates.Michael Niedermayer3-1/+68
2011-10-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer113-599/+860
2011-10-20lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov8-17/+17
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-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
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-05move relevant declarations to mpeg12data.hAurelien Jacobs2-4/+8
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-05add proper ff_ prefix to new extern symbolsAurelien Jacobs5-85/+85
2007-07-05split mpeg12 encoder out of mpeg12.cAurelien Jacobs7-1367/+1481
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-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier5-10/+39
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-27fix some signedness warningsMåns Rullgård30-59/+63
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun67-6/+1219
2006-08-08Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun5-6/+6
2006-07-02staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2-9/+9
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun178-22016/+22016
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun340-13125/+13124
2005-06-01adding a few constMichael Niedermayer16-61/+61
2004-04-3010000lMichael Niedermayer1-1/+32
2004-04-27simplifyMichael Niedermayer2-24/+1
2004-03-02add vlc for cbp=0 that is valid in 422,444Ivan Kalvachev2-6/+6
2004-02-26AVCodec.supported_frameratesMichael Niedermayer3-36/+34
2004-01-04SVCD scan offset stuffMichael Niedermayer4-1/+23
2003-12-04rv20 (h263) b frame decoding supportMichael Niedermayer7-63/+321
2003-10-20AVRationalMichael Niedermayer20-183/+215
2003-06-22CONFIG_ENCODERS cleanupMichael Niedermayer7-75/+29
2003-04-11100l (mpeg2 decoding fixed)Michael Niedermayer2-8/+11
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer15-778/+907
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer33-148/+282
2003-03-06per file doxyMichael Niedermayer66-27/+342
2003-03-01fixing inaccurate frame_rateMichael Niedermayer2-9/+9
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac110-1721/+1688
2002-12-06mpeg1&2 aspect decodingMichael Niedermayer2-10/+50
2002-09-29idct permutation cleanup, idct can be selected per context nowMichael Niedermayer20-517/+587
2002-07-10adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen5-15/+15
2002-06-18dc scale simplification/optimizationMichael Niedermayer6-92/+129
2002-02-13optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2-11/+34
2002-02-13optimize mpeg1_encode_block()Michael Niedermayer2-7/+40
2001-08-13win32 fixesFabrice Bellard19-110/+546
[next]