summaryrefslogtreecommitdiff
path: root/libavcodec/h263data.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-12
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make inter_level/run global again, msmpeg4 uses them.Michael Niedermayer2010-01-09
* Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer2010-01-09
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-09
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-08
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-04
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* 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
* make more tables staticMåns Rullgård2006-11-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
* out of array read fixMichael Niedermayer2006-03-10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* adding a few constMichael Niedermayer2005-06-01
* interlaced motion estimationMichael Niedermayer2003-12-30
* rv20 / h263 b frame fixMichael Niedermayer2003-12-21
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-04
* h263 loop filterMichael Niedermayer2003-12-01
* rv20 decoderMichael Niedermayer2003-11-30
* forgotMichael Niedermayer2003-11-29
* h263 stuffing decode fixMichael Niedermayer2003-09-26
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
* msmpeg4v1 decodingMichael Niedermayer2002-06-02
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-18
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-17
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-03
* Initial revisionFabrice Bellard2001-07-22