594 Commits (ed45edb2f6fe0af577b6d09665763c6cb479a0a5)

Author SHA1 Message Date
Reynaldo H. Verdejo Pinochet e10b2a4dc0 ffserver: remove stale debug stanza 10 years ago
Reynaldo H. Verdejo Pinochet 0002a22e0e ffserver: move assignment outside condition eval 10 years ago
Reynaldo H. Verdejo Pinochet 923a244569 ffserver: break some too long lines 10 years ago
Reynaldo H. Verdejo Pinochet df4346c541 ffserver: fix wrong indentation 10 years ago
Reynaldo H. Verdejo Pinochet bd8e16f2e6 ffserver: decouple assignment and check 10 years ago
Reynaldo H. Verdejo Pinochet 50c1cac432 ffserver: break too-long lines 10 years ago
Reynaldo H. Verdejo Pinochet 8129ccec3a ffserver: reorder HTTP fwd decls 10 years ago
Reynaldo H. Verdejo Pinochet 2699a37816 ffserver: reflow find_stream_in_feed() 10 years ago
Reynaldo H. Verdejo Pinochet 197acee767 ffserver: reindent handle_connection() 10 years ago
Reynaldo H. Verdejo Pinochet eadd66a4af ffserver: reflow handle_connection() 10 years ago
Reynaldo H. Verdejo Pinochet 7d3857b7ab ffserver: reindent http_vlog() 10 years ago
Reynaldo H. Verdejo Pinochet e97545646a ffserver: reflow http_vlog() 10 years ago
Michael Niedermayer 11d8fa5e9d ffserver: Use av_malloc_array() 10 years ago
Michael Niedermayer eb3e661bab ffserver: Use avio_closep() to avoid leaving stale pointers in memor 10 years ago
Reynaldo H. Verdejo Pinochet 9975088472 ffserver: reindent rtsp_cmd_setup() 10 years ago
Reynaldo H. Verdejo Pinochet ac1940b2ba ffserver: reflow rtsp_cmd_setup() 10 years ago
Reynaldo H. Verdejo Pinochet 196bc03a86 ffserver: drop redundant else clause 10 years ago
Reynaldo H. Verdejo Pinochet 9e55130a9d ffserver: reindent compute_status() 10 years ago
Reynaldo H. Verdejo Pinochet 907101eb83 ffserver: reflow compute_status() 10 years ago
Reynaldo H. Verdejo Pinochet a18456a203 ffserver: check for EOF|error at loop condition 10 years ago
Reynaldo H. Verdejo Pinochet 0121ddabb8 ffserver: reflow close_connection() 10 years ago
Reynaldo H. Verdejo Pinochet 1146223699 ffserver: minor formatting improvement to http_server() 10 years ago
Reynaldo H. Verdejo Pinochet 978bc4327b ffserver: reindent start_multicast() 10 years ago
Reynaldo H. Verdejo Pinochet 719cc02586 ffserver: reflow start_multicast() 10 years ago
Reynaldo H. Verdejo Pinochet 18011888cc ffserver: reindent start_children() 10 years ago
Reynaldo H. Verdejo Pinochet ec42251715 ffserver: reflow start_children() 10 years ago
Reynaldo H. Verdejo Pinochet 1abdfb100a ffserver: break lines at 80 in func prototypes 10 years ago
Lukasz Marek 8b0226f2a6 ffserver: use avcodec_copy_context to copy context 10 years ago
Lukasz Marek 3d0867917f ffserver: dont leak pb_buffer 10 years ago
Lukasz Marek 3cb0bec687 ffserver: dont leak child arguments 10 years ago
Lukasz Marek ec6e035b8b ffserver: export recommented encoder configuration 10 years ago
Lukasz Marek aaf6cc925f ffserver: allow skip setting defaults 10 years ago
Reynaldo H. Verdejo Pinochet 33d6f90e3e ffserver: drop pointless explicit !=0 checks 10 years ago
Lukasz Marek f524d2e47c ffserver: move configuration code to separate file 10 years ago
Michael Niedermayer e97f38ce63 ffserver: use av_freep(), do not leave stale pointers in memory 10 years ago
Reynaldo H. Verdejo Pinochet 2638af2fc5 ffserver: drop custom skip_spaces() impl 10 years ago
Reynaldo H. Verdejo Pinochet 4c8be331bc ffserver: use correct error for stream not found 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Reynaldo H. Verdejo Pinochet fb2de3c4d1 ffserver: warn if config uses a system port 10 years ago
Stefano Sabatini 1013d8dd69 ffserver: deprecate Port and BindAddress options in favor of HTTPPort and HTTPBindAddress 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Michael Niedermayer 1d8d21b90a ffserver: initialize pbuffer in prepare_sdp_description() 10 years ago
Michael Niedermayer f46e876027 ffserver: use av_mallocz_array() 10 years ago
Michael Niedermayer 307239bdb6 ffserver: add HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Reynaldo H. Verdejo Pinochet e0877aa544 ffserver: don't leak poll_table if poll fails 11 years ago
Reynaldo H. Verdejo Pinochet 5b881499a8 ffserver: do not ignore lseek() return 11 years ago
Reynaldo H. Verdejo Pinochet 898192e029 ffserver: do not ignore getsockname() return 11 years ago
Reynaldo H. Verdejo Pinochet e79bc6a88a ffserver: do not ignore send() return 11 years ago
Reynaldo H. Verdejo Pinochet 8baa5b32a5 ffserver: do not ignore setsockopt return 11 years ago
Reynaldo H. Verdejo Pinochet 6d953ae2c4 ffserver: do not ignore ff_socket_nonblock return 11 years ago