summaryrefslogtreecommitdiff
path: root/src/input/libdvdnav/decoder.c
AgeCommit message (Collapse)Author
2010-02-25Compiler warning fixes.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
--HG-- extra : transplant_source : %E0%D0%C5%8B%BEU%DD%24%5D7%1F%ADV%AD%EB%23%CBU%80%EB
2007-05-17Convert comments (and the occasional string where it doesn't matter) to UTF-8.Darren Salt
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
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-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-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-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-29Update from libdvdnavJames Courtier-Dutton
CVS patchset: 4712 CVS date: 2003/04/29 21:55:46
2003-04-07merging libdvdnav, since some nice fixes took placeMichael Roitzsch
CVS patchset: 4565 CVS date: 2003/04/07 18:10:44
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-02-20syncing to libdvdnav 0.1.5 and modifying input plugin accordinglyMichael Roitzsch
quoting the ChangeLog: * some bugfixes * code cleanup * build process polishing * more sensible event order in get_next_block to ensure useful event delivery * VOBU level resume * fixed: seeking in a multiangle feature briefly showed the wrong angle CVS patchset: 4217 CVS date: 2003/02/20 16:01:57
2002-09-04sync to libdvdnav cvsMichael Roitzsch
CVS patchset: 2603 CVS date: 2002/09/04 11:07:47
2002-08-27sync to libdvdnav cvs, this should now conform to the way xine outputsMichael Roitzsch
its console messages (write to stdout, "libdvdnav: " in front each line) CVS patchset: 2531 CVS date: 2002/08/27 19:24:33
2002-08-09change includes from system include to local include where the file is inMichael Roitzsch
our tree now to avoid version clashes CVS patchset: 2421 CVS date: 2002/08/09 22:52:14
2002-08-08Changed loads of #include <dvdread/...> to #include <...>Rich J Wareham
CVS patchset: 2405 CVS date: 2002/08/08 21:55:54
2002-08-08First stage of DVD plugin -> dvdnav conversionRich J Wareham
CVS patchset: 2404 CVS date: 2002/08/08 17:49:20