Functions | |
| void | bgav_dump (bgav_t *bgav) |
| Dump informations of all tracks to stderr. | |
| void | bgav_codecs_dump () |
| Dump informations about all available codecs to stderr. | |
| void | bgav_formats_dump () |
| Dump informations about all available format demuxers to stderr. | |
| void | bgav_inputs_dump () |
| Dump informations about all available input modules to stderr. | |
| void | bgav_redirectors_dump () |
| Dump informations about all available redirectors to stderr. | |
| void | bgav_subreaders_dump () |
| Dump informations about all available subtitle readers to stderr. | |
| void bgav_dump | ( | bgav_t * | bgav | ) |
Dump informations of all tracks to stderr.
| bgav | A decoder handle |
| void bgav_codecs_dump | ( | ) |
Dump informations about all available codecs to stderr.
The output format is html. The main purpose of this function is to generate a feature list for the webpage.
| void bgav_formats_dump | ( | ) |
Dump informations about all available format demuxers to stderr.
The output format is html. The main purpose of this function is to generate a feature list for the webpage.
| void bgav_inputs_dump | ( | ) |
Dump informations about all available input modules to stderr.
The output format is html. The main purpose of this function is to generate a feature list for the webpage.
| void bgav_redirectors_dump | ( | ) |
Dump informations about all available redirectors to stderr.
The output format is html. The main purpose of this function is to generate a feature list for the webpage.
| void bgav_subreaders_dump | ( | ) |
Dump informations about all available subtitle readers to stderr.
The output format is html. The main purpose of this function is to generate a feature list for the webpage.
1.5.7