| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: rename url_fopen/fclose -> avio_open/close. | Anton Khirnov | 2011-02-23 | 1 | -1/+1 |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -1/+1 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-18 | 1 | -4/+5 |
* | Use avformat_free_context for cleaning up muxers | Martin Storsjö | 2011-02-06 | 1 | -7/+1 |
* | libavformat: Use avcodec_copy_context for chained muxers | Martin Storsjö | 2011-02-06 | 1 | -0/+2 |
* | sapenc: Free AVStream->info on cleanup | Martin Storsjö | 2011-02-04 | 1 | -0/+1 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | sapenc: Use the normal URL port as RTP port | Martin Storsjö | 2010-10-09 | 1 | -6/+6 |
* | sapenc: Include os_support.h, to provide a fallback definition for socklen_t | Martin Storsjö | 2010-10-09 | 1 | -0/+1 |
* | Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC | Martin Storsjö | 2010-10-08 | 1 | -1/+1 |
* | sapenc: Mark the muxer as depending on network functions | Martin Storsjö | 2010-10-08 | 1 | -2/+15 |
* | Add a SAP (Session Announcement Protocol, RFC 2974) muxer | Martin Storsjö | 2010-10-08 | 1 | -0/+252 |