summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup & memleak fixMichael Niedermayer2004-04-301-2/+0
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-1/+1
* freebsd fix for mpeg12.c (moving INT64_MAX to common.h)Alex Beregszaszi2004-01-251-4/+0
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-8/+8
* fix the case where all vlc codes are 8 bits long (repeat=256)Michael Niedermayer2003-10-131-5/+4
* alignment 10lMichael Niedermayer2003-10-131-1/+1
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-131-26/+7
* 10lMichael Niedermayer2003-10-131-4/+4
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* default for slices is display order againMichael Niedermayer2003-07-201-1/+1
* AVCodec.flush()Michael Niedermayer2003-07-171-6/+7
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-21/+1
* a bottle of coke (=0.5l)Alex Beregszaszi2003-06-161-2/+2
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+1
* cleanupMichael Niedermayer2003-05-231-9/+7
OpenPOWER on IntegriCloud