summaryrefslogtreecommitdiffstats
path: root/libavcodec/mace.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-091-4/+7
|\
| * mace: only calculate output buffer size onceJustin Ruggles2011-11-081-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-16/+12
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+12
| * 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-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-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-2/+2
* 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
* Cosmetics: rename mace3_decode_frame() to mace_decode_frame()Vitor Sessak2008-10-051-3/+3
* Avoid code duplication between mace3_decode_frame() and mace6_decode_frame()Vitor Sessak2008-10-051-41/+19
* Use a for() instead of triplicating code.Vitor Sessak2008-10-051-32/+30
* Factorize duplicate table reading code.Vitor Sessak2008-10-051-15/+17
* Convert two tables to signed decimalVitor Sessak2008-09-091-4/+4
* Cosmetics: remove useless parenthesesVitor Sessak2008-09-091-1/+1
* Remove ChannelData.lev var and use ChannelData.level insteadVitor Sessak2008-09-091-3/+3
* Check output buffer size before decoding.Vitor Sessak2008-09-071-0/+10
* Cosmetics: rename vars s/ctx/chd/Vitor Sessak2008-09-071-25/+25
* Exploit symmetry to reduce size of tables by half.Vitor Sessak2008-09-071-202/+112
* Cosmetics: s/short/int16_t/Vitor Sessak2008-09-071-5/+5
* Remove cast, now tables are signed.Vitor Sessak2008-09-071-4/+4
* Convert tables to signed and decimal.Vitor Sessak2008-09-071-194/+194
* Remove unused table entries.Vitor Sessak2008-09-071-75/+77
* Remove commented out code.Vitor Sessak2008-09-071-3/+0
* Use FFMIN() instead of rewriting it.Vitor Sessak2008-09-071-4/+1
* Factorize broken clipping in its own function and document it.Vitor Sessak2008-09-071-12/+16
* Cosmetics: whitespace/linebreaksVitor Sessak2008-09-071-12/+18
* Use the same 8 bit -> 16 bit conversion as QuickTime.Vitor Sessak2008-09-071-3/+7
* Do not share context variables between channels and do not zero them atVitor Sessak2008-09-071-11/+13
* Remove output pointer from contextVitor Sessak2008-09-071-19/+21
* Cosmetics: indent after last commit and remove useless bracesVitor Sessak2008-09-051-6/+5
* Simplify: use a for instead of unrolling by handVitor Sessak2008-09-051-7/+4
* Functions mace{3,6}_decode_frame() are just wrappers to Exp1to{3,6}(). This c...Vitor Sessak2008-09-041-90/+34
* Simplify: use two distinct functions to decode MACE3 and MACE6, since theVitor Sessak2008-09-041-24/+26
* Simplify mace_decode_frame()Vitor Sessak2008-09-041-8/+11
* Remove useless commentsVitor Sessak2008-09-041-9/+0
* Reindent mace.c, its indentation was completly inconsistent with the coding r...Vitor Sessak2008-09-041-95/+95
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constsMichael Niedermayer2008-02-011-3/+3
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-171-6/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-051-4/+4
OpenPOWER on IntegriCloud