avfilter: check filter link validity
[platform/upstream/libav.git] / cmdutils.c
2015-01-12 Luca Barbatocmdutils: Use the correct guard
2015-01-12 Vittorio Giovaracmdutils: check file access functions return values
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-13 Anton Khirnovcmdutils: allow matching by metadata in stream specifiers
2014-03-13 Luca Barbatoavconv: Match stream id
2014-01-05 Johan Anderssoncmdutils: update copyright year to 2014.
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-10-22 Luca Barbatoavplay: Accept cpuflags option
2013-08-08 Diogo Francocmdutils: Only do the windows-specific commandline...
2013-07-07 Luca Barbatocmdutils: wrap exit explicitly
2013-05-24 Anton Khirnovlavfi: add a slice threading infrastructure
2013-05-15 Anton Khirnovpixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
2013-04-16 Anton Khirnovcmdutils: Fix build with lavfi disabled
2013-04-11 Anton Khirnovcmdutils: allow -h filter=<name> to print information...
2013-04-11 Anton Khirnovavtools: move media_type_string() from avprobe to cmdutils.
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-03-08 Anton Khirnovavconv: print an error on applying options of the wrong...
2013-03-08 Anton Khirnovavplay: switch to new refcounted frames API
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-02-28 Martin Storsjöcmdutils: Allow calling filter_codec_opts without a...
2013-02-25 Justin Rugglescmdutils: only use libavresample when it is enabled
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2013-02-15 Anton Khirnovget_buffer(): do not initialize the data.
2013-02-06 Kostya Shishkovqtrle: fix the topmost line for 1bit
2013-02-06 Anton Khirnovfraps: fix off-by one bug for version 1.
2013-02-06 Anton Khirnovaasc: fix output for msrle compression.
2013-02-06 Anton Khirnovcmdutils: remove ansi from the list of broken codecs.
2013-02-06 Anton Khirnovcdgraphics: do not rely on get_buffer() initializing...
2013-01-03 Johan Anderssoncmdutils: update copyright year to 2013
2012-12-19 Anton Khirnovcmdutils: pass number of groups to split_commandline().
2012-12-18 Anton Khirnovcmdutils: don't log an error in opt_default().
2012-12-18 Anton Khirnovcmdutils: add a commandline pre-parser.
2012-12-18 Anton Khirnovcmdutils: split parse_option().
2012-12-04 Anton Khirnovlavc: set frame properties in ff_get_buffer().
2012-11-29 Martin Storsjöcmdutils: Use a configure check for enabling CommandLin...
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-29 Diego Biurruncmdutils: Conditionally compile libswscale-related...
2012-10-23 Mans RullgardInclude sys/time.h before sys/resource.h
2012-10-12 Anton Khirnovtools: do not use av_pix_fmt_descriptors directly.
2012-10-09 Janne Grunaucmdutils_read_file: increment *size after writing the...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Elio PettenòUse atexit() instead of defining a custom exit_program...
2012-09-15 Anton Khirnovcmdutils: avoid setting data pointers to invalid values...
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovcmdutils: make -codecs print lossy/lossless flags.
2012-08-24 Anton Khirnovcmdutils: fix a memleak when specifying an option twice.
2012-08-19 Anton Khirnovavconv: split printing "main options" into global and...
2012-08-19 Anton Khirnovavtools: add -h demuxer/muxer
2012-08-19 Anton Khirnovcmdutils: extend -h to allow printing codec details.
2012-08-19 Anton Khirnovcmdutils: change semantics of show_help_options() and...
2012-08-19 Anton Khirnovavtools: move some newlines to show_help_options().
2012-08-19 Anton Khirnovavtools: fix show_foo() signatures.
2012-08-18 Anton Khirnovcmdutils: refactor -codecs option.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-19 Mans RullgardPrint full compiler identification, not only version...
2012-07-07 Ronald S. Bultjecmutils: include shellapi.h on Win32 (for CommandLineTo...
2012-06-30 Martin Storsjöcmdutils: Pass the actual chosen encoder to filter_code...
2012-06-05 Anton Khirnovavtools: move buffer management code from avconv to...
2012-05-09 Diego Biurruncmdutils: Add fallback case to switch in check_stream_s...
2012-05-09 Anton Khirnovlavfi: add video buffer sink, and use it in avtools
2012-04-25 Justin Rugglesavconv: use libavresample
2012-04-15 Anton Khirnovavconv: get output pixel format from lavfi.
2012-03-18 Reinhard TartlerRead preset files with suffix .avpreset
2012-03-06 Anton Khirnovavconv: add -cpuflags option for setting supported...
2012-03-04 Anton Khirnovcmdutils: use new avcodec_is_decoder/encoder() functions.
2012-02-23 Diego BiurrunRemove libpostproc.
2012-02-08 Ronald S. Bultjecmdutils: update copyright year to 2012.
2012-01-27 Alexandra Khirnovacmdutils: fix options starting with 'no'.
2012-01-25 Diego BiurrunDrop unnecessary prefix from *sink* variable and struct...
2012-01-18 Diego Biurruncosmetics: Rename ffsink to avsink.
2012-01-11 Reinhard TartlerNo longer build libpostproc by default
2012-01-03 Aneesh Dogracmdutils: K&R reformatting cosmetics
2011-12-30 Diego Biurruncosmetics: Drop unnecessary parentheses around return...
2011-12-25 Stefano Sabatinilavc: add a sample_aspect_ratio field to AVFrame
2011-11-22 Mans RullgardAdd libavutil/mathematics.h #includes for INFINITY
2011-10-31 Martin Storsjöcmdutils: Rename read_file to cmdutils_read_file
2011-10-30 Janne Grunaucmdutils: check fread() return value
2011-10-12 Anton Khirnovcmdutils/avtools: simplify show_help() by using av_opt_...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 Anton KhirnovRemove all uses of deprecated AVOptions API.
2011-10-09 Mans Rullgardavtools: add -v as alias for -loglevel
2011-09-27 Anton Khirnovavconv: add support for copying attachments.
2011-09-26 Anton Khirnovcmdutils: replace fprintf() by av_log()
2011-09-26 Anton Khirnovavtools: parse loglevel before all the other options.
2011-09-23 Janne Grunaucmdutils: move grow_array out of #if CONFIG_AVFILTER
2011-09-11 Anton Khirnovcmdutils: add support for programs in check_stream_spec...
2011-09-11 Anton Khirnovavconv: move audio_sample_fmt to options context.
2011-09-05 Anton Khirnovavconv: move ts scale to options context.
2011-09-04 Anton Khirnovavconv: move start_time, recording_time and input_ts_of...
2011-09-04 Anton Khirnovcmdutils: allow storing per-stream/chapter/.... options...
2011-09-04 Anton Khirnovcmdutils: split per-option code out of parse_options().
2011-09-04 Anton Khirnovcmdutils: add support for caller-provided option context.
2011-09-04 Anton Khirnovcmdutils: declare only one pointer type in OptionDef
2011-09-04 Anton Khirnovcmdutils: move grow_array() from avconv to cmdutils.
2011-09-04 Anton Khirnovcmdutils: move exit_program() declaration to cmdutils...
2011-09-03 Anton Khirnovcmdutils: get rid of dummy contexts for examining AVOpt...
2011-08-12 Anton Khirnovcmdutils: allow precisely specifying a stream for AVOpt...
2011-08-12 Anton Khirnovcmdutils: allow ':'-separated modifiers in option names.
2011-08-12 Anton KhirnovMake a copy of ffmpeg under a new name -- avconv.
next