Age | Commit message (Collapse) | Author |
|
CVS patchset: 8060
CVS date: 2006/06/19 12:08:45
|
|
CVS patchset: 8009
CVS date: 2006/06/02 22:18:56
|
|
(Diego Pettenò)
CVS patchset: 7985
CVS date: 2006/05/03 19:46:06
|
|
- fixed unresolved symbol in eq2 after xine_list updates.
- replaced obsolete memalign by xine_malloc_alligned in noise post plugin,
plugin needs some cleanup due to destroying
CVS patchset: 7950
CVS date: 2006/03/26 14:45:41
|
|
http://article.gmane.org/gmane.comp.video.xine.devel/14958
CVS patchset: 7882
CVS date: 2006/02/06 12:09:42
|
|
CVS patchset: 7880
CVS date: 2006/02/05 21:07:53
|
|
patch by dani3l
CVS patchset: 7867
CVS date: 2006/02/04 14:06:29
|
|
CVS patchset: 7848
CVS date: 2006/01/27 07:46:09
|
|
CVS patchset: 7788
CVS date: 2005/10/30 22:37:45
|
|
patch by Jason Tackaberry
CVS patchset: 7724
CVS date: 2005/09/11 13:37:31
|
|
Build improvements and WIN32 port updates:
- add --with-pthread-pefix and --with-zlib-pefix options
- prepare for removing internal zlib and pthreads-win32 relics,
updated documentation for possible WIN32 developers (only for me? :->)
- fixed bug in unimportant part of configure.ac for MinGW due to xine paths
- fixed my bug in cdda (but it compiled fine anyway)
- fixed unimportant bug in planar Makefile.am
- next MSVC update due to external zlib, pthreads and latest changes,
removed relic includes
- checked distcheck
CVS patchset: 7719
CVS date: 2005/09/05 17:02:56
|
|
Windows ports fixes and improvements due to my current work on toxine:
- first experiments with external win32 pthreads,
more portable code (pthread_t may be a struct)
- headers refactored
- moved dirent win32 replacement to lib/, hide it for frontends,
used system version, if found, not used non-POSIX dirent->d_reclen
(this item doesn't work in MinGW), fix memleak in dvb
- separated settings for postproc and avcodec when using external ffmpeg
- check for malloc.h in public xine.m4, used it conditionally in xine headers
- replaced random() by POSIX more common rand()
- prevent one segfault in directx vo plugin, if fails
- M$VC port update
CVS patchset: 7709
CVS date: 2005/08/25 15:36:29
|
|
fill a 4/3 screen
CVS patchset: 7666
CVS date: 2005/07/18 18:02:51
|
|
Used utf-8 for comments visible in po-files.
(user visible texts should be only in ASCII).
CVS patchset: 7406
CVS date: 2005/02/13 13:14:43
|
|
Convert non-ASCII latin1 character to ASCII in xine source code.
Synchronize po-files.
Czech translation update.
CVS patchset: 7387
CVS date: 2005/02/06 19:52:54
|
|
fix compiler warning
CVS patchset: 7349
CVS date: 2005/01/15 17:04:48
|
|
CVS patchset: 7337
CVS date: 2005/01/10 18:03:34
|
|
CVS patchset: 7320
CVS date: 2005/01/03 20:09:49
|
|
CVS patchset: 6441
CVS date: 2004/04/26 15:38:18
|
|
"down" is the usual datapath from decoder to output, "up" is the opposite way
-> this means swapping two function names
-> this means increasing the post plugin iface version
external plugin developers: just swap usage of
_x_post_frame_copy_up() and _x_post_frame_copy_down() functions
CVS patchset: 6412
CVS date: 2004/04/17 19:54:31
|
|
CVS patchset: 6140
CVS date: 2004/02/12 18:25:07
|
|
* post plugins are now much safer (fewer races/inconsistencies) and easier to write
* all post plugins are ported to the new architecture (and should work)
* ports can now be opened and closed with a NULL stream
CVS patchset: 6007
CVS date: 2004/01/07 19:52:42
|
|
CVS patchset: 5912
CVS date: 2003/12/14 22:13:22
|
|
CVS patchset: 5879
CVS date: 2003/12/09 00:02:28
|
|
two tvtime plugins do not crash xine anymore :)
(but why would anybody do that?)
CVS patchset: 5859
CVS date: 2003/12/07 15:33:25
|
|
relevant too. Small other little fix (can't remember). Change few internal function prototype because it xine_t pointer need to be used if some xine's internal sections. NOTE: libdvd{nav,read} is still too noisy, i will take a look to made it quit, without invasive changes. To be continued...
CVS patchset: 5844
CVS date: 2003/12/05 15:54:56
|
|
use yuy2 -> yv12 conversion (fixes storri segfault)
CVS patchset: 5810
CVS date: 2003/11/29 01:23:24
|
|
CVS patchset: 5721
CVS date: 2003/11/11 18:44:50
|
|
we should be able to provide more user-friendly options later (like checkboxes
for the available methods: dering, deinterlace, autolevels, etc)
CVS patchset: 5703
CVS date: 2003/11/07 18:37:34
|
|
CVS patchset: 5673
CVS date: 2003/11/02 12:57:27
|
|
CVS patchset: 5669
CVS date: 2003/11/01 18:34:22
|
|
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
|
|
video_out API version to 18.
CVS patchset: 5574
CVS date: 2003/10/22 20:38:09
|
|
- bump vo and post interface versions
obs: video_out_xvmc.c needs some more work, see todo.
CVS patchset: 5459
CVS date: 2003/10/06 21:52:42
|
|
CVS patchset: 5299
CVS date: 2003/08/19 18:33:43
|
|
CVS patchset: 5292
CVS date: 2003/08/15 14:43:29
|
|
- new way of adding the black bars without any memcpy()
(playback with the expand plugin is now smooth on my PII 400)
-> see comment at the top of the file for details
- allow shifting the overlay by intercepting overlay manager calls
CVS patchset: 5291
CVS date: 2003/08/15 14:42:37
|
|
CVS patchset: 5277
CVS date: 2003/08/12 13:56:25
|
|
CVS patchset: 5257
CVS date: 2003/08/07 09:26:53
|
|
patch by Philip Jgenstedt
CVS patchset: 5243
CVS date: 2003/08/04 03:47:09
|
|
CVS patchset: 5147
CVS date: 2003/07/12 03:15:23
|
|
CVS patchset: 5126
CVS date: 2003/07/03 02:24:28
|
|
CVS patchset: 5125
CVS date: 2003/07/03 01:29:03
|
|
CVS patchset: 5113
CVS date: 2003/06/29 18:56:24
|
|
(please report if compilation breaks on non-x86 plataform)
see xine-devel for more information
CVS patchset: 5032
CVS date: 2003/06/13 01:48:09
|
|
img->displayed is obsolete now, drivers should use img->free.
CVS patchset: 4994
CVS date: 2003/05/31 18:33:28
|
|
CVS patchset: 4971
CVS date: 2003/05/28 12:21:53
|
|
CVS patchset: 4968
CVS date: 2003/05/28 11:09:24
|
|
no methods implemented yet, still working on parameters api
CVS patchset: 4967
CVS date: 2003/05/28 04:28:43
|
|
expand it to 4:3 ratio
CVS patchset: 4919
CVS date: 2003/05/24 13:12:41
|