| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+0 |
* | Lowercase all ff* program names. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
* | Replace more FFmpeg instances by Libav or ffmpeg. | Diego Biurrun | 2011-04-23 | 1 | -1/+1 |
* | prefer avio_check() over url_exist() | Stefano Sabatini | 2011-04-19 | 1 | -2/+2 |
* | avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols | Stefano Sabatini | 2011-04-19 | 1 | -2/+2 |
* | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
* | lavf: remove FF_API_MAX_STREAMS cruft | Anton Khirnov | 2011-04-19 | 1 | -6/+0 |
* | lavf: get rid of ffm-specific stuff in avformat.h | Anton Khirnov | 2011-04-08 | 1 | -0/+1 |
* | lavf: rename avf_sdp_create to av_sdp_create. | Anton Khirnov | 2011-04-08 | 1 | -1/+1 |
* | avio: AVIO_ prefixes for URL_ open flags. | Anton Khirnov | 2011-04-07 | 1 | -2/+2 |
* | avio: make url_open_dyn_packet_buf internal. | Anton Khirnov | 2011-04-03 | 1 | -2/+4 |
* | avio: avio_ prefix for url_close_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -8/+8 |
* | avio: avio_ prefix for url_open_dyn_buf | Anton Khirnov | 2011-04-03 | 1 | -7/+7 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -4/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: deprecate url_open_buf | Anton Khirnov | 2011-03-16 | 1 | -1/+2 |
* | avio: avio_ prefix for url_fprintf | Anton Khirnov | 2011-03-16 | 1 | -63/+63 |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -2/+2 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -16/+16 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -3/+3 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -5/+5 |
* | ffserver: Try matching the RTSP url without a trailing slash | Martin Storsjö | 2011-02-17 | 1 | -1/+5 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-17 | 1 | -3/+3 |
* | Replace remaining uses of parse_date with av_parse_time. | Anton Khirnov | 2011-02-16 | 1 | -6/+4 |
* | ffserver: set the sample aspect ratio | Nicolas George | 2011-02-17 | 1 | -1/+1 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | ffserver: put gcc attribute under proper ifdef | Mans Rullgard | 2011-01-24 | 1 | -1/+4 |
* | ffserver: cleanup | Reinhard Tartler | 2011-01-23 | 1 | -15/+2 |
* | Unbreak ffserver | Luca Barbato | 2011-01-07 | 1 | -0/+1 |
* | rtsp: Pass the method name to ff_rtsp_parse_line | Martin Storsjö | 2011-01-02 | 1 | -1/+1 |
* | Implement get_preset_file() in cmdutils.h and use it to factorize code | Stefano Sabatini | 2010-11-04 | 1 | -20/+4 |
* | ffserver: use a local MAX_STREAMS limit | Aurelien Jacobs | 2010-10-15 | 1 | -0/+4 |
* | ffserver: fix prepare_sdp_description() to dynamically allocate streams | Aurelien Jacobs | 2010-10-15 | 1 | -1/+16 |
* | Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() | Stefano Sabatini | 2010-07-26 | 1 | -2/+3 |
* | Also use 503 for bandwidth limit exceeded | Howard Chu | 2010-07-08 | 1 | -2/+2 |
* | Fix "server too busy" status code | Howard Chu | 2010-07-08 | 1 | -1/+1 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -3/+3 |
* | ffserver: Use avcodec_copy_context instead of manually copying an AVCodecContext | Martin Storsjö | 2010-06-22 | 1 | -8/+1 |
* | When reading a stream, should retry on EAGAIN instead of just failing. Also, | Howard Chu | 2010-06-16 | 1 | -2/+6 |
* | Support presets in ffserver.conf | Howard Chu | 2010-06-08 | 1 | -0/+76 |
* | ffserver: Calculate cur_pts using first_pts as origin instead of ist->start_time | Martin Storsjö | 2010-06-03 | 1 | -2/+1 |
* | ffserver: Allow floating point audio bit rates | Martin Storsjö | 2010-06-02 | 1 | -1/+1 |
* | ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requests | Martin Storsjö | 2010-05-25 | 1 | -0/+1 |
* | ffserver: Fix one of the codec parameter checks | Martin Storsjö | 2010-05-24 | 1 | -1/+1 |
* | ffserver: Fix streaming with more than one stream | Martin Storsjö | 2010-05-24 | 1 | -1/+1 |
* | ffserver: Fix extradata handling | Howard Chu | 2010-05-24 | 1 | -5/+17 |
* | ffserver: Fix an out of bounds read | Martin Storsjö | 2010-05-24 | 1 | -1/+1 |
* | ffserver: Fix another memory leak | Martin Storsjö | 2010-05-24 | 1 | -1/+0 |
* | ffserver: Plug some memory leaks | Howard Chu | 2010-05-24 | 1 | -0/+5 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -1/+1 |