index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
opt.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
AVOptions: add flags for read/read-only options
Anton Khirnov
2014-02-19
1
-3
/
+11
*
|
avutil/opt: preserve fractions in set_string_number()
Michael Niedermayer
2014-02-18
1
-0
/
+9
*
|
avutil/opt: Better print representation of number limits
João Bernardo
2014-01-24
1
-0
/
+14
*
|
lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting sample fo...
Stefano Sabatini
2013-12-26
1
-1
/
+1
*
|
lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...
Stefano Sabatini
2013-12-26
1
-1
/
+1
*
|
lavu/opt: apply range checks also when setting format string value
Stefano Sabatini
2013-12-26
1
-1
/
+11
*
|
lavu/opt: factorize setting of format values from string
Stefano Sabatini
2013-12-26
1
-32
/
+38
*
|
lavu/opt: fix range check logic in set_format()
Stefano Sabatini
2013-12-26
1
-2
/
+2
*
|
Merge commit '3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c'
Michael Niedermayer
2013-12-16
1
-3
/
+3
|
\
|
*
|
avutil/opt: Implement av_opt_set_defaults* in O(N) instead of O(N²) time
Michael Niedermayer
2013-12-07
1
-6
/
+13
*
|
avutil/opt: factor set_string_color() out
Michael Niedermayer
2013-12-07
1
-10
/
+16
*
|
avutil/opt: factor set_string_video_rate() out
Michael Niedermayer
2013-12-07
1
-9
/
+14
*
|
avutil/opt: factor set_string_image_size() out
Michael Niedermayer
2013-12-07
1
-9
/
+16
*
|
avutil/opt: fix flags check on non x86
Michael Niedermayer
2013-10-29
1
-1
/
+1
*
|
avutil/opt: check flags validity in write_number()
Michael Niedermayer
2013-10-28
1
-0
/
+9
*
|
Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3'
Michael Niedermayer
2013-10-28
1
-1
/
+2
|
\
|
|
*
AVOptions: do not range check flag options.
Anton Khirnov
2013-10-27
1
-1
/
+2
*
|
avutil/opt: initialize ret
Michael Niedermayer
2013-10-20
1
-1
/
+1
*
|
lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions
Stefano Sabatini
2013-10-17
1
-1
/
+73
*
|
lavu/opt-test: use automatic set and free handlers
Stefano Sabatini
2013-10-17
1
-3
/
+2
*
|
avutil/opt: make const tables static const
Michael Niedermayer
2013-08-10
1
-3
/
+3
*
|
avutil/opt: fix av_log type
Michael Niedermayer
2013-08-10
1
-1
/
+1
*
|
avutil/opt: fix types passed to the format string "%s"
Michael Niedermayer
2013-08-08
1
-2
/
+2
*
|
Merge commit 'c7e921a54ffe7feb9f695c82f0a0764ab8d0f62b'
Michael Niedermayer
2013-08-01
1
-0
/
+3
|
\
|
|
*
avopt: Check whether the object actually has got an AVClass
Martin Storsjö
2013-07-31
1
-0
/
+3
*
|
lavu/opt: show default values for AV_OPT_TYPE_PIXEL_FMT and AV_OPT_TYPE_SAMPL...
Paul B Mahol
2013-07-25
1
-0
/
+6
*
|
lavu/opt: show default values
Paul B Mahol
2013-07-03
1
-0
/
+34
*
|
lavu/opt: check if class is NULL too
Paul B Mahol
2013-05-21
1
-1
/
+1
*
|
lavu/opt: add AV_OPT_TYPE_COLOR
Paul B Mahol
2013-05-17
1
-1
/
+24
*
|
Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'
Michael Niedermayer
2013-04-04
1
-0
/
+7
|
\
|
|
*
opt: check the return values of av_get_token for ENOMEM.
Anton Khirnov
2013-04-04
1
-0
/
+7
*
|
lavu/opt: make sure av_opt_set_bin() handles NULL/0.
Nicolas George
2013-04-01
1
-3
/
+4
*
|
opt: attempt to improve options dump output.
Clément Bœsch
2013-03-31
1
-2
/
+4
*
|
Merge commit 'cf53704c55378cc0dcfc16637cdac7d58f0b3107'
Michael Niedermayer
2013-03-28
1
-1
/
+1
|
\
|
|
*
AVOptions: make av_set_options_string() forward options to child objects
Anton Khirnov
2013-03-28
1
-1
/
+1
*
|
lavu/opt: add AV_OPT_TYPE_DURATION.
Nicolas George
2013-03-20
1
-1
/
+30
*
|
avutil: fix compilation
Michael Niedermayer
2013-03-20
1
-0
/
+1
*
|
lavu/opt: add AV_OPT_VIDEO_RATE option
Paul B Mahol
2013-03-20
1
-1
/
+60
*
|
Merge commit 'e4a7b2177d14678ae240edcabaacfe2b14619b7b'
Michael Niedermayer
2013-03-16
1
-4
/
+4
|
\
|
|
*
AVOptions: fix using named constants with child contexts.
Anton Khirnov
2013-03-16
1
-4
/
+4
|
*
AVOption: remove an unused function parameter.
Anton Khirnov
2013-03-16
1
-6
/
+4
|
*
Drop unnecessary 'l' length modifier when printfing double values.
Diego Biurrun
2012-12-31
1
-1
/
+1
*
|
lavu/opt: fix weird align
Stefano Sabatini
2013-03-05
1
-1
/
+1
*
|
lavu/opt-test: do not explicitly set default value in test_ctx
Stefano Sabatini
2013-03-05
1
-2
/
+1
*
|
Merge commit '418693bdc5edad72b0d055f741931612d797eb05'
Michael Niedermayer
2012-12-23
1
-1
/
+2
|
\
|
|
*
opt: avoid segfault in av_opt_next() if the class does not have an option list
Justin Ruggles
2012-12-22
1
-2
/
+4
*
|
opt: fix memleak on error of range_array
Michael Niedermayer
2012-12-11
1
-0
/
+1
*
|
lavu/opt: change the way ranges are printed
Stefano Sabatini
2012-12-08
1
-7
/
+8
*
|
lavu/opt: make av_opt_query_ranges_default() return a meaningful error code
Stefano Sabatini
2012-12-08
1
-2
/
+6
*
|
lavu/opt: perform misc cosmetical fixes
Stefano Sabatini
2012-12-08
1
-10
/
+13
[prev]
[next]