9098 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)
 

Author SHA1 Message Date
Stefan Huehner 119e48d960 Make some functions which aren't used outside their declaring source file 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
Diego Biurrun 0339fab8fc Remove unused variable. 18 years ago
Marco Gerards 90f2a1a03c cosmetics: indentation fix 18 years ago
Michael Niedermayer ac5565d88c file extension based probe is max/2 18 years ago
Michael Niedermayer 65a00bd65a factorize 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer f118d254be also remove c93_ prefix for static function in the c93 demuxer 18 years ago
Michael Niedermayer fb12fca35b factorize & 0x0F 18 years ago
Michael Niedermayer bee4f778ae remove c93_ prefix from static functions in c93.c 18 years ago
Michael Niedermayer 3e62d187ed s/rle_num_bytes/code/ 18 years ago
Michael Niedermayer fee9e80550 align vertically 18 years ago
Michael Niedermayer 43769d722a shorter variable names 18 years ago
Michael Niedermayer bbbd775714 general purpose var should be int 18 years ago
Michael Niedermayer f858c24fb3 simplify 18 years ago
Michael Niedermayer a7c405a48a conform to spec 18 years ago
Michael Niedermayer bce317498b remove redundant comments 18 years ago
Michael Niedermayer b0094722b2 remove useless debuging av_log() 18 years ago
Michael Niedermayer dc338d173e indention cleanup 18 years ago
Michael Niedermayer d7cf44899f use shorter names for the block type enum 18 years ago
Michael Niedermayer ee77c2c922 cosmetic 18 years ago
Michael Niedermayer 905234285d code claims to use 32bit timestamp, lets make it also use that 18 years ago
Michael Niedermayer 8bb57775e8 remove redundant comments 18 years ago
Michael Niedermayer 955629c0e8 remove inappropriate debuging av_log() alternatively they could be changed to dprintf() 18 years ago
Michael Niedermayer 373209f816 memleak (seems ive missed that under the obfuscated indention) 18 years ago
Michael Niedermayer d5c5c8b4d3 sane indention (no more 3 statements on one line...) 18 years ago
Michael Niedermayer 949ed6bb30 use bytestream reader instead of bitstream for THP 18 years ago
Anssi Hannula 8e952e4d23 CRYO APC demuxer 18 years ago
Michael Niedermayer 204424a4c7 simplify 18 years ago
Michael Niedermayer b736a365be prev1/2 -> prev[2] 18 years ago
Michael Niedermayer 11d662666d simplify 18 years ago
Michael Niedermayer d9ddac2579 general purpose vars should be int 18 years ago
Michael Niedermayer 20f757076e table[index][ch] -> table[ch][index] (might be faster ...) 18 years ago
Diego Biurrun 8845202e8a Add THP video and audio decoders. 18 years ago
Nicholas Tung 1e6c67599e Bethsoft VID demuxer and video decoder 18 years ago
Ivo van Poorten e5b5149603 Fix segmentation fault for gray16le to gray conversion. 18 years ago
Nicholas Tung 587d07227e Remove superfluous setting of has_b_frames in codecs without B-frames. 18 years ago
Marco Gerards d1e0d21f94 THP PCM decoder, used on the Nintendo GameCube. 18 years ago
Michael Niedermayer efd2afc2ae TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 years ago
Michael Niedermayer f0790c59f4 LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl 18 years ago
Anssi Hannula 9a0ddd09e7 Interplay C93 demuxer and video decoder 18 years ago
Diego Biurrun fe0372296a typos 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Diego Biurrun 911406f2c4 typo 18 years ago
Diego Biurrun f5bccd8574 spelling/wording/grammar 18 years ago
Víctor Paesa 414425e064 Print a list of valid AMR bitrates if a wrong one is used. 18 years ago
Kamil Nowosad f4d47d6b30 YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) 18 years ago