| Age | Commit message (Collapse) | Author | 
|---|
|  | audio buffer can be NULL; this should be used to indicate that the frame/
  buffer does not come directly from a stream, but was generated otherwise
  (the most important result is that frames/buffers with stream NULL will not
  be passed through metronom)
* modify visualization post plugins so they set the stream on the generated
  frames to NULL, this avoids cluttering metronom, when playing a stream with
  audio AND video AND a visualization post
* this also means modifying the way post plugins provide vpts values:
  they have to calculate them themselves for now
CVS patchset: 5647
CVS date: 2003/10/30 22:40:53 | 
|  | CVS patchset: 5646
CVS date: 2003/10/30 21:51:27 | 
|  | CVS patchset: 5645
CVS date: 2003/10/30 20:46:31 | 
|  | - Prefer external libcdio and libvcdinfo libraries when they are acceptable
- Allow disabling VCD plugin
CVS patchset: 5644
CVS date: 2003/10/30 07:58:52 | 
|  | CVS patchset: 5643
CVS date: 2003/10/30 06:16:56 | 
|  | CVS patchset: 5642
CVS date: 2003/10/30 06:04:31 | 
|  | CVS patchset: 5641
CVS date: 2003/10/30 06:00:19 | 
|  | CVS patchset: 5640
CVS date: 2003/10/30 05:57:26 | 
|  | CVS patchset: 5639
CVS date: 2003/10/30 05:00:03 | 
|  | CVS patchset: 5638
CVS date: 2003/10/30 00:49:07 | 
|  | - fix crash with on-the-fly cheap_mode switching
CVS patchset: 5637
CVS date: 2003/10/29 23:36:18 | 
|  | (it should reconstruct the whole tree after the check)
CVS patchset: 5636
CVS date: 2003/10/29 20:47:38 | 
|  | such time that Apple's DRM is inevitably cracked
CVS patchset: 5635
CVS date: 2003/10/29 01:45:52 | 
|  | CVS patchset: 5634
CVS date: 2003/10/28 23:56:01 | 
|  | solves dvd menu problems using tvtime plugin.
reference: http://sourceforge.net/mailarchive/forum.php?thread_id=3118939&forum_id=7131
CVS patchset: 5633
CVS date: 2003/10/28 23:54:59 | 
|  | CVS patchset: 5632
CVS date: 2003/10/28 21:57:09 | 
|  | CVS patchset: 5631
CVS date: 2003/10/28 21:14:17 | 
|  | have native decoders anyway
CVS patchset: 5630
CVS date: 2003/10/28 20:18:06 | 
|  | 1) Add support for RealAudio 1.0 files using 14.4 codec
  2) Read meta info
CVS patchset: 5629
CVS date: 2003/10/28 20:12:54 | 
|  | CVS patchset: 5628
CVS date: 2003/10/28 16:59:48 | 
|  | removing it from xine.h should maintain API and ABI compatibility, since
everything that compiled and linked before will still compile and link;
only some things that did not compile (warning free) before, will now
compile, so this change should be equivalent to adding a new function
CVS patchset: 5627
CVS date: 2003/10/28 16:59:03 | 
|  | tools installed, but force a rebuild during "make dist"
CVS patchset: 5626
CVS date: 2003/10/28 16:55:05 | 
|  | CVS patchset: 5625
CVS date: 2003/10/28 16:50:54 | 
|  | end lines to dos end lines.
First small changes for compilation engine under VCC, but it isn't finished yet.
CVS patchset: 5624
CVS date: 2003/10/28 13:48:45 | 
|  | CVS patchset: 5623
CVS date: 2003/10/28 00:10:18 | 
|  | CVS patchset: 5622
CVS date: 2003/10/27 23:23:29 | 
|  | CVS patchset: 5621
CVS date: 2003/10/27 22:26:03 | 
|  | CVS patchset: 5620
CVS date: 2003/10/27 21:43:20 | 
|  | CVS patchset: 5619
CVS date: 2003/10/27 21:43:06 | 
|  | CVS patchset: 5618
CVS date: 2003/10/27 20:44:08 | 
|  | named misc/relchk.sh, this would never be rebuilt here;
adding an explicit rebuild instead
CVS patchset: 5617
CVS date: 2003/10/27 20:42:55 | 
|  | CVS patchset: 5616
CVS date: 2003/10/27 16:31:35 | 
|  | CVS patchset: 5615
CVS date: 2003/10/27 15:24:38 | 
|  | CVS patchset: 5614
CVS date: 2003/10/27 11:14:42 | 
|  | and was more than half a year old - translators already have enough to do)
* simplifying Makefiles
* small README reorg
CVS patchset: 5613
CVS date: 2003/10/27 11:13:55 | 
|  | CVS patchset: 5612
CVS date: 2003/10/26 23:51:36 | 
|  | CVS patchset: 5611
CVS date: 2003/10/26 21:05:51 | 
|  | CVS patchset: 5610
CVS date: 2003/10/26 17:45:26 | 
|  | CVS patchset: 5609
CVS date: 2003/10/26 17:44:41 | 
|  | CVS patchset: 5608
CVS date: 2003/10/26 17:40:20 | 
|  | and rebuilding all Makefiles after the check is done
CVS patchset: 5607
CVS date: 2003/10/26 17:39:45 | 
|  | It would have scared the Windows users and would have been hard to maintain,
so we remove it and distribute the win32 subdirectory from the toplevel
Makefile using dist-hook
CVS patchset: 5606
CVS date: 2003/10/26 17:38:23 | 
|  | CVS patchset: 5605
CVS date: 2003/10/26 12:15:34 | 
|  | * sorting hierarchy changed:
   - sort by section name
   - sort by plugin name (not used yet)
   - sort by experience level (this step is new)
   - sort by config entry name
* use strdup instead of its private reimplementation
* use locking more consistently (up to now, entry lookups were unlocked,
  which can be dangerous if someone else is in the middle of adding a new entry)
CVS patchset: 5604
CVS date: 2003/10/26 11:38:50 | 
|  | * rename vcdx to vcd and vcd to vcdo
* vcdo is always built, not only when vcd(x) is not
CVS patchset: 5603
CVS date: 2003/10/26 11:28:04 | 
|  | (that is: putting them in the .h, not in the .c)
CVS patchset: 5602
CVS date: 2003/10/26 11:23:17 | 
|  | CVS patchset: 5601
CVS date: 2003/10/26 10:56:23 | 
|  | CVS patchset: 5600
CVS date: 2003/10/26 10:48:24 | 
|  | of the SGML and FIG files in the cvs, not only does it provoke inconsistencies,
it also breaks the current automatic update on xinehq.de, so:
* remove any pre-built files from CVS
* modify the Makefile's so that a "make dist" always rebuilds those files;
  that way, it is ensured that up-to-date pre-built versions are included
  in the release tarball so users don't need to install the whole docbook
  toolchain just to read the FAQ in HTML
CVS patchset: 5599
CVS date: 2003/10/26 10:44:39 | 
|  | CVS patchset: 5598
CVS date: 2003/10/25 19:26:27 |