summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
| | | | Originally committed as revision 13946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
| | | | Originally committed as revision 13945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from energy_tabVitor Sessak2008-06-24
| | | | Originally committed as revision 13944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
| | | | Originally committed as revision 13943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
| | | | | | patch by Laurent Desnogues, laurent.desnogues gmail com Originally committed as revision 13942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Incorporate ffserver documentation Quick Start chapter into theStefano Sabatini2008-06-24
| | | | | | man DESCRIPTION section. Originally committed as revision 13941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
| | | | | | | libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common fft-test.o: warning: common is here Originally committed as revision 13940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log when feed is already being receivedBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
| | | | Originally committed as revision 13937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
| | | | Originally committed as revision 13935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
| | | | Originally committed as revision 13934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
| | | | Originally committed as revision 13933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentVitor Sessak2008-06-23
| | | | Originally committed as revision 13929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded checkVitor Sessak2008-06-23
| | | | Originally committed as revision 13928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rescale_rms() should use unsigned intsVitor Sessak2008-06-23
| | | | Originally committed as revision 13927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move factor multiplication out of irms()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This should be signedVitor Sessak2008-06-23
| | | | Originally committed as revision 13925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More comments removal/fixesVitor Sessak2008-06-23
| | | | Originally committed as revision 13924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless commentVitor Sessak2008-06-23
| | | | Originally committed as revision 13923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More comments improvementVitor Sessak2008-06-23
| | | | Originally committed as revision 13922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document defines betterVitor Sessak2008-06-23
| | | | Originally committed as revision 13921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless defineVitor Sessak2008-06-23
| | | | Originally committed as revision 13920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-23
| | | | Originally committed as revision 13919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify t_sqrt()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy commentVitor Sessak2008-06-23
| | | | Originally committed as revision 13917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-06-23
| | | | Originally committed as revision 13916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify rotate_buffer()Vitor Sessak2008-06-23
| | | | Originally committed as revision 13914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy extradata if presentBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
| | | | Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-23
| | | | | | | relative path for the logfile is resolved according to the directory where ffserver has been launched, as the user expects. Originally committed as revision 13911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-23
| | | | | | libavformat/rmdec.c:280: warning: unused variable 'i' Originally committed as revision 13909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, braces placementBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate static tables on stack, not heap.Art Clarke2008-06-23
| | | | | | Patch by Art Clarke: aclarke vlideshow com Originally committed as revision 13907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, this should be betterBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, move init after possible gotoBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use istBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-23
| | | | Originally committed as revision 13900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-22
| | | | Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-22
| | | | | | The downside is making the context bigger. Originally committed as revision 13897 to svn://svn.ffmpeg.org/ffmpeg/trunk