summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Collapse)Author
2002-09-18first steps towards implementing stream/meta infoGuenter Bartsch
CVS patchset: 2680 CVS date: 2002/09/18 00:51:33
2002-09-17be a bit more tolerantMichael Roitzsch
CVS patchset: 2678 CVS date: 2002/09/17 10:32:45
2002-09-16- sync ffmpeg to cvs (sorry Mike it still doesn't decode your teststream --Miguel Freitas
something must be broken at ffmpeg, also happens with mplayer) - added priority sorted lists, now autoprobing should work again. - fixed infinite loop in plugin loader. obs: latest ffmpeg contains ppc optimizations, someone will have to enable these though. CVS patchset: 2676 CVS date: 2002/09/16 21:49:34
2002-09-16Introduce a deep copy in the xine_config_lookup functions.James Courtier-Dutton
Care must be taken to make sure xine_cfg_entry_t is all zeros before any calls to xine_config_lookup functions. CVS patchset: 2673 CVS date: 2002/09/16 15:09:36
2002-09-16don't distortMichael Roitzsch
CVS patchset: 2672 CVS date: 2002/09/16 13:17:49
2002-09-15More mem leak patches from ewald@rambo.its.tudelft.nlJames Courtier-Dutton
CVS patchset: 2667 CVS date: 2002/09/15 12:28:16
2002-09-15Memory leak fixes, using a slightly modified version of the patch fromJames Courtier-Dutton
ewald@rambo.its.tudelft.nl CVS patchset: 2666 CVS date: 2002/09/15 11:35:08
2002-09-14obsulete public_entry removedGuenter Bartsch
CVS patchset: 2665 CVS date: 2002/09/14 20:11:52
2002-09-14latest xine_config api changes as proposed by jamesGuenter Bartsch
CVS patchset: 2664 CVS date: 2002/09/14 19:04:07
2002-09-13duplicating behaviour of XShm fixes the bug James discoveredMichael Roitzsch
(some values in vo_scale being 0) CVS patchset: 2661 CVS date: 2002/09/13 19:57:13
2002-09-13introducing meta information and some audio controls - but nothing is really ↵Guenter Bartsch
implemented yet, so please move on, nothing to see here... CVS patchset: 2660 CVS date: 2002/09/13 18:25:22
2002-09-11- more programming guidelines in public xine headerGuenter Bartsch
- make most char pointers const in public api - simpler get_spu_lang / get_audio_lang signature CVS patchset: 2651 CVS date: 2002/09/11 17:41:07
2002-09-10- don't return failure on successMichael Roitzsch
- xine-ui now calls xine_get_pos_length with NULL pointers (the cvslog missed that again) CVS patchset: 2646 CVS date: 2002/09/10 14:07:21
2002-09-10Fix a segfault in XV output.James Courtier-Dutton
redraw is being called too early. CVS patchset: 2645 CVS date: 2002/09/10 14:06:33
2002-09-10missing header filesGuenter Bartsch
CVS patchset: 2643 CVS date: 2002/09/10 10:50:30
2002-09-10remove untrue warningMichael Roitzsch
CVS patchset: 2642 CVS date: 2002/09/10 10:40:22
2002-09-09when reading in the config file the logo callback can be called beforeuid86226
metronom is initialized CVS patchset: 2640 CVS date: 2002/09/09 20:43:20
2002-09-09fix nasty off-by-oneuid86226
CVS patchset: 2639 CVS date: 2002/09/09 20:41:51
2002-09-09- remove one const Daniel forgot :)uid86226
- reimplement config callbacks - handle reads from config file into existing entries like updates CVS patchset: 2638 CVS date: 2002/09/09 20:40:27
2002-09-09Remove so const abuse ;-)Daniel Caujolle-Bert
CVS patchset: 2637 CVS date: 2002/09/09 19:24:48
2002-09-09alsa needs global linkingMichael Roitzsch
CVS patchset: 2636 CVS date: 2002/09/09 15:12:59
2002-09-09allow multiple decoders per stream type, sort them by priority andMichael Roitzsch
fallback, if one refuses to work CVS patchset: 2635 CVS date: 2002/09/09 13:57:12
2002-09-09implement more parametersMichael Roitzsch
CVS patchset: 2634 CVS date: 2002/09/09 13:55:57
2002-09-09good opportunity to remove obsolete stuffMiguel Freitas
CVS patchset: 2631 CVS date: 2002/09/09 03:06:14
2002-09-08don't load values from the configfile that are already there, update themMichael Roitzsch
with new value instead CVS patchset: 2630 CVS date: 2002/09/08 22:11:41
2002-09-08copy & paste at the wrong placeMichael Roitzsch
CVS patchset: 2628 CVS date: 2002/09/08 16:52:57
2002-09-08- reorder XINE_VO_ASPECT_* constants so they match the order in the oldMichael Roitzsch
api (benefit: no remapping is required between dvd's and xine's aspect codes) - implement new scaling semantics as intended by Matthias Hopf CVS patchset: 2627 CVS date: 2002/09/08 16:20:09
2002-09-08fix some endless loopsMichael Roitzsch
xine-ui shows the logo again! CVS patchset: 2626 CVS date: 2002/09/08 14:24:20
2002-09-06introduce "const"Michael Roitzsch
fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10
2002-09-06audio mute parameterGuenter Bartsch
CVS patchset: 2622 CVS date: 2002/09/06 14:36:54
2002-09-06implement spu decoder loadingGuenter Bartsch
CVS patchset: 2621 CVS date: 2002/09/06 13:15:02
2002-09-05removed obsolete stream_seekable function, implemented some parts of ↵Guenter Bartsch
get_streaminfo instead, added missing parameters/properties noted by daniel CVS patchset: 2620 CVS date: 2002/09/05 23:20:20
2002-09-05Whoops, committed the experimental metronom stuff. Taking it out again.Michael Roitzsch
(I should go to sleep now.) CVS patchset: 2619 CVS date: 2002/09/05 22:29:17
2002-09-05remove plugin's private priority and interface membersMichael Roitzsch
adapt some more decoders CVS patchset: 2618 CVS date: 2002/09/05 22:18:50
2002-09-05use xine_mrl_t instead of mrl_t in input plugins, implement more configfile ↵Guenter Bartsch
functions CVS patchset: 2615 CVS date: 2002/09/05 20:19:48
2002-09-05implement missing list/autoplay/browse_mrl functionsGuenter Bartsch
CVS patchset: 2614 CVS date: 2002/09/05 16:50:55
2002-09-05first steps towards implementing plugin list functionsGuenter Bartsch
CVS patchset: 2613 CVS date: 2002/09/05 16:24:14
2002-09-05get_spu_channel was lost in mergerGuenter Bartsch
CVS patchset: 2611 CVS date: 2002/09/05 12:51:18
2002-09-05XV Video out at least loads now and we see the xine logo again.James Courtier-Dutton
The DVD plugin now loads, but audio and spu info is lost. What happened to xine_get_spu_channel and xine_get_audio_channel? CVS patchset: 2607 CVS date: 2002/09/05 05:51:14
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-09-04ngettext stub missing.Juergen Keil
Some demuxer plugins do not load due to an undefined reference to "ngettext", when xine-lib is compiled with --disable-nls. CVS patchset: 2604 CVS date: 2002/09/04 15:25:26
2002-09-04fix typo (thanks to Daniel for reveiling)Michael Roitzsch
CVS patchset: 2602 CVS date: 2002/09/04 10:49:25
2002-09-01add buffer type for WC3 video; update WC4 video buffer typeMike Melanson
CVS patchset: 2584 CVS date: 2002/09/01 21:14:12
2002-09-01arghHeiko Schaefer
CVS patchset: 2580 CVS date: 2002/09/01 13:50:07
2002-09-01this is not a fix - but at least a52 passthrough should work again nowHeiko Schaefer
CVS patchset: 2579 CVS date: 2002/09/01 13:49:27
2002-09-01Update a comment.James Courtier-Dutton
CVS patchset: 2576 CVS date: 2002/09/01 05:52:15
2002-09-01added logarithmic PCM audio decoder (mu-law & A-law formats)Mike Melanson
CVS patchset: 2572 CVS date: 2002/09/01 04:24:35
2002-08-30be sure to pass right mrl (this->cur_mrl is wrong most of the time (logo mrl)).Daniel Caujolle-Bert
CVS patchset: 2564 CVS date: 2002/08/30 15:03:00
2002-08-30Add two new xine events: inform UI when vo output is needed or not (it's theDaniel Caujolle-Bert
job of demuxers to send this NO_VIDEO event, and mpgaudio is the only one which implement that yet). CVS patchset: 2563 CVS date: 2002/08/30 14:19:48
2002-08-30remove unused event, escape is bound to XINE_EVENT_INPUT_MENU1Michael Roitzsch
CVS patchset: 2561 CVS date: 2002/08/30 11:17:59