summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-11-19Added some test code in, to help us with highlight problems with some DVDs.James Courtier-Dutton
Specifically the BIRDCAGE. CVS patchset: 3304 CVS date: 2002/11/19 13:31:03
2002-11-19we are making good progressMichael Roitzsch
CVS patchset: 3303 CVS date: 2002/11/19 10:09:48
2002-11-19tidying upMichael Roitzsch
CVS patchset: 3302 CVS date: 2002/11/19 09:56:51
2002-11-19reinstate libfaad (though it is not quite functional yet)Mike Melanson
CVS patchset: 3301 CVS date: 2002/11/19 02:34:18
2002-11-19bring the FAAD decoder in line with the latest API revisionMike Melanson
CVS patchset: 3300 CVS date: 2002/11/19 02:31:03
2002-11-19qualify the audio in a MPEG-4 file as VBRMike Melanson
CVS patchset: 3299 CVS date: 2002/11/19 02:22:52
2002-11-19spu and overlay cleanups, mostly cosmeticMiguel Freitas
CVS patchset: 3298 CVS date: 2002/11/19 00:45:41
2002-11-18re-commit Ewald's memleak fixesMike Melanson
CVS patchset: 3297 CVS date: 2002/11/18 23:08:31
2002-11-18be more diligent at initializing variables; fix QT/PCM audio pop problemMike Melanson
CVS patchset: 3296 CVS date: 2002/11/18 19:29:46
2002-11-18set default audio.passthrough_offset to 0Heiko Schaefer
CVS patchset: 3295 CVS date: 2002/11/18 15:53:31
2002-11-18the new metronom discontinuity handling allows for some cleanupMichael Roitzsch
(some time guessing code should be obsolete now) just tested quickly, but DVD menus and SPUs seem to work fine CVS patchset: 3294 CVS date: 2002/11/18 13:42:50
2002-11-18resort the checks so that DVD playback finally worksMichael Roitzsch
(without eating the first stillframes) CVS patchset: 3293 CVS date: 2002/11/18 13:07:29
2002-11-18sync to libdvdnav cvsMichael Roitzsch
* fix read cache and improve it for slower drives * improve chapter skipping CVS patchset: 3292 CVS date: 2002/11/18 12:41:16
2002-11-18DVD input should now be initially unseekableMichael Roitzsch
CVS patchset: 3291 CVS date: 2002/11/18 11:48:35
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix detection for DVD input as suggested by guenter CVS patchset: 3290 CVS date: 2002/11/18 11:44:55
2002-11-18getting rid of obviously obsolete INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
CVS patchset: 3289 CVS date: 2002/11/18 11:36:28
2002-11-18getting rid of obviously unused INPUT_CAP_VARIABLE_BITRATEMichael Roitzsch
fix ejecting (works now) CVS patchset: 3288 CVS date: 2002/11/18 11:33:59
2002-11-18Fix segmentation fault with some QuickTime movie trailersEwald Snel
CVS patchset: 3287 CVS date: 2002/11/18 08:20:36
2002-11-18seeking to keyframes should work again, better than ever! :)Miguel Freitas
CVS patchset: 3286 CVS date: 2002/11/18 03:39:07
2002-11-18first steps towards a working real demuxer and using binary-only real codecsGuenter Bartsch
CVS patchset: 3285 CVS date: 2002/11/18 03:03:07
2002-11-18Fixed wording in a comment.Stephen Torri
CVS patchset: 3284 CVS date: 2002/11/18 00:48:57
2002-11-18forget about last data on reset()Miguel Freitas
(half-work to enable seeking to keyframes with asf demux) CVS patchset: 3283 CVS date: 2002/11/18 00:32:20
2002-11-17make Carsten happy: the dxr3 image should now disappear on closeMichael Roitzsch
CVS patchset: 3282 CVS date: 2002/11/17 17:55:21
2002-11-17bring eject back: no eject function if the plugin does not support itMichael Roitzsch
CVS patchset: 3281 CVS date: 2002/11/17 17:48:47
2002-11-17bring eject back: always keep the last input plugin class that supports ejectingMichael Roitzsch
CVS patchset: 3280 CVS date: 2002/11/17 17:41:45
2002-11-17check for seekable instead of preview flagGuenter Bartsch
CVS patchset: 3279 CVS date: 2002/11/17 17:32:11
2002-11-17This one is the reason why initial stillframes on DVDs do not show up.Michael Roitzsch
They are eaten by the preview, but the DVD input plugin is not preview capable. CVS patchset: 3278 CVS date: 2002/11/17 16:33:39
2002-11-17cleanup: bring config entries back to lifeMichael Roitzsch
introduce a seekable flag CVS patchset: 3277 CVS date: 2002/11/17 16:23:38
2002-11-17cleanup: remove unused old event listener codeMichael Roitzsch
CVS patchset: 3276 CVS date: 2002/11/17 16:18:33
2002-11-17this will be merged back to xine-lib as soon as it runs, I hope...Siggi Langauf
CVS patchset: 3275 CVS date: 2002/11/17 12:14:14
2002-11-16More metadata (uses ALBUM for the radio name, fills GENRE).Thibaut Mattern
CVS patchset: 3274 CVS date: 2002/11/16 18:11:51
2002-11-16Fix dsputils with mediaLib.Robin KAY
CVS patchset: 3273 CVS date: 2002/11/16 16:40:23
2002-11-16send the NAV packet AFTER a discontinuity, not BEFOREMichael Roitzsch
(I have a DVD - Back to the Future RC2 - where there are stillframes, that are only detectable by the fact, that the audio track is still playing. No DVD still flags are set at all. So the player should play the audio up to the end and then release the still and go on with decoding. This in fact does already work, since because of the discontinuity after the still, metronom will block video decoder thread until audio is finished, except for the NAV packet, which is send BEFORE the discontinuity and therefore comes far too early. Result is, that the menu buttons are already laid out and reacting according to the next menu, although the image of the one before is still shown.) CVS patchset: 3272 CVS date: 2002/11/16 12:22:15
2002-11-16Sometimes there is no space after ':'Thibaut Mattern
CVS patchset: 3271 CVS date: 2002/11/16 12:03:59
2002-11-16- return -1 if there is no mixer available so that xine-ui gets theMichael Roitzsch
capabilities correct - after testing 8bit mode, switch back to 16bits, because some cards might not report all their capabilities otherwise (inspired by work of theo@kluter.net) CVS patchset: 3270 CVS date: 2002/11/16 11:39:10
2002-11-15First attempt to implement "Shoutcast Metadata Protocol".Thibaut Mattern
This allows the ui to display the title of the current song ;-) It works with xine-ui. gnome-xine does'nt update the title yet. I've tested with http://152.163.134.164:80/stream/1011 Tell me if works with others. CVS patchset: 3269 CVS date: 2002/11/15 19:23:50
2002-11-15Fix memory leak (1192KB/stream)Ewald Snel
CVS patchset: 3268 CVS date: 2002/11/15 18:03:57
2002-11-15Fix memory leak (temporary copy of header buffer)Ewald Snel
CVS patchset: 3267 CVS date: 2002/11/15 18:01:59
2002-11-15Fix more memory leaksEwald Snel
CVS patchset: 3266 CVS date: 2002/11/15 17:59:47
2002-11-15Fix more memory leaksEwald Snel
CVS patchset: 3265 CVS date: 2002/11/15 16:28:35
2002-11-15load some more meta/stream infoMike Melanson
CVS patchset: 3264 CVS date: 2002/11/15 04:30:17
2002-11-15cleaning up spu types. now avi subtitles may be enabled again.Miguel Freitas
(+ missed ffmpeg/dv patch) CVS patchset: 3263 CVS date: 2002/11/15 00:20:31
2002-11-14dv decoderMiguel Freitas
CVS patchset: 3262 CVS date: 2002/11/14 23:28:17
2002-11-14sync and enable dv decoderMiguel Freitas
CVS patchset: 3261 CVS date: 2002/11/14 23:27:44
2002-11-14Fix memory leaksEwald Snel
CVS patchset: 3260 CVS date: 2002/11/14 19:45:01
2002-11-14(patch) demux_ts_parse_packet does notMiguel Freitas
check that the parsed PCR arrived on the designated PCR PID, which means that any PCR in the stream will be used. Peter Liljenberg, ESDG Konsult AB CVS patchset: 3259 CVS date: 2002/11/14 12:45:33
2002-11-14cut & paste bandit strikes againMike Melanson
CVS patchset: 3258 CVS date: 2002/11/14 04:22:55
2002-11-13another mime-typeGuenter Bartsch
CVS patchset: 3257 CVS date: 2002/11/13 03:47:51
2002-11-13official support for WMA via ffmpegMike Melanson
CVS patchset: 3256 CVS date: 2002/11/13 03:28:48
2002-11-13remove debug printf()'sMike Melanson
CVS patchset: 3255 CVS date: 2002/11/13 03:22:41