log: Unbreak no-tty support on 256color terminals
[platform/upstream/libav.git] / avconv.h
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.