summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: pass the hwaccel frames context to the decoderAnton Khirnov2016-05-30
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-05-30
* avconv: do packet ts rescaling in write_packet()Anton Khirnov2016-05-30
* avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov2016-05-30
* avconv: factor out initializing stream parameters for encodingAnton Khirnov2016-05-30
* avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov2016-05-30
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-05-30
* avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov2016-05-30
* avconv: factor out initializing stream parameters for streamcopyAnton Khirnov2016-05-30
* avconv: initialize output framerate earlierAnton Khirnov2016-05-30
* avconv: do not set encoder options when streamcopy is usedAnton Khirnov2016-05-30
* avconv: refactor selecting an encoderAnton Khirnov2016-05-30
* avconv: fix handling attachments in init_output_streamAnton Khirnov2016-05-30
* avconv: create simple filtergraphs earlierAnton Khirnov2016-05-30
* avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov2016-05-30
* 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