summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2001-11-19fix buffer leak and race condition where audio_out thread would not runMiguel Freitas
CVS patchset: 1079 CVS date: 2001/11/19 18:58:04
2001-11-19make description strings optional - config options without description ↵Guenter Bartsch
string will not appear in setup dialog CVS patchset: 1075 CVS date: 2001/11/19 02:57:10
2001-11-18make audio_out close fasterMiguel Freitas
CVS patchset: 1072 CVS date: 2001/11/18 22:59:29
2001-11-18fix enum value savingMiguel Freitas
CVS patchset: 1070 CVS date: 2001/11/18 21:38:23
2001-11-18more cleanups, config stuff bugfixesGuenter Bartsch
CVS patchset: 1068 CVS date: 2001/11/18 15:08:30
2001-11-18new configfile interface, code cleanup, xprintf is goneGuenter Bartsch
CVS patchset: 1064 CVS date: 2001/11/18 03:53:23
2001-11-17fixing memory leaksMiguel Freitas
CVS patchset: 1061 CVS date: 2001/11/17 22:40:01
2001-11-17fix iso mpeg4 identification (can only be played on ffmpeg or divxMiguel Freitas
decoder) CVS patchset: 1060 CVS date: 2001/11/17 19:42:08
2001-11-17Some more DTS corrections.James Courtier-Dutton
CVS patchset: 1056 CVS date: 2001/11/17 17:29:39
2001-11-17Add 'xine_' prefix to all of xine-utils functions (what about cpuDaniel 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
2001-11-16Small change.James Courtier-Dutton
CVS patchset: 1053 CVS date: 2001/11/16 21:06:21
2001-11-16DTS Audio should work via the SPDIF Digital out.James Courtier-Dutton
Added DTS syncinfo check and header parsing. CVS patchset: 1051 CVS date: 2001/11/16 20:24:56
2001-11-15improved audio/spu channel selection, let the user take control over both if ↵Guenter Bartsch
he/she wants to CVS patchset: 1047 CVS date: 2001/11/15 23:18:04
2001-11-15small buffer size caused popping noises for meHeiko Schaefer
CVS patchset: 1046 CVS date: 2001/11/15 17:11:20
2001-11-15fix segfault playing mono/low rate streams. we need to check if 4x isMiguel Freitas
enough for all resample cases!! CVS patchset: 1039 CVS date: 2001/11/15 00:32:36
2001-11-15small types updateMiguel Freitas
CVS patchset: 1038 CVS date: 2001/11/15 00:30:33
2001-11-13metronom logic changedHeiko Schaefer
CVS patchset: 1030 CVS date: 2001/11/13 21:47:57
2001-11-10'debug' build didn't compile any more, variable 'vpts' was unknownJuergen Keil
CVS patchset: 1015 CVS date: 2001/11/10 19:34:25
2001-11-10check for start of streamHeiko Schaefer
CVS patchset: 1013 CVS date: 2001/11/10 14:57:20
2001-11-10very unfinished scr discontinuity detection stuff, new software audio out ↵Guenter Bartsch
buffer and thread CVS patchset: 1010 CVS date: 2001/11/10 13:48:02
2001-11-10new VO_PROP_TVMODE propertyMike Lampard
CVS patchset: 1008 CVS date: 2001/11/10 06:20:39
2001-11-07new win32 codecs / buf types (some not supported yet)Miguel Freitas
CVS patchset: 990 CVS date: 2001/11/07 19:41:26
2001-11-07buf types cleanup (audio stuff)Miguel Freitas
CVS patchset: 989 CVS date: 2001/11/07 19:06:15
2001-11-07buf types cleanupMiguel Freitas
CVS patchset: 988 CVS date: 2001/11/07 18:27:45
2001-11-07buf type cleanup (1st part)Miguel Freitas
CVS patchset: 987 CVS date: 2001/11/07 18:26:36
2001-11-06ASF bugfixes / variable to check for fifo buffer sizeMiguel Freitas
CVS patchset: 971 CVS date: 2001/11/06 21:46:05
2001-11-06catch segmentation fault on plugin load/initializationMiguel Freitas
CVS patchset: 963 CVS date: 2001/11/06 00:23:14
2001-11-04Bill's force audio rate patches, preparing for 0.9.40.9.4Guenter Bartsch
CVS patchset: 953 CVS date: 2001/11/04 22:49:38
2001-11-04added zoom patch by Thibaut Mattern <tmattern@noos.fr>Siggi Langauf
Please test, maybe aspect ratio is damaged by this... CVS patchset: 949 CVS date: 2001/11/04 11:53:07
2001-11-02implement in-menu event for the dxr3 spu decoderMike Lampard
CVS patchset: 931 CVS date: 2001/11/02 13:18:27
2001-11-01Added XINE_EVENT_INPUT_ANGLE_(NEXT|PREVIOUS) mapped to KP 7/4Rich J Wareham
CVS patchset: 921 CVS date: 2001/11/01 14:14:35
2001-10-30make xine recognize the new windows media formats and a small audio output ↵Guenter Bartsch
plugin loader bugfix CVS patchset: 914 CVS date: 2001/10/30 09:42:26
2001-10-27- new dirty and cheap deinterlace method: we give half of the lines to xvMiguel Freitas
driver and let it scale for us - xine_list_demux_plugins update CVS patchset: 894 CVS date: 2001/10/27 16:12:21
2001-10-25This file already moved to xine-utils subdir.Daniel Caujolle-Bert
CVS patchset: 883 CVS date: 2001/10/25 09:23:15
2001-10-25demux api change to report supported mimetypesMiguel Freitas
CVS patchset: 882 CVS date: 2001/10/25 00:46:58
2001-10-24minor cleanups and fixes, fixed still image support in metronomGuenter Bartsch
CVS patchset: 881 CVS date: 2001/10/24 22:23:10
2001-10-23A tempory fix to audio sync with navdvd.James Courtier-Dutton
CVS patchset: 872 CVS date: 2001/10/23 21:58:11
2001-10-23Changed debug printf to xprintf.James Courtier-Dutton
Added a comment in load_plugins. CVS patchset: 871 CVS date: 2001/10/23 21:51:11
2001-10-23One step back about RTLD_GLOBAL. That don't fix anything.Daniel Caujolle-Bert
CVS patchset: 869 CVS date: 2001/10/23 21:33:41
2001-10-23Made external symbol names available for plugins (xmalloc and friends).Daniel Caujolle-Bert
CVS patchset: 865 CVS date: 2001/10/23 11:29:54
2001-10-22Forgotten crosslink removal.Daniel Caujolle-Bert
CVS patchset: 860 CVS date: 2001/10/22 22:11:01
2001-10-22Fixed libxineutils linking.Daniel Caujolle-Bert
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
2001-10-22added xine_is_stream_seekable function, minor code cleanupsGuenter Bartsch
CVS patchset: 858 CVS date: 2001/10/22 17:10:20
2001-10-22adding new events for advanced input plugins: INPUT_NEXT, INPUT_PREVIOUSGuenter Bartsch
CVS patchset: 857 CVS date: 2001/10/22 16:45:01
2001-10-22Improved setting of audio channel from dvdnav.James Courtier-Dutton
CVS patchset: 855 CVS date: 2001/10/22 01:23:08
2001-10-22remove prefetchnta from mmx1 codeMiguel Freitas
CVS patchset: 853 CVS date: 2001/10/22 01:00:16
2001-10-22introducing libxineutils and a this pointer for video_out_x11 callbacksGuenter Bartsch
CVS patchset: 852 CVS date: 2001/10/22 00:52:09
2001-10-21Fixed problem with overlay being stamped onto still menus.James Courtier-Dutton
Thanks to Rich Wareham CVS patchset: 848 CVS date: 2001/10/21 13:14:08
2001-10-21Implement support for auto display of Menus.James Courtier-Dutton
CVS patchset: 847 CVS date: 2001/10/21 12:09:06
2001-10-21more memcpy stuffMiguel Freitas
CVS patchset: 846 CVS date: 2001/10/21 00:18:22