@@ -8,7 +8,7 @@ libass is a portable subtitle renderer for the ASS/SSA (Advanced Substation Alph
88
99Get it
1010======
11- See [ GitHub releases] ( https://github.com/libass/libass/releases ) for the latest release 0.17.2 (released 2024-05-19 ).
11+ See [ GitHub releases] ( https://github.com/libass/libass/releases ) for the latest release 0.17.3 (released 2024-07-02 ).
1212See the [ changelog] ( https://github.com/libass/libass/blob/master/Changelog ) for a detailed list of changes.
1313
1414Source code is available from our [ GitHub repository] ( https://github.com/libass/libass ) .
@@ -34,28 +34,6 @@ Windows. It is suited for static-only builds on any platform well supported by
3434Meson and as a Meson subproject.
3535Notably, Meson supports MSVC and generation of VS project files.
3636
37- Related Links
38- =============
39- The following projects/companies use libass:
40-
41- - [ MPlayer] ( http://www.mplayerhq.hu/ )
42- - [ mplayer2] ( http://www.mplayer2.org/ )
43- - [ mpv] ( http://mpv.io/ )
44- - [ VLC] ( http://www.videolan.org/ )
45- - [ GStreamer] ( http://gstreamer.freedesktop.org/ ) (assrender plugin)
46- - [ FFmpeg] ( http://ffmpeg.org/ )
47- - [ Libav] ( http://libav.org/ ) (unmaintained)
48- - [ Aegisub] ( http://www.aegisub.org/ )
49- - [ Kodi (XBMC)] ( http://kodi.tv/ )
50- - [ avidemux] ( http://fixounet.free.fr/avidemux/ )
51- - [ PunkGraphicsStream (BD subtitle encoder)] ( http://code.google.com/p/punkgraphicstream/ )
52- - [ HandBrake] ( http://handbrake.fr/ )
53- - [ MX Player] ( https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad )
54- - [ QMPlay2] ( http://zaps166.sourceforge.net/?app=QMPlay2 )
55- - [ SubtitlesOctopus] ( https://github.com/libass/JavascriptSubtitlesOctopus ) (JavaScript ASS via wasm libass)
56- - [ Crunchyroll] ( http://www.crunchyroll.com/ ) uses SubtitlesOctopus
57- - [ AssRender for Avisynth(+)] ( http://avisynth.nl/index.php/AssRender )
58-
5937Information about the ASS format:
6038=================================
6139- [ ASS format overview] ( https://github.com/libass/libass/wiki/ASS-File-Format-Guide )
@@ -68,8 +46,9 @@ Other ASS/SSA implementations:
6846 - [ xy-VSFilter/XySubFilter] ( https://github.com/Cyberbeing/xy-VSFilter/ )
6947 - [ pfmod] ( https://github.com/pinterf/xy-VSFilter/ )
7048 - VSFilter in [ MPC-HC] ( https://github.com/clsid2/mpc-hc/tree/develop/src/filters/transform/VSFilter/ )
71- - [ VSFilterMod] ( https://code.google.com/archive/p/vsfiltermod/ ) (with custom format extensions)
72- - [ sorayuki fork] ( https://github.com/sorayuki/VSFilterMod/ ) with some bugfixes
49+ - [ VSFilterMod] ( https://code.google.com/archive/p/vsfiltermod/ ) with custom format extensions (defunct, subsumed by forks)
50+ - [ sorayuki fork] ( https://github.com/sorayuki/VSFilterMod/ ) with some bugfixes (defunct)
51+ - various forks focussing on internal use
7352 - [ Threaded VSFilter] ( https://code.google.com/p/threaded-vsfilter/ ) (defunct)
7453 - VSFilter in [ Guliverkli2] ( http://sourceforge.net/projects/guliverkli2/ ) (defunct, subsumed by all of the above)
7554 - VSFilter in [ guliverkli] ( http://sourceforge.net/projects/guliverkli/ ) (defunct, forked as Guliverkli2)
0 commit comments