summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Make sure the last bits of huffyuv frames are zeroed.Michael Niedermayer2009-04-051-0/+2
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* ff_add_hfyu_median_prediction_mmx2Loren Merritt2009-02-081-25/+7
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-18/+18
* More POSIX _t namespace cleanup.Michael Niedermayer2008-12-121-4/+4
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-8/+8
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-12/+12
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-7/+9
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-4/+4
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-2/+2
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-291-2/+6
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-4/+4
* constMichael Niedermayer2008-02-011-2/+2
* 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
OpenPOWER on IntegriCloud