summaryrefslogtreecommitdiff
path: root/libavcodec/mdec.c
Commit message (Expand)AuthorAge
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* mdec: enable frame-level multithreading.Alexander Strange2011-05-18
* mdec.c: fix overread.Ronald S. Bultje2011-05-18
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-02
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Release buffer when the codec is closed.Reimar Döffinger2010-01-23
* Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger2010-01-23
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-25
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-20
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* Remove pointless AVFrame* casting.Alexander Strange2008-06-27
* Remove duplicate emms.Alexander Strange2008-06-27
* Remove commented-out code.Alexander Strange2008-06-27
* Export qscale so that postprocessing works.Alexander Strange2008-06-27
* Remove unused PutBitContext.Alexander Strange2008-06-27
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-14
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* constMichael Niedermayer2008-02-01
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* set pix_fmtMichael Niedermayer2005-08-13
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-27
* more data_size=0 cleanupMichael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* quietMike Melanson2003-10-15
* 100lMichael Niedermayer2003-09-01
* more fixesMichael Niedermayer2003-09-01
* some fixes (still buggy though)Michael Niedermayer2003-09-01