summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-11-13Fix w32a_dispose.Thibaut Mattern
this->stream->audio_out->close () was never called. CVS patchset: 3254 CVS date: 2002/11/13 00:23:29
2002-11-13more mime typesGuenter Bartsch
CVS patchset: 3253 CVS date: 2002/11/13 00:14:27
2002-11-12adapt to new interface version (add discontinuity function)Michael Roitzsch
less noisy CVS patchset: 3252 CVS date: 2002/11/12 21:34:46
2002-11-12adapt dxr3 decoder to new interface (add discontinuity function)Michael Roitzsch
CVS patchset: 3251 CVS date: 2002/11/12 21:29:34
2002-11-12merge metronom's improvements (inform decoders about discontinuities)Miguel Freitas
http://sourceforge.net/mailarchive/forum.php?thread_id=1297475&forum_id=7131 CVS patchset: 3250 CVS date: 2002/11/12 18:40:50
2002-11-12even more agressive consistency checkingGuenter Bartsch
CVS patchset: 3249 CVS date: 2002/11/12 17:55:48
2002-11-12bring AUTHORS file closer to realityGuenter Bartsch
CVS patchset: 3248 CVS date: 2002/11/12 17:52:37
2002-11-12use xmalloc instead of malloc so memory footprint can be easily traced and ↵Guenter Bartsch
memory is blanked CVS patchset: 3247 CVS date: 2002/11/12 16:52:33
2002-11-12audio_out.c takes care of locking again, so audio_oss_out.c doesn't need it ↵Guenter Bartsch
any more CVS patchset: 3246 CVS date: 2002/11/12 00:32:29
2002-11-12fix buffer leakage in ao_loop, re-introduce lock around all driver ↵Guenter Bartsch
functions, try to avoid deadlocks when exiting ao_loop, clean up code CVS patchset: 3245 CVS date: 2002/11/12 00:15:08
2002-11-12(very) small memleakGuenter Bartsch
CVS patchset: 3244 CVS date: 2002/11/12 00:13:14
2002-11-11A try to fix ao_flush() loopThibaut Mattern
CVS patchset: 3243 CVS date: 2002/11/11 23:41:25
2002-11-11BUF_FLAG_PREVIEW was not used in preview mode.Thibaut Mattern
CVS patchset: 3242 CVS date: 2002/11/11 22:33:00
2002-11-11Oops, forgot to commit the new visual type change (NONE).Daniel Caujolle-Bert
CVS patchset: 3241 CVS date: 2002/11/11 21:07:54
2002-11-11Fix xine_check on non-Linux platformsRobin KAY
CVS patchset: 3240 CVS date: 2002/11/11 20:18:15
2002-11-11gui_data_exchange function is requiredDaniel Caujolle-Bert
CVS patchset: 3239 CVS date: 2002/11/11 20:02:39
2002-11-11add none vo pluginDaniel Caujolle-Bert
CVS patchset: 3238 CVS date: 2002/11/11 19:46:24
2002-11-11prevent libmpeg2 from freeing the same frame twiceMichael Roitzsch
CVS patchset: 3237 CVS date: 2002/11/11 18:16:01
2002-11-11preliminary cleanup. use avcodec_alloc_context() so ffmpeg can set the defaultMiguel Freitas
parameters. CVS patchset: 3236 CVS date: 2002/11/11 16:22:58
2002-11-11less differencesMiguel Freitas
CVS patchset: 3235 CVS date: 2002/11/11 13:47:39
2002-11-11sync ffmpegMiguel Freitas
- add wma decoder - fix mmx macro - remove changes from fdct_mmx.c (it should work fine now with the mmx macro fix) CVS patchset: 3234 CVS date: 2002/11/11 13:45:34
2002-11-11native video decoders now report themselves in the stream/meta infoMike Melanson
fields CVS patchset: 3233 CVS date: 2002/11/11 05:55:51
2002-11-11LPCM decoder reports itself in the stream/meta info fieldsMike Melanson
CVS patchset: 3232 CVS date: 2002/11/11 05:51:14
2002-11-11native audio codecs now report themselves in the stream/meta info fieldsMike Melanson
CVS patchset: 3231 CVS date: 2002/11/11 05:01:31
2002-11-11added some missing stream attributesMike Melanson
CVS patchset: 3230 CVS date: 2002/11/11 04:57:18
2002-11-11Updated so that the function set_hc_result is now private to the file.Stephen Torri
CVS patchset: 3229 CVS date: 2002/11/11 04:18:41
2002-11-11added exhaustive debugging facilities that can be turned on and off likeMike Melanson
a faucet CVS patchset: 3228 CVS date: 2002/11/11 04:02:43
2002-11-11Major thanks to Daniel for guiding me through the wonderful world ofStephen Torri
C memory management. The code is much more simplified through the use of a function added to xine_check called set_hc_result. CVS patchset: 3227 CVS date: 2002/11/11 01:06:58
2002-11-11fix snapshot colorsMiguel Freitas
CVS patchset: 3226 CVS date: 2002/11/11 00:54:08
2002-11-10Clean up code for printing of strings.Stephen Torri
CVS patchset: 3225 CVS date: 2002/11/10 23:44:59
2002-11-10We are not borrowing code. Unnecessary comment from when I was debatig how to doStephen Torri
yuv12 support. CVS patchset: 3224 CVS date: 2002/11/10 20:48:30