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
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-06-25remove duplicate tablesStefan Gehrer
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-17add proper prefix to new mjpeg extern func/varAurelien Jacobs
2007-05-17split mjpeg.c into an encoder and a decoder fileAurelien Jacobs
2007-05-14remove some unused mjpeg encoding variablesAurelien Jacobs
2007-05-14jpegls encoder does not call this function, so remove useless testsAurelien Jacobs
2007-05-14split jpeg_ls into jpeglsdec, jpeglsenc and jpeglsAurelien Jacobs
2007-05-13allow to enable or disable every bitstream filters individuallyJason Millard
2007-05-11move mjpeg parser in its own fileAurelien Jacobs
2007-05-07make some parser parameters const to avoid casting const to non-constAurelien Jacobs
2007-04-21compile mjpeg parser if requestedAlex Beregszaszi
2007-04-21cosmetics: remove my email addressAlex Beregszaszi
2007-04-15fix mjpeg.movMichael Niedermayer
2007-04-15fix playback of angels_480-mjpegcompress.aviMichael Niedermayer
2007-04-15fix playback of odd_height.movMichael Niedermayer
2007-04-15correct another possible buffer overflow where interlaced wouldMichael Niedermayer
2007-04-14remove MpegEncContext, patch by baptisteBaptiste Coudurier
2007-04-02cosmetics: indentationAurelien Jacobs
2007-04-01support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun
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