summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: Do not copy extradata if source buffer is emptyVittorio Giovara2016-06-061-5/+8
* avconv: Use more precise deprecation ifdefsDiego Biurrun2016-05-221-3/+3
* avconv: stop using AVStream.codecAnton Khirnov2016-05-221-13/+8
* Add some more deprecation guardsDiego Biurrun2016-05-111-0/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* avconv: Drop an unused variableLuca Barbato2016-04-011-1/+0
* avconv: fix -frames for videoAnton Khirnov2016-03-301-6/+6
* avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson2016-03-301-0/+2
* avconv: use new encode APIwm42016-03-231-29/+51
* avconv: use new decode APIwm42016-03-231-24/+49
* avconv: switch to the new BSF APIAnton Khirnov2016-03-201-40/+107
* avconv: remove sub-frame warningwm42016-03-051-7/+0
* avconv: convert to codecparAnton Khirnov2016-02-231-52/+64
* avconv: switch opening decoders and encodersAnton Khirnov2016-02-231-4/+5
* avconv: pass the hw context from filters to the encoderAnton Khirnov2016-02-141-0/+6
* avconv: Drop an impossible checkLuca Barbato2016-01-041-2/+2
* avconv: Simplify poll_filters() return value checkLuca Barbato2016-01-041-9/+5
* avconv: pass the global codec side data to the muxerAnton Khirnov2015-12-061-0/+22
* avconv: set packet duration for CFR video streamsAnton Khirnov2015-11-081-0/+5
* avconv: support infinite loop for the loop optionAlexandra Hájková2015-10-261-2/+3
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-5/+5
* avformat: Always return ref-counted AVPacketLuca Barbato2015-10-261-1/+0
* avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov2015-10-161-0/+5
* avformat: Do not use AVFMT_RAWPICTURELuca Barbato2015-10-131-47/+25
* avconv: Add loop option.Alexandra Hájková2015-10-131-5/+102
* lavc: Enable side data only packets by defaultVittorio Giovara2015-09-121-1/+0
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-3/+3
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-3/+3
* Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+19
* Add a quality factor packet side dataVittorio Giovara2015-07-201-3/+10
* avconv: split creating and (re-)configuring complex filtergraphsAnton Khirnov2015-07-191-5/+0
* avconv: move the no streams failure to open_output_file()Anton Khirnov2015-07-191-10/+0
* avconv: factor out the output stream initializationAnton Khirnov2015-07-191-46/+57
* avconv: move handling the 2pass logfile into avconv_optAnton Khirnov2015-07-191-34/+0
* avconv: set the encoding/decoding_needed flags earlierAnton Khirnov2015-07-191-4/+0
* avconv: drop update_sample_fmt()Anton Khirnov2015-07-191-70/+1
* avconv: do not stop processing the input packet on decoding errorAnton Khirnov2015-06-271-12/+12
* avconv: factor out flushing the filtersAnton Khirnov2015-06-271-12/+22
* avconv: Add an option for automatically rotating video according to display m...Martin Storsjö2015-05-021-0/+2
* avconv: Avoid theoretical NULL dereferencesHimangi Saraogi2015-04-041-2/+7
* avconv: do not overwrite the stream codec context for streamcopyAnton Khirnov2015-04-031-11/+12
* avconv: Print the avfilter errorsLuca Barbato2015-03-201-5/+13
* avconv: do not abort immediately if initializing hwaccel failsAnton Khirnov2015-03-101-1/+1
* avconv: copy stream-level side data when streamcopyingAnton Khirnov2014-10-241-0/+20
* avconv: Use av_gettime_relativeMartin Storsjö2014-10-241-6/+6
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-181-2/+1
* avconv: check return valueVittorio Giovara2014-10-171-1/+3
* avconv: replace AVCodecContext.time_base with framerateAnton Khirnov2014-10-151-5/+5
* avconv: Use only audio and video to guess discontinuitiesLuca Barbato2014-09-261-1/+3
OpenPOWER on IntegriCloud