summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2003-02-04Well, noone seemed to be interrested to fix it....Daniel Caujolle-Bert
CVS patchset: 4103 CVS date: 2003/02/04 21:24:52
2003-02-02- remove LOG from audio_out.c, fix backing up the configfile if there's no ↵Bastien Nocera
configfile to save, and if there's already a backup file CVS patchset: 4087 CVS date: 2003/02/02 12:33:23
2003-02-01adding flush-mode so seek() and play() work for video processing (enix)Guenter Bartsch
CVS patchset: 4080 CVS date: 2003/02/01 19:22:30
2003-02-01different method of safe config file writing by Cameron Simpson <cs@zip.com.au>:Michael Roitzsch
-> backup to a different file -> if this was successful write config to original -> if this was successful remove backup CVS patchset: 4076 CVS date: 2003/02/01 13:15:22
2003-01-31disk-full-aware configfile writing:Michael Roitzsch
-> traverse links -> write to a temporary file -> rename the file to the actual config filename CVS patchset: 4074 CVS date: 2003/01/31 22:00:19
2003-01-31update ffmpegMiguel Freitas
CVS patchset: 4068 CVS date: 2003/01/31 18:29:43
2003-01-30new av sync method by audio resample (patch by Carsten Weinhold)Miguel Freitas
CVS patchset: 4049 CVS date: 2003/01/30 20:40:42
2003-01-29- preliminary support for reference streams parsing at xine-lib (theyMiguel Freitas
are sent to gui using a new event) - function to return demux from mime type string (used by xine-plugin) - very simple parser for ram files at demux_real CVS patchset: 4030 CVS date: 2003/01/29 02:33:35
2003-01-28show 'spu_offset' when spu offset is changedDaniel Caujolle-Bert
CVS patchset: 4024 CVS date: 2003/01/28 17:07:53
2003-01-27ejecting is granted when a different input than the one to eject is currentlyMichael Roitzsch
playing CVS patchset: 4022 CVS date: 2003/01/27 21:43:18
2003-01-27handle escaped characters in MRLs betterMichael Roitzsch
CVS patchset: 4020 CVS date: 2003/01/27 18:45:58
2003-01-27Prints which input plugin and which demuxer are selected.Thibaut Mattern
It's usefull to detect problems with "detection by content". CVS patchset: 4019 CVS date: 2003/01/27 00:02:57
2003-01-26revert, commited by error, thibaut patch ;-)Daniel Caujolle-Bert
CVS patchset: 4017 CVS date: 2003/01/26 23:36:46
2003-01-26fix automake warning. NOTE: nvtv user, can you check if i didn't break ↵Daniel Caujolle-Bert
compilation of this stuff?? CVS patchset: 4016 CVS date: 2003/01/26 23:31:13
2003-01-26patch from Fredrik Noring <noring@nocrew.org> (slightly modified)Michael Roitzsch
bail out if video out cannot provide more pre-alloc'ed frames CVS patchset: 4013 CVS date: 2003/01/26 18:12:39
2003-01-25- only default frame's extra_info to the video decoder one, when it is emptyMichael Roitzsch
- do not use extra_info from the backup image, it is outdated CVS patchset: 4005 CVS date: 2003/01/25 12:10:33
2003-01-23preparations for beta3:Miguel Freitas
- disable debug messages in flac decoder - review demuxer mimetypes - use fourcc internal functions in demux_real CVS patchset: 3995 CVS date: 2003/01/23 16:11:56
2003-01-19define raw yuv frame buffer type for v4l inputGuenter Bartsch
CVS patchset: 3973 CVS date: 2003/01/19 21:29:55
2003-01-19cleanupMichael Roitzsch
CVS patchset: 3966 CVS date: 2003/01/19 16:13:11
2003-01-19nvtv autoconf fixes by snaggenMiguel Freitas
CVS patchset: 3965 CVS date: 2003/01/19 14:55:56
2003-01-18xine_exit() can be called with xine_t object not initializedDaniel Caujolle-Bert
CVS patchset: 3963 CVS date: 2003/01/18 20:35:24
2003-01-18nvtv patch by Mattias Eriksson <snaggen@acc.umu.se> with a few changesMiguel Freitas
NOTE: reported to be still in a non-working state. use 'configure --enable-nvtv' to test. otherwise lib will be compiled with xine_tvmode_* dummy functions just to keep compatibility. CVS patchset: 3954 CVS date: 2003/01/18 15:29:19
2003-01-17silence, again!Siggi Langauf
more cleanup: use strdup, exchanging paranoia for cleanness ;-) CVS patchset: 3950 CVS date: 2003/01/17 21:09:17
2003-01-17-minor cleanup: the catalog cache is no longer considerd "experimental" ;-)Siggi Langauf
-adding XINE_PLUGIN_PATH support: you can specify a plugin search path via environment. Specified directories are searched recursively; '~' at the beginning means "home dir" default search path: ~/.xine/plugins:$prefix/lib/xine/plugins CVS patchset: 3947 CVS date: 2003/01/17 18:43:38
2003-01-17fix overrun, that is: fix dxr3 <-> divx bug!Miguel Freitas
CVS patchset: 3941 CVS date: 2003/01/17 16:10:32
2003-01-14move default handled flag to xine.c. this fixes false alarm with -A null.Miguel Freitas
CVS patchset: 3909 CVS date: 2003/01/14 00:10:28
2003-01-13do not dispose audio and video ports on stream dispose.Miguel Freitas
CVS patchset: 3906 CVS date: 2003/01/13 23:02:41
2003-01-13Whoops, shame on me.Michael Roitzsch
CVS patchset: 3902 CVS date: 2003/01/13 17:47:35
2003-01-13autoscan plugins and config entries are ordered nowMichael Roitzsch
good news for Daniel: no frontend change is required, the entries are sorted inside the engine I did not change the config entry names for now, because they seem well sorted already, so I avoided breaking everyones config file. But it is now possible to name the config keys in a <section>.<plugin>.<entry> style (instead of the old <section>.<entry> style) resulting in entries of the same plugin being sorted next to each other. CVS patchset: 3901 CVS date: 2003/01/13 17:43:08
2003-01-13match implemented behaviour better to the one documented in the public headerMichael Roitzsch
CVS patchset: 3900 CVS date: 2003/01/13 16:26:48
2003-01-13Fix segmentation fault (in X11 libraries)Ewald Snel
This occurs when using xine-lib in a multithreaded environment, using a single xine object with multiple streams and multiple X11 display connections, which are closed when a stream is disposed. CVS patchset: 3898 CVS date: 2003/01/13 15:40:08
2003-01-13debug messageMichael Roitzsch
CVS patchset: 3892 CVS date: 2003/01/13 13:43:46
2003-01-13detach from master on disposeMiguel Freitas
CVS patchset: 3889 CVS date: 2003/01/13 03:02:15
2003-01-13- add option to adjust spu sync (works for both dvd and external subtitles)Miguel Freitas
- implement some master/slave stuff - implement subtitle mrl: xine movie.mpg#subtitle:whatever.sub CVS patchset: 3887 CVS date: 2003/01/13 02:15:07
2003-01-11this log message is not restriced to input plugins, demuxers and preloaded ↵Michael Roitzsch
plugins get here as well CVS patchset: 3876 CVS date: 2003/01/11 21:22:20
2003-01-11introducing a new, very low-impact aproach on implementing a video ↵Guenter Bartsch
processing api CVS patchset: 3875 CVS date: 2003/01/11 19:06:52
2003-01-11get img_duration from video_outMiguel Freitas
CVS patchset: 3871 CVS date: 2003/01/11 12:51:17
2003-01-11brand-new external subtitles support. (yes, it works!)Miguel Freitas
tested with asf, avi and mpeg but any media should work. todo: - clean up the master/slave stuff and public api. - implement seeking on demux_sputext.c (it must seek to closest subtitle) - general cleaning up and bugfixing CVS patchset: 3860 CVS date: 2003/01/11 03:47:01
2003-01-10have length in miliseconds tooMiguel Freitas
fix some intermediate calculation CVS patchset: 3856 CVS date: 2003/01/10 21:10:50
2003-01-10protect update of current_extra_infoMiguel Freitas
CVS patchset: 3854 CVS date: 2003/01/10 19:15:16
2003-01-10add width/height to vo_statusMiguel Freitas
CVS patchset: 3853 CVS date: 2003/01/10 13:12:20
2003-01-10internal input_time is miliseconds nowMiguel Freitas
CVS patchset: 3851 CVS date: 2003/01/10 11:57:15
2003-01-09very very nice: fixing an old xine bug of slider bar positioning forMiguel Freitas
non-interleaved streams. (ep2_clone_war_p640.avi case) CVS patchset: 3845 CVS date: 2003/01/09 13:26:03
2003-01-09- can't use HAS_VIDEO/HAS_AUDIO at this stage because some demuxers will onlyMiguel Freitas
set it on send_headers. also daniel convinced me that xine does "handle a no audio stream" - fix audio_out.c to abort filling with zero on seeking/stop/quit. CVS patchset: 3840 CVS date: 2003/01/09 02:44:39
2003-01-09handled/unhandled fixes. now it should work for dvd too.Miguel Freitas
CVS patchset: 3839 CVS date: 2003/01/09 01:09:57
2003-01-08allow frames to be freed in paused modeMiguel Freitas
that fixes the problem reported by thibaut (mms pauses xine and then libmpeg2 decoder is disposed - freeing frames) CVS patchset: 3834 CVS date: 2003/01/08 21:21:12
2003-01-08Fix memory leak (caused by 'recent frames' in some video output drivers)Ewald Snel
CVS patchset: 3830 CVS date: 2003/01/08 14:21:27
2003-01-08new buffer type for an unusual audio typeMike Melanson
CVS patchset: 3820 CVS date: 2003/01/08 06:53:17
2003-01-08fixes/cleanups of the handled/unhandled codecsMiguel Freitas
for more information see message on xine-devel CVS patchset: 3818 CVS date: 2003/01/08 01:02:27
2003-01-07no kidding, support for yet another ADPCM format (Dialogic)Mike Melanson
CVS patchset: 3804 CVS date: 2003/01/07 06:26:25