]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/snow.c
Fix spatial_decomposition_type validity check.
[frescor/ffmpeg.git] / libavcodec / snow.c
2009-04-09 michaelFix spatial_decomposition_type validity check.
2009-04-09 michaelFix crash when max_ref_frames was out of range.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-31 benoitMove declaration of prn before any assignment.
2009-03-20 diegoReplace random() usage in test programs by av_lfg_*().
2009-03-20 diegoAlign test program output columns.
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 michaelMore POSIX _t namespace cleanup.
2008-12-02 michaelFix regression test failure with pthreads on multiproce...
2008-11-25 mrusnow: move scratch buffer from stack to malloced buffer...
2008-08-19 diegocosmetics: s/const static/static const/g
2008-06-24 stefangmark read-only data as const
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-08 diegocosmetics: Fix indentation in a few more places.
2008-03-08 diegocosmetics: Normalize {} placement after for, while...
2008-03-04 aurelmove draw_edges() into dsputil
2008-02-28 michaelsuppress the second warning
2008-02-26 diegocosmetics: Demplayerify indentation.
2008-02-26 diegoAdd comments to some #endif directives.
2008-02-26 diegocosmetics: spelling/grammar
2008-02-26 diegoRemove START_TIMER and STOP_TIMER macros.
2008-02-25 diegoRemove commented-out av_log calls.
2008-02-25 michaelMake diego happy.
2008-02-01 michaelsome const
2008-01-31 bcoudurieradd parenthesis, fix warning: snow.c:2413: warning...
2008-01-31 bcoudurierAdd const qualifier, fix warnings:
2008-01-22 diegoRemove unused variables in test code.
2008-01-20 diegoConsistently use TEST as the preprocessor condition...
2008-01-14 michaelRemove green clouds.
2007-12-06 michaelprevent warnings about functions being possibly unused
2007-12-06 michaelthank you for your efforts to keep my code clean, but...
2007-11-23 diegomain() --> main(void)
2007-11-16 diegoRemove unused functions, fixes the warnings:
2007-11-15 aurelavoid some halpel related #ifdef
2007-11-15 diegoPut halfpel_interpol under the same #ifdef as its usage...
2007-11-10 diegoAdd comments to some #endif directives.
2007-11-10 diegocosmetics: Fix vissual --> visual typo.
2007-11-10 diegoImprove unsupported (pixel) format error message.
2007-10-11 diegowarning fixes:
2007-09-23 michaelsome experimental iterative quantization code
2007-09-09 michaelmake changing spatial_decomposition_count per frame...
2007-09-09 michaeldont ignore return of decode_header()
2007-09-09 michaeldont force the halfpel filter coeffs to be retransmitte...
2007-09-09 michaelallow changing of the spatial_decomposition_count and...
2007-09-09 michaelperform init after reading the values needed for init
2007-09-09 michaelunneeded and impossible during init ...
2007-09-09 michaelunused
2007-09-09 michaelallocate slice buffer after parsing the header containi...
2007-09-09 michaelremove ()
2007-09-09 michaelspatial_decoomposition_count != 5 bugfix
2007-09-09 michaelscaling obmc tables under #if 0 also by 4 (yes they...
2007-09-08 michaelrename HTAPS -> HTAPS_MAX (later is correct after the...
2007-09-08 michaelstore halfpel filter coefficients in the header as...
2007-09-08 michaelremove outcommented code
2007-09-08 michaelindention
2007-09-08 michaelcleanup mc_block()
2007-09-05 michaeladd a 8 taps filter for testing
2007-09-05 michaelreplace constats by HTAPS (half pel interpolation filte...
2007-09-05 michaelcode to do halfpel interpolation per frame (unfinished...
2007-09-01 lu_zeroCosmetics
2007-08-25 michaelcleanup (remove some old experimentation related code)
2007-08-25 michaelwe only have 2 wavelets, the 3rd was just for experimen...
2007-08-25 michaeluse 16bit IDWT (a SIMD implementation of it should...
2007-08-23 michaeluse more bits on the encoder side
2007-08-22 michaelsimplify
2007-08-21 michaelchange rounding of the horizontal DWT to match the...
2007-08-20 michaelget rid of idiotc double subtraction
2007-07-28 diegoAhem, fix typos overlooked in last commit.
2007-07-28 diegocosmetics: misc typo fixes
2007-07-19 takisFix the self tests which are contained in some codecs...
2007-07-08 mrutrivial warning fixes
2007-07-05 aurelinclude snow encoder only if it is not disabled
2007-06-12 diegomisc spelling fixes
2007-05-30 michaelfix assert() 2nd try
2007-05-29 michaelfix assertion failure
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2007-01-30 takisAdd the const specifier as needed to reduce the number...
2007-01-25 takisSilence GCC when incorrectly complaining that the ...
2007-01-25 takisBring down the number of snow.c warnings from 27 to...
2007-01-25 takisBrings down the number of snow.c warnings from 33 to...
2007-01-18 takisChange the Snow encoder to always use the available...
2007-01-03 michaeldead code removial
2007-01-02 michaelstore a few values in the header as difference to the...
2006-12-08 mrurename always_inline to av_always_inline and move to...
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-12 mrurename squareTbl -> ff_squareTbl
2006-11-02 gpoirieroutputs bit spent on various encoding functions (motion...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-12 michael-1 is a valid return value in ratecontrol_1pass() ...
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
next