summaryrefslogtreecommitdiff
path: root/multimedia/libdvdnav/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26multimedia: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
2021-10-07multimedia: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-04libdvdnav: updated to 6.1.1adam1-5/+5
libdvdnav (6.1.1) * fix build issues * improve CI
2020-03-24libdvdnav: Update to 6.1.0nia1-5/+5
libdvdnav (6.1.0) * add a dvdnav_open2 API to setup a logging mechanism, similar to libdvdread * add a dvdnav_get_number_of_angles API * add a dvdnav_version API * rework the logs in the library and remove direct printf calls * handle out-of-order ADMAP entries blocking playback * fix crashes in dvdnav_describe_title_chapters in broken DVDs * cleanup old code and buildsystem
2019-11-03libdvdnav: updated to 6.0.1adam1-5/+5
libdvdnav (6.0.1) * improve random playback mode, to work-around broken discs * fix divide-by-zerop issue in tmap search * fix pthread on OS/2
2018-01-21libdvdnav: updated to 6.0.0adam1-5/+5
libdvdnav (6.0.0) * fix crashes on some DVD on describe_title call * fix various crashes related to PGC validity * fix compilation issues * fix API return codes
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2015-01-31Changes 5.0.3:adam1-4/+4
* added dvdnav_open_stream to read from external read/seek callbacks * fixed reading DVD label regression
2014-10-01Update to 5.0.1. Set LICENSE.wiz1-4/+4
libdvdnav (5.0.1) * removed assert on unknown VM commands, fixing playback of some DVDs * fixed a double free in dvdnav_free_dup * fixed an integer overflow, a data race condition and return inconsistency libdvdnav (5.0.0) * Android support * fixed numerous crashes, assertions and corruptions * rewrite of the build-system, including silent rules * clean code, simplify and remove warnings * fix compilation in C++ applications * removal of remap .MAP files unused feature * remove the dvdnavmini library * fix compilation on OS/2 and Hurd libdvdnav (4.2.1) * fixed failed assertion on menu-less DVDs * fixed playback issues on multi-angle DVDs * fixed crash when playing a DVD from different region than currently set in the DVD drive * fixed segfaults when reading certain DVDs (including "Jack Reacher", "Ghost Protocol", "Inside Man", "The Dictator" and "Tangled")
2012-01-20sync w/ libdvdreaddrochner1-4/+4
2009-01-14Update to libdvdnav version 4.1.3. libdvdnav is now maintained by thejmcneill1-8/+4
mplayer project, and the next release after 0.1.10 (the one we're coming from) was 4.1.1. libdvdnav (4.1.3) * an embarassing amount of fixes regarding potential memory and resource leaks (patches contributed by Erik Hovland) * added dvdread-config (dvdnav-config's younger brother) * added pkg-config support * split dvdread to a separate tree; now you need to check it out and install it before building libdvdnav. In order to configure libdvdnav We need the executable dvdread-config somewhere in the PATH or explicitly specified to configure[2] with --with-dvdread-config=~/bin/dvdread-config libdvdnav (4.1.2) * multiple build system fixes * added dvdnav_describe_title_chapters(title) to get title and chapters duration libdvdnav (4.1.1) * added dvdnav_audio_stream_channels() to return number of channels * fixed dvdnav_time_search() in multi-angle dvds (but it still needs improvements) * added dvdnav_audio_stream_format() to identify the codec used in audio streams * starting DVD playback at specific title/part positions with dvdnav_{title,part}_play() works again * removed wrong SPU stream change event filter (fixes unwanted subtitles in the trailer of "Girl, interrupted", RC2) * fixed error "Expected NAV packet but none found." occuring sometimes on resume from menu
2007-01-09-avoid file descriptor leakdrochner1-1/+3
-advance buffer pointer correctly on short reads from an unnamed contributor bump PKGREVISION
2006-01-03Use PTHREAD_* for thread lib detection in configure. Fix DragonFlyjoerg1-1/+3
in internal dvdread.
2005-05-04update to 0.1.10drochner1-5/+4
changes: bugfixes
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-06Initial import of libdvdnav, version 0.8.0:jmmv1-0/+5
libdvdnav is a library that allows easy use of sophisticated DVD navigation features such as DVD menus, multiangle playback and even interactive DVD games. All this functionality is provided through a simple API which provides the DVD playback as a single logical stream of blocks, intermitted by special dvdnav events to report certain conditions. The main usage of libdvdnav is a loop regularly calling a function to get the next block, surrounded by additional calls to tell the library of user interaction. The whole DVD virtual machine and internal playback states are completely encapsulated.