Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avconv: switch to the new BSF API | Anton Khirnov | 2016-03-20 | 1 | -1/+5 |
| | |||||
* | avconv: remove sub-frame warning | wm4 | 2016-03-05 | 1 | -1/+0 |
| | | | | | | It's not practical to keep this with the new decode API. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avconv: add support for Intel QSV-accelerated transcoding | Anton Khirnov | 2015-10-16 | 1 | -0/+5 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | avconv: Add loop option. | Alexandra Hájková | 2015-10-13 | 1 | -0/+8 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -0/+3 |
| | | | | | | | | This is necessary to preserve the quality information currently exported with coded_frame. Add the new side data to every encoder that needs it, and use it in avconv. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | avconv: split creating and (re-)configuring complex filtergraphs | Anton Khirnov | 2015-07-19 | 1 | -0/+2 |
| | | | | | | | The current code is less than straightforward due to the fact that output streams can be created based on filtergraph definitions. This change should make the code simpler and more readable. It will also be useful in the future commits. | ||||
* | avconv: Add an option for automatically rotating video according to display ↵ | Martin Storsjö | 2015-05-02 | 1 | -0/+3 |
| | | | | | | | | | | | matrix The option is enabled by default, but can be disabled. If this is enabled, such side data isn't copied into the output stream (except when doing stream copy). Signed-off-by: Martin Storsjö <martin@martin.st> | ||||
* | avconv: do not use the stream codec context for encoding | Anton Khirnov | 2014-06-01 | 1 | -0/+1 |
| | |||||
* | avconv: do not use the stream codec context for decoding | Anton Khirnov | 2014-06-01 | 1 | -0/+1 |
| | |||||
* | avconv: Support VDA hwaccel | Anton Khirnov | 2014-05-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | avconv: rename OutputStream.opts to OutputStream.encoder_opts | Anton Khirnov | 2014-05-03 | 1 | -1/+1 |
| | | | | This makes it more clear what is this variable for exactly. | ||||
* | avconv: rename InputStream.opts to InputStream.decoder_opts | Anton Khirnov | 2014-05-03 | 1 | -1/+1 |
| | | | | This makes it more clear what is this variable for exactly. | ||||
* | avconv: add support for DXVA2 decoding | Hendrik Leppkes | 2014-04-28 | 1 | -0/+2 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | avconv: print verbose per-stream transcoding statistics | Anton Khirnov | 2014-03-24 | 1 | -3/+14 |
| | |||||
* | avconv: rewrite output data size tracking | Anton Khirnov | 2014-03-24 | 1 | -0/+4 |
| | | | | | | Store a variable per OutputStream instead of globals for audio/video/extradata. This makes the code simpler and cleaner and fixes 2pass with multiple output streams. | ||||
* | avconv: add stream-global side data to the first demuxed packet | Anton Khirnov | 2014-03-24 | 1 | -0/+3 |
| | |||||
* | avconv: remove a write-only variable | Anton Khirnov | 2014-02-24 | 1 | -1/+0 |
| | |||||
* | avconv: add support for VDPAU decoding | Anton Khirnov | 2013-11-23 | 1 | -0/+3 |
| | |||||
* | avconv: add infrastructure for using hwaccels | Anton Khirnov | 2013-11-23 | 1 | -0/+31 |
| | |||||
* | avconv: stop accessing AVStream.parser | Anton Khirnov | 2013-10-29 | 1 | -0/+2 |
| | | | | It is private and must not be touched from outside of lavf. | ||||
* | avplay: Accept cpuflags option | Luca Barbato | 2013-10-22 | 1 | -2/+0 |
| | | | | | | Quite useful for debugging. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | avconv: support -t as an input option. | Anton Khirnov | 2013-08-05 | 1 | -0/+1 |
| | | | | It limits the duration of the data read from a given input. | ||||
* | avconv: make input -ss accurate when transcoding | Anton Khirnov | 2013-08-05 | 1 | -0/+3 |
| | | | | | Insert (a)trim filters on the corresponding inputs, so the extra frames are decoded and discarded. | ||||
* | avconv: do not send non-monotonous DTS to the muxers. | Anton Khirnov | 2013-05-03 | 1 | -0/+2 |
| | | | | | Hack partially based on a commit by Michael Niedermayer <michaelni@gmx.at> Should fix (or work around) bug 458. | ||||
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
| | | | | | We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do. | ||||
* | avconv: add options for reading filtergraphs from a file. | Anton Khirnov | 2013-03-28 | 1 | -0/+2 |
| | |||||
* | avconv: convert to new refcounted AVFrame API | Anton Khirnov | 2013-03-08 | 1 | -3/+1 |
| | |||||
* | avconv: pass libavresample options to AVFilterGraph | Justin Ruggles | 2013-02-23 | 1 | -0/+1 |
| | |||||
* | avconv: use new options parser. | Anton Khirnov | 2012-12-18 | 1 | -0/+4 |
| | |||||
* | 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 |