Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-02support for mjpeg bottom field first in movBaptiste Coudurier
2007-02-24cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun
2007-02-21100l: forgot to reset LS mode on new frameKostya Shishkov
2007-02-13Change some dprintf to av_logMichel Bardiaux
2007-02-07Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-01mjpeg a dump header bitstream filter, modifies bitstream to be decoded by qui...Baptiste Coudurier
2006-11-21Decode non-interleaved scansKostya Shishkov
2006-11-20Some progressive JPEG supportKostya Shishkov
2006-10-24JPEG-LS 16-bit gray supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-04mjpeg 4:2:2 encoding supportBaptiste Coudurier
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-21Zero number of current scan after decoding one picture.Kostya Shishkov
2006-03-31remove useless codeMichael Niedermayer
2006-03-31simplify loop a littleMichael Niedermayer
2006-03-31do UPDATE_CACHE only when needed (which should be VERY rare)Michael Niedermayer
2006-03-31+ (sign&1) -> -sign (1 instruction less)Michael Niedermayer
2006-03-31avoid hard to predict branch (idea by arpi)Michael Niedermayer
2006-03-30fix gcc 2.95 compilationMichael Niedermayer
2006-03-29avoid if(i>=63) check at the end of decode_block()Michael Niedermayer
2006-03-29avoid i++ in decode_block()Michael Niedermayer
2006-03-29minor optimization of decode_block()Michael Niedermayer
2006-03-29optimizations by arpiMichael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-02-02JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer
2006-01-23Mjpeg interlaced decoding fix, height was wrong while decoding (/2).Baptiste Coudurier
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-2110l to michael for breaking gcc 2.95 compile :)D Richard Felker III
2005-12-18unfinished jpeg-ls codec (feel free to finish it ...)Michael Niedermayer
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-19Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun
2005-08-26Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer
2005-07-22reset restart_count when restart_interval is set and fill theReimar Döffinger
2005-07-17dont pre allocate uselessly large buffer and dont ignore FF_INPUT_BUFFER_PADD...Michael Niedermayer
2005-07-17verify len field validity in mjpeg_decode_com()Michael Niedermayer
2005-07-12check len (should fix #1165694)Michael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer
2005-01-20jpeg style yuv fixesMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-11-27Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum
2004-11-25fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar
2004-11-19workaround apps which dont provided correctly padded streamsMichael Niedermayer
2004-10-30Fix mjpeg-b (padding bytes can exist between end of sos and image data)Roberto Togni
2004-10-25mjpeg parserMichael Niedermayer
2004-09-27lowres width/height cleanup 3rd tryMichael Niedermayer
2004-09-2710lMichael Niedermayer