index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ffserver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
better error message
Baptiste Coudurier
2008-05-25
1
-4
/
+4
*
better error message
Baptiste Coudurier
2008-05-24
1
-4
/
+4
*
latest libavc svn requires at least this value for bit_rate_tolerance, not us...
Baptiste Coudurier
2008-05-24
1
-1
/
+2
*
Add -formats option to ffserver.
Stefano Sabatini
2008-05-23
1
-0
/
+1
*
Implement ffserver -version.
Stefano Sabatini
2008-05-22
1
-0
/
+1
*
Get rid of more senseless wrapper functions and use OPT_EXIT instead.
Michael Niedermayer
2008-05-21
1
-9
/
+2
*
Do not pass program_name as argument to show_version(), this allows some
Michael Niedermayer
2008-05-21
1
-1
/
+1
*
open logfile in append mode, don't overwrite it
Baptiste Coudurier
2008-05-21
1
-1
/
+1
*
do not forget to free packet, fix memleak
Baptiste Coudurier
2008-05-21
1
-1
/
+3
*
Make ffserver use parse_options().
Stefano Sabatini
2008-05-21
1
-39
/
+34
*
cosmetics: Make 'ffserver -h' output consistent with other ff* tools.
Stefano Sabatini
2008-05-16
1
-3
/
+3
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-7
/
+7
*
Include poll.h instead of sys/poll.h
Luca Abeni
2008-02-13
1
-2
/
+2
*
non-const 2nd parameter for strtol/strtod
Aurelien Jacobs
2008-02-02
1
-2
/
+2
*
comment typo fixes
Diego Biurrun
2007-12-21
1
-2
/
+2
*
pb->buf_end is already set by url_open_buf()
Aurelien Jacobs
2007-12-19
1
-1
/
+0
*
avoid using first_avcodec
Michael Niedermayer
2007-12-12
1
-16
/
+4
*
stupid code (casting of void*) found by checktree.sh
Michael Niedermayer
2007-12-01
1
-2
/
+2
*
Add #include "os_support.h" to restore OS/2 support.
Dave Yeo
2007-11-27
1
-0
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-18
/
+15
*
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
Luca Abeni
2007-10-29
1
-0
/
+2
*
Remove redundant banner output from ffserver.
Stefano Sabatini
2007-09-30
1
-2
/
+0
*
Make ffserver show a banner at startup.
Stefano Sabatini
2007-09-28
1
-0
/
+2
*
Implement common show version and banner.
Stefano Sabatini
2007-09-27
1
-7
/
+5
*
Make parse_date return INT64_MIN in case of unparsable input.
Stefano Sabatini
2007-09-19
1
-0
/
+8
*
Fix an ffserver crash when a non-existing rtsp: url is requested
Luca Abeni
2007-09-17
1
-4
/
+6
*
Use AVFMT_FLAG_GENPTS for the input file (the RTP output format needs all the
Luca Abeni
2007-09-17
1
-0
/
+1
*
rtp and rtsp demuxer declarations are not part of public API
Aurelien Jacobs
2007-09-10
1
-5
/
+5
*
Make ffserver use cmdutils.c show_license function
Stefano Sabatini
2007-08-22
1
-20
/
+2
*
Call av_find_stream_info() immediately after opening an input file.
Luca Abeni
2007-08-20
1
-0
/
+1
*
Use avf_sdp_create() in ffserver
Luca Abeni
2007-08-20
1
-80
/
+24
*
Make ffserver -h exit 0.
Stefano Sabatini
2007-08-13
1
-1
/
+1
*
Make show-license exit 0.
Stefano Sabatini
2007-08-11
1
-1
/
+1
*
use proper closesocket defines
Alex Beregszaszi
2007-08-08
1
-1
/
+1
*
cosmetic: remove a huge number of useless braces
Alex Beregszaszi
2007-08-08
1
-206
/
+128
*
cosmetic: simplify some constructs
Alex Beregszaszi
2007-08-08
1
-11
/
+5
*
cosmetic: extra space
Alex Beregszaszi
2007-08-08
1
-1
/
+1
*
cosmetic: indentation
Alex Beregszaszi
2007-08-08
1
-4
/
+4
*
cosmetic: remove extra parenthesis
Alex Beregszaszi
2007-08-08
1
-3
/
+1
*
10l to Benoit, poll.h is already included below, and this broke compilation o...
Alex Beregszaszi
2007-07-13
1
-1
/
+0
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
to be able to compile without HAVE_AV_CONFIG_H
Ronald S. Bultje
2007-07-02
1
-5
/
+12
*
replace the uses of old string functions that Reimar missed
Måns Rullgård
2007-06-24
1
-27
/
+28
*
replace calls to deprecated parsing functions to calls to new ones
Stefano Sabatini
2007-06-18
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
Diego Biurrun
2007-06-10
1
-1
/
+1
*
implement ff_socket_nonblock and use it in networking code
Alex Beregszaszi
2007-04-27
1
-2
/
+2
*
use ff_neterrno() and FF_NETERROR() for networking error handling
Alex Beregszaszi
2007-04-27
1
-7
/
+14
*
use network.h instead network includes
Alex Beregszaszi
2007-04-27
1
-5
/
+1
*
cosmetics: Remove trailing whitespace and tabs.
Diego Biurrun
2007-04-26
1
-1
/
+1
[next]