[libdvdnav-devel] [Git][videolan/libdvdread][master] 3 commits: Remove outdated TODO file

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon Jul 13 13:59:35 UTC 2026



Jean-Baptiste Kempf pushed to branch master at VideoLAN / libdvdread


Commits:
04468843 by Jean-Baptiste Kempf at 2026-07-13T15:59:29+02:00
Remove outdated TODO file

- - - - -
5cf6d999 by Jean-Baptiste Kempf at 2026-07-13T15:59:29+02:00
Update AUTHORS file

- - - - -
97c3d8f6 by Jean-Baptiste Kempf at 2026-07-13T15:59:29+02:00
News for 7.1.0

- - - - -


4 changed files:

- AUTHORS
- NEWS
- − TODO
- meson.build


Changes:

=====================================
AUTHORS
=====================================
@@ -22,7 +22,6 @@ Marcel Mol
 Alexander Roalter
 Benjamin Kerensa
 Brad Smith
-Dominik 'Rathann' Mierzejewski
 Doug Springer
 Erik Auerswald
 Ganael Laplanche
@@ -47,3 +46,16 @@ Kees Cook
 Michael Roitzsch
 Rich Wareha
 Thomas Vander Stichele
+Saifelden Mohamed Ismail
+Steve Lhomme
+Hugo Beauzée-Luyssen
+François Cartegnie
+Miguel Borges de Freitas
+Kacper Michajłow
+Alaric Senat
+Brent Murphy
+Dimitri Papadopoulos
+John Sullivan
+Marvin Scholz
+Mathias Couder
+Vasyl Gello


=====================================
NEWS
=====================================
@@ -5,6 +5,7 @@ libdvdread (7.1.0)
      * Add ASVS and SAMG support to public IFO open APIs
      * Expose ASVS IFO, backup and menu VOB files
      * Improve AOB/VOB stream type handling
+     * Misc fixes on structures documentation
  * DVD-VR support:
      * Add DVD-VR IFO parsing (PGIT, PG_GI, PS_GI)
      * Add DVDOpenVideoRecording functions


=====================================
TODO deleted
=====================================
@@ -1,12 +0,0 @@
-* Support DVDs with errors on them. So we can recover from corrupt sectors in
-  the .VOB. Be able to read the VAT ICB at the last sector of the UDF disk (see
-  function UDFGetAVDP)
-* Support Random and Shuffle Titles. Only sequential Titles are currently supported.
-* rework documentation
-* implement restriction levels:
-   0 - execute everything as the app commands
-   1 - do some sensible sanity checking
-   2 - be more careful, when operations are prohibited (like not seeking/jumping in the presence of stills or cell commands)
-   3 - fully respect user prohibitions
-* cleanup public API and fix libtool versioning
-* Update decoder.c with some of the more rare commands. Update already done to vmcmd.c


=====================================
meson.build
=====================================
@@ -123,7 +123,7 @@ add_project_arguments(test_args, language: 'c')
 # Generate config.h
 config_h_target = configure_file(output: 'config.h', configuration: cdata)
 
-install_data(['AUTHORS', 'COPYING', 'NEWS', 'README.md', 'TODO'],
+install_data(['AUTHORS', 'COPYING', 'NEWS', 'README.md'],
     install_dir: get_option('datadir') / 'doc/libdvdread',
     install_tag: 'doc')
 



View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/04a8adb124943303921e4695d2122ae5d9e46f0a...97c3d8f6157ecb745a55be9886308dabe1daad24

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvdread/-/compare/04a8adb124943303921e4695d2122ae5d9e46f0a...97c3d8f6157ecb745a55be9886308dabe1daad24
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the libdvdnav-devel mailing list