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
*
avconv: switch to the new BSF API
Anton Khirnov
2016-03-20
1
-2
/
+3
*
cmdutils: update copyright year to 2016
Sean McGovern
2016-03-15
1
-1
/
+1
*
avconv: convert to codecpar
Anton Khirnov
2016-02-23
1
-11
/
+11
*
cmdutils: Check for and report the correct codec capability
Vittorio Giovara
2015-10-25
1
-2
/
+2
*
cmdutils: Print general codec capabilities
Vittorio Giovara
2015-10-15
1
-0
/
+29
*
cmdutils: Add auto to threading capabilities report
Vittorio Giovara
2015-10-15
1
-2
/
+4
*
lavc: AV-prefix all codec capabilities
Vittorio Giovara
2015-07-27
1
-9
/
+9
*
avconv: use read_file() for reading the 2pass stats
Anton Khirnov
2015-07-19
1
-55
/
+0
*
lavu: add an API function to return the Libav version string
wm4
2015-07-02
1
-1
/
+1
*
log: Introduce a more verbose debug level
Vittorio Giovara
2015-04-19
1
-0
/
+1
*
cmdutils: Add a stream specifier to map usable streams
Luca Barbato
2015-03-20
1
-0
/
+22
*
cmdutils: update copyright year to 2015.
Johan Andersson
2015-01-04
1
-1
/
+1
*
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
[next]