]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg12data.h
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / mpeg12data.h
2012-10-18 Martin Storsjöavcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_fram...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_frame_rate_tab.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-05 Aurelien Jacobsmove relevant declarations to mpeg12data.h
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-05 Aurelien Jacobsadd proper ff_ prefix to new extern symbols
2007-07-05 Aurelien Jacobssplit mpeg12 encoder out of mpeg12.c
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-03-04 Baptiste Coudurierdummy support for mpeg2 non linear quant
2006-11-12 Måns Rullgårdmake more tables static
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-08 Diego BiurrunFix some "'static' is not at beginning of declaration...
2006-07-02 Stefan Gehrerstaric frame_rate_tab -> non static ff_frame_rate_tab...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-01 Michael Niedermayeradding a few const
2004-04-30 Michael Niedermayer10000l
2004-04-27 Michael Niedermayersimplify
2004-03-02 Ivan Kalvachevadd vlc for cbp=0 that is valid in 422,444
2004-02-26 Michael NiedermayerAVCodec.supported_framerates
2004-01-04 Michael NiedermayerSVCD scan offset stuff
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-10-20 Michael NiedermayerAVRational
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-04-11 Michael Niedermayer100l (mpeg2 decoding fixed)
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
2003-03-01 Michael Niedermayerfixing inaccurate frame_rate
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-06 Michael Niedermayermpeg1&2 aspect decoding
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-02-13 Michael Niedermayeroptimized encode_dc() (+2% speed on P3 for mpeg1 intra...
2002-02-13 Michael Niedermayeroptimize mpeg1_encode_block()
2001-08-13 Fabrice Bellardwin32 fixes
2001-08-07 Fabrice Bellardupdated scans
2001-08-06 Fabrice Bellardtypes fix
2001-08-03 ArpiMMX/MMXEXT iDCT support, using external functions curre...
2001-07-22 Fabrice BellardInitial revision