summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4data.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer2010-01-09
* Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readabilityMichael Niedermayer2010-01-08
* Rename DCtab_*, its a global variable and it helps understanding if mpeg4Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* adding a few constMichael Niedermayer2005-06-01
* AVRationalMichael Niedermayer2003-10-20
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-12
* warning fixAlex Beregszaszi2003-07-07
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* rvlc decoding supportMichael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* correcter mpeg4 headersMichael Niedermayer2002-12-30
* correct mpeg4 vo typeMichael Niedermayer2002-12-09
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
* data partitioningMichael Niedermayer2002-06-02
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-03
* export delay infoMichael Niedermayer2002-04-22
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
* gmc bitstream decoding support (the real motion compensation isnt implemnted ...Michael Niedermayer2002-03-07
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
* updated scansFabrice Bellard2001-08-07
* Initial revisionFabrice Bellard2001-07-22