summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Remove now unused variableRobert Swain2008-06-22
| | | | Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
| | | | Originally committed as revision 13888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-22
| | | | | | | Previous code worked by pure luck with glibc qsort implementation. patch by Peter Ross pross _at_ xvid _dot_ org Originally committed as revision 13887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentDiego Biurrun2008-06-22
| | | | Originally committed as revision 13886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-22
| | | | Originally committed as revision 13885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-22
| | | | Originally committed as revision 13877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for AVOption.Stefano Sabatini2008-06-21
| | | | Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-20
| | | | | | ra144 test will probably need to be updated. Originally committed as revision 13839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc cosmeticsVitor Sessak2008-06-19
| | | | Originally committed as revision 13830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless commentVitor Sessak2008-06-19
| | | | Originally committed as revision 13829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix typoVitor Sessak2008-06-19
| | | | Originally committed as revision 13826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More table renamingVitor Sessak2008-06-19
| | | | Originally committed as revision 13825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename tableVitor Sessak2008-06-19
| | | | Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
| | | | Originally committed as revision 13823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2008-06-19
| | | | Originally committed as revision 13822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-19
| | | | Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-19
| | | | Originally committed as revision 13817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Does not need to be int16.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer2008-06-19
| | | | Originally committed as revision 13812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve an lclenc.c error message in case of unsupported input pixelStefano Sabatini2008-06-19
| | | | | | format. Originally committed as revision 13811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 abs() lessMichael Niedermayer2008-06-19
| | | | Originally committed as revision 13810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-18
| | | | Originally committed as revision 13807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless ()Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded tr == 0Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-18
| | | | Originally committed as revision 13804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of the redundant AVG726Context.Michael Niedermayer2008-06-18
| | | | Originally committed as revision 13803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer2008-06-18
| | | | | | The stuff belongs in a parser. Originally committed as revision 13802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert DOS-style carriage return to Unix-styleGuillaume Poirier2008-06-17
| | | | Originally committed as revision 13799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change iquant tables to int16.Michael Niedermayer2008-06-17
| | | | Originally committed as revision 13798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-17
| | | | Originally committed as revision 13797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of useless wrapper function.Michael Niedermayer2008-06-17
| | | | Originally committed as revision 13796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer2008-06-17
| | | | | | | not help speedwise IMHO. .o size changes from 70k -> 49k Originally committed as revision 13793 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer2008-06-16
| | | | | | a little over 1kb smaller .o Originally committed as revision 13792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant zeroing (the context is memset(0)).Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use smaller data types for tables.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer2008-06-16
| | | | | | be faster. Originally committed as revision 13789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-06-16
| | | | Originally committed as revision 13788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct validity checks.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13787 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print sane error message for channels != 1.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13786 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13785 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support decoding of sample_g726.asf.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13784 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bits() outputs exactly as many bits as requested no need to mask them.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13782 to svn://svn.ffmpeg.org/ffmpeg/trunk