summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAge
...
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-12
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-05
* fix mem leakOliver Pfister2007-07-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12
* merge huffman tables for rgb tooLoren Merritt2007-05-25
* cosmetics (reduce nesting)Loren Merritt2007-05-24
* use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt2007-05-24
* merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...Loren Merritt2007-05-23
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt2007-05-19
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-18
* r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt2007-05-18
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* oops, encoder was under ifdef decoders.Loren Merritt2007-03-20
* huffyuv rgb encoderLoren Merritt2007-03-18
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* set supported pixel formats correctlyMichael Niedermayer2006-08-02
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-30
* segfault fixMichael Niedermayer2006-03-18
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-06
* -strict -1 comment fixMichael Niedermayer2005-02-24
* buffer overflowsMichael Niedermayer2005-02-17
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-06
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* dissallow sprintfMichael Niedermayer2005-01-12
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* fix interlacing check in v1 huffyuv.Loren Merritt2004-11-28