]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/huffyuv.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / huffyuv.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-05 michaelMake sure the last bits of huffyuv frames are zeroed.
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-08 lorenmff_add_hfyu_median_prediction_mmx2
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 michaelMore POSIX _t namespace cleanup.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-09-03 diegoReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-02 diegoReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 cehoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 diegoAdd long names to some AVCodec declarations.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-08-05 lorenmprevent huffyuv from generating codewords of length...
2007-07-05 benoitfix mem leak
2007-07-05 diegoGroup all copyright and author notices together.
2007-06-12 diegomisc typo fixes
2007-05-25 lorenmmerge huffman tables for rgb too
2007-05-24 lorenmcosmetics (reduce nesting)
2007-05-24 lorenmuse sparse huffman tables. 1.5% faster huffyuv decoding.
2007-05-23 lorenmmerge huffman tables so that we read 2 symbols at a...
2007-05-19 lorenmchange brute force search to min-heap. 3.6x faster...
2007-05-18 lorenmcosmetics: macrofy duplicate code in huffyuv
2007-05-18 lorenmr3938 broke 2pass huffyuv (not that anyone uses it)
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-03-20 lorenmoops, encoder was under ifdef decoders.
2007-03-18 lorenmhuffyuv rgb encoder
2007-02-07 diegoReplace deprecated PIX_FMT names by the newer variants.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-08-02 michaelset supported pixel formats correctly
2006-04-14 michaelffv1 and ffvhuff havnt changed since a long time and...
2006-03-30 michaeldont forget table_size in the decode_frame return value
2006-03-18 michaelsegfault fix
2006-03-08 diego(f)printf --> av_log conversion
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-05-08 michael#defines for strict_std_compliance and split between...
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-06 michaelAVOption removial patch from (James A. Morrison >ja2mor...
2005-02-24 michael-strict -1 comment fix
2005-02-17 michaelbuffer overflows
2005-02-06 michaelseperate bitstream encoding skip from PASS1 flag
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaeldissallow sprintf
2005-01-12 michaelvarious security fixes and precautionary checks
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-11-28 lorenmfix interlacing check in v1 huffyuv.
2004-11-28 lorenmsplit ffhuffyuv into 2 codecs:
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-27 lorenmnew option: context_model
2004-11-14 michaelplane predicted non-interlacd rgb decodeing fix
2004-09-17 michaelhuffyuv writes to AVCodecContext.stats_out only once...
2004-09-17 michaelwarning the user about possible incompatibilities
2004-09-17 michael(non)interlaced huffyuv patch by (Loren Merritt <lorenm...
2004-09-15 michael10l
2004-08-26 michaelyuv median encoding 10l fix
2004-08-17 michaelmore untested bigendian fixes
2004-08-17 michaelbig endian fix (untested)
2004-06-01 michaelremove stupid YV12-huffyuv warning
2004-05-21 michaeldata_size = 0 cleanup
2004-04-30 michaelcleanup & memleak fix
2004-02-06 alexget_bit_count -> put_bits_count
2004-01-25 alexfreebsd fix for mpeg12.c (moving INT64_MAX to common.h)
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-13 michaelfix the case where all vlc codes are 8 bits long (repea...
2003-10-13 michaelalignment 10l
2003-10-13 michaelmmx2 optimization of huffyuv median encoding
2003-10-13 michael10l
2003-10-12 alexremoved the obsolete and unused parameters of init_put_bits
2003-07-20 michaelnidefault for slices is display order again
2003-07-17 michaelniAVCodec.flush()
2003-06-22 michaelniCONFIG_ENCODERS cleanup
2003-06-16 al3xa bottle of coke (=0.5l)
2003-05-24 mellumWarning and compatibility fixes.
2003-05-23 michaelnicleanup
2003-05-19 michaelniASV1 codec
2003-05-12 kabi* quiet missing EOF \n warning
2003-05-07 michaelnimore #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler ...
2003-05-06 michaelnirelease buffer cleanup
2003-04-25 michaelnifixing mixed dr1 + internal buffers
2003-03-12 kabi* added more options
2003-03-06 michaelniper file doxy
2003-03-05 michaelni10l
2003-02-24 kabi* const arrays
2003-02-24 michaelnihuffyuv v1 tables, as they are essential and the only...
2003-02-24 michaelniround readed bits up to next 32bits, as orginal huffyuv...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-21 michaelniGetBitContext.size is allways multiplied by 8 -> use...
2003-01-14 michaelni10l
2003-01-11 bellardchanged BGRA32 to RGBA32. XXX: clarify expected behavio...
2002-12-09 michaelniAVVideoFrame -> AVFrame
next