summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* Optimize ff_snow_horizontal_compose97i.Michael Niedermayer2010-01-11
* Merge vertical_compose53iL0*()Michael Niedermayer2010-01-11
* Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer2010-01-11
* Snow : re-indent after r21093.Jai Menon2010-01-08
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-08
* Snow : use non-NULL context for av_log.Jai Menon2010-01-08
* Cosmetics : remove duplicated comment.Jai Menon2010-01-08
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-08
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-02
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-18
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-08
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-22
* Remove apparently redundant code.Michael Niedermayer2009-04-22
* Fix indention, patch by Lars Täuber.Lars Täuber2009-04-17
* Remove unused variable from slice_buffer_release() found by CSA.Michael Niedermayer2009-04-17
* Remove unused variables from slice_buffer_load_line() found by CSA.Michael Niedermayer2009-04-17
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-10
* Make sure the next used frame is released so get_buffer() wont fail.Michael Niedermayer2009-04-09
* Move release_buffer() up so it is prior to a future call to it.Michael Niedermayer2009-04-09
* Factorize release_buffer()Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is not too large for picture size.Michael Niedermayer2009-04-09
* Skip non intra frames that have no reference frames.Michael Niedermayer2009-04-09
* Make sure spatial_decomposition_count is >0.Michael Niedermayer2009-04-09
* Make sure the block array is of the correct size.Michael Niedermayer2009-04-09
* Check spatial_decomposition_count too, fixes another crash.Michael Niedermayer2009-04-09
* 10l, forgot to remove old code, which broke snow.Michael Niedermayer2009-04-09
* 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