Skip to content
Snippets Groups Projects
  1. Jun 08, 2022
  2. May 24, 2022
  3. Dec 14, 2021
  4. Apr 18, 2021
  5. Mar 21, 2020
  6. Mar 05, 2020
  7. Mar 04, 2020
  8. Feb 09, 2020
  9. Sep 01, 2019
  10. Jan 18, 2018
    • Jean-Baptiste Kempf's avatar
      libdvdnav 6.0.0 · dcb9109e
      Jean-Baptiste Kempf authored
      Even though the changes are not major, there has been quite a few since
      the last major release.
      Also, it's better to have a new major number to synchronise with dvdread
      6.0.0
      dcb9109e
  11. Jan 14, 2018
  12. Jan 27, 2015
  13. Jan 03, 2015
  14. Sep 01, 2014
  15. Aug 26, 2014
  16. Aug 15, 2014
  17. Jul 31, 2014
  18. Jul 26, 2014
  19. Jul 13, 2014
  20. Jun 11, 2014
  21. Mar 25, 2014
  22. Feb 15, 2014
  23. Jan 10, 2014
  24. Oct 08, 2011
  25. Oct 07, 2011
  26. Oct 06, 2011
  27. Nov 14, 2009
  28. Oct 09, 2008
  29. Sep 07, 2008
  30. Jun 14, 2008
  31. Jun 06, 2008
  32. Apr 19, 2008
  33. Apr 10, 2008
  34. Apr 11, 2007
  35. Apr 10, 2007
  36. Sep 30, 2004
    • Michael Roitzsch's avatar
      fix a long-standing problem: sometimes, hitting Escape in the movie and then · a1362103
      Michael Roitzsch authored
      again in the menu does not resume the movie, but throws "Expected NAV packet,
      but none found." at you; reason: link_values.data1, which we use to transport
      the block number for the resume is 16bit, but blockN is 32bit and can actually
      use more than 16bit sometimes; solution: use link_values.data2 for the upper
      16bit (I did not want to change the declaration of link_t, because it seems
      closer to the DVD standard to have 16bit wide entries there, actually we are
      abusing the link_values for the resume block number anyway.)
      
      
      a1362103
  37. Sep 12, 2004
  38. Jun 20, 2004
Loading