summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.h
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-09
* mpeg12: Move the vlc bits to a stand alone fileLuca Barbato2015-06-12
* mpegvideo: mpeg12: Move function declarationsVittorio Giovara2015-05-31
* mpeg12: Move Mpeg1Context declaration to the only place it is usedDiego Biurrun2013-03-27
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-27
* mpeg12: Move some ff_mpeg1_* function declarations to a more suitable placeDiego Biurrun2013-03-27
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* mpeg12: do not decode extradata more than once.Anton Khirnov2012-12-19
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-24
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-17
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* forgot to svn add mpeg12.h in r9477Aurelien Jacobs2007-07-05