summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
* Remove unused entries from energy_tabVitor Sessak2008-06-24
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
* Incorporate ffserver documentation Quick Start chapter into theStefano Sabatini2008-06-24
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
* log when feed is already being receivedBaptiste Coudurier2008-06-24
* reindentBaptiste Coudurier2008-06-24
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
* Cosmetics: indentVitor Sessak2008-06-23
* Remove unneeded checkVitor Sessak2008-06-23
* rescale_rms() should use unsigned intsVitor Sessak2008-06-23
* Move factor multiplication out of irms()Vitor Sessak2008-06-23
* This should be signedVitor Sessak2008-06-23
* More comments removal/fixesVitor Sessak2008-06-23
* Remove useless commentVitor Sessak2008-06-23
* More comments improvementVitor Sessak2008-06-23
* Document defines betterVitor Sessak2008-06-23
* Remove useless defineVitor Sessak2008-06-23
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-23
* Simplify t_sqrt()Vitor Sessak2008-06-23
* Add doxy commentVitor Sessak2008-06-23
* Rename varVitor Sessak2008-06-23
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-23
* Simplify rotate_buffer()Vitor Sessak2008-06-23
* copy extradata if presentBaptiste Coudurier2008-06-23
* Fix typo in libavcodec/opt.h.Stefano Sabatini2008-06-23
* Make ffserver daemon chdir()s just after log init. This way aStefano Sabatini2008-06-23
* fix segv, fmt_ctx is not set for rtspBaptiste Coudurier2008-06-23
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-23
* cosmetics, braces placementBaptiste Coudurier2008-06-23
* Allocate static tables on stack, not heap.Art Clarke2008-06-23
* 10l, do not use ctx before being set, fix segvBaptiste Coudurier2008-06-23
* fix compilation, this should be betterBaptiste Coudurier2008-06-23
* 10l, move init after possible gotoBaptiste Coudurier2008-06-23
* simplify, use istBaptiste Coudurier2008-06-23
* fix source stream, source_index is refering to fmt_in, needs testingBaptiste Coudurier2008-06-23
* simplifyBaptiste Coudurier2008-06-23
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-23
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
* CosmeticsVitor Sessak2008-06-22
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-22