summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2003-02-22this hack can go nowMichael Roitzsch
CVS patchset: 4251 CVS date: 2003/02/22 14:22:13
2003-02-22provide a way of invalidating extra infoMichael Roitzsch
CVS patchset: 4249 CVS date: 2003/02/22 14:18:55
2003-02-22update extra info (for slider movement) in stills with audioMichael Roitzsch
CVS patchset: 4248 CVS date: 2003/02/22 14:18:16
2003-02-22fix another situation of not showing still frames: when the video fifo is full,Michael Roitzsch
we won't have any free buffers, so the try_alloc() will fail and the flush is not issued in video_out -> always keep one spare buffer CVS patchset: 4247 CVS date: 2003/02/22 14:12:45
2003-02-21disable debug outputGuenter Bartsch
CVS patchset: 4226 CVS date: 2003/02/21 02:05:12
2003-02-21make number of video buffers user-configurableGuenter Bartsch
CVS patchset: 4223 CVS date: 2003/02/21 01:13:55
2003-02-20Same fix for yv12James Stembridge
CVS patchset: 4216 CVS date: 2003/02/20 11:59:32
2003-02-20Fix copy of yuy2 frame by slices when frame height is not a multiple of 16James Stembridge
CVS patchset: 4215 CVS date: 2003/02/20 11:40:13
2003-02-19Support for YUY2 HuffYUV videoJames Stembridge
CVS patchset: 4203 CVS date: 2003/02/19 21:37:15
2003-02-18sorry, private modifications...Michael Roitzsch
CVS patchset: 4196 CVS date: 2003/02/18 18:38:55
2003-02-18this might help prevent problems in the future:Michael Roitzsch
important requests like flushes should be put on the fifo as the first element CVS patchset: 4195 CVS date: 2003/02/18 18:36:30
2003-02-18fix problem with not appearing still frames on DVDsMichael Roitzsch
(detailed problem description: since the flush is asynchroneous now and stillframes will only show up, when flushed out of libmpeg2, problems arise on stills with audio, where the video decoder waits for an audio discontinuity, which is all the way down on the bottom of the audio fifo; video_out can now put flush requests on the video fifo, but they won't get processed) CVS patchset: 4194 CVS date: 2003/02/18 18:35:02
2003-02-16whoups, sorry for that noiseGuenter Bartsch
CVS patchset: 4176 CVS date: 2003/02/16 20:16:01
2003-02-16small bugfix, buffer was released to early when no resampling is doneGuenter Bartsch
CVS patchset: 4175 CVS date: 2003/02/16 19:56:12
2003-02-16bigger buffers for smoother playbackGuenter Bartsch
CVS patchset: 4174 CVS date: 2003/02/16 19:55:16
2003-02-14introduce a new mrl key, example "stream.ext#lastdemuxprobe:demux_id"Miguel Freitas
- xine will try to open stream.ext using all demuxers _except_ demux_id. - then it will be finally probed by content for demux_id. why? this is the mechanism to catch buggy content probing demuxers. it's is not intended for end users, but rather to make possible some kind of script testing of xine-lib and QA before releases. CVS patchset: 4149 CVS date: 2003/02/14 00:35:29
2003-02-13use the requested channel number when querying for the languageMichael Roitzsch
(the _cool_ menu in xine-ui displays the correct languages now) CVS patchset: 4144 CVS date: 2003/02/13 16:24:27
2003-02-12new method to pass gui messages to video driver.Miguel Freitas
only really advanced frontends (like having multiple video outputs) will need this. old method is still supported for 1.0 api. CVS patchset: 4140 CVS date: 2003/02/12 22:22:31
2003-02-11add osd function to draw bitmaps (patch by Julio Sánchez <j.sanchezf@terra.es>)Miguel Freitas
CVS patchset: 4135 CVS date: 2003/02/11 16:42:40
2003-02-08New net_buf_ctrl strategy.Thibaut Mattern
see http://sourceforge.net/mailarchive/forum.php?thread_id=1568239&forum_id=7131 CVS patchset: 4116 CVS date: 2003/02/08 13:52:44
2003-02-07add consistency warningsMichael Roitzsch
CVS patchset: 4114 CVS date: 2003/02/07 17:28:10
2003-02-06continuing the clean up...Miguel Freitas
now vo properties are passed through video ports, that is, post plugins will be able to use/intercept them if they want. it improves flexibily (eg. multiple outputs receiving properties) and enables some other good things, like moving deinterlacer to a post plugin. CVS patchset: 4111 CVS date: 2003/02/06 10:59:02
2003-02-06first pass on cleaning up ao/vo properties and flush stuffMiguel Freitas
CVS patchset: 4110 CVS date: 2003/02/06 00:09:19
2003-02-05last tvmode update from SnaggenMiguel Freitas
CVS patchset: 4106 CVS date: 2003/02/05 00:14:02
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