aboutsummaryrefslogtreecommitdiff
path: root/avconv.c
AgeCommit message (Expand)Author
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-11-02avconv: support parsing bitstream filter optionsJames Almer
2016-10-02avconv: only retry decoding on actual decoding errorsAnton Khirnov
2016-10-02avconv: set the encoding framerate when the output is CFRAnton Khirnov
2016-08-12avconv: Make sure that inputless filtergraphs are configuredLuca Barbato
2016-07-27avconv: Check that muxing_queue exists before reading from itDiego Biurrun
2016-07-22avconv: stop using setpts for input framerate forced with -rAnton Khirnov
2016-07-02avconv: use avcodec_parameters_copy() with streamcopyAnton Khirnov
2016-06-28avconv: restructure sending EOF to filtersAnton Khirnov
2016-06-28avconv: move flushing the queued frames to configure_filtergraph()Anton Khirnov
2016-06-25avconv: pass the hwaccel frames context to the decoderAnton Khirnov
2016-06-25avconv: init filtergraphs only after we have a frame on each inputAnton Khirnov
2016-06-25avconv: do packet ts rescaling in write_packet()Anton Khirnov
2016-06-25avconv: decouple configuring filtergraphs and setting output parametersAnton Khirnov
2016-06-25avconv: factor out initializing stream parameters for encodingAnton Khirnov
2016-06-25avconv: decouple configuring filtergraphs and setting input parametersAnton Khirnov
2016-06-25avconv: buffer the packets written while the muxer is not initializedAnton Khirnov
2016-06-25avconv: explicitly postpone writing the header until all streams are initializedAnton Khirnov
2016-06-21Use AVFrame.pts instead of deprecated pkt_pts.Anton Khirnov
2016-06-21avconv: factor out initializing stream parameters for streamcopyAnton Khirnov
2016-06-21avconv: initialize output framerate earlierAnton Khirnov
2016-06-21avconv: do not set encoder options when streamcopy is usedAnton Khirnov
2016-06-21avconv: refactor selecting an encoderAnton Khirnov
2016-06-21avconv: fix handling attachments in init_output_streamAnton Khirnov
2016-06-21avconv: create simple filtergraphs earlierAnton Khirnov
2016-06-21avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov
2016-06-06avconv: Do not copy extradata if source buffer is emptyVittorio Giovara
2016-05-22avconv: Use more precise deprecation ifdefsDiego Biurrun
2016-05-22avconv: stop using AVStream.codecAnton Khirnov
2016-05-11Add some more deprecation guardsDiego Biurrun
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-01avconv: Drop an unused variableLuca Barbato
2016-03-30avconv: fix -frames for videoAnton Khirnov
2016-03-30avconv: VAAPI hwcontext initialisation and hwaccel helperMark Thompson
2016-03-23avconv: use new encode APIwm4
2016-03-23avconv: use new decode APIwm4
2016-03-20avconv: switch to the new BSF APIAnton Khirnov
2016-03-05avconv: remove sub-frame warningwm4
2016-02-23avconv: convert to codecparAnton Khirnov
2016-02-23avconv: switch opening decoders and encodersAnton Khirnov
2016-02-14avconv: pass the hw context from filters to the encoderAnton Khirnov
2016-01-04avconv: Drop an impossible checkLuca Barbato
2016-01-04avconv: Simplify poll_filters() return value checkLuca Barbato
2015-12-06avconv: pass the global codec side data to the muxerAnton Khirnov
2015-11-08avconv: set packet duration for CFR video streamsAnton Khirnov
2015-10-26avconv: support infinite loop for the loop optionAlexandra Hájková
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-10-26avformat: Always return ref-counted AVPacketLuca Barbato
2015-10-16avconv: add support for Intel QSV-accelerated transcodingAnton Khirnov
2015-10-13avformat: Do not use AVFMT_RAWPICTURELuca Barbato