| Commit message (Expand) | Author | Age | Files | Lines |
* | add \n to error message | Baptiste Coudurier | 2008-06-01 | 1 | -1/+1 |
* | 2nd try fix got_key_frame when video+audio | Baptiste Coudurier | 2008-05-30 | 1 | -3/+3 |
* | fix got_key_frame when stream is audio | Baptiste Coudurier | 2008-05-30 | 1 | -3/+4 |
* | set got_key_frame when packet is video, fix first video packet with index 0 a... | Baptiste Coudurier | 2008-05-30 | 1 | -11/+5 |
* | log error when writing frame to output | Baptiste Coudurier | 2008-05-30 | 1 | -1/+3 |
* | wake up connections to stop waiting when feed is being closed | Baptiste Coudurier | 2008-05-30 | 1 | -0/+6 |
* | fix timestamps rescaling, index in source format might be different | Baptiste Coudurier | 2008-05-30 | 1 | -2/+3 |
* | log some errors | Baptiste Coudurier | 2008-05-30 | 1 | -3/+10 |
* | set is_streamed before writing data to output file | Baptiste Coudurier | 2008-05-30 | 1 | -0/+2 |
* | cosmetics, reindent | Baptiste Coudurier | 2008-05-29 | 1 | -134/+134 |
* | cosmetics, move declaration where it is used, remove now useless block | Baptiste Coudurier | 2008-05-29 | 1 | -4/+1 |
* | use av_parse_video_frame_rate | Baptiste Coudurier | 2008-05-29 | 1 | -2/+8 |
* | Remove unnecessary #include. | Diego Biurrun | 2008-05-29 | 1 | -1/+0 |
* | Remove unnecessary header #includes. | Erik Hovland | 2008-05-29 | 1 | -1/+0 |
* | Simplify show_banner() so that it does not require arguments, similar | Stefano Sabatini | 2008-05-29 | 1 | -2/+2 |
* | reindent | Baptiste Coudurier | 2008-05-29 | 1 | -6/+6 |
* | check that redirect is set, fixes CID13 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+2 |
* | reindent | Baptiste Coudurier | 2008-05-29 | 1 | -12/+12 |
* | check that stream is set, fixes CID13 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+2 |
* | check if stream has been set, fixes CID15 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -0/+2 |
* | init h, fixes CID54 RUN2 | Baptiste Coudurier | 2008-05-29 | 1 | -1/+1 |
* | remove dummy coded frame, no muxer should use it anyway | Baptiste Coudurier | 2008-05-28 | 1 | -8/+0 |
* | 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 |