summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-24uncomment DEBUG_CFLAGSMiguel Freitas
CVS patchset: 3671 CVS date: 2002/12/24 17:05:05
2002-12-24This should fix WMV8/9, for now...Siggi Langauf
CVS patchset: 3670 CVS date: 2002/12/24 16:54:33
2002-12-24FLI support has been notably improvedMike Melanson
CVS patchset: 3669 CVS date: 2002/12/24 16:42:43
2002-12-24register raw DV demuxerMike Melanson
CVS patchset: 3668 CVS date: 2002/12/24 16:41:37
2002-12-24Update for libxine 1.0beta1 added pkgconfig-directoryManfred Tremmel
CVS patchset: 3667 CVS date: 2002/12/24 15:04:52
2002-12-24engine improvementsMiguel Freitas
CVS patchset: 3666 CVS date: 2002/12/24 14:03:07
2002-12-24discard buffers on flush so decoder will return faster. seeking should beMiguel Freitas
faster as well. (on a problematic stream i have, seeking time was reduced from 2.5s to 0.8s) CVS patchset: 3665 CVS date: 2002/12/24 14:00:55
2002-12-24trying to add support for audio post plugins. that must be easier thanMiguel Freitas
video because audio frames have no methods... Michael please double check if i did something wrong! :) CVS patchset: 3664 CVS date: 2002/12/24 13:36:21
2002-12-24a cleaner implementation of sdp/sdpplin added, small fixesStefan Holst
CVS patchset: 3663 CVS date: 2002/12/24 01:30:21
2002-12-24small rtsp fixesStefan Holst
CVS patchset: 3662 CVS date: 2002/12/24 01:10:53
2002-12-24small xine_buffer fixesStefan Holst
CVS patchset: 3661 CVS date: 2002/12/24 00:59:36
2002-12-23remove holdover from earlier API revMike Melanson
CVS patchset: 3660 CVS date: 2002/12/23 23:03:00
2002-12-23dv demuxMiguel Freitas
CVS patchset: 3659 CVS date: 2002/12/23 21:31:00
2002-12-23- added raw dv demuxerMiguel Freitas
- avi demuxer knows frame numbers CVS patchset: 3658 CVS date: 2002/12/23 21:29:53
2002-12-23skip DV frames if needed (DV decoding is VERY cpu intensive)Miguel Freitas
CVS patchset: 3657 CVS date: 2002/12/23 21:26:12
2002-12-23heh...those should really be unsigned char'sMike Melanson
CVS patchset: 3656 CVS date: 2002/12/23 21:15:06
2002-12-23merge info for skipped framesMiguel Freitas
CVS patchset: 3655 CVS date: 2002/12/23 21:04:02
2002-12-23fix segfaultsGuenter Bartsch
CVS patchset: 3654 CVS date: 2002/12/23 17:15:00
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3653 CVS date: 2002/12/23 16:09:28
2002-12-23win32 dmoMiguel Freitas
CVS patchset: 3652 CVS date: 2002/12/23 15:56:18
2002-12-23wmv9 supportMiguel Freitas
CVS patchset: 3651 CVS date: 2002/12/23 15:54:42
2002-12-23move the palette wraparound to a better placeMike Melanson
CVS patchset: 3650 CVS date: 2002/12/23 15:36:37
2002-12-23keep track of external projects included in xine-libMichael Roitzsch
please help me with the version numbers CVS patchset: 3649 CVS date: 2002/12/23 14:01:06
2002-12-23the alsa plugin is just called "alsa", not "alsa09"Michael Roitzsch
CVS patchset: 3648 CVS date: 2002/12/23 13:55:33
2002-12-23increase buffers for high quality rm filesStefan Holst
CVS patchset: 3647 CVS date: 2002/12/23 13:41:16
2002-12-23accept "auto" as driver identifier (same as passing NULL ptr).Miguel Freitas
do not save probed driver, now the frontend can define the desired behaviour. CVS patchset: 3646 CVS date: 2002/12/23 11:42:12
2002-12-23ok, seeking should like to have good vpts too.Miguel Freitas
CVS patchset: 3645 CVS date: 2002/12/23 10:03:50
2002-12-23free unused buffersMike Melanson
CVS patchset: 3644 CVS date: 2002/12/23 04:29:56
2002-12-23not freeing allocated buffers is a bad bad thing: it makes xine freeze onMiguel Freitas
shutdown while trying to dispose the used memory. i would like to ask Mike and all demuxer writters to double check this, and free buffers on error conditions... thanks! ;) CVS patchset: 3643 CVS date: 2002/12/23 02:29:43
2002-12-23adjust audio_vpts and video_vpts on start so they don't stay much aheadMiguel Freitas
in the future (it would delay the playback of a new stream). CVS patchset: 3642 CVS date: 2002/12/23 00:51:31
2002-12-22it doesn't make sense to reimplement flush here.Miguel Freitas
(this is why xine_demux_flush_engine was created, to avoid redundant code) CVS patchset: 3641 CVS date: 2002/12/22 23:35:42
2002-12-22less verboseMiguel Freitas
CVS patchset: 3640 CVS date: 2002/12/22 23:32:30
2002-12-22flush/seeking overhauledMiguel Freitas
- move frame discarding to inside the output loopss. it is much safer to manipulate fifos from there avoiding any races. - do not reject audio frames because vpts is smaller than previous. it might happen on seeking but it's ok, because the sound driver may have being flushed too. - fix xine_demux_flush_engine so it doesn't call output flush too early - remove scr adjusting please report any problems... CVS patchset: 3639 CVS date: 2002/12/22 23:30:29
2002-12-22fix MMX color converter when width is divisible by 6Mike Melanson
CVS patchset: 3638 CVS date: 2002/12/22 23:20:21
2002-12-22minor demuxer considerationsMike Melanson
CVS patchset: 3637 CVS date: 2002/12/22 23:19:06
2002-12-22be strict with the widthMike Melanson
CVS patchset: 3636 CVS date: 2002/12/22 23:15:17
2002-12-22mmm hmmm...that's nice, but we don't need to hear about it all theMike Melanson
time... CVS patchset: 3635 CVS date: 2002/12/22 22:36:58
2002-12-22fixed silly decode bug, at long lastMike Melanson
CVS patchset: 3634 CVS date: 2002/12/22 20:36:24
2002-12-22Bad Robin - void pointer arthimatic is wrong.Robin KAY
CVS patchset: 3633 CVS date: 2002/12/22 17:49:50
2002-12-22fixes handling of some real streams and adds some log outputStefan Holst
CVS patchset: 3632 CVS date: 2002/12/22 16:46:27
2002-12-22Small fix (seek off by 1 frame)Ewald Snel
CVS patchset: 3631 CVS date: 2002/12/22 16:09:30
2002-12-22mutex not needed anymoreMiguel Freitas
CVS patchset: 3630 CVS date: 2002/12/22 15:03:04
2002-12-22flush moved to decoder loop. that simplifies things a lot.Miguel Freitas
new buffer methods to avoid deadlocks doing flush from video_out CVS patchset: 3629 CVS date: 2002/12/22 15:02:06
2002-12-22convenienceMichael Roitzsch
CVS patchset: 3628 CVS date: 2002/12/22 11:16:41
2002-12-22fix title reportingMike Melanson
CVS patchset: 3627 CVS date: 2002/12/22 04:00:51
2002-12-22less talk, more decodeMike Melanson
CVS patchset: 3626 CVS date: 2002/12/22 03:03:21
2002-12-22clean up edit list parsing and fix handling of -1 as an edit list mediaMike Melanson
time CVS patchset: 3625 CVS date: 2002/12/22 02:15:45
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
CVS patchset: 3624 CVS date: 2002/12/22 00:41:05
2002-12-22Make xine-lib compile with the SunPro compilerRobin KAY
CVS patchset: 3623 CVS date: 2002/12/22 00:35:04
2002-12-21Fix another (small) memory leakEwald Snel
CVS patchset: 3622 CVS date: 2002/12/21 21:57:43