14538 Commits (ad9c10556c5ed9eb17d8412c1414048fdfe5fc44)
 

Author SHA1 Message Date
Baptiste Coudurier 4f0a942bae return 1 when error during write frame, state changed 16 years ago
Baptiste Coudurier 8aae202e44 set default preload and max_delay for muxer to avoid mpeg ps muxer to spit many underflow errors, use ffmpeg default values 16 years ago
Baptiste Coudurier 177d256402 change bandwidth to unsigned 16 years ago
Baptiste Coudurier 794ac28c52 remove useless init, logfilename is static 16 years ago
Baptiste Coudurier acae1492cf use http_log when log file is setup 16 years ago
Baptiste Coudurier 4e8f77ab61 always use stdout to log when running in debug mode 16 years ago
Baptiste Coudurier b43bf8acf1 rescale duration when outputting packet 16 years ago
Baptiste Coudurier 050056d08c log accept error 16 years ago
Baptiste Coudurier b4befb99c2 use http_log when log file is setup 16 years ago
Baptiste Coudurier 0dc17c21ec upgrade bandwidth config to use int64_t, raise limit 16 years ago
Baptiste Coudurier 1ad8289ede upgrade bandwidth to uint64_t 16 years ago
Baptiste Coudurier 9507a12e42 add static 16 years ago
Vitor Sessak 072f66c980 Do not write junk in the end of truncated files. FATE 16 years ago
Baptiste Coudurier ade8d8b939 uniformize AVStream->priv_data freeing in av_close_input_stream 16 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 16 years ago
Art Clarke 6919e54c00 Check if there is at least a stream before writing trailer. 16 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 years ago
Baptiste Coudurier 2562ccb38d remove useless close func 16 years ago
Baptiste Coudurier 6a862b4947 remove useless close func 16 years ago
Baptiste Coudurier 9f5d3b13cf ffm has no per stream priv_data anymore 16 years ago
Stefano Sabatini d45bad6cef Add a "Status stream" section in ffserver-doc.texi. 16 years ago
Vitor Sessak 5116b92d71 Misc cosmetics 16 years ago
Vitor Sessak e77825786e Remove useless comment 16 years ago
Vitor Sessak 509f8ea270 Last table renaming 16 years ago
Vitor Sessak b845df113c Yet more table renaming 16 years ago
Vitor Sessak 6e05a76640 10l: fix typo 16 years ago
Vitor Sessak a632f44e81 More table renaming 16 years ago
Vitor Sessak a2d10dd8d8 Rename table 16 years ago
Vitor Sessak 98cc8e184a Rename vars: s/decsp/out/ 16 years ago
Vitor Sessak ea4b696605 Rename function 16 years ago
Vitor Sessak bba35fda77 Rename var 16 years ago
Måns Rullgård edc724b8b8 fix dependency generation 16 years ago
Måns Rullgård 9e6165b53e enable version.h to be created from subdirs 16 years ago
Michael Niedermayer 74d9441715 Do not shift F[I] twice, it is also clearer and smaller now. 17 years ago
Michael Niedermayer 50c52d2250 Factorize c->ap += (-c->ap) >> 4 out 17 years ago
Michael Niedermayer 0e0d6cfd48 Get rid of G726Tables.bits. 17 years ago
Michael Niedermayer 05c9f3516c Copy 4 pointers to avid dozends of ptr dereferences. 17 years ago
Michael Niedermayer fc234250b4 Does not need to be int16. 17 years ago
Luca Abeni e917464155 Fix neverending loop which might happen when sending high-bitrate MPEG2 17 years ago
Michael Niedermayer cb26c9d664 Factorize I >> (c->tbls->bits - 1) out. 17 years ago
Stefano Sabatini 747d1b87e2 Improve an lclenc.c error message in case of unsupported input pixel 17 years ago
Michael Niedermayer 73ff4f8344 1 abs() less 17 years ago
Stefano Sabatini dca2108541 Cosmetics: s/stats/status/ in ffserver.c. 17 years ago
Stefano Sabatini f26a60a0f0 Add an "How does it work" section in ffserver-doc.texi. 17 years ago
Michael Niedermayer 4714776b6a simplify 17 years ago
Michael Niedermayer 673a64b89b useless () 17 years ago
Michael Niedermayer 428c82cbac remove unneeded tr == 0 17 years ago
Michael Niedermayer e079a1c94f simplify 17 years ago
Michael Niedermayer c79c1a01a7 Get rid of the redundant AVG726Context. 17 years ago
Michael Niedermayer ef4c5c6dba Remove the truncated bitstream handling from our g726 decoder. 17 years ago