summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
...
* Factorize check of read symbols.Michael Niedermayer2009-04-09
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-09
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-09
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Move declaration of prn before any assignment.Benoit Fouet2009-03-31
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-20
* Align test program output columns.Diego Biurrun2009-03-20
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-02
* snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård2008-11-25
* cosmetics: s/const static/static const/gMathieu Malaterre2008-08-19
* mark read-only data as constStefan Gehrer2008-06-24
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* suppress the second warningMichael Niedermayer2008-02-28
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-26
* Add comments to some #endif directives.Diego Biurrun2008-02-26
* cosmetics: spelling/grammarDiego Biurrun2008-02-26
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-26
* Remove commented-out av_log calls.Diego Biurrun2008-02-25
* Make diego happy.Michael Niedermayer2008-02-25
* some constMichael Niedermayer2008-02-01
* add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun...Baptiste Coudurier2008-01-31
* Add const qualifier, fix warnings:Baptiste Coudurier2008-01-31
* Remove unused variables in test code.Diego Biurrun2008-01-22
* Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun2008-01-20
* Remove green clouds.Michael Niedermayer2008-01-14
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-06
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-06
* main() --> main(void)Diego Biurrun2007-11-23
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
* Add comments to some #endif directives.Diego Biurrun2007-11-10
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-10
* warning fixes:Diego Biurrun2007-10-11
* some experimental iterative quantization codeMichael Niedermayer2007-09-23
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-09
* do not ignore return of decode_header()Michael Niedermayer2007-09-09
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-09
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-09