summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-12same fix from demux_mpeg_block, although not tested here.Miguel Freitas
CVS patchset: 1562 CVS date: 2002/03/12 03:03:18
2002-03-12trying to fix discontinuity handling. now it pass on my vob discontinuityMiguel Freitas
torture test :) CVS patchset: 1561 CVS date: 2002/03/12 02:55:37
2002-03-12porting some fixes to new metronomMiguel Freitas
CVS patchset: 1560 CVS date: 2002/03/12 01:35:54
2002-03-12...missing filesGuenter Bartsch
CVS patchset: 1559 CVS date: 2002/03/12 00:46:27
2002-03-12updated ffmpeg to the latest ffmpeg-cvs, hopefully this will handle divx5 filesGuenter Bartsch
CVS patchset: 1558 CVS date: 2002/03/12 00:40:52
2002-03-11libdivx4 doesn't handle 3ivx, corrected misleading error messageGuenter Bartsch
CVS patchset: 1557 CVS date: 2002/03/11 23:43:58
2002-03-11Add a "control" method to the audio drivers, to allow pause/resume of theJuergen Keil
playback stream and to flush buffered samples from from the audio driver. (Currently implemented in the 'Sun' audio driver, + some untested code in the alsa 0.9 driver). The pause/resume method can be used by the engine to immediatelly stop playing buffered audio samples when the video is paused. Flushing buffered samples is useful when a video is stopped. And it'll be useful for better seeking support, too. CVS patchset: 1556 CVS date: 2002/03/11 19:58:00
2002-03-11Check both BUF_FLAG_END_STREAM and BUF_FLAG_END_USER flag to detect end ofJuergen Keil
stream. Without it, xine-engine stays in XINE_PLAY mode at the end of stream and a subsequent xine_play() is a no-op. CVS patchset: 1555 CVS date: 2002/03/11 19:49:07
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
2002-03-11Fix muting set volume to 0 bug.Daniel Caujolle-Bert
CVS patchset: 1553 CVS date: 2002/03/11 09:01:37
2002-03-11Update Jerôme contributions.Daniel Caujolle-Bert
CVS patchset: 1552 CVS date: 2002/03/11 00:18:12
2002-03-11Use same datatype.Daniel Caujolle-Bert
CVS patchset: 1551 CVS date: 2002/03/11 00:00:08
2002-03-10fix for some segfault on exitMiguel Freitas
CVS patchset: 1550 CVS date: 2002/03/10 21:43:30
2002-03-10copy last 2 lines on linear blendMiguel Freitas
CVS patchset: 1549 CVS date: 2002/03/10 21:37:26
2002-03-10- mpeg2 frame duration fixesMiguel Freitas
- metronom fixes, drift calculation CVS patchset: 1548 CVS date: 2002/03/10 21:16:14
2002-03-08temporary fix for a/v sync problems, this is _not_ the big update I'm ↵Guenter Bartsch
planning which will use scr info for "informed" discontinuity handling. This is just a quick'n'dirty fix. CVS patchset: 1547 CVS date: 2002/03/08 19:17:05
2002-03-08slight output changesHeiko Schaefer
CVS patchset: 1546 CVS date: 2002/03/08 16:56:03
2002-03-08Added xine OSD menu structures.James Courtier-Dutton
CVS patchset: 1545 CVS date: 2002/03/08 13:50:40
2002-03-08Reenable AAlib output.Daniel Caujolle-Bert
CVS patchset: 1544 CVS date: 2002/03/08 13:05:42
2002-03-08dxr3 improvements from Michael RoitzschJames Courtier-Dutton
CVS patchset: 1543 CVS date: 2002/03/08 00:24:40
2002-03-07Improvements to dxr3 support.James Courtier-Dutton
Added some nav packet decoding to help menus disappear. by Michael Roitzsch CVS patchset: 1542 CVS date: 2002/03/07 13:33:44
2002-03-07Small clean up.James Courtier-Dutton
From Michael Roitzsch CVS patchset: 1541 CVS date: 2002/03/07 13:26:15
2002-03-05Change to the real name of Forever.Daniel Caujolle-Bert
CVS patchset: 1540 CVS date: 2002/03/05 23:08:22
2002-03-05remove bad "get_info" functions.James Courtier-Dutton
---------------------------------------------------------------------- CVS patchset: 1539 CVS date: 2002/03/05 22:31:06
2002-03-05Fix segfault on xine close, if xine is run with "xine -Anull"James Courtier-Dutton
CVS patchset: 1538 CVS date: 2002/03/05 22:00:25
2002-03-05dxr3 output should now work.James Courtier-Dutton
CVS patchset: 1537 CVS date: 2002/03/05 21:54:31
2002-03-05Add video out get_property function callJames Courtier-Dutton
---------------------------------------------------------------------- CVS patchset: 1536 CVS date: 2002/03/05 20:39:05
2002-03-01memleak fixes from ewald snelGuenter Bartsch
CVS patchset: 1535 CVS date: 2002/03/01 09:29:49
2002-03-01another zoom patch from Thibaut MATTERNGuenter Bartsch
CVS patchset: 1534 CVS date: 2002/03/01 09:23:21
2002-02-28aspect ratio change in fullscreen mode hopefully fixedGuenter Bartsch
CVS patchset: 1533 CVS date: 2002/02/28 18:32:57
2002-02-27Fixed datatype.Daniel Caujolle-Bert
CVS patchset: 1532 CVS date: 2002/02/27 20:23:41
2002-02-27Include bsd headers only in bsd.Daniel Caujolle-Bert
CVS patchset: 1531 CVS date: 2002/02/27 19:40:29
2002-02-27Fix cpp syntax errorJuergen Keil
CVS patchset: 1530 CVS date: 2002/02/27 19:10:37
2002-02-27fixed printfHeiko Schaefer
CVS patchset: 1529 CVS date: 2002/02/27 13:09:30
2002-02-27FreeBSD compile fixHeiko Schaefer
CVS patchset: 1528 CVS date: 2002/02/27 12:08:11
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