summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: Use more precise deprecation ifdefsDiego Biurrun2016-05-22
* avconv: stop using AVStream.codecAnton Khirnov2016-05-22
* Add some more deprecation guardsDiego Biurrun2016-05-11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* avconv: Drop an unused variableLuca Barbato2016-04-01
* avconv: fix -frames for videoAnton Khirnov2016-03-30
* avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson2016-03-30
* avconv: use new encode APIwm42016-03-23
* avconv: use new decode APIwm42016-03-23
* avconv: switch to the new BSF APIAnton Khirnov2016-03-20
* avconv: remove sub-frame warningwm42016-03-05
* avconv: convert to codecparAnton Khirnov2016-02-23
* avconv: switch opening decoders and encodersAnton Khirnov2016-02-23
* avconv: pass the hw context from filters to the encoderAnton Khirnov2016-02-14
* avconv: Drop an impossible checkLuca Barbato2016-01-04
* avconv: Simplify poll_filters() return value checkLuca Barbato2016-01-04
* avconv: pass the global codec side data to the muxerAnton Khirnov2015-12-06
* avconv: set packet duration for CFR video streamsAnton Khirnov2015-11-08
* avconv: support infinite loop for the loop optionAlexandra Hájková2015-10-26
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-26
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-16
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-13
* avconv: Add loop option.Alexandra Hájková2015-10-13
* lavc: Enable side data only packets by defaultVittorio Giovara2015-09-12
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-19
* avconv: move the no streams failure to open_output_file()Anton Khirnov2015-07-19
* avconv: factor out the output stream initializationAnton Khirnov2015-07-19
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-19
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-19
* avconv: drop update_sample_fmt()Anton Khirnov2015-07-19
* avconv: do not stop processing the input packet on decoding errorAnton Khirnov2015-06-27
* avconv: factor out flushing the filtersAnton Khirnov2015-06-27
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-02
* avconv: Avoid theoretical NULL dereferencesHimangi Saraogi2015-04-04
* avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov2015-04-03
* avconv: Print the avfilter errorsLuca Barbato2015-03-20
* avconv: do not abort immediately if initializing hwaccel failsAnton Khirnov2015-03-10
* avconv: copy stream-level side data when streamcopyingAnton Khirnov2014-10-24
* avconv: Use av_gettime_relativeMartin Storsjö2014-10-24
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-18
* avconv: check return valueVittorio Giovara2014-10-17
* avconv: replace AVCodecContext.time_base with framerateAnton Khirnov2014-10-15
* avconv: Use only audio and video to guess discontinuitiesLuca Barbato2014-09-26
* cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15