Age | Commit message (Collapse) | Author |
|
configuration of vidix without valid frame data.
CVS patchset: 3933
CVS date: 2003/01/15 23:37:21
|
|
CVS patchset: 3932
CVS date: 2003/01/15 23:27:14
|
|
VIA EPIA Mini-ITX motherboards
CVS patchset: 3931
CVS date: 2003/01/15 23:24:25
|
|
CVS patchset: 3910
CVS date: 2003/01/14 01:56:59
|
|
CVS patchset: 3907
CVS date: 2003/01/13 23:36:01
|
|
CVS patchset: 3864
CVS date: 2003/01/11 10:49:47
|
|
... erm i mean decoders can rely on this little undocumented feature
CVS patchset: 3863
CVS date: 2003/01/11 05:28:28
|
|
CVS patchset: 3623
CVS date: 2002/12/22 00:35:04
|
|
different sizeof than integer.
- add extra_info structure to pass informations from input/demuxers down
to the output frame. this can be used, for example, to pass the frame
number of a frame (when known by decoder). also, immediate benefict is
that we now have a slider which really shows the current position of
the playing stream. new fields can be added to extra_info keeping
binary compatibility
- bumpy everybody's api versions
CVS patchset: 3603
CVS date: 2002/12/21 12:56:44
|
|
CVS patchset: 3595
CVS date: 2002/12/20 17:41:18
|
|
frame's vo_scale.gui_pixel_aspect.
The real value of gui_pixel_aspect is determined when the first frame is
about to be drawn to the screen. Before we draw the first frame of a clip,
several frames could be prepared for a certain width/height/ratio_code/...
but using vo_scale's default gui_pixel_aspect of 1.0.
The change makes sure that all frames will be updated to use the monitor's
correct gui_pixel_aspect value, once we know it. Before this change I've
observed cases where xine tried to resize the video window all the time
while playing a clip, due to different gui_pixel_aspect values stored in
the video frames.
CVS patchset: 3594
CVS date: 2002/12/20 14:25:13
|
|
CVS patchset: 3589
CVS date: 2002/12/19 21:40:02
|
|
CVS patchset: 3587
CVS date: 2002/12/18 21:38:58
|
|
CVS patchset: 3522
CVS date: 2002/12/14 18:48:57
|
|
CVS patchset: 3515
CVS date: 2002/12/13 23:41:52
|
|
- check for sdl support on class initialization
CVS patchset: 3504
CVS date: 2002/12/13 01:03:55
|
|
CVS patchset: 3503
CVS date: 2002/12/13 00:20:11
|
|
CVS patchset: 3467
CVS date: 2002/12/08 23:35:45
|
|
to xfreeing gc before creating a new one.
CVS patchset: 3459
CVS date: 2002/12/07 23:00:07
|
|
CVS patchset: 3455
CVS date: 2002/12/07 01:14:52
|
|
CVS patchset: 3434
CVS date: 2002/12/06 01:33:00
|
|
that might fix the segfault with wmv8
CVS patchset: 3432
CVS date: 2002/12/06 01:25:04
|
|
CVS patchset: 3354
CVS date: 2002/11/24 02:50:48
|
|
size ratio and therefore the position of the image is now configurable
(I remembered my arts lessons at school where the teacher told us that images
look more pleasing when the lower border is twice the size of the upper and set
the default accordingly. ;)
CVS patchset: 3337
CVS date: 2002/11/22 18:06:09
|
|
will build all dependent parts (e.g. libxine.la). The directory must still
be prepared by running autogen.sh.
CVS patchset: 3331
CVS date: 2002/11/22 05:25:14
|
|
CVS patchset: 3329
CVS date: 2002/11/21 23:24:50
|
|
CVS patchset: 3318
CVS date: 2002/11/20 14:20:39
|
|
* new public output interface xine_{audio,video}_port_t instead of
xine_{ao,vo}_driver_t, old names kept as aliases for compatibility
* modified the engine to allow multiple streams per output
* renaming of some internal structures according to public changes
* moving SCR out of per-stream-metronom into a global metronom_clock_t
residing in xine_t and therefore easily available to the output layer
* adapting all available plugins
(note to external projects: the compiler will help you a lot, if a plugin
compiles, it is adapted, because all changes add new parameters to some
functions)
* bump up all interface versions because of xine_t and xine_stream_t changes
CVS patchset: 3312
CVS date: 2002/11/20 11:57:38
|
|
CVS patchset: 3239
CVS date: 2002/11/11 20:02:39
|
|
CVS patchset: 3238
CVS date: 2002/11/11 19:46:24
|
|
Cleared up trailing spaces
src/xine-engine/Makefile.am:
libxine should depend on the build libxineutil.
src/xine-utils/Makefile.am:
src/xine-utils/xine_check.c:
src/xine-utils/xine_check.h:
Added checking of support of yuv12
CVS patchset: 3223
CVS date: 2002/11/10 20:35:50
|
|
CVS patchset: 3221
CVS date: 2002/11/10 13:38:04
|
|
CVS patchset: 3193
CVS date: 2002/11/04 22:48:14
|
|
CVS patchset: 3186
CVS date: 2002/11/04 10:07:50
|
|
CVS patchset: 3183
CVS date: 2002/11/04 08:05:12
|
|
on Solaris/IA32 again. Change xine to use -mcpu=ultrasparc on sun4u platform.
CVS patchset: 3158
CVS date: 2002/11/02 22:30:20
|
|
Xv headers on Linux. Added pgx64 to ChangeLog. Made AUTHORS pretty again.
CVS patchset: 3139
CVS date: 2002/11/02 04:31:06
|
|
CVS patchset: 3093
CVS date: 2002/10/29 17:08:54
|
|
CVS patchset: 3085
CVS date: 2002/10/29 02:57:59
|
|
CVS patchset: 3078
CVS date: 2002/10/29 00:36:21
|
|
to get a minimal dynamic linker symbol table
CVS patchset: 3073
CVS date: 2002/10/28 13:30:58
|
|
shouldn't override CFLAGS and suggest we use AM_CFLAGS instead.
CVS patchset: 3066
CVS date: 2002/10/28 12:58:07
|
|
CVS patchset: 3054
CVS date: 2002/10/27 22:50:01
|
|
CVS patchset: 3008
CVS date: 2002/10/26 10:20:20
|
|
CVS patchset: 2934
CVS date: 2002/10/22 16:42:24
|
|
CVS patchset: 2853
CVS date: 2002/10/18 20:04:24
|
|
plugin info
struct to the plugin class struct
small nerby change in libffmpeg decoder plugin:
access to video_out/audio_out in decoders should now be done via the
appropriate members in xine_stream_t
CVS patchset: 2843
CVS date: 2002/10/17 17:43:41
|
|
other audio output plugin from build process
CVS patchset: 2841
CVS date: 2002/10/16 22:54:47
|
|
CVS patchset: 2839
CVS date: 2002/10/16 21:20:19
|
|
registered as config options
CVS patchset: 2838
CVS date: 2002/10/16 21:11:50
|