Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-04 | merging in the new_api branch ... unfortunately video_out / vo_scale is ↵ | Guenter Bartsch | |
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 | |||
2002-08-28 | revised palette conversion subsystem to make a little more sense | Mike Melanson | |
CVS patchset: 2539 CVS date: 2002/08/28 03:32:48 | |||
2002-07-30 | memory leaks fixed by Andres Salomon <dilinger@voxel.net> | Michael Roitzsch | |
CVS patchset: 2364 CVS date: 2002/07/30 13:28:47 | |||
2002-07-24 | Fix xine_strdupa macro. | Daniel Caujolle-Bert | |
CVS patchset: 2345 CVS date: 2002/07/24 08:00:13 | |||
2002-07-20 | added FINISH_LINE() color utility macro and fixed right-edge green stripe | Mike Melanson | |
problem in MMX YUV 4:4:4 -> YUY2 converter CVS patchset: 2324 CVS date: 2002/07/20 04:20:56 | |||
2002-07-15 | Add 'pitch' support to video decoders (pitch != width) | Ewald Snel | |
CVS patchset: 2282 CVS date: 2002/07/15 21:42:33 | |||
2002-07-15 | added some pixel unpacking macros | Mike Melanson | |
CVS patchset: 2268 CVS date: 2002/07/15 00:51:17 | |||
2002-07-14 | added architecture-specific compile conditionals | Mike Melanson | |
CVS patchset: 2263 CVS date: 2002/07/14 20:13:23 | |||
2002-07-14 | new color conversion facilities | Mike Melanson | |
CVS patchset: 2261 CVS date: 2002/07/14 01:27:03 | |||
2002-07-01 | Link libxineutils to thread lib (xine-mutex introduced that). Thanks to | Daniel Caujolle-Bert | |
Vaclav Slavik <vaclav.slavik@matfyz.cz> for the notice and a patch. Add thread cflags in debug CFLAGS (xine-engine). CVS patchset: 2194 CVS date: 2002/07/01 23:02:05 | |||
2002-06-24 | Remove last tranlated enums. Add --check in .po build, since it seems some | Daniel Caujolle-Bert | |
tranlators don't use a tool who check validity. CVS patchset: 2158 CVS date: 2002/06/24 19:55:38 | |||
2002-06-23 | Let cvs ignore a lot of files that are built. | Dennis Björklund | |
CVS patchset: 2138 CVS date: 2002/06/23 16:18:44 | |||
2002-06-23 | Use much faster calloc instead of malloc/memset (reduces startup time) | Ewald Snel | |
CVS patchset: 2133 CVS date: 2002/06/23 09:12:45 | |||
2002-06-21 | Stupid i am, conditionnal in extra_dist !!. Thanks Miguel for the report. | Daniel Caujolle-Bert | |
CVS patchset: 2116 CVS date: 2002/06/21 13:39:55 | |||
2002-06-20 | What's the hell i've made with conditional files. | Daniel Caujolle-Bert | |
CVS patchset: 2112 CVS date: 2002/06/20 21:32:44 | |||
2002-06-16 | ppc patch for older kernel versions by Ralf Ertzinger | Siggi Langauf | |
CVS patchset: 2084 CVS date: 2002/06/16 22:35:10 | |||
2002-06-16 | Add missing file inclusion. | Daniel Caujolle-Bert | |
CVS patchset: 2081 CVS date: 2002/06/16 21:49:59 | |||
2002-06-15 | added missing file | Siggi Langauf | |
CVS patchset: 2076 CVS date: 2002/06/15 14:49:51 | |||
2002-06-12 | Remove no more needed XINE_LOGO. | Daniel Caujolle-Bert | |
Internationalize all config related stuff. Fix not registered mrl ending in roq/film demuxer. Add bindtextdomain() calls in load_plugins (for audio/video out plugins). CVS patchset: 2066 CVS date: 2002/06/12 12:22:25 | |||
2002-06-09 | Made profiler in non debug less verbose. Change the warning sentence. | Daniel Caujolle-Bert | |
CVS patchset: 2051 CVS date: 2002/06/09 22:26:01 | |||
2002-06-07 | Ability to xine-lib clients to use non debug xine-lib with UI compiled with | Daniel Caujolle-Bert | |
DEBUG and using profiler. CVS patchset: 2037 CVS date: 2002/06/07 22:15:47 | |||
2002-05-29 | Compile PPC files only on PPC arch. | Daniel Caujolle-Bert | |
CVS patchset: 1967 CVS date: 2002/05/29 22:53:44 | |||
2002-05-28 | PowerPC Assembly Patch by Andrew Patrikalakis <anrp@irulethe.net> | Siggi Langauf | |
This seems to be _always_ using xine_fast_memcpy() in yuv2rgb.c, which _may_ be a bad idea. CVS patchset: 1961 CVS date: 2002/05/28 12:44:02 | |||
2002-05-14 | fix segfault after getpwuid_r as suggested by Gianluca Amato | Miguel Freitas | |
CVS patchset: 1885 CVS date: 2002/05/14 03:02:45 | |||
2002-05-14 | fix suggested by Ian Goldberg | Miguel Freitas | |
CVS patchset: 1884 CVS date: 2002/05/14 02:34:37 | |||
2002-05-03 | switches to libtool versioning | Siggi Langauf | |
(pessimistically assuming unstable API => LT_CURRENT=0; 1 would be better, but only if we assume a stable API) CVS patchset: 1849 CVS date: 2002/05/03 23:21:03 | |||
2002-05-01 | added xml parser/lexer from thibaut mattern | Guenter Bartsch | |
CVS patchset: 1823 CVS date: 2002/05/01 19:41:55 | |||
2002-04-27 | Two small changes to stop C++ moaning | Rich J Wareham | |
CVS patchset: 1781 CVS date: 2002/04/27 14:35:39 | |||
2002-03-24 | Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken | Daniel Caujolle-Bert | |
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56 | |||
2002-03-24 | scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵ | Guenter Bartsch | |
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36 | |||
2002-03-23 | content-detection for ogg | Guenter Bartsch | |
CVS patchset: 1623 CVS date: 2002/03/23 22:39:11 | |||
2002-03-21 | verbose mutex - will this be usefull for debugging? | Guenter Bartsch | |
CVS patchset: 1609 CVS date: 2002/03/21 21:30:51 | |||
2002-02-06 | perr never used. | Daniel Caujolle-Bert | |
CVS patchset: 1477 CVS date: 2002/02/06 02:20:59 | |||
2002-01-25 | Add header files for strcpy/malloc/... | Juergen Keil | |
CVS patchset: 1453 CVS date: 2002/01/25 19:21:39 | |||
2002-01-21 | provide a "setenv" implementation, when it's missing in libc | Juergen Keil | |
CVS patchset: 1433 CVS date: 2002/01/21 09:52:48 | |||
2002-01-02 | Correct spelling of __VA_ARGS__ macro | Juergen Keil | |
CVS patchset: 1324 CVS date: 2002/01/02 18:16:07 | |||
2001-12-14 | Move [PATH/NAME]_MAX into compat.h. | Daniel Caujolle-Bert | |
CVS patchset: 1246 CVS date: 2001/12/14 21:03:03 | |||
2001-12-08 | improved altivec detection by Bill Fink <billfink@mindspring.com> | Guenter Bartsch | |
CVS patchset: 1178 CVS date: 2001/12/08 01:19:54 | |||
2001-12-05 | altivec support by Jeffrey W. Baker <jwbaker@acm.org> | Guenter Bartsch | |
CVS patchset: 1171 CVS date: 2001/12/05 15:12:02 | |||
2001-11-30 | Valid mrls are no more static (except few ones), like file suffix too. | Daniel Caujolle-Bert | |
First draft of compat.h (almost empty for now). CVS patchset: 1139 CVS date: 2001/11/30 00:53:50 | |||
2001-11-20 | bugfix | Miguel Freitas | |
CVS patchset: 1091 CVS date: 2001/11/20 17:23:45 | |||
2001-11-20 | testing some configfile stuff... | Miguel Freitas | |
CVS patchset: 1090 CVS date: 2001/11/20 17:22:13 | |||
2001-11-20 | playing with new configfile scheme | Miguel Freitas | |
CVS patchset: 1089 CVS date: 2001/11/20 16:38:34 | |||
2001-11-18 | test OS support for SSE instructions | Miguel Freitas | |
CVS patchset: 1073 CVS date: 2001/11/18 23:00:34 | |||
2001-11-18 | new configfile interface, code cleanup, xprintf is gone | Guenter Bartsch | |
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23 | |||
2001-11-18 | sorry, last update already contained some of the new config code | Guenter Bartsch | |
CVS patchset: 1063 CVS date: 2001/11/18 01:26:24 | |||
2001-11-18 | update to latest mpeg2dec x86_accel sources, hopefully this solves conftest ↵ | Guenter Bartsch | |
segfault CVS patchset: 1062 CVS date: 2001/11/18 00:05:06 | |||
2001-11-17 | fixing memory leaks | Miguel Freitas | |
CVS patchset: 1061 CVS date: 2001/11/17 22:40:01 | |||
2001-11-17 | Install attributes.h again, my mistake. | Daniel Caujolle-Bert | |
CVS patchset: 1055 CVS date: 2001/11/17 16:48:42 | |||
2001-11-17 | Add 'xine_' prefix to all of xine-utils functions (what about cpu | Daniel Caujolle-Bert | |
acceleration?). Merge xine-utils header files to a new one "xineutils.h". Update xine-lib C/headers to reflect those changes. dxr3 headers are no more installed ine $includdir, but $includdir/xine. CVS patchset: 1054 CVS date: 2001/11/17 14:26:36 |