summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263data.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-121-243/+26
|\ \ | |/
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-243/+26
* | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer2013-11-081-5/+0
|\ \ | |/
| * dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-5/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-12/+12
|\ \ | |/
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-12/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Make ff_mba_* arrays const.Reimar Döffinger2011-11-051-2/+2
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make inter_level/run global again, msmpeg4 uses them.Michael Niedermayer2010-01-091-2/+2
* Make some tables static again, i mistakely thought they would be used in severalMichael Niedermayer2010-01-091-2/+2
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-43/+7
* Rename most non static h263 tables so their name contains h263.Michael Niedermayer2010-01-081-6/+6
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-071-1/+20
* The H.263 wrong_run table is only for encoding; only enable it in such cases.avcoder2010-01-041-0/+2
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+4
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+2
* make more tables staticMåns Rullgård2006-11-121-4/+4
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+21
* out of array read fixMichael Niedermayer2006-03-101-2/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-70/+70
* adding a few constMichael Niedermayer2005-06-011-1/+1
* interlaced motion estimationMichael Niedermayer2003-12-301-2/+2
* rv20 / h263 b frame fixMichael Niedermayer2003-12-211-9/+9
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-0/+43
* h263 loop filterMichael Niedermayer2003-12-011-1/+7
* rv20 decoderMichael Niedermayer2003-11-301-1/+22
* forgotMichael Niedermayer2003-11-291-0/+16
* h263 stuffing decode fixMichael Niedermayer2003-09-261-28/+12
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-16/+16
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-0/+6
* msmpeg4v1 decodingMichael Niedermayer2002-06-021-4/+4
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-33/+60
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-051-2/+2
* - H.263+ decoder support for Advanded INTRA Coding (buggy)Juanjo2002-02-181-0/+41
* - Added support to Inter4V+Q MBs to H.263 decoder.Juanjo2001-11-171-3/+7
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-031-1/+18
* Initial revisionFabrice Bellard2001-07-221-0/+115
OpenPOWER on IntegriCloud