Age | Commit message (Collapse) | Author |
|
this problem)
CVS patchset: 5776
CVS date: 2003/11/23 23:29:27
|
|
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
|
|
CVS patchset: 5773
CVS date: 2003/11/23 10:30:27
|
|
- 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
|
|
CVS patchset: 5768
CVS date: 2003/11/21 00:30: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
|
|
CVS patchset: 5763
CVS date: 2003/11/19 12:06:16
|
|
with long frame durations
CVS patchset: 5762
CVS date: 2003/11/19 12:05:26
|
|
CVS patchset: 5761
CVS date: 2003/11/18 20:26:42
|
|
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
|
|
"inline __attribute__ ((__always_inline__))" should have the same effect,
but my gcc 3.3.1 emits much fewer warnings with the latter
(That is because static inline functions for example in ffmpeg are implemented
in the header, but not used in every file that includes this header. Now
gcc reports unused static functions with a "defined but not used" warning
unless they are static inline. The former define would have dropped the inline
and therefore triggers those warnings.)
CVS patchset: 5749
CVS date: 2003/11/16 15:31:05
|
|
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: 5744
CVS date: 2003/11/16 12:19:19
|
|
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
|
|
CVS patchset: 5739
CVS date: 2003/11/16 00:16:13
|
|
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: 5735
CVS date: 2003/11/15 20:36:06
|
|
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
|
|
libtool to made it not install .la file. Here's the fix.
CVS patchset: 5728
CVS date: 2003/11/12 20:24:42
|
|
CVS patchset: 5727
CVS date: 2003/11/12 19:58:19
|