]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/snow.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / snow.c
2009-05-08 michaelCorrect x/ymin to avoid segfault due to out of picture...
2009-04-24 michaelOptimize sign handling in get_symbol().
2009-04-22 michaelRemove 2 useless FFMIN().
2009-04-22 michaelRemove apparently redundant code.
2009-04-17 michaelFix indention, patch by Lars Täuber.
2009-04-17 michaelRemove unused variable from slice_buffer_release()...
2009-04-17 michaelRemove unused variables from slice_buffer_load_line...
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-09 michaelMake sure the next used frame is released so get_buffer...
2009-04-09 michaelMove release_buffer() up so it is prior to a future...
2009-04-09 michaelFactorize release_buffer()
2009-04-09 michaelMake sure spatial_decomposition_count is not too large...
2009-04-09 michaelSkip non intra frames that have no reference frames.
2009-04-09 michaelMake sure spatial_decomposition_count is >0.
2009-04-09 michaelMake sure the block array is of the correct size.
2009-04-09 michaelCheck spatial_decomposition_count too, fixes another...
2009-04-09 michael10l, forgot to remove old code, which broke snow.
2009-04-09 michaelFactorize check of read symbols.
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
next