summaryrefslogtreecommitdiff
path: root/libavcodec/mace.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* mace: Make sure that the channel count is set to a valid valueMartin Storsjö2013-09-17
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* mace: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* mace: use planar sample formatJustin Ruggles2012-10-09
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* mace: only calculate output buffer size onceJustin Ruggles2011-11-08
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* 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
* 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
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-05
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-05
* Use a for() instead of triplicating code.Vitor Sessak2008-10-05
* Factorize duplicate table reading code.Vitor Sessak2008-10-05
* Convert two tables to signed decimalVitor Sessak2008-09-09
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-09
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-09
* Check output buffer size before decoding.Vitor Sessak2008-09-07
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-07
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-07
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-07
* Remove cast, now tables are signed.Vitor Sessak2008-09-07
* Convert tables to signed and decimal.Vitor Sessak2008-09-07
* Remove unused table entries.Vitor Sessak2008-09-07
* Remove commented out code.Vitor Sessak2008-09-07
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-07
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-07
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-07
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-07
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-07
* Remove output pointer from contextVitor Sessak2008-09-07
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-05
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-05
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-04
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-04
* Simplify mace_decode_frame()Vitor Sessak2008-09-04
* Remove useless commentsVitor Sessak2008-09-04
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-04