summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Fix neverending loop which might happen when sending high-bitrate MPEG2Luca Abeni2008-06-19
| | | | | | video over RTP Originally committed as revision 13813 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
* Cosmetics: s/stats/status/ in ffserver.c.Stefano Sabatini2008-06-19
| | | | Originally committed as revision 13809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an "How does it work" section in ffserver-doc.texi.Stefano Sabatini2008-06-18
| | | | Originally committed as revision 13808 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
* Parse 'dats' as data.Florian Echtler2008-06-18
| | | | | | Patch by Florian Echtler: floe butterbrot org Originally committed as revision 13801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free private streamcontext when closing demuxer, fix memory leak, patch by ↵Art Clarke2008-06-18
| | | | | | Art Clarke, aclarke at vlideshow dot com Originally committed as revision 13800 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
* Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.Stefano Sabatini2008-06-17
| | | | Originally committed as revision 13795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini2008-06-17
| | | | | | generic non-advanced options. Originally committed as revision 13794 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
* matroskadec: remove some useless codeAurelien Jacobs2008-06-16
| | | | Originally committed as revision 13783 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
* Remove dead code.Michael Niedermayer2008-06-16
| | | | Originally committed as revision 13781 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't show advanced subtitle options within the ffmpeg -h genericStefano Sabatini2008-06-16
| | | | | | advanced options. Originally committed as revision 13779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't show subtitle and grab options within the ffmpeg -h generic options.Stefano Sabatini2008-06-16
| | | | Originally committed as revision 13778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an example command in ffserver-doc.texi.Stefano Sabatini2008-06-16
| | | | Originally committed as revision 13777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2008-06-16
| | | | Originally committed as revision 13776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-15
| | | | Originally committed as revision 13775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set correct ftyp minor version for 3gp/2Baptiste Coudurier2008-06-15
| | | | Originally committed as revision 13774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* invert mode_mov conditionBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change 3gp/3g2 brands if h264 is presentBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ipod brand selectionBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix warning, write_ftyp return int nowBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put avc1 brand in compat list when h264 is presentBaptiste Coudurier2008-06-14
| | | | Originally committed as revision 13768 to svn://svn.ffmpeg.org/ffmpeg/trunk