Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
(→Past discussions: Add SDI API with explanation) |
(→Past discussions: Add Newplaylist, Newsoundslider. Add BOMM3U with explanation) |
||
Line 69: | Line 69: | ||
* [[AndroidTODO]] - moved to [https://trac.videolan.org/vlc/report/27 Trac report 27] | * [[AndroidTODO]] - moved to [https://trac.videolan.org/vlc/report/27 Trac report 27] | ||
* [[SDI API]] - Linux-related: regarding [[wikipedia:Serial digital interface|SDI]] cards for [[V4l2]] | * [[SDI API]] - Linux-related: regarding [[wikipedia:Serial digital interface|SDI]] cards for [[V4l2]] | ||
+ | * [[Newplaylist]] | ||
+ | * [[Newsoundslider]] | ||
+ | * [[BOMM3U]] - [[wikipedia:Byte order mark|Byte order mark]] for [[M3U]] playlists. <code>#EXTM3U</code> means [[wikipedia:M3U#Extended_M3U|Extended M3U]] | ||
=== Design === | === Design === |
Revision as of 03:47, 4 April 2019
|
Coding on VLC
- Get started at coding on VLC
- Get the Source Code and Compile VLC
- You might be interested in our Mini Projects or Janitorial projects
- Read our Hacker's Guide
- Code documentation
- Code Conventions
VLC development links
- Trac list of bugs
- vlc-devel mailing list, mailing list.
- Translation information and stats
- Open Hub statistics
- Jenkins (Automatic builds)
- Nightly builds
- Launchpad (recent bug changes) (all bugs)
- code.videolan.org
- git.videolan.org
Current technical discussions on VLC
Past discussions
- Vout Rework - improving the video output subsystem.
- telnet rc rewrite - Merging the "telnet" and "rc" controls.
- Simple Preferences - We wish to add a "simple" preferences mode, additionally to the full mode we already have.
- Qt Interface TODO - A brand new qt4 interface ... in order to get rid of wxWidgets.
- DBus-spec - Specification for a Common, Desktop neutral, Media Player D-Bus interface.
- Stats System
- InteractionSystem - Interaction System
- Media Control API - a OUTDATED high level player-independent media API
- 0.8.5StringReview
- 2005StringsReview
- Libavcodec regressions
- Mobile Features
- AndroidTODO - moved to Trac report 27
- SDI API - Linux-related: regarding SDI cards for V4l2
- Newplaylist
- Newsoundslider
- BOMM3U - Byte order mark for M3U playlists.
#EXTM3U
means Extended M3U
Design
- Website Redesign and Design Proposals
- Default Skin Requirements - Specifications of an eligible skin for default skin.