OSDN Git Service

ratecontrol: Drop commented out cruft
[android-x86/external-ffmpeg.git] / avconv.h
2016-06-28 Anton Khirnovavconv: restructure sending EOF to filters
2016-06-25 Anton Khirnovavconv: init filtergraphs only after we have a frame...
2016-06-25 Anton Khirnovavconv: do packet ts rescaling in write_packet()
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-25 Anton Khirnovavconv: decouple configuring filtergraphs and setting...
2016-06-25 Anton Khirnovavconv: buffer the packets written while the muxer...
2016-06-25 Anton Khirnovavconv: explicitly postpone writing the header until...
2016-06-21 Anton Khirnovavconv: create simple filtergraphs earlier
2016-06-21 Anton Khirnovavconv: add a function for determining whether a filter...
2016-05-22 Anton Khirnovavconv: stop using AVStream.codec
2016-03-30 Mark Thompsonavconv: VAAPI hwcontext initialisation and hwaccel...
2016-03-20 Anton Khirnovavconv: switch to the new BSF API
2016-03-05 wm4avconv: remove sub-frame warning
2015-10-16 Anton Khirnovavconv: add support for Intel QSV-accelerated transcoding
2015-10-13 Alexandra Hájkováavconv: Add loop option.
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-19 Anton Khirnovavconv: split creating and (re-)configuring complex...
2015-05-02 Martin Storsjöavconv: Add an option for automatically rotating video...
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for encoding
2014-06-01 Anton Khirnovavconv: do not use the stream codec context for decoding
2014-05-11 Anton Khirnovavconv: Support VDA hwaccel
2014-05-03 Anton Khirnovavconv: rename OutputStream.opts to OutputStream.encode...
2014-05-03 Anton Khirnovavconv: rename InputStream.opts to InputStream.decoder_opts
2014-04-28 Hendrik Leppkesavconv: add support for DXVA2 decoding
2014-03-24 Anton Khirnovavconv: print verbose per-stream transcoding statistics
2014-03-24 Anton Khirnovavconv: rewrite output data size tracking
2014-03-24 Anton Khirnovavconv: add stream-global side data to the first demuxe...
2014-02-24 Anton Khirnovavconv: remove a write-only variable
2013-11-23 Anton Khirnovavconv: add support for VDPAU decoding
2013-11-23 Anton Khirnovavconv: add infrastructure for using hwaccels
2013-10-29 Anton Khirnovavconv: stop accessing AVStream.parser
2013-10-22 Luca Barbatoavplay: Accept cpuflags option
2013-08-05 Anton Khirnovavconv: support -t as an input option.
2013-08-05 Anton Khirnovavconv: make input -ss accurate when transcoding
2013-05-03 Anton Khirnovavconv: do not send non-monotonous DTS to the muxers.
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-03-28 Anton Khirnovavconv: add options for reading filtergraphs from a...
2013-03-08 Anton Khirnovavconv: convert to new refcounted AVFrame API
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2012-12-18 Anton Khirnovavconv: use new options parser.
2012-10-12 Diego BiurrunDe-doxygenize some top-level files
2012-10-09 Anton Khirnovavconv: remove -same_quant
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovavconv: make the -passlogfile option per-stream.
2012-08-30 Anton Khirnovavconv: make the -pass option per-stream.
2012-08-18 Anton Khirnovavconv: make -shortest a per-output file option.
2012-08-08 Anton Khirnovavconv: rename OutputStream.is_past_recording_time...
2012-08-08 Anton Khirnovavconv: replace no_packet array in transcode() with...
2012-08-08 Anton Khirnovavconv: remove unused variable from InputFile.
2012-08-08 Anton Khirnovavconv: split configuring filter configuration to a...
2012-08-08 Anton Khirnovavconv: split option parsing into a separate file.