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
2015-01-04
cmdutils: update copyright year to 2015.
Johan Andersson
2014-12-18
check memory errors from av_strdup()
Vittorio Giovara
2014-12-18
cmdutils: check file access functions return values
Vittorio Giovara
2014-10-17
cmdutils: Use the correct guard
Luca Barbato
2014-09-16
cmdutils: Print a more sensible message in show_filters() w/o libavfilter
Diego Biurrun
2014-08-15
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-13
cmdutils: allow matching by metadata in stream specifiers
Anton Khirnov
2014-03-13
avconv: Match stream id
Luca Barbato
2014-01-05
cmdutils: update copyright year to 2014.
Johan Andersson
2013-11-23
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-10-22
avplay: Accept cpuflags option
Luca Barbato
2013-08-08
cmdutils: Only do the windows-specific commandline parsing on _WIN32
Diogo Franco
2013-07-07
cmdutils: wrap exit explicitly
Luca Barbato
2013-05-24
lavfi: add a slice threading infrastructure
Anton Khirnov
2013-05-15
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-04-16
cmdutils: Fix build with lavfi disabled
Anton Khirnov
2013-04-11
cmdutils: allow -h filter=<name> to print information about a filter.
Anton Khirnov
2013-04-11
avtools: move media_type_string() from avprobe to cmdutils.
Anton Khirnov
2013-04-11
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-03-08
avconv: print an error on applying options of the wrong type.
Anton Khirnov
2013-03-08
avplay: switch to new refcounted frames API
Anton Khirnov
2013-03-07
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-02-28
cmdutils: Allow calling filter_codec_opts without a set encoder
Martin Storsjö
2013-02-25
cmdutils: only use libavresample when it is enabled
Justin Ruggles
2013-02-23
avconv: pass libavresample options to AVFilterGraph
Justin Ruggles
2013-02-15
get_buffer(): do not initialize the data.
Anton Khirnov
2013-02-06
qtrle: fix the topmost line for 1bit
Kostya Shishkov
2013-02-06
fraps: fix off-by one bug for version 1.
Anton Khirnov
2013-02-06
aasc: fix output for msrle compression.
Anton Khirnov
2013-02-06
cmdutils: remove ansi from the list of broken codecs.
Anton Khirnov
2013-02-06
cdgraphics: do not rely on get_buffer() initializing the frame.
Anton Khirnov
2013-01-03
cmdutils: update copyright year to 2013
Johan Andersson
2012-12-19
cmdutils: pass number of groups to split_commandline().
Anton Khirnov
2012-12-18
cmdutils: don't log an error in opt_default().
Anton Khirnov
2012-12-18
cmdutils: add a commandline pre-parser.
Anton Khirnov
2012-12-18
cmdutils: split parse_option().
Anton Khirnov
2012-12-04
lavc: set frame properties in ff_get_buffer().
Anton Khirnov
2012-11-29
cmdutils: Use a configure check for enabling CommandLineToArgvW
Martin Storsjö
2012-11-13
pixdesc: add av_pix_fmt_get_chroma_sub_sample
Luca Barbato
2012-10-29
cmdutils: Conditionally compile libswscale-related bits
Diego Biurrun
2012-10-23
Include sys/time.h before sys/resource.h
Mans Rullgard
2012-10-12
tools: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-09
cmdutils_read_file: increment *size after writing the trailing \0
Janne Grunau
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-01
Use atexit() instead of defining a custom exit_program() interface.
Diego Elio Pettenò
2012-09-15
cmdutils: avoid setting data pointers to invalid values in alloc_buffer()
Anton Khirnov
2012-08-30
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
cmdutils: make -codecs print lossy/lossless flags.
Anton Khirnov
2012-08-24
cmdutils: fix a memleak when specifying an option twice.
Anton Khirnov
[next]