Difference between revisions of "VLC Developers Corner"

From VideoLAN Wiki
Jump to navigation Jump to search
m (typo)
 
(3 intermediate revisions by 2 users not shown)
Line 33: Line 33:
  
 
=== VLC development links ===
 
=== VLC development links ===
* [https://trac.videolan.org/vlc/ Trac] list of bugs
+
* [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 59: Line 59:
 
* [[StatsSystem |Stats System]]
 
* [[StatsSystem |Stats System]]
 
* [[InteractionSystem]] - Interaction System
 
* [[InteractionSystem]] - Interaction System
* [[MediaControlAPI|Media Control API]] - a '''OUTDATED''' high level player-independent media API  
+
* [[MediaControlAPI|Media Control API]] - an '''OUTDATED''' high level player-independent media API  
 
* [[0.8.5StringReview]]
 
* [[0.8.5StringReview]]
 
* [[2005StringsReview]]
 
* [[2005StringsReview]]
 
* [[Libavcodec regressions]]
 
* [[Libavcodec regressions]]
 
* [[Mobile Features]]
 
* [[Mobile Features]]
* [[AndroidTODO]] - moved to [https://trac.videolan.org/vlc/report/27 Trac report 27]
+
* [[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]]

Latest revision as of 19:45, 7 December 2023

Coding on VLC

VLC development links

Current technical discussions on VLC

Past discussions

Design