Commits on Source (12)
-
- references to member from different structure without context: - window -> vout_display_cfg.window - is_display_filled -> vout_display_cfg.is_display_filled - reset_pictures -> vlc_display_operations.reset_pictures - fields that have been removed - cfg in display activation callback - invalid references: ::source
e57a3870 -
Fix missing parameters and parameter names.
8b6bda47 -
187d9749
-
The example will be included in the main page of libVLC documentation.
df2a9c37 -
Co-authored-by:
Simon Latapie <garf@videolabs.io>
5eefde03 -
Co-authored-by:
Simon Latapie <garf@videolabs.io>
410fef4d -
Small main page for describing the content of the documentation, while splitting and describing the role of both libVLC and libvlccore. It is ought to be extended later. Co-authored-by:
Simon Latapie <garf@videolabs.io>
6ea238b6 -
3392f498
-
Let's not target IE8. SVG graphs are much more comfortable to read and scale, and interactive SVG allows more comfortable viewing of big graphs.
3e71b72a -
Allow the configure script to substitute the theme used in the documentation for Awesome doxygen css from the CI script. The theme won't be mandatory, but we can change it and inject it for the production documentation online.
29c00353 -
Not generating the tree view is the default setting, but it's actually pretty useful and pretty common (rustdoc, msdn, mdn, awesome doxygen).
8835da19 -
It works much better with dark mode theme.
79084ecb
Showing
- README.md 2 additions, 3 deletionsREADME.md
- configure.ac 12 additions, 0 deletionsconfigure.ac
- doc/Doxyfile.in 6 additions, 6 deletionsdoc/Doxyfile.in
- doc/libvlc/example.c 55 additions, 0 deletionsdoc/libvlc/example.c
- doc/standalone/libvlc.md 29 additions, 0 deletionsdoc/standalone/libvlc.md
- doc/standalone/mainpage.md 24 additions, 0 deletionsdoc/standalone/mainpage.md
- include/vlc_vout_display.h 23 additions, 15 deletionsinclude/vlc_vout_display.h
- include/vlc_vout_osd.h 6 additions, 2 deletionsinclude/vlc_vout_osd.h
- include/vlc_vout_window.h 4 additions, 1 deletioninclude/vlc_vout_window.h
- src/video_output/video_epg.c 1 addition, 7 deletionssrc/video_output/video_epg.c
doc/libvlc/example.c
0 → 100644
doc/standalone/libvlc.md
0 → 100644
doc/standalone/mainpage.md
0 → 100644