summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-10-31note results of Thibaut's metronom fixMichael Roitzsch
CVS patchset: 5654 CVS date: 2003/10/31 17:41:52
2003-10-31metronom patch from Thibaut:Michael Roitzsch
* refactor discontinuity handling to make it more readable * straightforward logic fixes some problems with discontinuities in audio only streams CVS patchset: 5653 CVS date: 2003/10/31 17:41:07
2003-10-31add FAQ section on VideoCD troubleshooting, extracted from Rocky's VCDXMichael Roitzsch
documentation CVS patchset: 5652 CVS date: 2003/10/31 17:30:42
2003-10-31ip == NULL would result in a file descriptor leakMichael Roitzsch
(cdda_open() would still open the device with, but cdda_close() would not close it) so we provide a dummy instance, in case there is none yet (problem reported by Andre Maaßdorf) CVS patchset: 5651 CVS date: 2003/10/31 17:28:05
2003-10-31First check the pointers on NULL values, then memset;Michael Roitzsch
patch provided by Chris Rankin CVS patchset: 5650 CVS date: 2003/10/31 17:25:20
2003-10-31note latest engine modificationMichael Roitzsch
CVS patchset: 5649 CVS date: 2003/10/31 14:53:10
2003-10-31- Use io_helper functions.Thibaut Mattern
- Fix buggy stream chooser. This stream plays correctly now: mmsh://205.188.214.185:80/wmg/us/wbr/flaminglips/flaminglips_do-you-realize_extended_450.wmv CVS patchset: 5648 CVS date: 2003/10/31 01:55:03
2003-10-30* modify the engine slightly, so that the stream member in a video frame orMichael Roitzsch
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
2003-10-30negate these explanations (thanks to Adam Stein of Xerox for noticing)Michael Roitzsch
CVS patchset: 5646 CVS date: 2003/10/30 21:51:27
2003-10-30my build broke, I guess no_vcdnav should be "yes", when external_vcdnav is "no"Michael Roitzsch
CVS patchset: 5645 CVS date: 2003/10/30 20:46:31
2003-10-30- More VCDX -> VCDRocky Bernstein
- 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
2003-10-30keeping up with the ffmpeg buildMike Melanson
CVS patchset: 5643 CVS date: 2003/10/30 06:16:56
2003-10-30brighten up the converted RGB videoMike Melanson
CVS patchset: 5642 CVS date: 2003/10/30 06:04:31
2003-10-30deploy revised ffmpeg palette APIMike Melanson
CVS patchset: 5641 CVS date: 2003/10/30 06:00:19
2003-10-30more accurate framerateMike Melanson
CVS patchset: 5640 CVS date: 2003/10/30 05:57:26
2003-10-30tighten up some functions to make xine less prone to crashingMike Melanson
CVS patchset: 5639 CVS date: 2003/10/30 05:00:03
2003-10-30use info_helper functions.Thibaut Mattern
CVS patchset: 5638 CVS date: 2003/10/30 00:49:07
2003-10-29- avoid deinterlacing unknown frame formats (eg. xvmc)Miguel Freitas
- fix crash with on-the-fly cheap_mode switching CVS patchset: 5637 CVS date: 2003/10/29 23:36:18
2003-10-29this should finally be correct nowMichael Roitzsch
(it should reconstruct the whole tree after the check) CVS patchset: 5636 CVS date: 2003/10/29 20:47:38
2003-10-29special-case warning for DRM-protected Quicktime files, at least untilMike Melanson
such time that Apple's DRM is inevitably cracked CVS patchset: 5635 CVS date: 2003/10/29 01:45:52
2003-10-28yuy2 blend fixMiguel Freitas
CVS patchset: 5634 CVS date: 2003/10/28 23:56:01
2003-10-28fix yuy2 blending (use overlay/clipping colors).Miguel Freitas
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
2003-10-28Prepare win32 build.František Dvořák
CVS patchset: 5632 CVS date: 2003/10/28 21:57:09
2003-10-28Handle comments in rpm filesJames Stembridge
CVS patchset: 5631 CVS date: 2003/10/28 21:14:17
2003-10-28Disable decoding of 14.4 and 28.8 codecs as they don't seem to work and we ↵James Stembridge
have native decoders anyway CVS patchset: 5630 CVS date: 2003/10/28 20:18:06
2003-10-28improve real audio demuxer:James Stembridge
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
2003-10-28better reconfigure completelyMichael Roitzsch
CVS patchset: 5628 CVS date: 2003/10/28 16:59:48
2003-10-28this const is bad, since xine_post_wire takes non-const in/outputsMichael Roitzsch
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
2003-10-28build empty placeholders for those developers who do not have the necessaryMichael Roitzsch
tools installed, but force a rebuild during "make dist" CVS patchset: 5626 CVS date: 2003/10/28 16:55:05
2003-10-28we have a new ffmpeg includedMichael Roitzsch
CVS patchset: 5625 CVS date: 2003/10/28 16:50:54
2003-10-28Change .dsp and .dsw files for simple using under VCC 6.0 - just change unix ↵František Dvořák
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
2003-10-28Use info_helper functions.Thibaut Mattern
CVS patchset: 5623 CVS date: 2003/10/28 00:10:18
2003-10-27Use info_helper functionsThibaut Mattern
CVS patchset: 5622 CVS date: 2003/10/27 23:23:29
2003-10-27Fix aspect ratio problemJames Stembridge
CVS patchset: 5621 CVS date: 2003/10/27 22:26:03
2003-10-27Add check for lrintf which would otherwise be redefined in libavcodec/dsputil.hJames Stembridge
CVS patchset: 5620 CVS date: 2003/10/27 21:43:20
2003-10-27spec-file: little bugfix in sdl subpackageManfred Tremmel
CVS patchset: 5619 CVS date: 2003/10/27 21:43:06
2003-10-27filter autom4te.cacheMichael Roitzsch
CVS patchset: 5618 CVS date: 2003/10/27 20:44:08
2003-10-27rebuild relchk.sh the right way: since the toplevel Makefile has no targetMichael Roitzsch
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
2003-10-27Daniel's xvmc cleanups (tested)Miguel Freitas
CVS patchset: 5616 CVS date: 2003/10/27 16:31:35
2003-10-27super mega ffmpeg tree syncMike Melanson
CVS patchset: 5615 CVS date: 2003/10/27 15:24:38
2003-10-27some input plugin's MRLs need reviewMichael Roitzsch
CVS patchset: 5614 CVS date: 2003/10/27 11:14:42
2003-10-27* removing README.dxr3_pl (it was the only translated file of the READMEsMichael Roitzsch
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
2003-10-26Code review from Daniel.Thibaut Mattern
CVS patchset: 5612 CVS date: 2003/10/26 23:51:36
2003-10-26avoid too long unwrappable linesSiggi Langauf
CVS patchset: 5611 CVS date: 2003/10/26 21:05:51
2003-10-26fix MRL grammar: conf_char was never defined, use stream_char insteadMichael Roitzsch
CVS patchset: 5610 CVS date: 2003/10/26 17:45:26
2003-10-26fix outdated noteMichael Roitzsch
CVS patchset: 5609 CVS date: 2003/10/26 17:44:41
2003-10-26homepage changeMichael Roitzsch
CVS patchset: 5608 CVS date: 2003/10/26 17:40:20
2003-10-26modify relchk to not clutter the current configuration by saving config.statusMichael Roitzsch
and rebuilding all Makefiles after the check is done CVS patchset: 5607 CVS date: 2003/10/26 17:39:45
2003-10-26win32/Makefile.am had a very short life ;)Michael Roitzsch
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
2003-10-26lookups are locked nowMichael Roitzsch
CVS patchset: 5605 CVS date: 2003/10/26 12:15:34