summaryrefslogtreecommitdiffstats
path: root/libavcodec/eamad.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-1/+1
* eamad: Convert to the new bitstream readerAlexandra Hájková2016-11-181-23/+19
* ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-2/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* eamad: Use the correct headersLuca Barbato2015-06-121-2/+2
* eamad: check for out of bounds readFederico Tomassetti2015-02-231-4/+10
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-1/+1
* eamad: use the bytestream2 API instead of AV_RLAnton Khirnov2014-07-271-17/+20
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-181-1/+1
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-301-4/+5
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-1/+5
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+3
* eamad: use the AVFrame API properly.Anton Khirnov2013-11-161-17/+22
* eamad: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+2
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* eamad: allocate a dummy reference frame when the real one is missingAnton Khirnov2013-03-081-0/+13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-31/+28
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau2012-12-051-1/+2
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-3/+3
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+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
* eamad: Use dsputils instead of a custom bswap16_bufDerek Buitenhuis2012-08-011-8/+1
* eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard2012-07-291-13/+7
* eamad: remove use of MpegEncContextMans Rullgard2012-07-291-46/+46
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* misc Doxygen markup improvementsDiego Biurrun2011-12-051-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* 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
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-141-0/+1
* Electronic Arts Madcow decoderPeter Ross2009-06-131-0/+318
OpenPOWER on IntegriCloud