summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-091-0/+2
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-091-12/+12
* Factorize release_buffer()Michael Niedermayer2009-04-091-13/+15
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-091-0/+5
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-091-1/+6
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-091-2/+2
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-091-1/+2
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-091-2/+2
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-091-1/+0
* Factorize check of read symbols.Michael Niedermayer2009-04-091-10/+11
* Fix spatial_decomposition_type validity check.Michael Niedermayer2009-04-091-1/+1
* Fix crash when max_ref_frames was out of range.Michael Niedermayer2009-04-091-2/+8
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Move declaration of prn before any assignment.Benoit Fouet2009-03-311-1/+1
* Replace random() usage in test programs by av_lfg_*().Diego Biurrun2009-03-201-3/+7
* Align test program output columns.Diego Biurrun2009-03-201-2/+2
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-121-17/+17
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-021-0/+2
* snow: move scratch buffer from stack to malloced buffer in contextMåns Rullgård2008-11-251-2/+6
* cosmetics: s/const static/static const/gMathieu Malaterre2008-08-191-3/+3
* mark read-only data as constStefan Gehrer2008-06-241-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-1/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-6/+6
* 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
OpenPOWER on IntegriCloud