131 Commits (79f4494a042b98e910524c7b93f294c9ec5118d0)

Author SHA1 Message Date
Stefan Gehrer e8e4743591 make ModeAlphabet read-only and use a custom mode alphabet 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Reimar Döffinger eeb2815003 Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and 17 years ago
Reimar Döffinger 36e1625396 Almost-cosmetics: split out coeff_count from all_fragments struct into 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Sisir Koppaka 9db5bdfaa5 Add complete multimedia Wiki URL, patch by Sisir Koppaka. 17 years ago
Stefano Sabatini d5202e4fda Add long names to many AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Aurelien Jacobs d37f007d54 remove #include "mpegvideo.h" where it is not needed 17 years ago
Måns Rullgård 6f4e2b5a95 fix memory leaks in vp3 decoder 17 years ago
Michael Niedermayer cea9642014 Fix ;; 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Diego Biurrun 356306aca2 Print Theora bitstream version at DEBUG, not at VERBOSE level. 17 years ago
Michael Niedermayer bed9dc1662 const 17 years ago
Alex Beregszaszi 5fc32c275e use get_bits1(..) instead get_bits(.., 1) 18 years ago
Diego Biurrun 3e5008a922 Reduce Theora decoder verbosity. 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Diego Biurrun 2029f312e8 Remove redundant #inclusion of common.h, avcodec.h already #includes it. 18 years ago
Aurelien Jacobs ba4816a0a9 cosmetics: fix inconsistent indentation 18 years ago
Aurelien Jacobs c0f716b86f fix display of theora videos with visible size smaller than encoded size 18 years ago
Diego Biurrun 597cbdaf03 Only compile in Theora-specific functions if the Theora decoder has been 18 years ago
Diego Biurrun 6f6a3e2acb cosmetics: Move one code block to save an #ifdef in the next commit. 18 years ago
Diego Biurrun d7455a1c18 Remove #if 0 code. 18 years ago
Diego Biurrun 51cea49ab4 Fix compilation when Theora decoder is disabled, but VP3 is enabled. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Aurelien Jacobs da91ed594e use generic xiph header spliting func to split theora headers 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Diego Biurrun 3700dab4f2 cosmetics: aswell --> as well typo fix 18 years ago
Diego Biurrun a9621908dc Unconditionally enable Theora decoder. It works fine now and there is no 18 years ago
Diego Biurrun c26abfa541 Rename ABS macro to FFABS. 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Niedermayer 59ef342beb fix decoding of ED-small-sample-file.ogg 18 years ago
Diego Biurrun 36c32bdddf Remove unused variables and the corresponding warnings along with them. 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Michael Niedermayer 2287c100b2 cleanup 19 years ago
Reimar Döffinger bc185f72c0 Do not crash when the first frame is not a keyframe (and thus none of the 19 years ago
Michael Niedermayer 684d9e36fc simplify 19 years ago
Michael Niedermayer 006ff1cabe more simplifications 19 years ago
Michael Niedermayer f72f8a7735 simplification 19 years ago
Michael Niedermayer 09eb00f6b5 iabs -> ABS 19 years ago
Michael Niedermayer 1abbf64e3b simplify 19 years ago
Michael Niedermayer 1af5f60f6a fix loop filter 19 years ago
Michael Niedermayer efea852877 parse all QIS values (we still ignore them though ...) 19 years ago
Michael Niedermayer a14ab4e4d4 100l for me 19 years ago
Matthieu Castet 116d866ca5 fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) 19 years ago
Michael Niedermayer ae1dd8e125 attempt to implement xiphs useless and stupid quantization matrix mess 19 years ago
Michael Niedermayer 187c9be7a6 replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) 19 years ago
Michael Niedermayer d2744e19e0 use RSHIFT 19 years ago
Michael Niedermayer 4501e678e7 useless memcpy 19 years ago
Michael Niedermayer 7cfe7fe5e7 some fixmes if someone ever wants to implement theora support correctly ... 19 years ago