OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / 4xm.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-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...
2011-01-16 Michael NiedermayerAllocate last picture for 4xm pfrm if its not allocated.
2010-11-12 Vitor SessakFix visual artifacts in 4XM decoding on big-endian...
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
2010-01-07 Carl Eugen HoyosFix red/blue swap for 4xa files.
2009-10-13 Reimar DöffingerAdd missing release_buffer on close
2009-08-26 Måns Rullgård4xm: provide 16-byte alignment where required
2009-06-05 Baptiste Coudurier4xm decoder uses get_buffer, set CODEC_CAP_DR1
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 Reimar DöffingerUse void * instead of uint8_t * for the destination...
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in 4xm.
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-22 Daniel VerkampAdd missing av_cold in static init/close functions.
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-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-22 Diego Biurruncosmetics: typo fixes
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael NiedermayerReplace get32() by AV_RL32().
2008-02-01 Michael Niedermayerconst
2008-01-31 Baptiste Couduriercast to dest type, fix warning: 4xm.c:304: warning...
2007-09-05 Michael Niedermayerfix decoding of dracula.4xm before diego complains
2007-09-05 Michael Niedermayerfix segfault with dracula.4xm
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 Michael Niedermayeruse bytestream_get_le*() this also fixes a big endian bug
2007-08-13 Michael Niedermayerfix type 3 aka skipped blocks for old version
2007-08-13 Michael Niedermayerfix motion vectors for old version
2007-08-13 Michael Niedermayerset pix_fmt properly depending on version
2007-08-13 Michael Niedermayeruse version instead of some random 32bit value to switc...
2007-08-13 Michael Niedermayerreplace vlc_type by version and set that from codec_tag...
2007-08-12 Michael Niedermayersupport ifr2 from Toy-Story2_better-image-quality.4xa
2007-08-12 Michael Niedermayeradd second vlc table
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-02-19 Michel BardiauxRemove some old disabled debugging output
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
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-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
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-04-07 Alex Beregszasziunknown format chars
2004-03-24 Falk Hüffnerwarning patrol
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-11 Michael Niedermayerforgot to commit, i hope its correct
2003-09-22 Falk HüffnerFix compilation with ccc
2003-09-09 Fabrice Bellardremove warnings
2003-06-01 Michael Niedermayerfix 4xm yuv->rgb565 transform
2003-06-01 Michael Niedermayer10l (array[-1] ...)
2003-06-01 Michael Niedermayer4xm codec