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
2008-09-03theoradec: cosmetics: indentationAurelien Jacobs
2008-09-03theoradec: skip decoding of uncoded MV in 4MV codeAurelien Jacobs
2008-09-03theoradec: small 4MV code reorganization to ease future improvementsAurelien Jacobs
2008-06-25make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-09Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output andReimar Döffinger
2008-06-09Almost-cosmetics: split out coeff_count from all_fragments struct intoReimar Döffinger
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-05-04Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove #include "mpegvideo.h" where it is not neededAurelien Jacobs
2008-02-24fix memory leaks in vp3 decoderMåns Rullgård
2008-02-20Fix ;;Michael Niedermayer
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-13Print Theora bitstream version at DEBUG, not at VERBOSE level.Diego Biurrun
2008-02-01constMichael Niedermayer
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-03Reduce Theora decoder verbosity.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-05-07cosmetics: fix inconsistent indentationAurelien Jacobs
2007-05-07fix display of theora videos with visible size smaller than encoded sizeAurelien Jacobs
2007-04-08Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun
2007-04-08cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun
2007-04-08Remove #if 0 code.Diego Biurrun
2007-04-08Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
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