Age | Commit message (Collapse) | Author |
|
CVS patchset: 5641
CVS date: 2003/10/30 06:00:19
|
|
CVS patchset: 5621
CVS date: 2003/10/27 22:26:03
|
|
CVS patchset: 5615
CVS date: 2003/10/27 15:24:38
|
|
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
|
|
The changes to the video API of course require the video/spu decoder and
post plugin APIs to be increased as well.
CVS patchset: 5579
CVS date: 2003/10/23 20:12:33
|
|
CVS patchset: 5553
CVS date: 2003/10/20 00:33:28
|
|
CVS patchset: 5531
CVS date: 2003/10/16 22:03:36
|
|
CVS patchset: 5474
CVS date: 2003/10/08 19:47:10
|
|
CVS patchset: 5439
CVS date: 2003/10/04 18:06:15
|
|
so we need to add $(X_CFLAGS) here
CVS patchset: 5417
CVS date: 2003/09/26 16:39:56
|
|
* move responsibility for the SCR plugin from the decoder to the video out
* use the SCR for non-MPEG content as well
* modify frames' vpts so they are sent earlier to the driver
* tag the encoded MPEG stream by SETPTS ioctls to leave the final display
scheduling to the card
CVS patchset: 5354
CVS date: 2003/09/11 10:01:02
|
|
See gcc bug 11965 (<URL:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11965>)
Add a workaround, so that xine-lib can be compiled with gcc-3.3 on SPARC.
CVS patchset: 5298
CVS date: 2003/08/19 16:38:19
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
debian changes for q-rc0a
CVS patchset: 5232
CVS date: 2003/08/02 13:41:44
|
|
CVS patchset: 5230
CVS date: 2003/08/02 11:43:51
|
|
CVS patchset: 5163
CVS date: 2003/07/13 19:04:28
|
|
CVS patchset: 5157
CVS date: 2003/07/13 14:42:54
|
|
- general multipass compilation make targets
CVS patchset: 5149
CVS date: 2003/07/12 12:31:13
|
|
this variable is used where necessary should fix MPEG encoding
CVS patchset: 5141
CVS date: 2003/07/11 16:36:21
|
|
CVS patchset: 5137
CVS date: 2003/07/09 18:25:45
|
|
CVS patchset: 5109
CVS date: 2003/06/27 13:56:55
|
|
- fix B-frame motion compensation
- cleanup motion vector math and other blocks of common code
CVS patchset: 5106
CVS date: 2003/06/27 13:41:25
|
|
CVS patchset: 5104
CVS date: 2003/06/27 13:34:49
|
|
motion_est.c being obsolete again (reduces compile time)
CVS patchset: 5089
CVS date: 2003/06/22 16:55:45
|
|
yet)
CVS patchset: 5084
CVS date: 2003/06/21 22:32:08
|
|
CVS patchset: 5083
CVS date: 2003/06/21 19:55:56
|
|
CVS patchset: 5080
CVS date: 2003/06/21 11:26:18
|
|
emulation facilities
CVS patchset: 5079
CVS date: 2003/06/21 03:58:57
|
|
RealAudio codecs; import VP3 decoder but leave de-activated; fixes for
SVQ3 bugs; more conditional compilation for encoders
CVS patchset: 5067
CVS date: 2003/06/19 00:47:19
|
|
Fixes deadlock when changing setting while the engine is paused.
CVS patchset: 5027
CVS date: 2003/06/12 21:33:33
|
|
Prevents junk being displayed at the edges of such streams.
CVS patchset: 5026
CVS date: 2003/06/12 18:46:24
|
|
- do not trust progressive_frame for detecting NTSC 3:2, quote:
'the alternating progressive_frame encoding problem. This is a problem where the progressive_frame flag alternates between true and false every frame, when it really should have been set to "true" all the time.'
'There is a lot of content that is affected by this issue, because it's caused by a dumb decision by a very big company that made a very popular MPEG encoder. They've since fixed the encoder, but there are apparently still authoring companies that use it, because the problem is on a lot of high-profile current discs, like Disney's "Monsters Inc." and "Beauty and the Beast".'
http://www.hometheaterhifi.com/volume_8_2/dvd-benchmark-special-report-chroma-bug-4-2001.html
CVS patchset: 5025
CVS date: 2003/06/11 23:08:54
|
|
fixes, comments, suggestions are welcome
CVS patchset: 5011
CVS date: 2003/06/06 19:42:04
|
|
img->displayed is obsolete now, drivers should use img->free.
CVS patchset: 4994
CVS date: 2003/05/31 18:33:28
|
|
on_unneeded would be called from decoder's context while frames might
still be around in the video_out context
CVS patchset: 4987
CVS date: 2003/05/30 14:10:49
|
|
simpler attempt at keeping width and height passed to get_frame consistant.
CVS patchset: 4981
CVS date: 2003/05/29 01:04:54
|
|
frame used for direct rendering
CVS patchset: 4978
CVS date: 2003/05/28 18:16:46
|
|
should be an include path pointing there
CVS patchset: 4975
CVS date: 2003/05/28 13:53:03
|
|
CVS patchset: 4964
CVS date: 2003/05/28 01:52:19
|
|
CVS patchset: 4951
CVS date: 2003/05/26 21:50:24
|
|
CVS patchset: 4948
CVS date: 2003/05/26 20:07:08
|
|
CVS patchset: 4935
CVS date: 2003/05/25 18:53:38
|
|
* libavcodec/mpegvideo.c has been modified to work without the need to compile
libavcodec/motion_est.c to save compilation time (we don't need motion
estimation when encoding I-frames only anyway)
* the patch to libavcodec/i386/mpegvideo_mmx_template.c has been reverted,
because the encoder crashes with it
CVS patchset: 4930
CVS date: 2003/05/25 18:34:54
|
|
CVS patchset: 4911
CVS date: 2003/05/23 18:31:07
|
|
time ago
CVS patchset: 4904
CVS date: 2003/05/23 10:52:40
|
|
extracted some common targets and variables into a common Makefile
which is then included
CVS patchset: 4844
CVS date: 2003/05/14 16:21:44
|
|
CVS patchset: 4815
CVS date: 2003/05/10 04:26:17
|
|
CVS patchset: 4812
CVS date: 2003/05/10 00:06:01
|
|
CVS patchset: 4809
CVS date: 2003/05/09 23:54:05
|
|
CVS patchset: 4804
CVS date: 2003/05/09 00:31:55
|