summaryrefslogtreecommitdiffstats
path: root/libavcodec/mdec.c
Commit message (Expand)AuthorAgeFilesLines
* Mark read-only tables as staticDiego Biurrun2016-05-051-1/+1
* mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara2015-09-131-1/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* mdec: check for out of bounds readFederico Tomassetti2015-02-231-7/+13
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-9/+11
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+4
* mdec: set color_rangeVittorio Giovara2014-03-161-0/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-33/+13
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* mdec: return meaningful error codes.Anton Khirnov2013-01-291-11/+13
* mdec: cosmetics, reformatAnton Khirnov2013-01-291-80/+83
* mdec: merge mdec_common_init() into decode_init().Anton Khirnov2013-01-291-9/+3
* Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-10/+10
* Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* mdec: enable frame-level multithreading.Alexander Strange2011-05-181-3/+17
* mdec.c: fix overread.Ronald S. Bultje2011-05-181-1/+2
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-021-1/+3
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Release buffer when the codec is closed.Reimar Döffinger2010-01-231-0/+2
* Use qstride = 0 and allocate only a single line for qscale_table sinceReimar Döffinger2010-01-231-3/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* mdec: remove unused members from struct MDECContextMåns Rullgård2009-08-251-2/+0
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-1/+3
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-201-1/+1
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-201-6/+6
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-191-1/+2
* Remove pointless AVFrame* casting.Alexander Strange2008-06-271-4/+4
* Remove duplicate emms.Alexander Strange2008-06-271-2/+0
* Remove commented-out code.Alexander Strange2008-06-271-12/+1
* Export qscale so that postprocessing works.Alexander Strange2008-06-271-2/+2
* Remove unused PutBitContext.Alexander Strange2008-06-271-1/+0
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it.Stefano Sabatini2008-05-141-0/+1
OpenPOWER on IntegriCloud