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-25use generic xiph header spliting func to split theora headersAurelien Jacobs
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-22cosmetics: aswell --> as well typo fixDiego Biurrun
2007-01-10Unconditionally enable Theora decoder. It works fine now and there is noDiego Biurrun
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-06fix decoding of ED-small-sample-file.oggMichael Niedermayer
2006-10-03Remove unused variables and the corresponding warnings along with them.Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-17cleanupMichael Niedermayer
2006-07-23Do not crash when the first frame is not a keyframe (and thus none of theReimar Döffinger
2006-07-20simplifyMichael Niedermayer
2006-07-20more simplificationsMichael Niedermayer
2006-07-20simplificationMichael Niedermayer
2006-07-20iabs -> ABSMichael Niedermayer
2006-07-20simplifyMichael Niedermayer
2006-07-20fix loop filterMichael Niedermayer
2006-07-17parse all QIS values (we still ignore them though ...)Michael Niedermayer
2006-07-17100l for meMichael Niedermayer
2006-07-17fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat ma...Matthieu Castet
2006-07-17attempt to implement xiphs useless and stupid quantization matrix messMichael Niedermayer
2006-07-17replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for t...Michael Niedermayer
2006-07-17use RSHIFTMichael Niedermayer
2006-07-17useless memcpyMichael Niedermayer
2006-07-17some fixmes if someone ever wants to implement theora support correctly ...Michael Niedermayer
2006-07-17check how many bits are left after decoding extradataMichael Niedermayer
2006-07-16cleanupMichael Niedermayer
2006-02-26kill some warningsMåns Rullgård
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-1310l, left debugging onAlex Beregszaszi
2005-11-13Correctly skip unknown matrices (patch by Matthieu Castet) and disable commen...Matthieu Castet
2005-11-13Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for The...Alex Beregszaszi
2005-11-13fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi
2005-09-07use av_log in debug modeAlex Beregszaszi
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-08-13removed a bunch of unused, sub-optimal codeMike Melanson
2005-05-24read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson
2005-05-21fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson
2005-05-21disable broken loop filter optimizationMichael Niedermayer
2005-05-21apply the loop filter to fragments as they are rendered into the finalMike Melanson
2005-05-21render by the slice rather than the planeMike Melanson
2005-05-21clean up some warnings and dead codeMike Melanson
2005-05-21another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson
2005-05-20read Huffman tables from Theora header (patch courtesy ofMike Melanson
2005-05-19use O(number of non zero coeffs) instead of O(number of coeffs) storage for t...Michael Niedermayer
2005-05-19replace unpack_token() with a series of lookup tablesMike Melanson
2005-05-18fix 4MV MC and reinstate new MC VLCMike Melanson