4735 Commits (1106e4abe4ee7acfd62315c004cd0f3ce603f9b1)

Author SHA1 Message Date
Baptiste Coudurier 1106e4abe4 remove MpegEncContext, patch by baptiste 18 years ago
Diego Biurrun f9be0cb800 Update preprocessor directive comments to take recent changes to this file 18 years ago
Diego Biurrun 24ba15b16e cosmetics: Fix indentation. 18 years ago
Joakim Plate a74008a4c3 timestamps generation improvement when parsing avi 18 years ago
Benjamin Larsson 940d8f7614 As usual Real actually took something existing and rebranded it. 18 years ago
Diego Biurrun 79f20349ce Add complete instructions for the brave people wishing to fiddle with the 18 years ago
Stanislav Brabec 91024272cb Replace hackish support for amr-nb and amr-wb. Instead of including the source 18 years ago
Diego Biurrun 0c8351b80f Update download URL with a link to a working version. 18 years ago
Limin Wang 3b77e48f0a add a check before find_frame_end call 18 years ago
Benjamin Larsson d64b88d440 Per reference swf/flv adpcm encoder. 18 years ago
Diego Biurrun 3011c6f62e cosmetics: indentation 18 years ago
Luca Barbato 1f1aadc37c ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 18 years ago
Ivo van Poorten 6db140ddb4 cosmetics after last commit 18 years ago
Ivo van Poorten 201df5a19f Add support for grayscale images with arbitrary maxvals. 18 years ago
Marco Gerards e457023a95 Fix an underflow/overflow that was causing some crackles when playing 18 years ago
Kostya Shishkov 44942d52b6 Set C predictor to zero if unavailable (should fix B-frame border artifacts) 18 years ago
Michael Niedermayer c4a7b86100 superflouos () 18 years ago
Michael Niedermayer 0ddfb84d6d remove code_prefix variable, no speed change 18 years ago
Michael Niedermayer adf6640c8c simplify 18 years ago
Reinhard Nissl ad1ea1f155 When dst_length == 0 bit_length has to be 0, too, but the current code still 18 years ago
Reinhard Nissl 6ac9696e77 Remove a NAL unit's trailing zero bytes even when dst_length is 1. 18 years ago
Reinhard Nissl ff82e429cb scenario: A properly coded frame is followed by an end of sequence NAL unit, 18 years ago
Nicholas Tung e4141433ea Get rid of unnecessary pointer casts. 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 fb12fca35b factorize & 0x0F 18 years ago
Michael Niedermayer bee4f778ae remove c93_ prefix from static functions in c93.c 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 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 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
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