summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
Commit message (Collapse)AuthorAge
* remove stupid YV12-huffyuv warningMichael Niedermayer2004-06-01
| | | | Originally committed as revision 3185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup & memleak fixMichael Niedermayer2004-04-30
| | | | Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
| | | | 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-25
| | | | 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-03
| | | | 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-13
| | | | Originally committed as revision 2374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx2 optimization of huffyuv median encodingMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-10-13
| | | | Originally committed as revision 2371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default for slices is display order againMichael Niedermayer2003-07-20
| | | | | | | 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-17
| | | | | | 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-22
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a bottle of coke (=0.5l)Alex Beregszaszi2003-06-16
| | | | Originally committed as revision 1962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning and compatibility fixes.Falk Hüffner2003-05-24
| | | | Originally committed as revision 1902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-05-23
| | | | Originally committed as revision 1899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ASV1 codecMichael Niedermayer2003-05-19
| | | | | | with postprocessing support :) Originally committed as revision 1891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quiet missing EOF \n warningZdenek Kabelac2003-05-12
| | | | 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-07
| | | | | | com>) Originally committed as revision 1843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* release buffer cleanupMichael Niedermayer2003-05-06
| | | | Originally committed as revision 1839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-25
| | | | Originally committed as revision 1820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added more optionsZdenek Kabelac2003-03-12
| | | | Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-03-05
| | | | Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * const arraysZdenek Kabelac2003-02-24
| | | | 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-24
| | | | | | 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-24
| | | | | | then 32bit blocks Originally committed as revision 1598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | 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-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2003-01-14
| | | | 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-11
| | | | Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer2002-12-04
| | | | | | | 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-04
| | | | | | | | | | | 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-15
| | | | Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-11-15
| | | | Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.1lMichael Niedermayer2002-11-14
| | | | 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-14
| | | | | | | | 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-14
Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk