summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
| | | | | | | and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only compile in Theora-specific functions if the Theora decoder has beenDiego Biurrun2007-04-08
| | | | | | enabled. Also fixes some "defined but not used" warnings in that case. Originally committed as revision 8685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Move one code block to save an #ifdef in the next commit.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove #if 0 code.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when Theora decoder is disabled, but VP3 is enabled.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-04-08
| | | | Originally committed as revision 8681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixMarco Gerards2007-04-08
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* file extension based probe is max/2Michael Niedermayer2007-04-08
| | | | Originally committed as revision 8679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also remove c93_ prefix for static function in the c93 demuxerMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize & 0x0FMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove c93_ prefix from static functions in c93.cMichael Niedermayer2007-04-08
| | | | Originally committed as revision 8674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/rle_num_bytes/code/Michael Niedermayer2007-04-07
| | | | | | shorter and correcter (its not the number of anything) Originally committed as revision 8673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* align verticallyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorter variable namesMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* general purpose var should be intMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* conform to specMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debuging av_log()Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indention cleanupMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shorter names for the block type enumMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* code claims to use 32bit timestamp, lets make it also use thatMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant commentsMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove inappropriate debuging av_log() alternatively they could be changed ↵Michael Niedermayer2007-04-07
| | | | | | to dprintf() Originally committed as revision 8660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak (seems ive missed that under the obfuscated indention)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sane indention (no more 3 statements on one line...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-07
| | | | | | | 5% smaller adpcm.o 20% faster Originally committed as revision 8657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prev1/2 -> prev[2]Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* general purpose vars should be intMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-07
| | | | Originally committed as revision 8651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add THP video and audio decoders.Diego Biurrun2007-04-07
| | | | Originally committed as revision 8650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bethsoft VID demuxer and video decoderNicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix segmentation fault for gray16le to gray conversion.Ivo van Poorten2007-04-07
| | | | Originally committed as revision 8648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
| | | | | | patch by Nicholas Tung, ntung ntung com Originally committed as revision 8647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-07
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw ↵Michael Niedermayer2007-04-07
| | | | | | edu pl) Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-07
| | | | Originally committed as revision 8644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Interplay C93 demuxer and video decoderAnssi Hannula2007-04-07
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2007-04-07
| | | | Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2007-04-07
| | | | Originally committed as revision 22932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/wording/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print a list of valid AMR bitrates if a wrong one is used.Víctor Paesa2007-04-07
| | | | | | patch by Víctor Paesa, wzrlpy arsystel com Originally committed as revision 8639 to svn://svn.ffmpeg.org/ffmpeg/trunk