| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: make avcodec_alloc_context3 officially public. | Anton Khirnov | 2011-07-10 | 1 | -2/+2 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | ffserver: remove unused variable. | Chris Wilson | 2011-07-06 | 1 | -3/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | ffserver: use new avformat_open_* API. | Anton Khirnov | 2011-06-16 | 1 | -20/+17 |
* | AVOptions: add av_opt_find() as a replacement for av_find_opt. | Anton Khirnov | 2011-06-16 | 1 | -1/+1 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -9/+10 |
* | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -2/+2 |
* | ffserver: move close_connection() call to avoid a temporary string and copy. | Mike Williams | 2011-05-26 | 1 | -7/+4 |
* | ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM... | Mike Williams | 2011-05-26 | 1 | -11/+10 |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -2/+0 |
* | 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 |