summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Document ffserver debug mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffserver daemon mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffserver no-launch mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move ffmpeg.c dframes option definition from within theStefano Sabatini2008-06-22
| | | | | | video options to the generic options where it belongs. Originally committed as revision 13893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-22
| | | | | | original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail _dot_ com Originally committed as revision 13892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-22
| | | | | | original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail.com Originally committed as revision 13891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix a memory leakAurelien Jacobs2008-06-22
| | | | Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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