summaryrefslogtreecommitdiffstats
path: root/libavformat/options_table.h
Commit message (Collapse)AuthorAgeFilesLines
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-7/+7
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-4/+4
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-12/+12
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* avf: introduce nobuffer optionLuca Barbato2012-07-291-0/+1
| | | | | | | | | | | | | Useful in cases where a significant analyzeduration is still needed, while minimizing buffering before output. An example is processing low-latency streams where all media types won't necessarily come in if the analyzeduration is small. Additional changes by Josh Allmann <joshua.allmann@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-081-0/+5
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-201-1/+1
| | | | | | | | | | Make the muxers/demuxers that use the field handle the default -1 in the same way as 0. This allows distinguishing an intentionally set 0 from the default value where the user hasn't set it. Signed-off-by: Martin Storsjö <martin@martin.st>
* Move AVFormatContext/AVCodecContext option tables to separate files.Anton Khirnov2012-03-201-0/+62
This will allow us to automatically generate manpages for them.
OpenPOWER on IntegriCloud