Age | Commit message (Collapse) | Author |
|
Affects at least Solaris 9 and Linux 2.6 (latter according to post by Bastien Nocera). Added support for skipping data track on Solaris.
CVS patchset: 6418
CVS date: 2004/04/21 16:43:18
|
|
positive AUD detection. :-)
This was the first line in the file:
{105}{266}{c:$0022FF}Translated by S.C.U.D - Subtitle Creators UniteD...
^
^^ VQA_IMA stream type
rate = 12667 HZ
CVS patchset: 6417
CVS date: 2004/04/20 13:57:25
|
|
CVS patchset: 6416
CVS date: 2004/04/19 21:18:01
|
|
playback of some mov's that only use part of the endoded frame
CVS patchset: 6415
CVS date: 2004/04/19 21:03:02
|
|
CVS patchset: 6414
CVS date: 2004/04/19 20:20:51
|
|
Use a per stream bmiheader and waveformatex struct, this is needed to initialize correctly decoders. It fixes decoder init when the asf header contain multiple streams and when the best stream is not the last one.
Test stream (hmmm):
mms://wmediavod.coltfrance.com/wmetf1/snoop/snoop3_192.wmv
It's really strange that nobody noticed a such bug.
CVS patchset: 6413
CVS date: 2004/04/18 20:05:30
|
|
"down" is the usual datapath from decoder to output, "up" is the opposite way
-> this means swapping two function names
-> this means increasing the post plugin iface version
external plugin developers: just swap usage of
_x_post_frame_copy_up() and _x_post_frame_copy_down() functions
CVS patchset: 6412
CVS date: 2004/04/17 19:54:31
|
|
heavily based on a patch by Mike Lampard
* factor the frame format change event sending into a new function
CVS patchset: 6411
CVS date: 2004/04/17 14:18:14
|
|
can receive error events before the end of xine_open()
CVS patchset: 6410
CVS date: 2004/04/16 16:34:22
|
|
disables overlay when fully occluded, fixed displaying some frames out of order when multi-buffering. Added missing X lock. Misc changes.
CVS patchset: 6409
CVS date: 2004/04/16 12:16:50
|
|
No new feature, just a cleanup, less headache to maitain.
Might fix some issues.
This stream works fine:
mms://audio1.musicradio.com/Ad/BT.wma
CVS patchset: 6408
CVS date: 2004/04/15 22:10:55
|
|
CVS patchset: 6407
CVS date: 2004/04/15 19:36:57
|
|
CVS patchset: 6406
CVS date: 2004/04/15 15:49:56
|
|
we have to compensate this distortion in the coordinate transformation to get
accurate menu highlight areas
CVS patchset: 6405
CVS date: 2004/04/15 14:42:35
|
|
and file plugins
CVS patchset: 6404
CVS date: 2004/04/15 00:14:56
|
|
at users.sourceforge.net>
CVS patchset: 6403
CVS date: 2004/04/14 21:30:32
|
|
CVS patchset: 6402
CVS date: 2004/04/14 05:17:13
|
|
the problematic stream still does not play
mms://audio1.musicradio.com/Ad/BT.wma
CVS patchset: 6401
CVS date: 2004/04/14 01:42:55
|
|
CVS patchset: 6400
CVS date: 2004/04/13 19:31:23
|
|
CVS patchset: 6399
CVS date: 2004/04/13 07:59:22
|
|
CVS patchset: 6398
CVS date: 2004/04/13 01:02:16
|
|
CVS patchset: 6397
CVS date: 2004/04/13 00:56:05
|
|
CVS patchset: 6396
CVS date: 2004/04/11 16:29:10
|
|
CVS patchset: 6395
CVS date: 2004/04/11 15:27:19
|
|
CVS patchset: 6394
CVS date: 2004/04/11 14:59:23
|
|
they might call port->close(), which might finish a pending disposal of a
post plugin, which will try to decrement the reference count for that plugin,
which will try to grab the plugin catalog lock...
CVS patchset: 6393
CVS date: 2004/04/11 14:51:20
|
|
CVS patchset: 6392
CVS date: 2004/04/11 14:46:15
|
|
be there
CVS patchset: 6391
CVS date: 2004/04/11 14:41:09
|
|
CVS patchset: 6390
CVS date: 2004/04/11 12:25:35
|
|
CVS patchset: 6389
CVS date: 2004/04/11 12:21:34
|
|
CVS patchset: 6388
CVS date: 2004/04/11 12:20:31
|
|
- prepare also po/POTFILES.in by 'make dist' before updating po-files,
so also new files with strings for translatiom will be included
- make build proces working in separate directory
CVS patchset: 6387
CVS date: 2004/04/10 20:35:27
|
|
CVS patchset: 6386
CVS date: 2004/04/10 18:51:32
|
|
CVS patchset: 6385
CVS date: 2004/04/10 17:41:44
|
|
CVS patchset: 6384
CVS date: 2004/04/10 17:17:06
|
|
CVS patchset: 6383
CVS date: 2004/04/10 15:45:10
|
|
CVS patchset: 6382
CVS date: 2004/04/10 15:41:11
|
|
CVS patchset: 6381
CVS date: 2004/04/10 15:31:10
|
|
and dropping support for em8300 drivers older than 0.12.0
(this is older than two years)
CVS patchset: 6380
CVS date: 2004/04/10 15:29:57
|
|
* for alsa: do not register config entries multiple times just to get the value,
use lookup_entry()
* for directx: get rid of unused device_name
* for OSS: remove mixer config, derive mixer name from device name
CVS patchset: 6379
CVS date: 2004/04/10 14:53:42
|
|
fix network autoplaylist
CVS patchset: 6378
CVS date: 2004/04/10 14:27:37
|
|
Because I added using standard xine network functions into cdda, we need also create stream in cdda_class_get_autoplay_list. It looks as hacky solution, but it's better than reimplementing network functions, IMHO.
CVS patchset: 6377
CVS date: 2004/04/10 13:44:03
|
|
Because I added using standard xine network functions into cdda, we need also create stream in cdda_class_get_autoplay_list. It looks as hacky solution, but it's better than reimplementing network functions, IMHO.
CVS patchset: 6376
CVS date: 2004/04/10 13:20:16
|
|
xine.
CVS patchset: 6375
CVS date: 2004/04/10 09:45:44
|
|
CVS patchset: 6374
CVS date: 2004/04/10 04:14:24
|
|
CVS patchset: 6373
CVS date: 2004/04/10 04:13:37
|
|
CVS patchset: 6372
CVS date: 2004/04/10 03:45:52
|
|
CVS patchset: 6371
CVS date: 2004/04/10 03:34:37
|
|
CVS patchset: 6370
CVS date: 2004/04/09 22:20:41
|
|
CVS patchset: 6369
CVS date: 2004/04/09 22:18:35
|