summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-27bsd include file fixGuenter Bartsch
CVS patchset: 1527 CVS date: 2002/02/27 11:42:39
2002-02-27patch from Thibaut MATTERN, removes height hack and another onefield fixGuenter Bartsch
CVS patchset: 1526 CVS date: 2002/02/27 08:54:14
2002-02-26more charset encoding support, provided by Jirka Novak <j.novak@netsystem.cz>Guenter Bartsch
CVS patchset: 1525 CVS date: 2002/02/26 23:17:01
2002-02-26encoding support by Jirka Novak, Ivo PanacekGuenter Bartsch
CVS patchset: 1524 CVS date: 2002/02/26 23:13:06
2002-02-26yuv2rgb optimizations and downscaling support by Scott Smith <ssmith@akamai.com>Guenter Bartsch
CVS patchset: 1523 CVS date: 2002/02/26 22:53:58
2002-02-26onefield / zoom patches from thibaut matternGuenter Bartsch
CVS patchset: 1522 CVS date: 2002/02/26 21:50:42
2002-02-26allocate frame data memory depending on colorspace formatGuenter Bartsch
CVS patchset: 1521 CVS date: 2002/02/26 21:41:41
2002-02-26Fix segfault with Xv and remote display.Daniel Caujolle-Bert
CVS patchset: 1520 CVS date: 2002/02/26 00:55:34
2002-02-25xine now compiles ok with the dxr3 em8300 ver 0.12.0 ,but dxr3 does not ↵James Courtier-Dutton
actually work yet. CVS patchset: 1519 CVS date: 2002/02/25 23:44:05
2002-02-25Latest 'de' update from Philipp Matthias Hahn <pmhahn@titan.lahn.de>.Daniel Caujolle-Bert
CVS patchset: 1518 CVS date: 2002/02/25 21:50:00
2002-02-25DirectFB output plugin changedRich J Wareham
CVS patchset: 1517 CVS date: 2002/02/25 10:32:53
2002-02-25*phew* Xv video output driver works now, zoom feature has been stripped down ↵Guenter Bartsch
a little. Code is cleaned up, identifiers should be consistent with xshm driver (as far as possible) CVS patchset: 1516 CVS date: 2002/02/25 01:23:41
2002-02-25speling corrections ;-pGuenter Bartsch
CVS patchset: 1515 CVS date: 2002/02/25 01:00:20
2002-02-24Fix segfault.Daniel Caujolle-Bert
CVS patchset: 1514 CVS date: 2002/02/24 17:09:54
2002-02-24clean black bars on window/frame size changeGuenter Bartsch
CVS patchset: 1513 CVS date: 2002/02/24 15:14:39
2002-02-24makefile cleanup, pause frame fixed for xshm, beginning to work on xv outputGuenter Bartsch
CVS patchset: 1512 CVS date: 2002/02/24 00:43:02
2002-02-23Workaround added for a bug in Sun's audiocs driver (used for Ultra10, Ultra60,Juergen Keil
... onboard audio hw): re-block audio data to a multiple of 1024 bytes when writing to the audio device. When we write to the audiocs device with a length % 1024 != 0, the play.samples count returned in the AUDIO_GETINFO ioctl contains bogus information (not all samples are counted, count runs backwards, ...) causing video/audio syncronization issues with this audio hw. CVS patchset: 1511 CVS date: 2002/02/23 17:22:09
2002-02-20Add 'es' internationalisation file from Juan Manuel García Molina ↵Daniel Caujolle-Bert
<juanma_gm@wanadoo.es>. CVS patchset: 1510 CVS date: 2002/02/20 21:49:35
2002-02-18VO_PROP_MAX_NUM_FRAMES, expose event handlingGuenter Bartsch
CVS patchset: 1509 CVS date: 2002/02/18 17:30:38
2002-02-18cleanup/added debug messages, small metronom fixGuenter Bartsch
CVS patchset: 1508 CVS date: 2002/02/18 15:55:44
2002-02-18do not discard frames in vo_frame_draw as they may be needed for stillGuenter Bartsch
frame creation CVS patchset: 1507 CVS date: 2002/02/18 13:33:19
2002-02-18Add slovak translation file from Tomas Kovar <tomask@mac.com>.Daniel Caujolle-Bert
CVS patchset: 1506 CVS date: 2002/02/18 13:25:03
2002-02-18First attempt at documenting input pluginsRich J Wareham
CVS patchset: 1505 CVS date: 2002/02/18 12:01:06
2002-02-18new deinterlacing method (linear blend).Miguel Freitas
CVS patchset: 1504 CVS date: 2002/02/18 02:05:06
2002-02-17big debug output cleanup. removed debug output from log window, loggingGuenter Bartsch
relevant information like stream type/size/bitrate instead. demuxer cleanup, removed no-longer-needed macros :-) switched off video_out/libmpeg2/... verbose log output messages. CVS patchset: 1503 CVS date: 2002/02/17 17:32:49
2002-02-17more bugfixes, I can now see video using xshm :-)Guenter Bartsch
CVS patchset: 1502 CVS date: 2002/02/17 15:53:28
2002-02-17each frame has an id for debugging purposes now; xshm driver can at least ↵Guenter Bartsch
display the logo without crashing now :-) CVS patchset: 1501 CVS date: 2002/02/17 00:06:58
2002-02-16bufixes from miguel freitasGuenter Bartsch
CVS patchset: 1500 CVS date: 2002/02/16 23:37:55
2002-02-16beginning of video_out_driver changesGuenter Bartsch
- driver will ask gui for output size on every frame - shm driver has a seperate yuv2rgb converter instance for every frame - all drivers disabled except xshm, until they're fixed I'm planning to introduce a queue of video_out_events in video_out.c, so events are delivered by video_out_loop which means that all driver functions are called from the same thread (no locking necessary, should help the opengl driver) CVS patchset: 1499 CVS date: 2002/02/16 22:43:24
2002-02-15another dxr3 compile patch by Boszormenyi ZoltanGuenter Bartsch
CVS patchset: 1498 CVS date: 2002/02/15 11:46:57
2002-02-15dxr3 compile patch by Boszormenyi ZoltanGuenter Bartsch
CVS patchset: 1497 CVS date: 2002/02/15 11:43:16
2002-02-12Fixed wrong named ZOOM caps.Daniel Caujolle-Bert
CVS patchset: 1496 CVS date: 2002/02/12 23:31:32
2002-02-12Add missing VO_CAPs.Daniel Caujolle-Bert
CVS patchset: 1495 CVS date: 2002/02/12 16:45:06
2002-02-11small typo correctedGuenter Bartsch
CVS patchset: 1494 CVS date: 2002/02/11 14:48:11
2002-02-11Added DTS patch from Michael Roitzsch <amalthea@freenet.de>Rich J Wareham
CVS patchset: 1493 CVS date: 2002/02/11 13:00:46
2002-02-11serialize all libmpeg2 calls (I guess this needs to be done for other video ↵Guenter Bartsch
decoders as well) CVS patchset: 1492 CVS date: 2002/02/11 01:55:20
2002-02-10Yet again things were pulled from under my feet.. removed references to ↵Rich J Wareham
IMGFMT_RGB CVS patchset: 1491 CVS date: 2002/02/10 12:42:49
2002-02-09fix configure for freebsdHeiko Schaefer
CVS patchset: 1490 CVS date: 2002/02/09 16:58:30
2002-02-09Small changes to the English in the introduction -- only tiny ↵Rich J Wareham
'native-speaker' issues. CVS patchset: 1489 CVS date: 2002/02/09 13:43:11
2002-02-09Added details on writing a video output pluginRich J Wareham
CVS patchset: 1488 CVS date: 2002/02/09 13:23:26
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-02-08Avoid concurency access to mixer.Daniel Caujolle-Bert
CVS patchset: 1486 CVS date: 2002/02/08 13:13:47
2002-02-08Add Philipp Matthias Hahn <pmhahn@titan.lahn.de>.Daniel Caujolle-Bert
CVS patchset: 1485 CVS date: 2002/02/08 12:54:25
2002-02-08po patch from Philipp Matthias Hahn <pmhahn@titan.lahn.de>.Daniel Caujolle-Bert
CVS patchset: 1484 CVS date: 2002/02/08 12:51:36
2002-02-07added architecture.png for html versionGuenter Bartsch
CVS patchset: 1483 CVS date: 2002/02/07 23:02:56
2002-02-07paragraphs on object orientation in xine and readme instructions on how to ↵Guenter Bartsch
use sgmltools-lite CVS patchset: 1482 CVS date: 2002/02/07 22:47:22
2002-02-06German translation by Jens Gutzeit and Philipp Hahn.Daniel Caujolle-Bert
Added translation catalogs to spec file. CVS patchset: 1481 CVS date: 2002/02/06 21:32:00
2002-02-06Add Bruno Pinaud (i have forget him).Daniel Caujolle-Bert
CVS patchset: 1480 CVS date: 2002/02/06 21:19:07
2002-02-06rename config_file_init to xine_config_file_init.Daniel Caujolle-Bert
CVS patchset: 1479 CVS date: 2002/02/06 10:57:15
2002-02-06oops, added missing Makefile.amSiggi Langauf
CVS patchset: 1478 CVS date: 2002/02/06 08:01:17