summaryrefslogtreecommitdiff
path: root/avconv.c
Commit message (Expand)AuthorAge
* avconv: only retry decoding on actual decoding errorsAnton Khirnov2016-10-02
* avconv: set the encoding framerate when the output is CFRAnton Khirnov2016-10-02
* avconv: Make sure that inputless filtergraphs are configuredLuca Barbato2016-08-12
* avconv: Check that muxing_queue exists before reading from itDiego Biurrun2016-07-27
* avconv: stop using setpts for input framerate forced with -rAnton Khirnov2016-07-22
* avconv: use avcodec_parameters_copy() with streamcopyAnton Khirnov2016-07-02
* avconv: restructure sending EOF to filtersAnton Khirnov2016-06-28
* avconv: move flushing the queued frames to configure_filtergraph()Anton Khirnov2016-06-28
* avconv: pass the hwaccel frames context to the decoderAnton Khirnov2016-06-25
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-06-25
* avconv: do packet ts rescaling in write_packet()Anton Khirnov2016-06-25
* avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov2016-06-25
* avconv: factor out initializing stream parameters for encodingAnton Khirnov2016-06-25
* avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov2016-06-25
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-06-25
* avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov2016-06-25
* Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov2016-06-21
* avconv: factor out initializing stream parameters for streamcopyAnton Khirnov2016-06-21
* avconv: initialize output framerate earlierAnton Khirnov2016-06-21
* avconv: do not set encoder options when streamcopy is usedAnton Khirnov2016-06-21
* avconv: refactor selecting an encoderAnton Khirnov2016-06-21
* avconv: fix handling attachments in init_output_streamAnton Khirnov2016-06-21
* avconv: create simple filtergraphs earlierAnton Khirnov2016-06-21
* avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov2016-06-21
* avconv: Do not copy extradata if source buffer is emptyVittorio Giovara2016-06-06
* 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