| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some more deprecation guards | Diego Biurrun | 2016-05-11 | 1 | -0/+2 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | avconv: Drop an unused variable | Luca Barbato | 2016-04-01 | 1 | -1/+0 |
* | avconv: fix -frames for video | Anton Khirnov | 2016-03-30 | 1 | -6/+6 |
* | avconv: VAAPI hwcontext initialisation and hwaccel helper | Mark Thompson | 2016-03-30 | 1 | -0/+2 |
* | avconv: use new encode API | wm4 | 2016-03-23 | 1 | -29/+51 |
* | avconv: use new decode API | wm4 | 2016-03-23 | 1 | -24/+49 |
* | avconv: switch to the new BSF API | Anton Khirnov | 2016-03-20 | 1 | -40/+107 |
* | avconv: remove sub-frame warning | wm4 | 2016-03-05 | 1 | -7/+0 |
* | avconv: convert to codecpar | Anton Khirnov | 2016-02-23 | 1 | -52/+64 |
* | avconv: switch opening decoders and encoders | Anton Khirnov | 2016-02-23 | 1 | -4/+5 |
* | avconv: pass the hw context from filters to the encoder | Anton Khirnov | 2016-02-14 | 1 | -0/+6 |
* | avconv: Drop an impossible check | Luca Barbato | 2016-01-04 | 1 | -2/+2 |
* | avconv: Simplify poll_filters() return value check | Luca Barbato | 2016-01-04 | 1 | -9/+5 |
* | avconv: pass the global codec side data to the muxer | Anton Khirnov | 2015-12-06 | 1 | -0/+22 |
* | avconv: set packet duration for CFR video streams | Anton Khirnov | 2015-11-08 | 1 | -0/+5 |
* | avconv: support infinite loop for the loop option | Alexandra Hájková | 2015-10-26 | 1 | -2/+3 |
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -5/+5 |
* | avformat: Always return ref-counted AVPacket | Luca Barbato | 2015-10-26 | 1 | -1/+0 |
* | avconv: add support for Intel QSV-accelerated transcoding | Anton Khirnov | 2015-10-16 | 1 | -0/+5 |
* | avformat: Do not use AVFMT_RAWPICTURE | Luca Barbato | 2015-10-13 | 1 | -47/+25 |
* | avconv: Add loop option. | Alexandra Hájková | 2015-10-13 | 1 | -5/+102 |
* | lavc: Enable side data only packets by default | Vittorio Giovara | 2015-09-12 | 1 | -1/+0 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -3/+3 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+19 |
* | Add a quality factor packet side data | Vittorio Giovara | 2015-07-20 | 1 | -3/+10 |
* | avconv: split creating and (re-)configuring complex filtergraphs | Anton Khirnov | 2015-07-19 | 1 | -5/+0 |
* | avconv: move the no streams failure to open_output_file() | Anton Khirnov | 2015-07-19 | 1 | -10/+0 |
* | avconv: factor out the output stream initialization | Anton Khirnov | 2015-07-19 | 1 | -46/+57 |
* | avconv: move handling the 2pass logfile into avconv_opt | Anton Khirnov | 2015-07-19 | 1 | -34/+0 |
* | avconv: set the encoding/decoding_needed flags earlier | Anton Khirnov | 2015-07-19 | 1 | -4/+0 |
* | avconv: drop update_sample_fmt() | Anton Khirnov | 2015-07-19 | 1 | -70/+1 |
* | avconv: do not stop processing the input packet on decoding error | Anton Khirnov | 2015-06-27 | 1 | -12/+12 |
* | avconv: factor out flushing the filters | Anton Khirnov | 2015-06-27 | 1 | -12/+22 |
* | avconv: Add an option for automatically rotating video according to display m... | Martin Storsjö | 2015-05-02 | 1 | -0/+2 |
* | avconv: Avoid theoretical NULL dereferences | Himangi Saraogi | 2015-04-04 | 1 | -2/+7 |
* | avconv: do not overwrite the stream codec context for streamcopy | Anton Khirnov | 2015-04-03 | 1 | -11/+12 |
* | avconv: Print the avfilter errors | Luca Barbato | 2015-03-20 | 1 | -5/+13 |
* | avconv: do not abort immediately if initializing hwaccel fails | Anton Khirnov | 2015-03-10 | 1 | -1/+1 |
* | avconv: copy stream-level side data when streamcopying | Anton Khirnov | 2014-10-24 | 1 | -0/+20 |
* | avconv: Use av_gettime_relative | Martin Storsjö | 2014-10-24 | 1 | -6/+6 |
* | lavc: deprecate unused me_threshold field | Anton Khirnov | 2014-10-18 | 1 | -2/+1 |
* | avconv: check return value | Vittorio Giovara | 2014-10-17 | 1 | -1/+3 |
* | avconv: replace AVCodecContext.time_base with framerate | Anton Khirnov | 2014-10-15 | 1 | -5/+5 |
* | avconv: Use only audio and video to guess discontinuities | Luca Barbato | 2014-09-26 | 1 | -1/+3 |
* | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | avconv: rename output_packet() to process_input_packet() | Anton Khirnov | 2014-08-13 | 1 | -4/+4 |
* | avconv: set the output stream timebase | Anton Khirnov | 2014-07-09 | 1 | -0/+2 |