summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAgeFilesLines
* prevent huffyuv from generating codewords of length 32. (regression in r9069)Loren Merritt2007-08-051-1/+1
* fix mem leakOliver Pfister2007-07-051-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-3/+3
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* merge huffman tables for rgb tooLoren Merritt2007-05-251-33/+71
* cosmetics (reduce nesting)Loren Merritt2007-05-241-11/+11
* use sparse huffman tables. 1.5% faster huffyuv decoding.Loren Merritt2007-05-241-10/+9
* merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ...Loren Merritt2007-05-231-7/+52
* change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas...Loren Merritt2007-05-191-42/+42
* cosmetics: macrofy duplicate code in huffyuvLoren Merritt2007-05-181-45/+62
* r3938 broke 2pass huffyuv (not that anyone uses it)Loren Merritt2007-05-181-2/+2
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-2/+1
* oops, encoder was under ifdef decoders.Loren Merritt2007-03-201-1/+1
* huffyuv rgb encoderLoren Merritt2007-03-181-4/+104
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+16
* set supported pixel formats correctlyMichael Niedermayer2006-08-021-0/+2
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-141-3/+0
* dont forget table_size in the decode_frame return valueMichael Niedermayer2006-03-301-1/+1
* segfault fixMichael Niedermayer2006-03-181-0/+3
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-1/+1
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-118/+118
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-4/+4
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-061-16/+0
* -strict -1 comment fixMichael Niedermayer2005-02-241-1/+1
* buffer overflowsMichael Niedermayer2005-02-171-7/+19
* seperate bitstream encoding skip from PASS1 flagMichael Niedermayer2005-02-061-3/+11
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* dissallow sprintfMichael Niedermayer2005-01-121-2/+3
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-26/+59
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* fix interlacing check in v1 huffyuv.Loren Merritt2004-11-281-7/+5
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-281-12/+48
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-2/+2
* new option: context_modelLoren Merritt2004-11-271-18/+89
* plane predicted non-interlacd rgb decodeing fixMichael Niedermayer2004-11-141-1/+1
* huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer2004-09-171-0/+1
* warning the user about possible incompatibilitiesMichael Niedermayer2004-09-171-0/+7
* (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington d...Loren Merritt2004-09-171-4/+6
* 10lMichael Niedermayer2004-09-151-1/+1
* yuv median encoding 10l fixMichael Niedermayer2004-08-261-4/+4
* more untested bigendian fixesMichael Niedermayer2004-08-171-14/+14
* big endian fix (untested)Michael Niedermayer2004-08-171-12/+22
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-011-4/+0
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0