aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/huffyuv.c
Commit message (Collapse)AuthorAgeFilesLines
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-011-4/+0
| | | | Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup & memleak fixMichael Niedermayer2004-04-301-2/+0
| | | | Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-1/+1
| | | | Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* freebsd fix for mpeg12.c (moving INT64_MAX to common.h)Alex Beregszaszi2004-01-251-4/+0
| | | | Originally committed as revision 2722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-8/+8
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the case where all vlc codes are 8 bits long (repeat=256)Michael Niedermayer2003-10-131-5/+4
| | | | Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment 10lMichael Niedermayer2003-10-131-1/+1
| | | | Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-131-26/+7
| | | | Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-131-4/+4
| | | | Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default for slices is display order againMichael Niedermayer2003-07-201-1/+1
| | | | | | | optional support for field slices & slices in coded order and single component slices for svq1 (unfinished) Originally committed as revision 2066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.flush()Michael Niedermayer2003-07-171-6/+7
| | | | | | ff_draw_horiz_band() in coded order / cleanup Originally committed as revision 2064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-21/+1
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a bottle of coke (=0.5l)Alex Beregszaszi2003-06-161-2/+2
| | | | Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-241-1/+1
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-231-9/+7
| | | | Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-191-20/+2
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quiet missing EOF \n warningZdenek Kabelac2003-05-121-1/+1
| | | | Originally committed as revision 1861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot ↵Michael Niedermayer2003-05-071-6/+30
| | | | | | com>) Originally committed as revision 1843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* release buffer cleanupMichael Niedermayer2003-05-061-3/+3
| | | | Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-251-8/+2
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added more optionsZdenek Kabelac2003-03-121-0/+7
| | | | Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-061-0/+5
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-051-2/+2
| | | | Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * const arraysZdenek Kabelac2003-02-241-4/+4
| | | | Originally committed as revision 1602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv v1 tables, as they are essential and the only possible way for ↵Michael Niedermayer2003-02-241-1/+51
| | | | | | decding of v1 files they very likely cant be copyrighted ... Originally committed as revision 1600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round readed bits up to next 32bits, as orginal huffyuv cant handle less ↵Michael Niedermayer2003-02-241-1/+1
| | | | | | then 32bit blocks Originally committed as revision 1598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-211-4/+4
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-01-141-3/+3
| | | | Originally committed as revision 1460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpuFabrice Bellard2003-01-111-1/+1
| | | | Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-8/+8
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-041-1/+1
| | | | | | | rename *_TYPE to FF_*_TYPE for the external API allow user specified pict_type Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-141/+112
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slices & encoding optimMichael Niedermayer2002-11-151-29/+75
| | | | Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-11-151-14/+33
| | | | Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.1lMichael Niedermayer2002-11-141-3/+3
| | | | Originally committed as revision 1215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YV12 support (warning this is experimental & wont work with offical huffyuv ↵Michael Niedermayer2002-11-141-29/+116
| | | | | | | | but there is a approx. 20% speed & compression gain) 10l flush_put_bits() Originally committed as revision 1214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-141-0/+978
Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk