]> git.sesse.net Git - ffmpeg/history - libavcodec/svq3.c
Fix rc_eq mem leak.
[ffmpeg] / libavcodec / svq3.c
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...
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2003-12-18 Mike MelansonSVQ3 uses unrestricted motion vectors
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-06-27 Mike Melanson- fix PLANE_PRED8x8 prediction (H/V are swapped, this...
2003-06-20 Mike Melansondon't step on the context
2003-06-19 Mike Melansonadded support for B-frames and multiple slices
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-16 Michael Niedermayerbigendian fix
2003-05-16 Michael NiedermayerCODEC_CAP_DRAW_HORIZ_BAND
2003-05-15 Michael Niedermayermoving the svq3 motion compensation stuff to dsputil...
2003-05-15 Michael Niedermayeroptimize
2003-05-14 Michael Niedermayercleanup
2003-05-13 Michael Niedermayeroptimizations
2003-05-13 Michael Niedermayeroptimizations
2003-05-10 Mike Melansonchange the way the ImageDescription is passed to the...
2003-05-09 Michael Niedermayersvq3 decoder by anonymous