| Commit message (Expand) | Author | Age | Files | Lines |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -1/+1 |
* | merge huffman tables for rgb too | Loren Merritt | 2007-05-25 | 1 | -33/+71 |
* | cosmetics (reduce nesting) | Loren Merritt | 2007-05-24 | 1 | -11/+11 |
* | use sparse huffman tables. 1.5% faster huffyuv decoding. | Loren Merritt | 2007-05-24 | 1 | -10/+9 |
* | merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv ... | Loren Merritt | 2007-05-23 | 1 | -7/+52 |
* | change brute force search to min-heap. 3.6x faster generate_len_table, 8% fas... | Loren Merritt | 2007-05-19 | 1 | -42/+42 |
* | cosmetics: macrofy duplicate code in huffyuv | Loren Merritt | 2007-05-18 | 1 | -45/+62 |
* | r3938 broke 2pass huffyuv (not that anyone uses it) | Loren Merritt | 2007-05-18 | 1 | -2/+2 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -2/+1 |
* | oops, encoder was under ifdef decoders. | Loren Merritt | 2007-03-20 | 1 | -1/+1 |
* | huffyuv rgb encoder | Loren Merritt | 2007-03-18 | 1 | -4/+104 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+16 |
* | set supported pixel formats correctly | Michael Niedermayer | 2006-08-02 | 1 | -0/+2 |
* | ffv1 and ffvhuff havnt changed since a long time and noone proposed any | Michael Niedermayer | 2006-04-14 | 1 | -3/+0 |
* | dont forget table_size in the decode_frame return value | Michael Niedermayer | 2006-03-30 | 1 | -1/+1 |
* | segfault fix | Michael Niedermayer | 2006-03-18 | 1 | -0/+3 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -1/+1 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -118/+118 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -1/+1 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -4/+4 |
* | AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>) | Michael Niedermayer | 2005-03-06 | 1 | -16/+0 |
* | -strict -1 comment fix | Michael Niedermayer | 2005-02-24 | 1 | -1/+1 |
* | buffer overflows | Michael Niedermayer | 2005-02-17 | 1 | -7/+19 |
* | seperate bitstream encoding skip from PASS1 flag | Michael Niedermayer | 2005-02-06 | 1 | -3/+11 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -4/+0 |
* | dissallow sprintf | Michael Niedermayer | 2005-01-12 | 1 | -2/+3 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -26/+59 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | fix interlacing check in v1 huffyuv. | Loren Merritt | 2004-11-28 | 1 | -7/+5 |
* | split ffhuffyuv into 2 codecs: | Loren Merritt | 2004-11-28 | 1 | -12/+48 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -2/+2 |
* | new option: context_model | Loren Merritt | 2004-11-27 | 1 | -18/+89 |
* | plane predicted non-interlacd rgb decodeing fix | Michael Niedermayer | 2004-11-14 | 1 | -1/+1 |
* | huffyuv writes to AVCodecContext.stats_out only once every 32 frames, | Michael Niedermayer | 2004-09-17 | 1 | -0/+1 |
* | warning the user about possible incompatibilities | Michael Niedermayer | 2004-09-17 | 1 | -0/+7 |
* | (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington d... | Loren Merritt | 2004-09-17 | 1 | -4/+6 |
* | 10l | Michael Niedermayer | 2004-09-15 | 1 | -1/+1 |
* | yuv median encoding 10l fix | Michael Niedermayer | 2004-08-26 | 1 | -4/+4 |
* | more untested bigendian fixes | Michael Niedermayer | 2004-08-17 | 1 | -14/+14 |
* | big endian fix (untested) | Michael Niedermayer | 2004-08-17 | 1 | -12/+22 |
* | remove stupid YV12-huffyuv warning | Michael Niedermayer | 2004-06-01 | 1 | -4/+0 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -2/+0 |
* | get_bit_count -> put_bits_count | Alex Beregszaszi | 2004-02-06 | 1 | -1/+1 |
* | freebsd fix for mpeg12.c (moving INT64_MAX to common.h) | Alex Beregszaszi | 2004-01-25 | 1 | -4/+0 |