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