aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed buffer allocation logic (hopefully) so that decoder does not crashMike Melanson2003-05-071-37/+162
* release buffer cleanupMichael Niedermayer2003-05-065-16/+27
* fix decoder so that ffmpeg does not crash, at least not right awayMike Melanson2003-05-061-17/+16
* Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>)Michael Niedermayer2003-05-051-1/+1
* VOB stream patch ba (Brian Foley <bfoley at compsoc dot nuigalway dot ie>)Michael Niedermayer2003-05-051-4/+4
* -map and sanity checking patch by (Brian Foley <bfoley at compsoc dot nuigalw...Brian Foley2003-05-051-0/+21
* prefers MP3 codec (rather than MP2) for output ifAndriy Rysin2003-05-051-1/+21
* mp3 codec autodetection patch by (Andriy Rysin <arysin at bcsii dot net>)Andriy Rysin2003-05-051-0/+14
* doxyMichael Niedermayer2003-05-052-0/+20
* first pass at a new VP3 video decoderMike Melanson2003-05-057-1/+5144
* looks better (req. for mp-G2)Arpi2003-05-031-1/+1
* making it nicer to the client who doesn't expect errors messages in stdoutRoman Shaposhnik2003-05-011-1/+1
* removed the last mp_msg :)Alex Beregszaszi2003-05-013-11/+11
* * making it possible to override aspect ratio from the command lineRoman Shaposhnik2003-04-291-0/+24
* * fixing NTSC frame rate for DV streamsRoman Shaposhnik2003-04-292-3/+7
* 10lMichael Niedermayer2003-04-271-3/+3
* tiredMichael Niedermayer2003-04-272-2/+2
* 10l (returning negative number of consumed bytes if the first startcode of a ...Michael Niedermayer2003-04-273-9/+39
* 10lMichael Niedermayer2003-04-251-2/+2
* 2pass stats fix (by ffdshow cvslog)Michael Niedermayer2003-04-251-0/+2
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)Michael Niedermayer2003-04-251-3/+9
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-257-533/+237
* typo in a comment ...Michael Niedermayer2003-04-251-2/+2
* moving getFilter stuff back (vf_scale.c -> swscale.c)Michael Niedermayer2003-04-252-1/+79
* fixing mixed dr1 + internal buffersMichael Niedermayer2003-04-256-56/+93
* doc fixes (forgot to commit)Michael Niedermayer2003-04-251-4/+6
* removing sws - global verbose var dependancyMichael Niedermayer2003-04-243-218/+60
* * Making AVI encoding predictable (all JUNK chunks are filled with 0)Roman Shaposhnik2003-04-245-53/+62
* * keeping compiler happy and quietZdenek Kabelac2003-04-233-4/+8
* * simplified parameters for parse routinesZdenek Kabelac2003-04-231-128/+123
* * more strict typesZdenek Kabelac2003-04-233-4/+5
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-236-75/+220
* cleanup mpeg1/2 bitstream parserMichael Niedermayer2003-04-222-73/+77
* * fixed initialization and some memleakZdenek Kabelac2003-04-222-125/+279
* * filling bitdepthZdenek Kabelac2003-04-221-1/+1
* killed an mp_msg occuranceAlex Beregszaszi2003-04-211-1/+1
* rgb555 alpha extraction fixFabrice Bellard2003-04-211-1/+1
* added img_get_alpha_info()Fabrice Bellard2003-04-213-3/+93
* transparency supportFabrice Bellard2003-04-211-6/+22
* replaced progressive by interleavedFabrice Bellard2003-04-212-6/+6
* fixed PIX_FMT_YUV422 conversionsFabrice Bellard2003-04-211-12/+12
* loss fixes (thanks to Daniel Serpell) - shrink22 fixFabrice Bellard2003-04-211-9/+11
* use correct YUV format for JPEGFabrice Bellard2003-04-211-3/+28
* added all missing UV conversionsFabrice Bellard2003-04-211-35/+213
* almost exhaustive image conversion supportFabrice Bellard2003-04-212-852/+1060
* accurate YUV to RGB and RGB to YUV conversions - added commentsFabrice Bellard2003-04-211-165/+661
* YUV formats/gray formats are correctly defined - added format loss informatio...Fabrice Bellard2003-04-201-61/+372
* fixed static initFabrice Bellard2003-04-203-16/+19
* new YUV formats for correct JPEG YUV support - added automatic pixel format c...Fabrice Bellard2003-04-201-2/+17
* added progressive PNG support (both reading and writing)Fabrice Bellard2003-04-201-121/+378