summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-01-12i got the case that getpwuid_r returns 0 _and_ NULL in pwStefan Holst
CVS patchset: 3879 CVS date: 2003/01/12 16:38:08
2003-01-12seeking should work now.Miguel Freitas
CVS patchset: 3878 CVS date: 2003/01/12 15:29:08
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-11make the Nosefart engine aware of the config's WORDS_BIGENDIAN #defineMike Melanson
CVS patchset: 3874 CVS date: 2003/01/11 15:53:53
2003-01-11fast discarding when stoppedMiguel Freitas
CVS patchset: 3873 CVS date: 2003/01/11 15:31:45
2003-01-11whoups, thats codec_initialized, not decoder_ok in this oneGuenter Bartsch
CVS patchset: 3872 CVS date: 2003/01/11 13:10:13
2003-01-11get img_duration from video_outMiguel Freitas
CVS patchset: 3871 CVS date: 2003/01/11 12:51:17
2003-01-11allow 2 seconds prebuffering instead of a "sync" behaviour.Miguel Freitas
this will be important to support subtitling the same stream (that is, demuxer provides both video and spu) CVS patchset: 3870 CVS date: 2003/01/11 12:25:10
2003-01-11I almost forgot...Michael Roitzsch
CVS patchset: 3869 CVS date: 2003/01/11 11:36:51
2003-01-11small cleanupMichael Roitzsch
impressive work, Miguel! CVS patchset: 3868 CVS date: 2003/01/11 11:34:15
2003-01-11Fix 'crackling sound' at the beginning of some MPEG filesEwald Snel
CVS patchset: 3867 CVS date: 2003/01/11 11:29:22
2003-01-11resolve a Debian legal problem: xine-lib build should not depend on libdxr3-dev,Michael Roitzsch
because it is not entirely free; therefore we include the em8300.h header in our tree, because this is the only thing we need Please note that the dxr3 plugins will now be built for everyone unless you specify --disable-dxr3. But this should be no problem, since they detect dxr3 presence at runtime. CVS patchset: 3866 CVS date: 2003/01/11 11:18:00
2003-01-11unnecessary commentMichael Roitzsch
CVS patchset: 3865 CVS date: 2003/01/11 11:16:57
2003-01-11and the story continueDaniel Caujolle-Bert
CVS patchset: 3864 CVS date: 2003/01/11 10:49:47
2003-01-11add pitches, fix coding style, alloc planary yuv in one memory chunk so en ↵Guenter Bartsch
... erm i mean decoders can rely on this little undocumented feature CVS patchset: 3863 CVS date: 2003/01/11 05:28:28
2003-01-11open and close outputGuenter Bartsch
CVS patchset: 3862 CVS date: 2003/01/11 05:26:55
2003-01-11reduce compile warnings, patch provided by chris rankinGuenter Bartsch
CVS patchset: 3861 CVS date: 2003/01/11 04:57:50
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-11initial rv 1.0 support.Stefan Holst
currently disabled (commented out) because video output is not usable yet. CVS patchset: 3859 CVS date: 2003/01/11 00:00:54
2003-01-10support for BUF_FLAG_FRAME_STARTStefan Holst
CVS patchset: 3858 CVS date: 2003/01/10 23:33:09
2003-01-10just get it to compile, still not finished.Miguel Freitas
i hope to have something working this weekend CVS patchset: 3857 CVS date: 2003/01/10 22:23:54
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-10increase buffersStefan Holst
CVS patchset: 3855 CVS date: 2003/01/10 20:57:11
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-10merging complete fix from libmpeg2 cvsMiguel Freitas
CVS patchset: 3850 CVS date: 2003/01/10 11:54:10
2003-01-09NSF audio files were crashing on SPARC.Juergen Keil
- Define the correct HOST_ENDIAN for SPARC - remove unaligned memory accesses CVS patchset: 3849 CVS date: 2003/01/09 19:50:03
2003-01-09memcpy tweaking by Jonathan BrownHeiko Schaefer
CVS patchset: 3848 CVS date: 2003/01/09 19:28:43
2003-01-09patch from walken to clip motion vectors. fix playback for some streams.Miguel Freitas
CVS patchset: 3847 CVS date: 2003/01/09 19:15:15
2003-01-09memcpy copies too much, corrupts malloc heapJuergen Keil
CVS patchset: 3846 CVS date: 2003/01/09 18:36:40
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-09fix missing fileMiguel Freitas
CVS patchset: 3844 CVS date: 2003/01/09 12:23:39
2003-01-09reset the time after seeking; clarify the copright fieldMike Melanson
CVS patchset: 3843 CVS date: 2003/01/09 04:23:14
2003-01-09provides autoplaylist. doesn't work 100% for me because toc alwaysMiguel Freitas
return a single track here. CVS patchset: 3842 CVS date: 2003/01/09 03:26:10
2003-01-09we must use a much higher wrap threshold for asf than mpeg. i haveMiguel Freitas
a asf file with a valid audio pts on every 3 seconds. CVS patchset: 3841 CVS date: 2003/01/09 02:57:32
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 leakEwald Snel
CVS patchset: 3833 CVS date: 2003/01/08 20:46:36
2003-01-08Fix tiny memory leakEwald Snel
CVS patchset: 3832 CVS date: 2003/01/08 19:22:32
2003-01-08Fix memory leak, don't use 'abort()'Ewald Snel
CVS patchset: 3831 CVS date: 2003/01/08 14:42:46
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-08ffmpeg syncMiguel Freitas
CVS patchset: 3829 CVS date: 2003/01/08 13:19:05
2003-01-08syncing ffmpeg (with some compilation fixes)Miguel Freitas
- fixes wma bugs - mace, huffyuv and mp3 decoders imported (but not enabled) tested: wma (v1 and v2), mpeg4, msmpeg4 v1, v2 and v3, divx3, divx4, divx5, xvid and dv decoders. everything looks fine. CVS patchset: 3828 CVS date: 2003/01/08 13:18:42
2003-01-08Add the missing "solaris" bits for the 'cdda' input pluginJuergen Keil
CVS patchset: 3827 CVS date: 2003/01/08 10:05:46
2003-01-08proper creditMike Melanson
CVS patchset: 3826 CVS date: 2003/01/08 07:36:21
2003-01-08activate the Nosefart NSF decoding engineMike Melanson
CVS patchset: 3825 CVS date: 2003/01/08 07:11:05
2003-01-08initial import of Nosefart sourcesMike Melanson
CVS patchset: 3824 CVS date: 2003/01/08 07:04:35