aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lowres width/height cleanup 3rd tryMichael Niedermayer2004-09-278-43/+54
* lowres fixes for the parserMichael Niedermayer2004-09-271-6/+10
* 10l (segfault)Michael Niedermayer2004-09-271-0/+1
* 10lMichael Niedermayer2004-09-271-4/+6
* set AVCodecContext.width/height to the picture width/height instead of the on...Michael Niedermayer2004-09-276-25/+32
* lowres chroma fixMichael Niedermayer2004-09-261-2/+2
* lowres slice fixMichael Niedermayer2004-09-261-1/+1
* porting optimizations from 4x4 dct to 8x8Michael Niedermayer2004-09-261-260/+0
* optimizing 4x4 idctMichael Niedermayer2004-09-261-270/+8
* lowres slice fixMichael Niedermayer2004-09-262-3/+5
* low resolution interlaced supportMichael Niedermayer2004-09-261-7/+132
* 1/8 resolution decodingMichael Niedermayer2004-09-263-0/+23
* low resolution decoding fixMichael Niedermayer2004-09-261-2/+2
* 1/4 resolution decodingMichael Niedermayer2004-09-264-4/+63
* 10l (wrong context)Michael Niedermayer2004-09-251-1/+1
* 1/2 resolution decodingMichael Niedermayer2004-09-2510-73/+724
* some credits for all these patchesMichael Niedermayer2004-09-251-0/+1
* assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u d...Michael Niedermayer2004-09-251-1/+3
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washingto...Michael Niedermayer2004-09-252-1/+4
* trellis quantization for h263(p)Michael Niedermayer2004-09-241-0/+57
* unusedMichael Niedermayer2004-09-241-2/+0
* 100lMichael Niedermayer2004-09-241-1/+2
* Zlib encoder: fix image orientation (was flipped), 100l in deflate errorRoberto Togni2004-09-231-4/+11
* merge predict_plane() with DWTELEM->8bit conversation (21% faster)Michael Niedermayer2004-09-231-31/+36
* imlib2 vhook rgba fix by ("Todd.Kirby" <doubleshot at pacbell dot net>)Michael Niedermayer2004-09-231-2/+4
* segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer2004-09-231-1/+1
* jpeg regression testMichael Niedermayer2004-09-222-3/+4
* 10lMichael Niedermayer2004-09-221-2/+3
* write shorter headers if possibleMichael Niedermayer2004-09-224-27/+29
* removing useless codeMichael Niedermayer2004-09-221-15/+0
* last timestamp and -vsync 0 fixMichael Niedermayer2004-09-221-1/+6
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-221-2/+1
* * fixing a regression introduced by the last seek-support patchRoman Shaposhnik2004-09-221-2/+2
* 8 -> FRAC_BITSMichael Niedermayer2004-09-211-12/+19
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi2004-09-211-29/+365
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-211-0/+8
* lot of bigendian fixesAlex Beregszaszi2004-09-211-0/+34
* gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)Michael Niedermayer2004-09-211-2/+3
* initial timestamp fixMichael Niedermayer2004-09-201-9/+11
* 1/0 fix for files with size=0Michael Niedermayer2004-09-201-0/+1
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-202-3/+17
* * fix for a DV regression introduced with the last round of avi_read_packetRoman Shaposhnik2004-09-191-1/+6
* av_rescale with user specified roundingMichael Niedermayer2004-09-192-9/+30
* consistent use of types patch by (D Richard Felker III <dalias at aerifal dot...D Richard Felker III2004-09-191-34/+34
* * a couple of silly defaults to make everybody happy.Roman Shaposhnik2004-09-191-0/+2
* * misc. fixes and hacks to improve timing detection in raw DVRoman Shaposhnik2004-09-191-3/+12
* * seek in raw DV patch by Nathan Kurz (nate at verse dot com)Nathan Kurz2004-09-181-3/+12
* passing an array or double precission parameters for the scaling function, in...Michael Niedermayer2004-09-183-20/+27
* simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt2004-09-171-17/+8
* huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer2004-09-171-0/+1