Age | Commit message (Collapse) | Author |
|
CVS patchset: 5673
CVS date: 2003/11/02 12:57:27
|
|
it's usefull to know when the demuxer encountered a bad chunk header.
CVS patchset: 5672
CVS date: 2003/11/02 01:08:40
|
|
CVS patchset: 5669
CVS date: 2003/11/01 18:34:22
|
|
* do not define CONFIG_ENCODERS any more, use a stripped down XINE_MPEG_ENCODER,
which will only compile an I-frame-only MPEG1 encoder (speeds up compile time)
* fix a lot of warnings in ffmpeg (a good deal of which have already been
submitted to the ffmpeg project by Mike)
* simplify some Makefiles
CVS patchset: 5667
CVS date: 2003/11/01 18:12:53
|
|
(they are not used anywhere, but are very helpful, if you quickly want to
measure, how much time a function takes)
CVS patchset: 5666
CVS date: 2003/11/01 17:25:49
|
|
Check return values of memalign(3C).
CVS patchset: 5664
CVS date: 2003/11/01 15:47:34
|
|
CVS patchset: 5663
CVS date: 2003/11/01 13:43:41
|
|
strings without spaces so they can be encoded in --post xine-ui parameter
CVS patchset: 5662
CVS date: 2003/11/01 13:20:01
|
|
hadess: you can play your stream now.
CVS patchset: 5660
CVS date: 2003/11/01 01:44:54
|
|
CVS patchset: 5659
CVS date: 2003/11/01 01:25:44
|
|
CVS patchset: 5658
CVS date: 2003/10/31 23:58:32
|
|
CVS patchset: 5657
CVS date: 2003/10/31 22:56:21
|
|
CVS patchset: 5656
CVS date: 2003/10/31 22:14:32
|
|
Increase verbosity level in error messages of loading plugins.
CVS patchset: 5655
CVS date: 2003/10/31 22:08:36
|
|
* 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
|
|
(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
|
|
patch provided by Chris Rankin
CVS patchset: 5650
CVS date: 2003/10/31 17:25:20
|
|
- 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
|
|
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
|
|
- 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: 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
|
|
such time that Apple's DRM is inevitably cracked
CVS patchset: 5635
CVS date: 2003/10/29 01:45:52
|
|
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: 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
|
|
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
|
|
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: 5616
CVS date: 2003/10/27 16:31:35
|
|
CVS patchset: 5615
CVS date: 2003/10/27 15:24:38
|
|
CVS patchset: 5612
CVS date: 2003/10/26 23:51:36
|
|
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
|
|
(that is: putting them in the .h, not in the .c)
CVS patchset: 5602
CVS date: 2003/10/26 11:23:17
|
|
CVS patchset: 5600
CVS date: 2003/10/26 10:48:24
|
|
additionally, the current test fails to compile on SuSE 9.0
CVS patchset: 5593
CVS date: 2003/10/25 13:39:39
|
|
CVS patchset: 5590
CVS date: 2003/10/25 04:03:33
|
|
fix "make dist". Now tarball is complete.
don't expect people have doc formatting tools (check for sgmltools
and fig2dev).
rename the spaced name file in win32 (Tim, can you check if i didn't break
anything please ?).
CVS patchset: 5589
CVS date: 2003/10/25 00:49:11
|
|
CVS patchset: 5588
CVS date: 2003/10/24 22:34:50
|
|
CVS patchset: 5587
CVS date: 2003/10/24 17:17:19
|
|
* security warning when the user tries to set the save_dir to a dangerous location
CVS patchset: 5586
CVS date: 2003/10/24 09:34:01
|
|
CVS patchset: 5585
CVS date: 2003/10/24 07:10:36
|