]> git.sesse.net Git - ffmpeg/history - libavcodec/snow.c
Eliminate FF_COMMON_FRAME macro.
[ffmpeg] / libavcodec / snow.c
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Diego Biurrunsnow: Remove unused code.
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-06-23 Måns Rullgårdsnow: remove unused parameter to mc_block()
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-14 Måns RullgårdAdd ff_ prefix to dwt functions
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-03-06 Måns RullgårdAdd some missing #includes
2010-01-11 Michael NiedermayerOptimize ff_snow_horizontal_compose97i.
2010-01-11 Michael NiedermayerMerge vertical_compose53iL0*()
2010-01-11 Michael NiedermayerOptimize horizontal_compose53i() by inlining inv_lift...
2010-01-08 Jai MenonSnow : re-indent after r21093.
2010-01-08 Jai MenonSnow : remove pointless 'if(1)'.
2010-01-08 Jai MenonSnow : use non-NULL context for av_log.
2010-01-08 Jai MenonCosmetics : remove duplicated comment.
2010-01-08 Jai MenonSnow : release buffers allocated using avctx->get_buffer.
2009-12-02 Michael NiedermayerFix 1 pass RC in snow.
2009-09-18 Diego BiurrunReorder functions so that encoding functions are disabl...
2009-06-05 Baptiste Couduriersnow decoder uses get_buffer, set CODEC_CAP_DR1
2009-05-08 Michael NiedermayerCorrect x/ymin to avoid segfault due to out of picture...
2009-04-24 Michael NiedermayerOptimize sign handling in get_symbol().
2009-04-22 Michael NiedermayerRemove 2 useless FFMIN().
2009-04-22 Michael NiedermayerRemove apparently redundant code.
2009-04-17 Lars TäuberFix indention, patch by Lars Täuber.
2009-04-17 Michael NiedermayerRemove unused variable from slice_buffer_release()...
2009-04-17 Michael NiedermayerRemove unused variables from slice_buffer_load_line...
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-09 Michael NiedermayerMake sure the next used frame is released so get_buffer...
2009-04-09 Michael NiedermayerMove release_buffer() up so it is prior to a future...
2009-04-09 Michael NiedermayerFactorize release_buffer()
2009-04-09 Michael NiedermayerMake sure spatial_decomposition_count is not too large...
2009-04-09 Michael NiedermayerSkip non intra frames that have no reference frames.
2009-04-09 Michael NiedermayerMake sure spatial_decomposition_count is >0.
2009-04-09 Michael NiedermayerMake sure the block array is of the correct size.
2009-04-09 Michael NiedermayerCheck spatial_decomposition_count too, fixes another...
2009-04-09 Michael Niedermayer10l, forgot to remove old code, which broke snow.
2009-04-09 Michael NiedermayerFactorize check of read symbols.
2009-04-09 Michael NiedermayerFix spatial_decomposition_type validity check.
2009-04-09 Michael NiedermayerFix crash when max_ref_frames was out of range.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-31 Benoit FouetMove declaration of prn before any assignment.
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-03-20 Diego BiurrunAlign test program output columns.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Michael NiedermayerMore POSIX _t namespace cleanup.
2008-12-02 Michael NiedermayerFix regression test failure with pthreads on multiproce...
2008-11-25 Måns Rullgårdsnow: move scratch buffer from stack to malloced buffer...
2008-08-19 Mathieu Malaterrecosmetics: s/const static/static const/g
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-03-08 Diego Biurruncosmetics: Fix indentation in a few more places.
2008-03-08 Diego Biurruncosmetics: Normalize {} placement after for, while...
2008-03-04 Aurelien Jacobsmove draw_edges() into dsputil
2008-02-28 Michael Niedermayersuppress the second warning
2008-02-26 Diego Biurruncosmetics: Demplayerify indentation.
2008-02-26 Diego BiurrunAdd comments to some #endif directives.
2008-02-26 Diego Biurruncosmetics: spelling/grammar
2008-02-26 Diego BiurrunRemove START_TIMER and STOP_TIMER macros.
2008-02-25 Diego BiurrunRemove commented-out av_log calls.
2008-02-25 Michael NiedermayerMake diego happy.
2008-02-01 Michael Niedermayersome const
2008-01-31 Baptiste Coudurieradd parenthesis, fix warning: snow.c:2413: warning...
2008-01-31 Baptiste CoudurierAdd const qualifier, fix warnings:
2008-01-22 Diego BiurrunRemove unused variables in test code.
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2008-01-14 Michael NiedermayerRemove green clouds.
2007-12-06 Michael Niedermayerprevent warnings about functions being possibly unused
2007-12-06 Michael Niedermayerthank you for your efforts to keep my code clean, but...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-11-16 Diego BiurrunRemove unused functions, fixes the warnings:
2007-11-15 Aurelien Jacobsavoid some halfpel related #ifdef
2007-11-15 Diego BiurrunPut halfpel_interpol under the same #ifdef as its usage...
2007-11-10 Diego BiurrunAdd comments to some #endif directives.
2007-11-10 Diego Biurruncosmetics: Fix vissual --> visual typo.
2007-11-10 Stefano SabatiniImprove unsupported (pixel) format error message.
2007-10-11 Diego Biurrunwarning fixes:
2007-09-23 Michael Niedermayersome experimental iterative quantization code
2007-09-09 Michael Niedermayermake changing spatial_decomposition_count per frame...
2007-09-09 Michael Niedermayerdo not ignore return of decode_header()
2007-09-09 Michael Niedermayerdo not force the halfpel filter coeffs to be retransmit...
2007-09-09 Michael Niedermayerallow changing of the spatial_decomposition_count and...
2007-09-09 Michael Niedermayerperform init after reading the values needed for init
2007-09-09 Michael Niedermayerunneeded and impossible during init ...
2007-09-09 Michael Niedermayerunused
2007-09-09 Michael Niedermayerallocate slice buffer after parsing the header containi...
next