]> git.sesse.net Git - ffmpeg/history - libavcodec/huffyuv.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / huffyuv.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego BiurrunRemove some silly disabled code.
2012-08-28 Michael Niedermayerhuffman: add ff_huff_gen_len_table
2012-08-27 Luca Barbatohuffyuv: update to current coding style
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-08 Ronald S. Bultjehuffyuv: add padding to classic (v1) huffman tables.
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-01 Ronald S. Bultjehuffyuv: do not abort on unknown pix_fmt; instead,...
2012-02-20 Anton Khirnovhuffyuv: switch to encode2().
2012-02-17 Ronald S. Bultjehuffyuv: error out on bit overrun.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-12-02 Justin Rugglesavcodec: change number of plane pointers from 4 to...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-01 Alexander Strangehuffyuv: Add multithreading support
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-06-25 Måns Rullgårdhuffyuv: remove unnecessary size argument from generate...
2010-06-25 Måns Rullgårdhuffyuv: make VLAs fixed size
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-17 Michael KaufmannAdd const to some pointer parameters.
2010-04-12 Michael KaufmannExtradata length checks for Huffyuv.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-10-16 Alexander StrangeHuffyuv: Remove unnecessary allocation in alloc_temp().
2009-10-16 Alexander StrangeHuffyuv: Fix a valgrind warning in get_vlc2().
2009-10-16 Carl Eugen HoyosRelease unreleased buffers found by make test.
2009-10-06 Nathan CaldwellMove HuffYUV left prediction to dsputil.
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-04 Loren Merrittfix a buffer overrun on corrupt huffyuv streams
2009-07-01 Michael Niedermayerindent
2009-07-01 Michael NiedermayerMake sure we dont read over the end.
2009-05-23 Jeff DownsFix passing of unaligned addresses to dsputil diff_byte...
2009-05-23 Jeff DownsAdd offset argument to encode_422_bitstream() to contro...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-05 Michael NiedermayerMake sure the last bits of huffyuv frames are zeroed.
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Michael NiedermayerMore POSIX _t namespace cleanup.
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...
next