summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-04-01Fix race condition, where spudec_reset is called and then a button update ↵James Courtier-Dutton
arrives from input_dvd.c before we have our this->menu_handle back. CVS patchset: 4527 CVS date: 2003/04/01 11:45:32
2003-04-01Get libdvdnav to build in DEBUG and TRACE mode.James Courtier-Dutton
CVS patchset: 4526 CVS date: 2003/04/01 09:02:43
2003-03-31all of the audio-only demuxers now operate over non-seekable inputMike Melanson
CVS patchset: 4525 CVS date: 2003/03/31 19:31:54
2003-03-31use a check header macro which handle CPPFLAGSDaniel Caujolle-Bert
CVS patchset: 4524 CVS date: 2003/03/31 16:22:23
2003-03-31make sputext decoder handle stream IDMichael Roitzsch
CVS patchset: 4523 CVS date: 2003/03/31 16:12:55
2003-03-31iconv on FreeBSD fixDaniel Caujolle-Bert
CVS patchset: 4522 CVS date: 2003/03/31 16:12:47
2003-03-31report realtime on seekingMiguel Freitas
CVS patchset: 4521 CVS date: 2003/03/31 15:34:16
2003-03-31from freebsd port - but this seems to be a good idea on gnu/linux systems tooHeiko Schaefer
CVS patchset: 4520 CVS date: 2003/03/31 14:31:58
2003-03-31take care of configure checks about nl_langinfoDaniel Caujolle-Bert
CVS patchset: 4519 CVS date: 2003/03/31 09:43:39
2003-03-31typo fixed (as seen in freebsd port ...)Heiko Schaefer
CVS patchset: 4518 CVS date: 2003/03/31 09:38:33
2003-03-31including malloc.h on some system is depreciatedDaniel Caujolle-Bert
CVS patchset: 4517 CVS date: 2003/03/31 08:09:04
2003-03-31libdl don't exist on all systemDaniel Caujolle-Bert
CVS patchset: 4516 CVS date: 2003/03/31 07:48:38
2003-03-30prevent a segfault on unsupported streamsStefan Holst
CVS patchset: 4515 CVS date: 2003/03/30 17:11:50
2003-03-30Solaris mlib support didn't compile any more after the latest updatesJuergen Keil
CVS patchset: 4514 CVS date: 2003/03/30 16:58:56
2003-03-30New net_buf_ctrl.Thibaut Mattern
See xine-devel for details. Basicaly it adds callbacks to fifo, and everything is done at fifo level now. It fixes deadlocks with ogg/ogm streams, pauses the engine at the right time, and evaluates better the length of the data in fifos (using pts when the bitrate is not constant). Enjoy. CVS patchset: 4513 CVS date: 2003/03/30 15:19:45
2003-03-30remove the brightness/contrast/saturation config entries, they are covered ↵Michael Roitzsch
by the UI CVS patchset: 4512 CVS date: 2003/03/30 10:58:35
2003-03-30additional sanity check on the part numberMichael Roitzsch
CVS patchset: 4511 CVS date: 2003/03/30 10:57:48
2003-03-29some changelog updatesMichael Roitzsch
CVS patchset: 4510 CVS date: 2003/03/29 13:19:35
2003-03-29sync to libdvdnav cvs once againMichael Roitzsch
* some changes to mutual header inclusion to make it compile warning-less when tracing is enabled * title/part jumping should work much more reliable now CVS patchset: 4509 CVS date: 2003/03/29 13:19:08
2003-03-29FreeBSD implementation. thanks to Vladimir Kushnir.Heiko Schaefer
CVS patchset: 4508 CVS date: 2003/03/29 09:37:24
2003-03-28whoupsGuenter Bartsch
CVS patchset: 4507 CVS date: 2003/03/28 23:40:23
2003-03-28fixes some rtsp streamsStefan Holst
CVS patchset: 4506 CVS date: 2003/03/28 22:44:18
2003-03-28document fixesGuenter Bartsch
CVS patchset: 4505 CVS date: 2003/03/28 21:39:33
2003-03-28some improvements on sending the right data for custom message (this should ↵Guenter Bartsch
fix some high-bandwidth RV30 streams), debug output improvements CVS patchset: 4504 CVS date: 2003/03/28 17:01:47
2003-03-28memleaksMiguel Freitas
CVS patchset: 4503 CVS date: 2003/03/28 14:55:52
2003-03-28audio_out loop can go much ahead of video_out (remember driver delay).Miguel Freitas
imho it doesn't seem right to compare in_buf->extra_info->vpts here CVS patchset: 4502 CVS date: 2003/03/28 13:15:27
2003-03-27- demux_avi: do not set input_pos/time on audio buffers. otherwise ↵Miguel Freitas
non-interlaved or bad interleaved files show slider problems - make metronom prebuffer configurable. see metronom.h for comments. CVS patchset: 4501 CVS date: 2003/03/27 18:56:54
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4500 CVS date: 2003/03/27 17:20:57
2003-03-27Michael Niedermayer reported that wmv8 implementation isn't complete, so i'mMiguel Freitas
decreasing priority to use w32 codecs instead. non-x86 users must be happy with this decoder anyway, it is better than nothing... CVS patchset: 4499 CVS date: 2003/03/27 17:13:02
2003-03-27time display for DVDs should be much better nowMichael Roitzsch
CVS patchset: 4498 CVS date: 2003/03/27 13:48:45
2003-03-27use timing information provided by libdvdnav to get more accurate positionMichael Roitzsch
CVS patchset: 4497 CVS date: 2003/03/27 13:48:03
2003-03-27sync to libdvdnav cvsMichael Roitzsch
* fix conversion of dvd_time_t (I do know BCD, I just did it wrong...) CVS patchset: 4496 CVS date: 2003/03/27 13:46:47
2003-03-27oss verbosity patch by Anders WieheSiggi Langauf
CVS patchset: 4495 CVS date: 2003/03/27 11:39:23
2003-03-26ignore alpha channel in imagesStefan Holst
CVS patchset: 4494 CVS date: 2003/03/26 23:45:58
2003-03-26*** empty log message ***Miguel Freitas
CVS patchset: 4493 CVS date: 2003/03/26 18:53:02
2003-03-26vplayer format fixex by Mariusz Pekala <skoot@qi.pl>Miguel Freitas
CVS patchset: 4492 CVS date: 2003/03/26 18:51:55
2003-03-26s/FF_TYPE_INTERNAL/FF_BUFFER_TYPE_INTERNAL/gBastien Nocera
CVS patchset: 4491 CVS date: 2003/03/26 16:46:51
2003-03-26patch by Andriy Marchenko <adv@adv.org.ua> to fix 8 bit chars in ID3 tagsMichael Roitzsch
CVS patchset: 4490 CVS date: 2003/03/26 15:16:55
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
know if i overlooked something. as usual, preliminary QA: tested non debug builds and several codecs including divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma i also enabled wmv8 by default since it worked fine with the streams i have. i'm not sure about current state of that so we might enable it only for non-x86 users in case of trouble. CVS patchset: 4489 CVS date: 2003/03/26 14:49:54
2003-03-26update ffmpeg. trying to keep local changes (see diff_to_ffmpeg_cvs.txt), let meMiguel Freitas
know if i overlooked something. as usual, preliminary QA: tested non debug builds and several codecs including divx3/4/5, mpeg4, xvid, msmpeg4v3, svq1, wmv7, dv (video/audio), wma i also enabled wmv8 by default since it worked fine with the streams i have. i'm not sure about current state of that so we might enable it only for non-x86 users in case of trouble. CVS patchset: 4488 CVS date: 2003/03/26 14:43:46
2003-03-26unicode xinefontsMiguel Freitas
CVS patchset: 4487 CVS date: 2003/03/26 11:08:32
2003-03-26- font encoding cleanup patch by Frantisek DvorakMiguel Freitas
- xinefonts use unicode now - fix endianess in xine-fontconv.c - public render text api uses locale CVS patchset: 4486 CVS date: 2003/03/26 11:06:39
2003-03-26ops, i forgot that assert.h was removed...Miguel Freitas
CVS patchset: 4485 CVS date: 2003/03/26 01:37:55
2003-03-26revert my assert to the classic macroMiguel Freitas
CVS patchset: 4484 CVS date: 2003/03/26 01:25:16
2003-03-25only abort() in DEBUG versionsHeiko Schaefer
CVS patchset: 4483 CVS date: 2003/03/25 21:26:01
2003-03-25add new featuresMichael Roitzsch
CVS patchset: 4482 CVS date: 2003/03/25 13:20:59
2003-03-25new config option to switch between PG ("per chapter") and PGC ("per movie")Michael Roitzsch
based seeking, although this differs from the behaviour up to now, PGC based seeking is now the default, since this is what people usually expect, what hardware players do and it is needed for separate subtitles to work with DVDs. CVS patchset: 4481 CVS date: 2003/03/25 13:20:31
2003-03-25sync to cvs of libdvdnavMichael Roitzsch
* optional PGC based seeking * new event on cell changes for timing info (currently not used by xine-lib) CVS patchset: 4480 CVS date: 2003/03/25 13:17:20
2003-03-25- allow on-the-fly rewiring of streams outputMichael Roitzsch
- add missing destruction of some pthread structs - do not init streams_lock twice CVS patchset: 4479 CVS date: 2003/03/25 12:52:32
2003-03-25do not enter callbacks with config lock held at least for numeric config entriesMichael Roitzsch
fix a race on the char * for string config entries CVS patchset: 4478 CVS date: 2003/03/25 12:49:15