]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/svq3.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / svq3.c
2009-10-19 stefanoAdd additional long names for the Sorenson Vector Quant...
2009-09-09 michaelCheck thread count as multithreaded decoding is not...
2009-09-06 reimarMark all pix_fmts and supported_framerates compound...
2009-08-04 rbultjeParse frame size code, see "svq3.c: parse frame size...
2009-05-30 bcoudurierremove unused hack which set AVCodecContext frame_numbe...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-01 mruSVQ3: Fix decoding with A32_BITSTREAM_READER
2009-02-24 michael1000l for me, wrong pix_fmt.
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-25 diegoFix sample URL.
2008-12-18 michael10l, svq3 didnt set h->cbp, this broke decoding a little.
2008-12-17 michaelFix svq3 decoding, is_complex was not initialized.
2008-11-24 bcouduriermove decoder initialization in separate function, earli...
2008-11-22 diegocosmetics: indentation, prettyprinting
2008-11-22 diegocosmetics: consistent function declarations
2008-11-22 diegocosmetics: Put statements after 'if' on their own line.
2008-10-28 diegoAdd the function declaration of ff_svq1_packet_checksum...
2008-10-26 bcouduriersvq3 watermark code now needs zlib
2008-10-26 bcouduriersvq3 watermark decoding support, based on reverse engin...
2008-10-25 aurelsvq3: remove unused include
2008-10-14 michaelInclude zlib.h as its needed for watermark support,
2008-07-16 michael10000l, revert
2008-07-16 michaelThe funny memcpyin svq3 generally has src & dst overlap...
2008-07-16 michaelPrint slice num as well.
2008-07-14 michaelFix infinite loop at EOF.
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 astrangePrevious commit missed an initialization - this fixes...
2008-05-11 astrangeSet and use h->mb_xy in SVQ3 too.
2008-04-27 diegoAdd long names to AVCodec declarations.
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-01 michaelconsts
2007-09-05 kostyaMove H.264 intra prediction functions into their own...
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-07-06 gpoirierAdd support for streams with different chroma_qp_index_...
2007-07-05 diegolicense header consistency cosmetics
2007-06-12 diegomisc spelling fixes
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-14 michaeldont write over the end of ref_cache
2007-05-14 reimarChange some leftover __attribute__((unused)) and __attr...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-01-24 michaelcrash fix by Carl Eugen Hoyos cehoyos ag.or at
2007-01-24 michaelmaybe fix segfault with missing extradata (unchecked)
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-17 michaelbitstream related fixes from [PATCH] from DivX, Part...
2005-07-14 michaelskip_idct
2005-04-18 michaelvarious fixes related to the non alt_bitstream_reader
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-23 michaelmore detailed error messages
2004-06-19 michael1000l to myself for FFMIN(...,0) instead of ...,6)
2004-06-19 michaelsegfault fix
2004-05-21 michaeldata_size = 0 cleanup
2004-03-14 melansondon't fetch the size of SEQH unless SEQH was found
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-03-13 melansonbe smarter about the variable size of the extra SVQ3...
2004-03-13 melansonsmarten up the SVQ3 extradata decoder without changing...
2004-01-22 michaelclosed gop support & flags2 as all bits in flags are...
2003-12-18 melansonSVQ3 uses unrestricted motion vectors
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-06-27 tmmm- fix PLANE_PRED8x8 prediction (H/V are swapped, this...
2003-06-20 tmmmdon't step on the context
2003-06-19 tmmmadded support for B-frames and multiple slices
2003-06-18 michaelnimake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-24 mellumWarning and compatibility fixes.
2003-05-16 michaelnibigendian fix
2003-05-16 michaelniCODEC_CAP_DRAW_HORIZ_BAND
2003-05-15 michaelnimoving the svq3 motion compensation stuff to dsputil...
2003-05-15 michaelnioptimize
2003-05-14 michaelnicleanup
2003-05-13 michaelnioptimizations
2003-05-13 michaelnioptimizations
2003-05-10 tmmmchange the way the ImageDescription is passed to the...
2003-05-09 michaelnisvq3 decoder by anonymous