index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
avconv.h
Age
Commit message (
Expand
)
Author
2014-06-01
avconv: do not use the stream codec context for encoding
Anton Khirnov
2014-06-01
avconv: do not use the stream codec context for decoding
Anton Khirnov
2014-05-11
avconv: Support VDA hwaccel
Anton Khirnov
2014-05-03
avconv: rename OutputStream.opts to OutputStream.encoder_opts
Anton Khirnov
2014-05-03
avconv: rename InputStream.opts to InputStream.decoder_opts
Anton Khirnov
2014-04-28
avconv: add support for DXVA2 decoding
Hendrik Leppkes
2014-03-24
avconv: print verbose per-stream transcoding statistics
Anton Khirnov
2014-03-24
avconv: rewrite output data size tracking
Anton Khirnov
2014-03-24
avconv: add stream-global side data to the first demuxed packet
Anton Khirnov
2014-02-24
avconv: remove a write-only variable
Anton Khirnov
2013-11-23
avconv: add support for VDPAU decoding
Anton Khirnov
2013-11-23
avconv: add infrastructure for using hwaccels
Anton Khirnov
2013-10-29
avconv: stop accessing AVStream.parser
Anton Khirnov
2013-10-22
avplay: Accept cpuflags option
Luca Barbato
2013-08-05
avconv: support -t as an input option.
Anton Khirnov
2013-08-05
avconv: make input -ss accurate when transcoding
Anton Khirnov
2013-05-03
avconv: do not send non-monotonous DTS to the muxers.
Anton Khirnov
2013-04-11
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-03-28
avconv: add options for reading filtergraphs from a file.
Anton Khirnov
2013-03-08
avconv: convert to new refcounted AVFrame API
Anton Khirnov
2013-02-23
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2012-12-18
avconv: use new options parser.
Anton Khirnov
2012-10-12
De-doxygenize some top-level files
Diego Biurrun
2012-10-09
avconv: remove -same_quant
Anton Khirnov
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-30
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
avconv: make the -passlogfile option per-stream.
Anton Khirnov
2012-08-30
avconv: make the -pass option per-stream.
Anton Khirnov
2012-08-18
avconv: make -shortest a per-output file option.
Anton Khirnov
2012-08-08
avconv: rename OutputStream.is_past_recording_time to finished.
Anton Khirnov
2012-08-08
avconv: replace no_packet array in transcode() with a var in InputStream
Anton Khirnov
2012-08-08
avconv: remove unused variable from InputFile.
Anton Khirnov
2012-08-08
avconv: split configuring filter configuration to a separate file.
Anton Khirnov
2012-08-08
avconv: split option parsing into a separate file.
Anton Khirnov