Difference between revisions of "VLC Developers Corner"
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
=== VLC development links === | === VLC development links === | ||
− | * [https:// | + | * [https://code.videolan.org/videolan/vlc/-/issues/ GitLab] list of bugs |
* vlc-devel [https://www.videolan.org/developers/lists.html mailing list], mailing list. | * vlc-devel [https://www.videolan.org/developers/lists.html mailing list], mailing list. | ||
* [https://www.videolan.org/developers/i18n/ Translation information and stats] | * [https://www.videolan.org/developers/i18n/ Translation information and stats] | ||
Line 64: | Line 64: | ||
* [[Libavcodec regressions]] | * [[Libavcodec regressions]] | ||
* [[Mobile Features]] | * [[Mobile Features]] | ||
− | * [[AndroidTODO]] - moved to [https:// | + | * [[AndroidTODO]] - moved to [https://code.videolan.org/videolan/vlc/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Component%3A%3APort%3A%20Android Gitlab Android Component] and [https://code.videolan.org/videolan/vlc/-/issues?scope=all&utf8=%E2%9C%93&state=opened&label_name[]=Component%3A%3AInterface%3A%20Android Gitlab Android Interface Component] |
* [[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]] | * [[Newplaylist]] |
Revision as of 20:42, 19 March 2021
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
- GitLab 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.
- Qt and GTK
- 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 [=Component%3A%3APort%3A%20Android Gitlab Android Component] and [=Component%3A%3AInterface%3A%20Android Gitlab Android Interface Component]
- 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.