]> git.sesse.net Git - ffmpeg/history - libavcodec/h263data.h
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / h263data.h
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2015-06-12 Vittorio Giovarampegvideo: h263: Move all tables to a single file
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-01-09 Michael NiedermayerMake inter_level/run global again, msmpeg4 uses them.
2010-01-09 Michael NiedermayerMake some tables static again, i mistakely thought...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2010-01-04 avcoderThe H.263 wrong_run table is only for encoding; only...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
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
2006-11-12 Måns Rullgårdmake more tables static
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-03-10 Michael Niedermayerout of array read fix
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-01 Michael Niedermayeradding a few const
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-21 Michael Niedermayerrv20 / h263 b frame fix
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayerrv20 decoder
2003-11-29 Michael Niedermayerforgot
2003-09-26 Michael Niedermayerh263 stuffing decode fix
2003-03-06 Michael Niedermayerper file doxy
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-06-02 Michael Niedermayermsmpeg4v1 decoding
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2001-11-17 Juanjo- Added support to Inter4V+Q MBs to H.263 decoder.
2001-11-03 Juanjo- Bug fix on inter MCBPC table for inter+q.
2001-07-22 Fabrice BellardInitial revision