OSDN Git Service

Fixed invalid access in wavpack decoder on corrupted bitstream.
[coroid/libav_saccubus.git] / libavcodec / svq3.c
2011-08-15 Dustin Brodysvq3: propagate codec memory allocation failure in...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
2011-06-14 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-GlaserFix SVQ3 after adding 4:4:4 H.264 support
2011-06-03 Baptiste Couduriersvq3: Check negative mb_type to fix potential crash.
2011-06-03 Baptiste Couduriersvq3: Move svq3-specific fields to their own context.
2011-05-21 Ronald S. Bultjesvq3: Do initialization after parsing the extradata
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-05-02 Stefano SabatiniReplace deprecated av_get_pict_type_char() with av_get_...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-18 Diego BiurrunReplace mplayerhq.hu URLs by libav.org.
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
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...
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett-GlaserPort SVQ3 to use the new mb_luma_dc method of storing...
2011-01-14 Jason Garrett-GlaserFix SVQ3
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-12-15 Alexander StrangeSVQ3: Allow decoding if thread_count is > 1
2010-06-15 Baptiste CoudurierFix svq3 watermark log uncompress on 64bit, probably...
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-02-25 Michael Niedermayersvq3 now in working condition, at least vissually,...
2010-02-25 Michael Niedermayerfix compilation, sorry ive not checked cvslog for a...
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-19 Jai MenonApply changes made in r21308 to svq3.c.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2009-12-12 Jai MenonSVQ3 : Set avctx->pix_fmt correctly during decoder...
2009-10-19 Stefano SabatiniAdd additional long names for the Sorenson Vector Quant...
2009-09-09 Michael NiedermayerCheck thread count as multithreaded decoding is not...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-08-04 Ronald S. BultjeParse frame size code, see "svq3.c: parse frame size...
2009-05-30 Baptiste Coudurierremove unused hack which set AVCodecContext frame_numbe...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-01 Måns RullgårdSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-02-24 Michael Niedermayer1000l for me, wrong pix_fmt.
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
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-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-25 Diego BiurrunFix sample URL.
2008-12-18 Michael Niedermayer10l, svq3 didnt set h->cbp, this broke decoding a little.
2008-12-17 Michael NiedermayerFix svq3 decoding, is_complex was not initialized.
2008-11-24 Baptiste Couduriermove decoder initialization in separate function, earli...
2008-11-22 Diego Biurruncosmetics: indentation, prettyprinting
2008-11-22 Diego Biurruncosmetics: consistent function declarations
2008-11-22 Diego Biurruncosmetics: Put statements after 'if' on their own line.
2008-10-28 Diego BiurrunAdd the function declaration of ff_svq1_packet_checksum...
2008-10-26 Baptiste Couduriersvq3 watermark code now needs zlib
2008-10-26 Baptiste Couduriersvq3 watermark decoding support, based on reverse engin...
2008-10-25 Aurelien Jacobssvq3: remove unused include
2008-10-14 Michael NiedermayerInclude zlib.h as it is needed for watermark support,
2008-07-16 Michael Niedermayer10000l, revert
2008-07-16 Michael NiedermayerThe funny memcpyin svq3 generally has src & dst overlap...
2008-07-16 Michael NiedermayerPrint slice num as well.
2008-07-14 Michael NiedermayerFix infinite loop at EOF.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Alexander StrangePrevious commit missed an initialization - this fixes...
2008-05-11 Alexander StrangeSet and use h->mb_xy in SVQ3 too.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayerconsts
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-14 Michael Niedermayerdont write over the end of ref_cache
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-24 Michael Niedermayercrash fix by Carl Eugen Hoyos cehoyos ag.or at
2007-01-24 Michael Niedermayermaybe fix segfault with missing extradata (unchecked)
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Michael Niedermayerbitstream related fixes from [PATCH] from DivX, Part...
2005-07-14 Michael Niedermayerskip_idct
2005-04-18 Michael Niedermayervarious fixes related to the non alt_bitstream_reader
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-23 Michael Niedermayermore detailed error messages
2004-06-19 Michael Niedermayer1000l to myself for FFMIN(...,0) instead of ...,6)
2004-06-19 Michael Niedermayersegfault fix
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-03-14 Mike Melansondon't fetch the size of SEQH unless SEQH was found
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-03-13 Mike Melansonbe smarter about the variable size of the extra SVQ3...
2004-03-13 Mike Melansonsmarten up the SVQ3 extradata decoder without changing...
next