summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav
AgeCommit message (Collapse)Author
2004-10-08sync to current CVS of libdvdnavMichael Roitzsch
* fixes wrong subtitle appearing in the trailer of "Girl, Interrupted" RC2 * fixes "NAV packet expected, but none found" error when toggling between menu and feature with the Escape key CVS patchset: 7022 CVS date: 2004/10/08 20:44:34
2004-10-05- Some fixes for crashes when trying to play encrypted DVDs without libdvdcssBastien Nocera
As discussed in: http://article.gmane.org/gmane.comp.video.xine.devel/8010 CVS patchset: 7014 CVS date: 2004/10/05 19:07:08
2004-09-20Build system improvements:František Dvořák
- use replacement functions (macro AC_REPLACE_FUNCS and variable LTLIBOBJS), each function is in a file placed into lib/ directory, it was not necessary, but it looks nice, IMHO - headers cleanups (this was needed): - prototypes of replacement funtions and macros are placed into separate os_internal.h (and included by config.h) - drop include inttypes.h from public xine.h, replaced by custom os_type.h, idea origins from Ogg/Vorbis public headers - disable generating inttypes.h: generated replacement isn't enough for xine-lib but nobody complained (and for M$VC we have special version) - better including headers for win32, let dvdnav use its mutex wrapper - updated M$VC port Result: - xine is compiled nicely by MinGW, CygWin and paritaly M$VC - frontends in M$VC port don't require additional helping headers - moved some platform specific things from xine-utils and win32/contrib to lib/ Finally I can start with real coding. :-) CVS patchset: 6982 CVS date: 2004/09/20 19:30:02
2004-06-20* merge latest CVS of libdvdnav fixes dvd:/<title>.<part> MRLsMichael Roitzsch
* small cleanup in input_dvd, removing unused structure member 'mode' * remove CVS log from input_dvd since this is uncommon in xine-lib and enlarges the file too much; people can use "cvs log" if they want the info CVS patchset: 6716 CVS date: 2004/06/20 16:59:13
2004-06-13sync to latest 0.1.10 release of libdvdnavMichael Roitzsch
CVS patchset: 6682 CVS date: 2004/06/13 13:29:57
2004-04-05- allow mounted DVDs to be played back on Linux 2.6, fix a free() on a ↵Bastien Nocera
static string in the VCD plugin CVS patchset: 6330 CVS date: 2004/04/05 18:01:09
2004-03-16sync to latest libdvdnavMichael Roitzsch
* fixes a menu problem (German RC2 of "Anatomie", chapter menu) * addresses some compilation problems on Windows (Could someone try cygwin, mingw builds, please? It should work with the standalone libdvdnav, but who knows if the integration breaks anything...) * turns some abort()s into assert(0)s, where we really can try to continue CVS patchset: 6269 CVS date: 2004/03/16 11:43:38
2004-02-23typo fix from libdvdread, found by Yi-Shin Li, patch seen on Ogle-devel by ↵Michael Roitzsch
Daniel CVS patchset: 6186 CVS date: 2004/02/23 18:15:11
2004-02-19Mandrake patches fromRocky Bernstein
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/SPECS/xine-lib/ via Goetz Waschk who reports: The amd64 patch (xine-lib-1-rc0a-amd64.patch) sets some conservative CFLAGS for amd64, the lib64 patch (xine-lib-1-rc0a-lib64.patch) replaces hardcoded /lib to support the lib64 library dir on amd64, the directfb patch (xine-lib-1-rc2-no-directfb.patch) adds a configure option to disable directfb, the linuxfb patch (xine-lib-1-rc3a-no-linuxfb.patch) does the same for linux framebuffer and the 64bit fixes patch (xine-lib-1-rc3-64bit-fixes.patch) doesn't apply at the moment against the CVS -- demux_ogg.c was not applied. it includes some 64 bit pointer and other fixes for 64bit architectures. from Gwenole Beauchesne I haven't tested other than apply and compile. CVS patchset: 6174 CVS date: 2004/02/19 02:50:24
2004-01-07- use O_EXCL when opening the CD device so that we're sure no other applicationBastien Nocera
will try and touch it CVS patchset: 6009 CVS date: 2004/01/07 22:21:40
2003-12-07get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). ↵Daniel Caujolle-Bert
Replace XINE_ASSERT by _x_assert, which works exaclty as assert, except that it still warns with NDEBUG defined (but don't abort). Fix missuning of assert(0), which isn't safe, abort is abort, assert is for debugging purpose only, so all assert(0) has been converted to abort() alls. In osd_preload_fonts(): alloc needed memory chunk. Define NDEBUG in CFLAGS, for non DEBUG build only. CVS patchset: 5860 CVS date: 2003/12/07 15:34:29
2003-10-13undelete diff patch, sorry.Daniel Caujolle-Bert
CVS patchset: 5506 CVS date: 2003/10/13 11:59:39
2003-10-13Add vcdx plugin(CVS) and dependent libs(no CVS, broken API).Daniel Caujolle-Bert
Ability to use external libs (--with-external-vcdnav), disable vcdx build and build old vcd instead (--disable-vcdx). This last feature is useful since vcdx take /hours/ to start playback, that can help people who don't want vcd navigation. Remove all .la files, even in subdirs (eg: post) CVS patchset: 5505 CVS date: 2003/10/13 11:47:11
2003-09-15Try to track problems better. If a DVD fails to play, we will not get a ↵James Courtier-Dutton
little more info printed as to why it failed. CVS patchset: 5386 CVS date: 2003/09/15 21:52:09
2003-08-27small change to Daniel's great warning-reduction patchMichael Roitzsch
CVS patchset: 5313 CVS date: 2003/08/27 14:56:00
2003-08-25Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ↵Daniel Caujolle-Bert
fft*post are untouched (fft: for now). CVS patchset: 5310 CVS date: 2003/08/25 21:51:37
2003-08-25AMD64 support patch by Adrian SchroeterMichael Roitzsch
CVS patchset: 5308 CVS date: 2003/08/25 14:32:37
2003-08-07remove useless gnu89 compiler flag, some configure tweakingMichael Roitzsch
CVS patchset: 5257 CVS date: 2003/08/07 09:26:53
2003-08-03merge libdvdnav cvs (fixes "Red Dragon" RC2 scene selection)Michael Roitzsch
CVS patchset: 5233 CVS date: 2003/08/03 09:44:16
2003-07-19sync libdvdnavMichael Roitzsch
CVS patchset: 5187 CVS date: 2003/07/19 13:04:03
2003-06-02new event which inform UI when the mouse pointer enter and leave a spu ↵Daniel Caujolle-Bert
button (DVD navigation) CVS patchset: 4997 CVS date: 2003/06/02 06:36:30
2003-05-26cygwin patchMiguel Freitas
CVS patchset: 4954 CVS date: 2003/05/26 23:11:44
2003-05-16add forgotten file and do some cleanupMichael Roitzsch
CVS patchset: 4863 CVS date: 2003/05/16 10:22:51
2003-05-16libdvdnav merge:Michael Roitzsch
* remove some unused files * dvdnav_internal.h uses the WORDS_BIGENDIAN define from xine-lib's global config.h * menu command filtering to avoid double commands in the same menu * message beautification by Jeff Smith CVS patchset: 4861 CVS date: 2003/05/16 09:56:49
2003-05-14as announced on xine-devel, this is the big Makefile refactoring:Michael Roitzsch
extracted some common targets and variables into a common Makefile which is then included CVS patchset: 4844 CVS date: 2003/05/14 16:21:44
2003-05-11add missing header1-beta12Guenter Bartsch
CVS patchset: 4827 CVS date: 2003/05/11 18:17:10
2003-05-11Updates so that xine-lib uses dvdnav_internal.h.inJames Courtier-Dutton
CVS patchset: 4822 CVS date: 2003/05/11 14:14:12
2003-05-11Update from the libdvdnav project on http://dvd.sf.netJames Courtier-Dutton
CVS patchset: 4821 CVS date: 2003/05/11 13:44:04
2003-04-30cleanup libdvdnav mergeMichael Roitzsch
CVS patchset: 4720 CVS date: 2003/04/30 16:39:07
2003-04-29Some useful tips.James Courtier-Dutton
CVS patchset: 4715 CVS date: 2003/04/29 23:23:37
2003-04-29Update diff patch file.James Courtier-Dutton
CVS patchset: 4714 CVS date: 2003/04/29 22:22:34
2003-04-29Oops. put xine back.James Courtier-Dutton
CVS patchset: 4713 CVS date: 2003/04/29 22:18:14
2003-04-29Update from libdvdnavJames Courtier-Dutton
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
2003-04-29DO NOT use c++ comments!Stefan Holst
CVS patchset: 4711 CVS date: 2003/04/29 21:46:04
2003-04-29More syncing from libdvdnav at dvd.sf.netJames Courtier-Dutton
CVS patchset: 4710 CVS date: 2003/04/29 18:57:28
2003-04-29Update from the libdvdnav project.James Courtier-Dutton
CVS patchset: 4708 CVS date: 2003/04/29 15:58:27
2003-04-23preserve win32 patches for later merges of new versionsMichael Roitzsch
CVS patchset: 4665 CVS date: 2003/04/23 16:24:18
2003-04-22Additional changes for win32/msvc port; This is my first real commit so ↵Tim Champagne
please be gentle with me; Everything builds except for the win32 ui CVS patchset: 4650 CVS date: 2003/04/22 23:30:29
2003-04-07Get xine cvs to compile with xine's version of libdvdnav.James Courtier-Dutton
CVS patchset: 4568 CVS date: 2003/04/07 19:59:09
2003-04-07merging libdvdnav, since some nice fixes took placeMichael Roitzsch
CVS patchset: 4565 CVS date: 2003/04/07 18:10:44
2003-04-06report start of PG as wellMichael Roitzsch
CVS patchset: 4548 CVS date: 2003/04/06 13:09:38
2003-04-05"perfect" time display for dvdsMiguel Freitas
(see thread on xine-devel for details) CVS patchset: 4540 CVS date: 2003/04/05 12:28:15
2003-04-01Add some comments.James Courtier-Dutton
Remove a FIXME comment. CVS patchset: 4530 CVS date: 2003/04/01 19:42:41
2003-04-01Get libdvdnav to build in DEBUG and TRACE mode.James Courtier-Dutton
CVS patchset: 4526 CVS date: 2003/04/01 09:02:43
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
* some changes to mutual header inclusion to make it compile warning-less when tracing is enabled * title/part jumping should work much more reliable now CVS patchset: 4509 CVS date: 2003/03/29 13:19:08
2003-03-27sync to libdvdnav cvsMichael Roitzsch
* fix conversion of dvd_time_t (I do know BCD, I just did it wrong...) CVS patchset: 4496 CVS date: 2003/03/27 13:46:47
2003-03-25sync to cvs of libdvdnavMichael Roitzsch
* optional PGC based seeking * new event on cell changes for timing info (currently not used by xine-lib) CVS patchset: 4480 CVS date: 2003/03/25 13:17:20
2003-03-21sync to libdvdnav cvsMichael Roitzsch
* method to try-run VM operations, now used for safer chapter skipping and menu jumps * fixed detection of current PTT to not assume a 1:1 mapping between PTTs and PGs * releasing stills when jumping to menu fixes some state inconsistencies * do not assume PGs to be physically layed out in sequence on the disc CVS patchset: 4466 CVS date: 2003/03/21 22:13:37
2003-03-08syncing libdvdnav to cvs should fix remaining highlight problemsMichael Roitzsch
CVS patchset: 4375 CVS date: 2003/03/08 14:36:13
2003-03-06use our modified internal version of nav_types.h, the one from libdvdread ↵Michael Roitzsch
cannot be used any more, since the structures in there differ from what is actually on the disc CVS patchset: 4348 CVS date: 2003/03/06 23:18:42