| Commit message (Expand) | Author | Age | Files | Lines |
* | avconv: convert to codecpar | Anton Khirnov | 2016-02-23 | 1 | -31/+30 |
* | avconv: add support for Intel QSV-accelerated transcoding | Anton Khirnov | 2015-10-16 | 1 | -0/+3 |
* | avconv: Add loop option. | Alexandra Hájková | 2015-10-13 | 1 | -0/+8 |
* | avconv: Make the private options discovery more manifest | Vittorio Giovara | 2015-09-29 | 1 | -0/+1 |
* | Revert "avconv_opt: Allow printing private options" | Vittorio Giovara | 2015-09-29 | 1 | -60/+0 |
* | avconv_opt: Allow printing private options | Vittorio Giovara | 2015-09-17 | 1 | -0/+60 |
* | avconv_opt: Add an option that lists all supported hwaccels | Timothy Gu | 2015-08-26 | 1 | -0/+14 |
* | avconv_opt: Add missing comma | Timothy Gu | 2015-08-26 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | avconv: split creating and (re-)configuring complex filtergraphs | Anton Khirnov | 2015-07-19 | 1 | -10/+23 |
* | avconv: create the complex filtergraphs earlier | Anton Khirnov | 2015-07-19 | 1 | -5/+7 |
* | avconv: move the no streams failure to open_output_file() | Anton Khirnov | 2015-07-19 | 1 | -0/+6 |
* | avconv: use read_file() for reading the 2pass stats | Anton Khirnov | 2015-07-19 | 1 | -3/+3 |
* | avconv: move handling the 2pass logfile into avconv_opt | Anton Khirnov | 2015-07-19 | 1 | -0/+34 |
* | avconv: set the encoding/decoding_needed flags earlier | Anton Khirnov | 2015-07-19 | 1 | -0/+11 |
* | avconv_opt: Check localtime() return value | Vittorio Giovara | 2015-06-12 | 1 | -0/+5 |
* | avconv: Add an option for automatically rotating video according to display m... | Martin Storsjö | 2015-05-02 | 1 | -0/+6 |
* | avconv: Check rc_override memory allocation | Vittorio Giovara | 2015-02-17 | 1 | -0/+4 |
* | check memory errors from av_strdup() | Vittorio Giovara | 2014-12-18 | 1 | -0/+2 |
* | avconv: Use the mpeg12 private option scan_offset | Julien Ramseier | 2014-12-14 | 1 | -1/+1 |
* | avconv: fix parsing the AVOptions for -target | Anton Khirnov | 2014-08-27 | 1 | -0/+4 |
* | avconv: fix the muxrate values for -target | Anton Khirnov | 2014-08-27 | 1 | -2/+2 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | video4linux2: Avoid a floating point exception | Bernhard Übelacker | 2014-07-28 | 1 | -1/+2 |
* | avconv: do not use the stream codec context for encoding | Anton Khirnov | 2014-06-01 | 1 | -12/+15 |
* | avconv: do not use the stream codec context for decoding | Anton Khirnov | 2014-06-01 | 1 | -8/+20 |
* | avconv: Support VDA hwaccel | Anton Khirnov | 2014-05-11 | 1 | -0/+3 |
* | avconv: rename OutputStream.opts to OutputStream.encoder_opts | Anton Khirnov | 2014-05-03 | 1 | -4/+4 |
* | avconv: rename InputStream.opts to InputStream.decoder_opts | Anton Khirnov | 2014-05-03 | 1 | -2/+2 |
* | configure: rework dxva in avconv handling | Anton Khirnov | 2014-04-28 | 1 | -1/+1 |
* | avconv: add support for DXVA2 decoding | Hendrik Leppkes | 2014-04-28 | 1 | -0/+3 |
* | avconv_opt: fix avio_open2() return code check | Timothy Gu | 2014-03-30 | 1 | -3/+3 |
* | avconv: support forcing codec tags for input streams | Anton Khirnov | 2014-02-24 | 1 | -1/+11 |
* | avconv: initialize hwaccel_pix_fmt | Anton Khirnov | 2013-12-03 | 1 | -0/+1 |
* | 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 | -1/+45 |
* | avplay: Accept cpuflags option | Luca Barbato | 2013-10-22 | 1 | -13/+0 |
* | avconv: support -t as an input option. | Anton Khirnov | 2013-08-05 | 1 | -1/+3 |
* | avconv: make input -ss accurate when transcoding | Anton Khirnov | 2013-08-05 | 1 | -0/+6 |
* | avconv: distinguish between -ss 0 and -ss not being used | Anton Khirnov | 2013-08-05 | 1 | -3/+5 |
* | avconv: add -n option to immediately exit when output files already exist | Vittorio Giovara | 2013-07-31 | 1 | -1/+9 |
* | avconv: Call exit_program instead of exit in avconv_opt as well | Martin Storsjö | 2013-07-31 | 1 | -70/+70 |
* | avconv: make -aspect work with streamcopy | Anton Khirnov | 2013-05-27 | 1 | -5/+6 |
* | avconv: remove -deinterlace | Anton Khirnov | 2013-05-07 | 1 | -14/+0 |
* | avconv: do not send non-monotonous DTS to the muxers. | Anton Khirnov | 2013-05-03 | 1 | -0/+1 |
* | avconv_opt: allocate an OutputFile before the streams. | Anton Khirnov | 2013-04-30 | 1 | -18/+17 |
* | avconv: print filter options in -h full output. | Anton Khirnov | 2013-04-11 | 1 | -0/+1 |
* | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+0 |
* | avconv: add options for reading filtergraphs from a file. | Anton Khirnov | 2013-03-28 | 1 | -8/+82 |
* | avconv: mark attachment streams as immediately finished | Anton Khirnov | 2013-03-15 | 1 | -0/+1 |