OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / asv1.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-09 Francesco LavraMove ff_reverse in libavcodec to av_reverse in libavutil.
2009-10-15 Reimar DöffingerRemove silly casts to the same type as we already have.
2009-10-15 Reimar DöffingerAdd missing release_buffer at decode end for asv1 decoder.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-26 Måns RullgårdRemove some unnecessary alignment specifiers
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-29 Stefano SabatiniAdd ASUS V1/V2 decoder codec long names.
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove #include "mpegvideo.h" where it is not needed
2008-02-01 Michael Niedermayerconst
2007-08-21 Aurelien Jacobsasv1.c directly uses Put/GetBitContext, so it should...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-20 Michael Niedermayerset supported pixel formats for a few encoders (fixes...
2006-03-10 Michael Niedermayeradd assert to clarify that we know what we are doing
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-07 Roine Gustafssonff_reverse to utils.c patch by (Roine Gustafsson )roine...
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-03-26 Michael Niedermayermake reverse[] non static
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Kurosuav_malloc vs av_mallocz patch by (Kurosu <kurosu infore...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-09-01 Michael Niedermayerasv2 encoding
2003-09-01 Michael NiedermayerASV2 decoder
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-20 Alex Beregszaszisome warning fixes
2003-05-20 Wolfgang HesselerCONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at...
2003-05-19 Michael NiedermayerASV1 codec