summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-3/+3
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
* snow: remove unused parameter to mc_block()Måns Rullgård2010-06-231-4/+3
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Add ff_ prefix to dwt functionsMåns Rullgård2010-03-141-7/+7
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-723/+5
* Move ff_sqrt() to libavutil/intmath.hMåns Rullgård2010-03-081-0/+1
* Add some missing #includesMåns Rullgård2010-03-061-0/+1
* Optimize ff_snow_horizontal_compose97i.Michael Niedermayer2010-01-111-4/+30
* Merge vertical_compose53iL0*()Michael Niedermayer2010-01-111-0/+9
* Optimize horizontal_compose53i() by inlining inv_lift() and optimizing theMichael Niedermayer2010-01-111-36/+14
* Snow : re-indent after r21093.Jai Menon2010-01-081-74/+74
* Snow : remove pointless 'if(1)'.Jai Menon2010-01-081-2/+0
* Snow : use non-NULL context for av_log.Jai Menon2010-01-081-2/+2
* Cosmetics : remove duplicated comment.Jai Menon2010-01-081-1/+0
* Snow : release buffers allocated using avctx->get_buffer.Jai Menon2010-01-081-0/+6
* Fix 1 pass RC in snow.Michael Niedermayer2009-12-021-0/+2
* Reorder functions so that encoding functions are disabled by the preprocessor.Diego Biurrun2009-09-181-1344/+1342
* snow decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-081-4/+4
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-241-4/+2
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-221-2/+2
* Remove apparently redundant code.Michael Niedermayer2009-04-221-3/+0
* Fix indention, patch by Lars Täuber.Lars Täuber2009-04-171-8/+8
* Remove unused variable from slice_buffer_release() found by CSA.Michael Niedermayer2009-04-171-2/+0
* Remove unused variables from slice_buffer_load_line() found by CSA.Michael Niedermayer2009-04-171-2/+0
* cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).Diego Biurrun2009-04-101-4/+4
* 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
OpenPOWER on IntegriCloud