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
/
cmdutils.c
Age
Commit message (
Expand
)
Author
2012-04-24
avconv: use libavresample
Justin Ruggles
2012-04-15
avconv: get output pixel format from lavfi.
Anton Khirnov
2012-03-18
Read preset files with suffix .avpreset
Reinhard Tartler
2012-03-06
avconv: add -cpuflags option for setting supported cpuflags.
Anton Khirnov
2012-03-04
cmdutils: use new avcodec_is_decoder/encoder() functions.
Anton Khirnov
2012-02-23
Remove libpostproc.
Diego Biurrun
2012-02-08
cmdutils: update copyright year to 2012.
Ronald S. Bultje
2012-01-27
cmdutils: fix options starting with 'no'.
Alexandra Khirnova
2012-01-25
Drop unnecessary prefix from *sink* variable and struct names.
Diego Biurrun
2012-01-19
cosmetics: Rename ffsink to avsink.
Diego Biurrun
2012-01-11
No longer build libpostproc by default
Reinhard Tartler
2012-01-03
cmdutils: K&R reformatting cosmetics
Aneesh Dogra
2011-12-30
cosmetics: Drop unnecessary parentheses around return values.
Diego Biurrun
2011-12-25
lavc: add a sample_aspect_ratio field to AVFrame
Stefano Sabatini
2011-11-22
Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
2011-10-31
cmdutils: Rename read_file to cmdutils_read_file
Martin Storsjö
2011-10-30
cmdutils: check fread() return value
Janne Grunau
2011-10-12
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-10-12
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-10-09
avtools: add -v as alias for -loglevel
Mans Rullgard
2011-09-27
avconv: add support for copying attachments.
Anton Khirnov
2011-09-26
cmdutils: replace fprintf() by av_log()
Anton Khirnov
2011-09-26
avtools: parse loglevel before all the other options.
Anton Khirnov
2011-09-23
cmdutils: move grow_array out of #if CONFIG_AVFILTER
Janne Grunau
2011-09-11
cmdutils: add support for programs in check_stream_specifier()
Anton Khirnov
2011-09-11
avconv: move audio_sample_fmt to options context.
Anton Khirnov
2011-09-05
avconv: move ts scale to options context.
Anton Khirnov
2011-09-04
avconv: move start_time, recording_time and input_ts_offset to options context
Anton Khirnov
2011-09-04
cmdutils: allow storing per-stream/chapter/.... options in a generic way
Anton Khirnov
2011-09-04
cmdutils: split per-option code out of parse_options().
Anton Khirnov
2011-09-04
cmdutils: add support for caller-provided option context.
Anton Khirnov
2011-09-04
cmdutils: declare only one pointer type in OptionDef
Anton Khirnov
2011-09-04
cmdutils: move grow_array() from avconv to cmdutils.
Anton Khirnov
2011-09-04
cmdutils: move exit_program() declaration to cmdutils from avconv
Anton Khirnov
2011-09-03
cmdutils: get rid of dummy contexts for examining AVOptions.
Anton Khirnov
2011-08-12
cmdutils: allow precisely specifying a stream for AVOptions.
Anton Khirnov
2011-08-12
cmdutils: allow ':'-separated modifiers in option names.
Anton Khirnov
2011-08-12
Make a copy of ffmpeg under a new name -- avconv.
Anton Khirnov
2011-07-28
cmdutils: add codec_opts parameter to setup_find_stream_info_opts()
Stefano Sabatini
2011-07-13
cmdutils: replace opt_default with opt_default2() and remove set_context_opts
Anton Khirnov
2011-07-13
ffplay: use new avcodec_open2 and avformat_find_stream_info API.
Anton Khirnov
2011-07-13
cmdutils: store all codec options in one dict instead of video/audio/sub
Anton Khirnov
2011-07-10
lavc: make avcodec_alloc_context3 officially public.
Anton Khirnov
2011-06-16
cmdutils: add opt_default2().
Anton Khirnov
2011-06-16
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-12
cmdutils: add missing NULL check in parse_options()
Stefano Sabatini
2011-06-04
cmdutils: add missing const qualifier
Mans Rullgard
2011-05-28
cmdutils: remove OPT_FUNC2
Stefano Sabatini
2011-05-27
cmdutils: use sws_freeContext() instead of av_freep().
Ronald S. Bultje
[next]