]> git.sesse.net Git - ffmpeg/history - ffserver.c
always use stdout to log when running in debug mode
[ffmpeg] / ffserver.c
2008-06-21 Baptiste Coudurieralways use stdout to log when running in debug mode
2008-06-21 Baptiste Coudurierrescale duration when outputting packet
2008-06-21 Baptiste Coudurierlog accept error
2008-06-21 Baptiste Coudurieruse http_log when log file is setup
2008-06-21 Baptiste Coudurierupgrade bandwidth config to use int64_t, raise limit
2008-06-21 Baptiste Coudurierupgrade bandwidth to uint64_t
2008-06-21 Baptiste Coudurieradd static
2008-06-19 Stefano SabatiniCosmetics: s/stats/status/ in ffserver.c.
2008-06-09 Baptiste Coudurieradd AVOption support in ffserver configuration file
2008-06-07 Stefano Sabatiniuse unsetenv, fix warning, patch by Stefano Sabatini...
2008-06-07 Stefano Sabatiniuse program_name to be more consistent with the banner...
2008-06-01 Baptiste Coudurieradd \n to error message
2008-05-30 Baptiste Coudurier2nd try fix got_key_frame when video+audio
2008-05-30 Baptiste Coudurierfix got_key_frame when stream is audio
2008-05-30 Baptiste Coudurierset got_key_frame when packet is video, fix first video...
2008-05-30 Baptiste Coudurierlog error when writing frame to output
2008-05-30 Baptiste Coudurierwake up connections to stop waiting when feed is being...
2008-05-30 Baptiste Coudurierfix timestamps rescaling, index in source format might...
2008-05-30 Baptiste Coudurierlog some errors
2008-05-30 Baptiste Coudurierset is_streamed before writing data to output file
2008-05-29 Baptiste Couduriercosmetics, reindent
2008-05-29 Baptiste Couduriercosmetics, move declaration where it is used, remove...
2008-05-29 Baptiste Coudurieruse av_parse_video_frame_rate
2008-05-29 Diego BiurrunRemove unnecessary #include.
2008-05-29 Erik HovlandRemove unnecessary header #includes.
2008-05-29 Stefano SabatiniSimplify show_banner() so that it does not require...
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Couduriercheck that redirect is set, fixes CID13 RUN2
2008-05-29 Baptiste Coudurierreindent
2008-05-29 Baptiste Couduriercheck that stream is set, fixes CID13 RUN2
2008-05-29 Baptiste Couduriercheck if stream has been set, fixes CID15 RUN2
2008-05-29 Baptiste Coudurierinit h, fixes CID54 RUN2
2008-05-28 Baptiste Coudurierremove dummy coded frame, no muxer should use it anyway
2008-05-25 Baptiste Coudurierbetter error message
2008-05-24 Baptiste Coudurierbetter error message
2008-05-24 Baptiste Coudurierlatest libavc svn requires at least this value for...
2008-05-23 Stefano SabatiniAdd -formats option to ffserver.
2008-05-22 Stefano SabatiniImplement ffserver -version.
2008-05-21 Michael NiedermayerGet rid of more senseless wrapper functions and use...
2008-05-21 Michael NiedermayerDo not pass program_name as argument to show_version...
2008-05-21 Baptiste Coudurieropen logfile in append mode, don't overwrite it
2008-05-21 Baptiste Coudurierdo not forget to free packet, fix memleak
2008-05-21 Stefano SabatiniMake ffserver use parse_options().
2008-05-16 Stefano Sabatinicosmetics: Make 'ffserver -h' output consistent with...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-13 Luca AbeniInclude poll.h instead of sys/poll.h
2008-02-02 Aurelien Jacobsnon-const 2nd parameter for strtol/strtod
2007-12-21 Diego Biurruncomment typo fixes
2007-12-19 Aurelien Jacobspb->buf_end is already set by url_open_buf()
2007-12-12 Michael Niedermayeravoid using first_avcodec
2007-12-01 Michael Niedermayerstupid code (casting of void*) found by checktree.sh
2007-11-27 Dave YeoAdd #include "os_support.h" to restore OS/2 support.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-10-29 Luca AbeniRemove the inclusion of rtsp.h and rtp.h from avformat...
2007-09-30 Stefano SabatiniRemove redundant banner output from ffserver.
2007-09-28 Stefano SabatiniMake ffserver show a banner at startup.
2007-09-27 Stefano SabatiniImplement common show version and banner.
2007-09-19 Stefano SabatiniMake parse_date return INT64_MIN in case of unparsable...
2007-09-17 Luca AbeniFix an ffserver crash when a non-existing rtsp: url...
2007-09-17 Luca AbeniUse AVFMT_FLAG_GENPTS for the input file (the RTP outpu...
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-08-22 Stefano SabatiniMake ffserver use cmdutils.c show_license function
2007-08-20 Luca AbeniCall av_find_stream_info() immediately after opening...
2007-08-20 Luca AbeniUse avf_sdp_create() in ffserver
2007-08-13 Stefano SabatiniMake ffserver -h exit 0.
2007-08-11 Stefano SabatiniMake show-license exit 0.
2007-08-08 Alex Beregszasziuse proper closesocket defines
2007-08-08 Alex Beregszaszicosmetic: remove a huge number of useless braces
2007-08-08 Alex Beregszaszicosmetic: simplify some constructs
2007-08-08 Alex Beregszaszicosmetic: extra space
2007-08-08 Alex Beregszaszicosmetic: indentation
2007-08-08 Alex Beregszaszicosmetic: remove extra parenthesis
2007-07-13 Alex Beregszaszi10l to Benoit, poll.h is already included below, and...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-07-02 Ronald S. Bultjeto be able to compile without HAVE_AV_CONFIG_H
2007-06-24 Måns Rullgårdreplace the uses of old string functions that Reimar...
2007-06-18 Stefano Sabatinireplace calls to deprecated parsing functions to calls...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-10 Diego BiurrunMove HAVE_AV_CONFIG_H definition to the Makefile like...
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-27 Alex Beregszasziuse network.h instead network includes
2007-04-26 Diego Biurruncosmetics: Remove trailing whitespace and tabs.
2007-04-25 Alex Beregszasziuse resolve_host in acl handlign too, simplificates...
2007-04-25 Alex Beregszaszimake the last globals static
2007-04-25 Alex Beregszaszisupport for hostnames instead ip addresses in ffserver...
2007-04-24 Luca AbeniFix ffserver crash when closing the second RTP session
2007-04-22 Alex Beregszaszicheck ip port range from config
2007-04-22 Alex Beregszaszisimplificate
2007-04-22 Alex Beregszasziuse av_strdup instead malloc/strcpy
2007-04-22 Alex Beregszaszifixed InputFormat option, which was never working
2007-04-22 Alex Beregszasziremove useless code, file removal is handled elsewhere
2007-04-19 Luca AbeniFix an use-after-free bug
2007-04-19 Luca AbeniRemove unused callbacks from ffserver
2007-04-10 Luca AbeniFix the poll() loop (ret == 0 means that a timeout...
2007-04-10 Luca AbeniFix the generation of RTSP reply headers (the "DEF...
2007-03-31 Stanislav BrabecFix warning:
2007-03-31 Alex Beregszaszifix x-octet-stream mime type
2007-03-31 Alex Beregszasziuse av_strdup
2007-03-31 Alex Beregszasziremove dead code
next