Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: make avcodec_get_context_defaults3 "officially" public | Anton Khirnov | 2011-10-19 | 1 | -2/+2 |
| | | | | Deprecate avcodec_get_context_defaults/avcodec_get_context_defaults2 | ||||
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | rtpdec: Add ff_ prefix to all nonstatic symbols | Martin Storsjö | 2011-10-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for ↵ | Nathan Caldwell | 2011-09-30 | 1 | -0/+1 |
| | | | | | | | | the loopback address. This fixes bind(8080): Address family not supported by protocol. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avtools: parse loglevel before all the other options. | Anton Khirnov | 2011-09-26 | 1 | -0/+1 |
| | | | | | This way it can be applied to cmdutils too -- e.g. showing the banner and printing startup messages. | ||||
* | cmdutils: add support for caller-provided option context. | Anton Khirnov | 2011-09-04 | 1 | -1/+1 |
| | | | | This is the first step to removing the globals plague from avtools. | ||||
* | cmdutils: move exit_program() declaration to cmdutils from avconv | Anton Khirnov | 2011-09-04 | 1 | -0/+5 |
| | | | | Allows cmdutils to call each tool's own cleanup function. | ||||
* | Replace deprecated av_find_stream_info() by avformat_find_stream_info(). | Diego Biurrun | 2011-08-26 | 1 | -2/+2 |
| | |||||
* | Rename ffserver to avserver. | Anton Khirnov | 2011-08-09 | 1 | -0/+4742 |