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
/
libavutil
/
opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...
Marton Balint
2018-10-07
1
-7
/
+14
*
lavu/opt: add AV_OPT_FLAG_DEPRECATED
Clément Bœsch
2018-04-26
1
-0
/
+6
*
lavu/opt: add bit stream filter option dump support.
Jun Zhao
2018-03-16
1
-0
/
+1
*
lavu/opt: Use "&&" instead of "*" in boolean expression.
Carl Eugen Hoyos
2017-10-08
1
-1
/
+1
*
Merge commit '67351924fa91dea4339109100a4c0689f006581f'
Clément Bœsch
2017-03-30
1
-2
/
+0
|
\
|
*
Drop unreachable break and return statements
Diego Biurrun
2016-11-03
1
-2
/
+0
*
|
opt: reject denominator zero as out of range
Andreas Cadhalpun
2016-12-13
1
-1
/
+1
*
|
avutil/opt: Add AV_OPT_TYPE_UINT64
Michael Niedermayer
2016-11-23
1
-0
/
+29
*
|
avutil/opt: Fix setting int64 to its maximum
Michael Niedermayer
2016-11-20
1
-3
/
+7
*
|
avutil/opt: Fix max/min checking in av_opt_set() for AV_OPT_TYPE_VIDEO_RATE
Michael Niedermayer
2016-06-09
1
-2
/
+7
*
|
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-287
/
+0
|
\
\
|
|
/
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-87
/
+0
*
|
libavutil/opt: add writing AV_OPT_TYPE_VIDEO_RATE AVOption
Przemysław Sobala
2016-05-09
1
-0
/
+1
*
|
avutil/parsing: add '\r' as whitespace
Muhammad Faiz
2016-05-06
1
-1
/
+1
*
|
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
Derek Buitenhuis
2016-04-21
1
-138
/
+211
|
\
\
|
|
/
|
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-172
/
+234
*
|
Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0'
Derek Buitenhuis
2016-04-19
1
-4
/
+8
|
\
\
|
|
/
|
*
opt: Add av_opt_copy()
Michael Niedermayer
2016-03-24
1
-0
/
+66
|
*
opt: Add const to av_opt_next
Lukasz Marek
2016-03-24
1
-2
/
+2
|
*
opt-test: Merge struct declaration and initialization
Diego Biurrun
2016-03-23
1
-3
/
+1
|
*
opt-test: Move some variable declarations to avoid block braces
Diego Biurrun
2016-03-23
1
-36
/
+35
*
|
avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
2016-01-26
1
-3
/
+4
*
|
lavu/opt: enhance printing durations.
Nicolas George
2015-11-07
1
-5
/
+43
*
|
avutil/opt: print more meaningful default flags values
Clément Bœsch
2015-10-25
1
-2
/
+30
*
|
avutil/opt: display a better default value for int/int64 options
Clément Bœsch
2015-10-19
1
-2
/
+22
*
|
lavu/opt: add flag to return NULL when applicable in av_opt_get
Rodger Combs
2015-10-09
1
-2
/
+10
*
|
avutil/opt: refactor pixel/sample fmt common case
Clément Bœsch
2015-09-08
1
-7
/
+3
*
|
avutil/opt: add AV_OPT_TYPE_BOOL
Clément Bœsch
2015-09-08
1
-1
/
+63
*
|
lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft
Hendrik Leppkes
2015-09-05
1
-4
/
+0
*
|
lavu: Drop old deprecated AVOption API
Hendrik Leppkes
2015-09-05
1
-122
/
+0
*
|
Remove FF_CONST_AVUTIL55 cruft
Hendrik Leppkes
2015-09-05
1
-3
/
+3
*
|
Undeprecate av_opt_set_defaults2().
Ronald S. Bultje
2015-08-18
1
-4
/
+1
*
|
avutil/opt: Avoid division by 0
Michael Niedermayer
2015-05-03
1
-1
/
+2
*
|
avutil/opt: Do not print inf in selftest
Michael Niedermayer
2015-03-05
1
-0
/
+4
*
|
avutil/opt: also test av_opt_show2()
Michael Niedermayer
2015-03-01
1
-22
/
+25
*
|
avutil/opt: Remove odd trailing whitespace bytes from flags help description
Michael Niedermayer
2015-03-01
1
-3
/
+3
*
|
avutil/opt: Also test/compare the av_log output i the selftest
Michael Niedermayer
2015-03-01
1
-0
/
+8
*
|
avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT
Michael Niedermayer
2015-02-06
1
-2
/
+2
*
|
avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT
Michael Niedermayer
2015-02-06
1
-2
/
+2
*
|
Merge commit '07a0c0f0005072d115ace61e60f46be68582cc3a'
Michael Niedermayer
2015-01-06
1
-0
/
+2
|
\
\
|
|
/
|
*
opt: check memory allocation
Vittorio Giovara
2015-01-05
1
-0
/
+2
*
|
Merge commit 'b1306823d0b3ae998c8e10ad832004eb13bdd93e'
Michael Niedermayer
2014-12-19
1
-3
/
+3
|
\
\
|
|
/
|
*
check memory errors from av_strdup()
Vittorio Giovara
2014-12-18
1
-3
/
+5
*
|
avutil/opt: Fix AV_OPT_TYPE_BINARY case in av_opt_is_set_to_default()
Michael Niedermayer
2014-12-08
1
-2
/
+2
*
|
avutil/opt: Check av_parse_video_rate()s return value
Michael Niedermayer
2014-12-07
1
-2
/
+4
*
|
avutil/opt: Check av_parse_color() return value
Michael Niedermayer
2014-12-07
1
-2
/
+4
*
|
lavu/opt: add escaping to av_opt_serialize
Lukasz Marek
2014-11-29
1
-1
/
+13
*
|
lavu/opt: add consts where possible
Lukasz Marek
2014-11-27
1
-4
/
+4
*
|
lavu/opt: handle NULL obj in av_opt_next
Lukasz Marek
2014-11-25
1
-1
/
+4
*
|
lavu/opt: introduce av_opt_serialize()
Lukasz Marek
2014-11-16
1
-0
/
+69
[next]