summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-23
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-14
* Separate DWT from snow and dsputilMåns Rullgård2010-03-14
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-08
* Add some missing #includesMåns Rullgård2010-03-06
* 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