summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-04-14make sure xine is unpaused before seekingMiguel Freitas
CVS patchset: 1721 CVS date: 2002/04/14 21:28:03
2002-04-14link syncfb plugin with X11 librariesEwald Snel
CVS patchset: 1720 CVS date: 2002/04/14 18:07:47
2002-04-14pts generation for video and split-up of big packagesGuenter Bartsch
CVS patchset: 1719 CVS date: 2002/04/14 03:31:44
2002-04-14avoid critical problems in yuv2rgb caused by very small frame output sizeEwald Snel
CVS patchset: 1718 CVS date: 2002/04/14 00:58:23
2002-04-14some more support for video in oggGuenter Bartsch
CVS patchset: 1717 CVS date: 2002/04/14 00:45:46
2002-04-14xvid fourcc patch, small debug output fixesGuenter Bartsch
CVS patchset: 1716 CVS date: 2002/04/14 00:24:45
2002-04-13Fixed the audio pausing/resuming on alsa09.James Courtier-Dutton
It now only does quick pause if the sound card can handle it. CVS patchset: 1715 CVS date: 2002/04/13 15:33:38
2002-04-13Fix a bug whereby xine would hang if someone pressed the STOP or EXIT button ↵James Courtier-Dutton
during a still dvd menu using the xine-dvdnav plugin. CVS patchset: 1714 CVS date: 2002/04/13 13:34:27
2002-04-13patch submitted by Christian Vogler plus some coding style cleanupsGuenter Bartsch
CVS patchset: 1713 CVS date: 2002/04/13 11:59:58
2002-04-12Checking in fix by Ivo Panacek <ivop@regionet.cz>... thanks.Matthias Dahl
CVS patchset: 1712 CVS date: 2002/04/12 20:03:26
2002-04-12ignore first pts (timestamp) after seeking (not reliable, i don't knowMiguel Freitas
why). remove framerate calculation from asf_send_buffer_defrag() since it's only used for audio with audio_conceal_interleave. CVS patchset: 1711 CVS date: 2002/04/12 01:39:07
2002-04-11Add an INPUT_CAP_PREVIEW mode.James Courtier-Dutton
This tells the demuxers if the input plugin can handle preview testing. Most plugins which are seekable can handle it. The current exception to this is the xine-dvdnav plugin which is seekable but not previewable due to DVDs having still pictures which stall the preview testing. CVS patchset: 1710 CVS date: 2002/04/11 22:27:11
2002-04-11Tempory fix for playing DVDs with dvdnav.James Courtier-Dutton
Preview mode disabled, until I understand what preview mode is for. CVS patchset: 1709 CVS date: 2002/04/11 14:04:47
2002-04-11Fix configfile corruption reported by Chris RankinEwald Snel
CVS patchset: 1708 CVS date: 2002/04/11 07:17:43
2002-04-10German tranlation update from Philipp Matthias Hahn <pmhahn@titan.lahn.de>.Daniel Caujolle-Bert
CVS patchset: 1707 CVS date: 2002/04/10 22:52:17
2002-04-10some contribution to hackers guide...Miguel Freitas
CVS patchset: 1706 CVS date: 2002/04/10 18:23:36
2002-04-10update spu apiMiguel Freitas
CVS patchset: 1705 CVS date: 2002/04/10 10:37:41
2002-04-09make sure asxparser doesn't try to handle mms:// style mrlsGuenter Bartsch
CVS patchset: 1704 CVS date: 2002/04/09 23:16:31
2002-04-09patch to fix libsputext on seeks by Zoltán BöszörményiMiguel Freitas
CVS patchset: 1703 CVS date: 2002/04/09 13:53:52
2002-04-09Introducing steps towards a menu api in video_overlay.cJames Courtier-Dutton
First step here is make libspudec use different calls to video_overlay than osd, so changes can be made to menu handling without effecting osd too much. CVS patchset: 1702 CVS date: 2002/04/09 13:20:43
2002-04-09update to Miguel's new decoder apiMike Lampard
CVS patchset: 1701 CVS date: 2002/04/09 10:56:19
2002-04-09new xine error (usually reported with unknown codecs)Miguel Freitas
CVS patchset: 1700 CVS date: 2002/04/09 04:35:17
2002-04-09fix to play some streams with bih.biCompression not setMiguel Freitas
CVS patchset: 1699 CVS date: 2002/04/09 04:29:05
2002-04-09buffer leakMiguel Freitas
CVS patchset: 1698 CVS date: 2002/04/09 04:14:13
2002-04-09*** empty log message ***Miguel Freitas
CVS patchset: 1697 CVS date: 2002/04/09 03:39:59
2002-04-09- new (fast) demuxer seeking schemeMiguel Freitas
- updated decoder api to allow reseting internal state on seeks CVS patchset: 1696 CVS date: 2002/04/09 03:37:59
2002-04-07Fix compile problems with wine including the wrong header files.James Courtier-Dutton
CVS patchset: 1695 CVS date: 2002/04/07 12:17:26
2002-04-07forget pts on resetMiguel Freitas
CVS patchset: 1694 CVS date: 2002/04/07 12:11:48
2002-04-07fix bug where metronom_got_audio_samples() is called beforeMiguel Freitas
in_discontinuity was set. CVS patchset: 1693 CVS date: 2002/04/07 12:09:38
2002-04-07another divx5 oatch from heiko schaeferGuenter Bartsch
CVS patchset: 1692 CVS date: 2002/04/07 09:37:11
2002-04-06divx5 codec support, patch contributed by heiko schaeferGuenter Bartsch
CVS patchset: 1691 CVS date: 2002/04/06 21:08:29
2002-04-06update to latest ffmpeg cvs, this should add mpeg-4 bframe support :-) (BTW: ↵Guenter Bartsch
ffmpeg-guys: impressive work\!\!) CVS patchset: 1690 CVS date: 2002/04/06 20:51:22
2002-04-06revert last patchMiguel Freitas
CVS patchset: 1689 CVS date: 2002/04/06 20:05:10
2002-04-06Very minor change to rff pattern function.James Courtier-Dutton
CVS patchset: 1688 CVS date: 2002/04/06 16:49:19
2002-04-06Cleaning up libspudecJames Courtier-Dutton
CVS patchset: 1687 CVS date: 2002/04/06 15:40:19
2002-04-06enough of talking... :)Miguel Freitas
time to provide a real 3:2 detection to smooth ntsc duration and still being standards compliant! CVS patchset: 1686 CVS date: 2002/04/06 14:52:52
2002-04-06changes i forgot to commit with sound card drift patch. AO_MAX_GAP shouldMiguel Freitas
be used if driver can't provide realtime information for drift correction. CVS patchset: 1685 CVS date: 2002/04/06 14:19:12
2002-04-06Forgotten file.Daniel Caujolle-Bert
CVS patchset: 1684 CVS date: 2002/04/06 09:06:18
2002-04-06Add pl_PL translation from Bartlomiej Muryn <forever@klub.chip.pl>.Daniel Caujolle-Bert
CVS patchset: 1683 CVS date: 2002/04/06 09:01:30
2002-04-06reset decoder on discontinuities (comments inside)Miguel Freitas
CVS patchset: 1682 CVS date: 2002/04/06 02:56:04
2002-04-06small cleanupMiguel Freitas
CVS patchset: 1681 CVS date: 2002/04/06 02:49:47
2002-04-06nav is the preferred method for discontinuity detection. scr must beMiguel Freitas
ignored after nav discontinuity since it's a relative value and would mess metronom's vpts_offset. the other case is fine (scr being detected before nav) as nav will provide an absolute correction. CVS patchset: 1680 CVS date: 2002/04/06 02:23:38
2002-04-06oops, i don't want thatMiguel Freitas
CVS patchset: 1679 CVS date: 2002/04/06 02:13:36
2002-04-06fix bad_frame logic (bug introduced in 0.2.1 sync)Miguel Freitas
CVS patchset: 1678 CVS date: 2002/04/06 02:10:33
2002-04-04Fixed have_imlib conditionnal check.Daniel Caujolle-Bert
CVS patchset: 1677 CVS date: 2002/04/04 13:27:03
2002-04-04Check about Imlib header.Daniel Caujolle-Bert
CVS patchset: 1676 CVS date: 2002/04/04 13:22:46
2002-04-04Fixed (i hope) Imlib.h inclusion.Daniel Caujolle-Bert
CVS patchset: 1675 CVS date: 2002/04/04 11:12:36
2002-04-04some progress towards implementing direct show filter ↵Guenter Bartsch
(http://tobias.everwicked.com) created streams CVS patchset: 1674 CVS date: 2002/04/04 10:36:35
2002-04-04latest dxr3 patches from Michael Roitzsch and Zoltan BoszormenyiMiguel Freitas
It adresses the following issues: * the dxr3 now handles overlays * dxr3 video decoder priority is now customizable, this way the user can choose between hardware decoding and libmpeg2 decoding (because overlays don't work with hardware decoding) * I hope I finally got the dxr3 playmode handling right CVS patchset: 1673 CVS date: 2002/04/04 00:08:36
2002-04-03tracking 0.9.9cvs changesMiguel Freitas
CVS patchset: 1672 CVS date: 2002/04/03 23:56:34