Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-doxygenize some top-level files | Diego Biurrun | 2012-10-12 | 1 | -8/+6 |
| | |||||
* | avconv: remove -same_quant | Anton Khirnov | 2012-10-09 | 1 | -2/+0 |
| | | | | | | | It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless. | ||||
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | avtools: remove the distinction between func_arg and func2_arg. | Anton Khirnov | 2012-08-30 | 1 | -1/+1 |
| | | | | | | func2_arg is the same as func_arg, except it has one additional parameter. Change all func_arg callbacks to take that parameter (and ignore it). | ||||
* | avconv: make the -passlogfile option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -1/+3 |
| | |||||
* | avconv: make the -pass option per-stream. | Anton Khirnov | 2012-08-30 | 1 | -0/+2 |
| | |||||
* | avconv: make -shortest a per-output file option. | Anton Khirnov | 2012-08-18 | 1 | -1/+3 |
| | |||||
* | avconv: rename OutputStream.is_past_recording_time to finished. | Anton Khirnov | 2012-08-08 | 1 | -1/+1 |
| | | | | | The new name is shorter and more accurate, since this variable is no longer used only for checking recording time constraint. | ||||
* | avconv: replace no_packet array in transcode() with a var in InputStream | Anton Khirnov | 2012-08-08 | 1 | -0/+1 |
| | | | | | This simplifies splitting code for reading from input out of transcode(). | ||||
* | avconv: remove unused variable from InputFile. | Anton Khirnov | 2012-08-08 | 1 | -1/+0 |
| | |||||
* | avconv: split configuring filter configuration to a separate file. | Anton Khirnov | 2012-08-08 | 1 | -0/+2 |
| | |||||
* | avconv: split option parsing into a separate file. | Anton Khirnov | 2012-08-08 | 1 | -0/+360 |