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
/
libavformat
/
options_table.h
Age
Commit message (
Expand
)
Author
2013-09-17
lavf/options_table: improve option help text
Michael Niedermayer
2013-09-17
Merge commit '596e5d4783ca951258a7c580951fd161f1785ec1'
Michael Niedermayer
2013-09-16
lavf: Add a flag to enable/disable per-packet flushing
Luca Barbato
2013-08-03
Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'
Michael Niedermayer
2013-08-02
Give less generic names to global library option arrays
Diego Biurrun
2013-07-05
lavf: fix documentation for avoid_negative_ts
Stefano Sabatini
2013-06-29
cosmetics: Fix "dont" "wont" "doesnt" typos
Timothy Gu
2013-03-24
lavf/mux: add the flush_packets option.
Nicolas George
2013-02-07
lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions
Michael Niedermayer
2013-01-13
lavf: clarify/extend documentation for AVFormatContext::analyzeduration
Stefano Sabatini
2012-12-18
Merge commit 'c35f0e8495e34c2082dcde805e9323c9f6a4cb0a'
Michael Niedermayer
2012-12-17
cosmetics: Use consistent names for multiple inclusion guards.
Diego Biurrun
2012-12-15
lavf: Provide a monotonic timestamp to the outside world
Harald Axmann
2012-12-08
lavf: improve avoid_negative_ts help text
Reimar Döffinger
2012-12-06
fix tipo
Michael Niedermayer
2012-12-06
lavf: improve help text for avoid_negative_ts
Michael Niedermayer
2012-11-20
Add -skip_initial_bytes option.
Carl Eugen Hoyos
2012-09-26
lavf: Add support offset timestamps on muxing.
Michael Niedermayer
2012-09-05
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'
Michael Niedermayer
2012-09-05
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
Michael Niedermayer
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-18
lavf: add use_wallclock_as_timestamps
Michael Niedermayer
2012-07-29
Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'
Michael Niedermayer
2012-07-29
avf: introduce nobuffer option
Luca Barbato
2012-05-10
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-08
options_table: Add some missing #includes to fix "make checkheaders".
Alex Converse
2012-04-04
Add AVIO_FLAG_DIRECT.
Reimar Döffinger
2012-03-21
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-20
libavformat: Set the default for the max_delay option to -1
Martin Storsjö
2012-03-20
Move AVFormatContext/AVCodecContext option tables to separate files.
Anton Khirnov