summaryrefslogtreecommitdiff
path: root/multimedia/libdvdnav/distinfo
AgeCommit message (Collapse)AuthorFilesLines
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.