]> git.sesse.net Git - ffmpeg/history - libavcodec/mpeg4data.h
avcodec: Mark argument in av_{parser|hwaccel|bitstream_filter}_next as const
[ffmpeg] / libavcodec / mpeg4data.h
2012-02-15 Martin Storsjömpeg4: Add ff_ prefixes to nonstatic symbols
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-06 Diego Elio PettenòMake inter_rvlc and intra_rvlc static tables.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-08 Michael NiedermayerRename mpeg4 intra vlc tables so they contain "mpeg4...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
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-06-12 Diego Biurrunmisc typo fixes
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-01 Michael Niedermayeradding a few const
2003-10-20 Michael NiedermayerAVRational
2003-10-12 Michael Niedermayerintra dc treshold != 0 decoding fixed
2003-07-07 Alex Beregszasziwarning fix
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-03-12 Michael Niedermayerrvlc decoding support
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-30 Michael Niedermayercorrecter mpeg4 headers
2002-12-09 Michael Niedermayercorrect mpeg4 vo type
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-06-02 Michael Niedermayerdata partitioning
2002-05-03 Juanjo- H263 PAR support by Alex Beregszaszi.
2002-04-22 Michael Niedermayerexport delay info
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-12 Michael Niedermayermpeg4 b-frames :)
2002-03-07 Michael Niedermayergmc bitstream decoding support (the real motion compens...
2002-03-05 Michael Niedermayerparsing more of the mpeg4 header & print some "not...
2001-08-07 Fabrice Bellardupdated scans
2001-07-22 Fabrice BellardInitial revision