summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-7/+7
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-081-34/+35
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-081-18/+9
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-3/+3
* suppress the second warningMichael Niedermayer2008-02-281-1/+3
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-261-224/+227
* Add comments to some #endif directives.Diego Biurrun2008-02-261-2/+2
* cosmetics: spelling/grammarDiego Biurrun2008-02-261-26/+27
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-261-92/+3
* Remove commented-out av_log calls.Diego Biurrun2008-02-251-12/+0
* Make diego happy.Michael Niedermayer2008-02-251-2/+2
* some constMichael Niedermayer2008-02-011-1/+1
* add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun...Baptiste Coudurier2008-01-311-1/+1
* Add const qualifier, fix warnings:Baptiste Coudurier2008-01-311-7/+7
* Remove unused variables in test code.Diego Biurrun2008-01-221-2/+1
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-201-2/+2
* Remove green clouds.Michael Niedermayer2008-01-141-4/+16
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-061-2/+2
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-061-0/+14
* main() --> main(void)Diego Biurrun2007-11-231-1/+1
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-161-14/+0
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-151-5/+3
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-151-0/+2
* Add comments to some #endif directives.Diego Biurrun2007-11-101-7/+6
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-101-2/+2
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-101-1/+1
* warning fixes:Diego Biurrun2007-10-111-3/+1
* some experimental iterative quantization codeMichael Niedermayer2007-09-231-2/+123
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-091-10/+19
* do not ignore return of decode_header()Michael Niedermayer2007-09-091-1/+2
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-091-3/+2
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-091-21/+42
* perform init after reading the values needed for initMichael Niedermayer2007-09-091-29/+35
* unneeded and impossible during init ...Michael Niedermayer2007-09-091-1/+0
* unusedMichael Niedermayer2007-09-091-2/+2
* allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer2007-09-091-7/+4
* remove ()Michael Niedermayer2007-09-091-1/+1
* spatial_decomposition_count != 5 bugfixMichael Niedermayer2007-09-091-1/+1
* scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer2007-09-091-96/+96
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-081-42/+42
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-081-38/+114
* remove outcommented codeMichael Niedermayer2007-09-081-11/+0
* indentionMichael Niedermayer2007-09-081-44/+44
* cleanup mc_block()Michael Niedermayer2007-09-081-35/+150
* add a 8 taps filter for testingMichael Niedermayer2007-09-051-0/+8
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-051-23/+32
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-051-3/+61
* CosmeticsLuca Barbato2007-09-011-14/+56
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-251-301/+2
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-251-1/+1
OpenPOWER on IntegriCloud