Age | Commit message (Collapse) | Author |
|
CVS patchset: 5786
CVS date: 2003/11/26 13:33:54
|
|
CVS patchset: 5784
CVS date: 2003/11/26 10:02:52
|
|
add a http url parser
input_http:
use http_helper
try to fix potential security holes
CVS patchset: 5783
CVS date: 2003/11/26 08:09:58
|
|
text subtitles may now be rendered at full screen resolution
* load xine fonts on demand - faster startup
note: support added to xv, xshm and vidix
CVS patchset: 5780
CVS date: 2003/11/26 01:03:31
|
|
osd renderer must be closed after decoder plugins
CVS patchset: 5779
CVS date: 2003/11/25 01:14:04
|
|
When configure won't find it, it will be used fseek() with 2 GB limit.
CVS patchset: 5778
CVS date: 2003/11/24 22:52:15
|
|
CVS patchset: 5777
CVS date: 2003/11/23 23:43:35
|
|
Check for seek success in mp3 and avi demuxers.
CVS patchset: 5775
CVS date: 2003/11/23 23:20:56
|
|
CVS patchset: 5774
CVS date: 2003/11/23 16:55:35
|
|
- do not use an off_t variable to return a long
CVS patchset: 5772
CVS date: 2003/11/23 00:57:06
|
|
CVS patchset: 5771
CVS date: 2003/11/22 21:19:09
|
|
with b-frames and makes direct rendering work again
CVS patchset: 5770
CVS date: 2003/11/22 20:29:41
|
|
CVS patchset: 5769
CVS date: 2003/11/22 11:58:05
|
|
Makes things a bit more symetric:
- the audio fifo (demuxer->decoder) can't be NULL
- the video driver can be NULL
A dummy fifo (5 buffers) is used if the audio driver or video driver is NULL.
Audio frontends (rhythmbox, seedeexeen, quark) do not need to instanciate a video driver anymore.
CVS patchset: 5767
CVS date: 2003/11/20 00:42:14
|
|
CVS patchset: 5766
CVS date: 2003/11/19 22:58:55
|
|
CVS patchset: 5765
CVS date: 2003/11/19 20:35:07
|
|
Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
CVS patchset: 5764
CVS date: 2003/11/19 19:43:23
|
|
with long frame durations
CVS patchset: 5762
CVS date: 2003/11/19 12:05:26
|
|
CVS patchset: 5760
CVS date: 2003/11/18 04:35:14
|
|
CVS patchset: 5759
CVS date: 2003/11/17 10:22:57
|
|
CVS patchset: 5758
CVS date: 2003/11/17 05:42:07
|
|
BIG NOTE: use helpers to access to these informations (get/set/reset):
_x_{stream,meta}_info_{get,set,reset}()
are for internal use, don't use *_public() ones from inside the beast ;-)
Some wrongly names "xine_" fonction renaming.
CVS patchset: 5757
CVS date: 2003/11/16 23:33:42
|
|
streams from DVDs.
The liba52 sync code should be made to create the correct output A52 frames with correct PTS values attached.
CVS patchset: 5756
CVS date: 2003/11/16 22:20:08
|
|
CVS patchset: 5755
CVS date: 2003/11/16 17:18:09
|
|
internals hidden! We are good! ;)
CVS patchset: 5754
CVS date: 2003/11/16 15:44:03
|
|
XINE_ENGINE_INTERNAL for every file
CVS patchset: 5753
CVS date: 2003/11/16 15:41:15
|
|
(mostly encoder stuff)
CVS patchset: 5752
CVS date: 2003/11/16 15:33:49
|
|
CVS patchset: 5751
CVS date: 2003/11/16 15:32:10
|
|
CVS patchset: 5750
CVS date: 2003/11/16 15:31:51
|
|
hooked up the 4X ADPCM support
CVS patchset: 5748
CVS date: 2003/11/16 14:34:09
|
|
CVS patchset: 5747
CVS date: 2003/11/16 14:32:11
|
|
CVS patchset: 5746
CVS date: 2003/11/16 14:29:29
|
|
CVS patchset: 5745
CVS date: 2003/11/16 13:28:57
|
|
CVS patchset: 5743
CVS date: 2003/11/16 12:18:59
|
|
from what we discussed, details on xine-devel)
metronom holds a master metronom pointer now and uses this master to
match its syncing
CVS patchset: 5742
CVS date: 2003/11/16 12:15:21
|
|
that the current code does not match that explanation
so since I get occasional passthrough dropouts with the current code, I
revert it to the old behaviour which I have had no problems with
CVS patchset: 5741
CVS date: 2003/11/16 12:12:09
|
|
An int was used to seek at the end of the file instead of uint32_t, so the limit is now 4Go.
OpenDML indexes are still not supported.
Fix Siggi's problem.
CVS patchset: 5740
CVS date: 2003/11/16 00:59:24
|
|
As Michael before me, I'm just blindly making it compile again, so somebody
should have a look if it's still doing what it's supposed to.
CVS patchset: 5738
CVS date: 2003/11/15 21:48:06
|
|
* using xprintf() and lprintf() inside metronom
* prebuffer is now a metronom option
* some small structure cleanup
CVS patchset: 5737
CVS date: 2003/11/15 20:43:11
|
|
I am just making it compile again, someone familiar with the format should
check these changes!
CVS patchset: 5736
CVS date: 2003/11/15 20:38:27
|
|
CVS patchset: 5734
CVS date: 2003/11/15 15:04:35
|
|
(we should finish this before rc3.)
- stream_info and meta_info variables are private now.
obs: everything must be recompiled due xine_stream_t changes
CVS patchset: 5733
CVS date: 2003/11/15 14:54:30
|
|
- demuxers should not access stream->demux_thread_running
- remove deprecated get_video_frame/got_video_frame_cb
CVS patchset: 5732
CVS date: 2003/11/15 14:00:35
|
|
CVS patchset: 5731
CVS date: 2003/11/15 13:01:00
|
|
CVS patchset: 5730
CVS date: 2003/11/14 23:00:41
|
|
CVS patchset: 5729
CVS date: 2003/11/13 15:23:00
|
|
CVS patchset: 5727
CVS date: 2003/11/12 19:58:19
|
|
CVS patchset: 5726
CVS date: 2003/11/12 19:54:56
|
|
CVS patchset: 5725
CVS date: 2003/11/12 17:54:30
|
|
CVS patchset: 5724
CVS date: 2003/11/12 17:52:59
|