]> git.sesse.net Git - ffmpeg/history - libavcodec/huffyuv.c
Bump Major version, this commit is almost just renaming bits_per_sample to
[ffmpeg] / libavcodec / huffyuv.c
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-09-02 Diego BiurrunReplace generic CONFIG_DECODERS preprocessor conditiona...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-29 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-08-05 Loren Merrittprevent huffyuv from generating codewords of length...
2007-07-05 Oliver Pfisterfix mem leak
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-25 Loren Merrittmerge huffman tables for rgb too
2007-05-24 Loren Merrittcosmetics (reduce nesting)
2007-05-24 Loren Merrittuse sparse huffman tables. 1.5% faster huffyuv decoding.
2007-05-23 Loren Merrittmerge huffman tables so that we read 2 symbols at a...
2007-05-19 Loren Merrittchange brute force search to min-heap. 3.6x faster...
2007-05-18 Loren Merrittcosmetics: macrofy duplicate code in huffyuv
2007-05-18 Loren Merrittr3938 broke 2pass huffyuv (not that anyone uses it)
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-03-20 Loren Merrittoops, encoder was under ifdef decoders.
2007-03-18 Loren Merritthuffyuv rgb encoder
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-08-02 Michael Niedermayerset supported pixel formats correctly
2006-04-14 Michael Niedermayerffv1 and ffvhuff havnt changed since a long time and...
2006-03-30 Michael Niedermayerdont forget table_size in the decode_frame return value
2006-03-18 Michael Niedermayersegfault fix
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
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-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-03-06 Michael NiedermayerAVOption removial patch from (James A. Morrison >ja2mor...
2005-02-24 Michael Niedermayer-strict -1 comment fix
2005-02-17 Michael Niedermayerbuffer overflows
2005-02-06 Michael Niedermayerseperate bitstream encoding skip from PASS1 flag
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-12 Michael Niedermayerdissallow sprintf
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-11-28 Loren Merrittfix interlacing check in v1 huffyuv.
2004-11-28 Loren Merrittsplit ffhuffyuv into 2 codecs:
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-11-27 Loren Merrittnew option: context_model
2004-11-14 Michael Niedermayerplane predicted non-interlacd rgb decodeing fix
2004-09-17 Michael Niedermayerhuffyuv writes to AVCodecContext.stats_out only once...
2004-09-17 Michael Niedermayerwarning the user about possible incompatibilities
2004-09-17 Loren Merritt(non)interlaced huffyuv patch by (Loren Merritt <lorenm...
2004-09-15 Michael Niedermayer10l
2004-08-26 Michael Niedermayeryuv median encoding 10l fix
2004-08-17 Michael Niedermayermore untested bigendian fixes
2004-08-17 Michael Niedermayerbig endian fix (untested)
2004-06-01 Michael Niedermayerremove stupid YV12-huffyuv warning
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-25 Alex Beregszaszifreebsd fix for mpeg12.c (moving INT64_MAX to common.h)
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-13 Michael Niedermayerfix the case where all vlc codes are 8 bits long (repea...
2003-10-13 Michael Niedermayeralignment 10l
2003-10-13 Michael Niedermayermmx2 optimization of huffyuv median encoding
2003-10-13 Michael Niedermayer10l
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-07-20 Michael Niedermayerdefault for slices is display order again
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-16 Alex Beregszaszia bottle of coke (=0.5l)
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-23 Michael Niedermayercleanup
2003-05-19 Michael NiedermayerASV1 codec
2003-05-12 Zdenek Kabelac* quiet missing EOF \n warning
2003-05-07 Michael Niedermayermore #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler ...
2003-05-06 Michael Niedermayerrelease buffer cleanup
2003-04-25 Michael Niedermayerfixing mixed dr1 + internal buffers
2003-03-12 Zdenek Kabelac* added more options
2003-03-06 Michael Niedermayerper file doxy
2003-03-05 Michael Niedermayer10l
2003-02-24 Zdenek Kabelac* const arrays
2003-02-24 Michael Niedermayerhuffyuv v1 tables, as they are essential and the only...
2003-02-24 Michael Niedermayerround readed bits up to next 32bits, as orginal huffyuv...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-14 Michael Niedermayer10l
2003-01-11 Fabrice Bellardchanged BGRA32 to RGBA32. XXX: clarify expected behavio...
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-12-04 Michael Niedermayercleanup
2002-11-15 Michael Niedermayerslices & encoding optim
2002-11-15 Michael Niedermayerdr1
2002-11-14 Michael Niedermayer0.1l
2002-11-14 Michael NiedermayerYV12 support (warning this is experimental & wont work...
2002-11-14 Michael Niedermayerhuffyuv