summaryrefslogtreecommitdiffstats
path: root/avconv.c
Commit message (Expand)AuthorAgeFilesLines
* avconv: only retry decoding on actual decoding errorsAnton Khirnov2016-10-021-10/+27
* avconv: set the encoding framerate when the output is CFRAnton Khirnov2016-10-021-0/+2
* avconv: Make sure that inputless filtergraphs are configuredLuca Barbato2016-08-121-0/+9
* avconv: Check that muxing_queue exists before reading from itDiego Biurrun2016-07-271-6/+8
* avconv: stop using setpts for input framerate forced with -rAnton Khirnov2016-07-221-0/+2
* avconv: use avcodec_parameters_copy() with streamcopyAnton Khirnov2016-07-021-52/+12
* avconv: restructure sending EOF to filtersAnton Khirnov2016-06-281-11/+32
* avconv: move flushing the queued frames to configure_filtergraph()Anton Khirnov2016-06-281-11/+0
* avconv: pass the hwaccel frames context to the decoderAnton Khirnov2016-06-251-0/+7
* avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov2016-06-251-121/+124
* avconv: do packet ts rescaling in write_packet()Anton Khirnov2016-06-251-11/+12
* avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov2016-06-251-0/+3
* avconv: factor out initializing stream parameters for encodingAnton Khirnov2016-06-251-152/+144
* avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov2016-06-251-0/+30
* avconv: buffer the packets written while the muxer is not initializedAnton Khirnov2016-06-251-18/+58
* avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov2016-06-251-34/+63
* Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov2016-06-211-1/+1
* avconv: factor out initializing stream parameters for streamcopyAnton Khirnov2016-06-211-99/+110
* avconv: initialize output framerate earlierAnton Khirnov2016-06-211-34/+0
* avconv: do not set encoder options when streamcopy is usedAnton Khirnov2016-06-211-4/+0
* avconv: refactor selecting an encoderAnton Khirnov2016-06-211-11/+0
* avconv: fix handling attachments in init_output_streamAnton Khirnov2016-06-211-1/+1
* avconv: create simple filtergraphs earlierAnton Khirnov2016-06-211-5/+4
* avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov2016-06-211-2/+2
* 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
OpenPOWER on IntegriCloud