summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2004-04-29Do not parse the whole file at start.Thibaut Mattern
CVS patchset: 6462 CVS date: 2004/04/29 23:03:49
2004-04-29Lock display during DGA operations so the drawable can't change.Robin KAY
CVS patchset: 6460 CVS date: 2004/04/29 15:38:12
2004-04-29vis.h is missing from dist.Robin KAY
CVS patchset: 6459 CVS date: 2004/04/29 12:47:39
2004-04-28Prevent flickering when updating overlay registers.Robin KAY
CVS patchset: 6457 CVS date: 2004/04/28 21:01:28
2004-04-28updating forgotten file to libmad 0.15.1b fixes compiler warningMichael Roitzsch
CVS patchset: 6456 CVS date: 2004/04/28 19:57:40
2004-04-28typo.Rocky Bernstein
CVS patchset: 6455 CVS date: 2004/04/28 10:57:12
2004-04-28Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these ↵Robin KAY
routines as well as the recently synced ffmpeg tree. CVS patchset: 6454 CVS date: 2004/04/28 00:38:08
2004-04-28Fix config help strings. video_out_pgx32 and video_out_pgx64 are not ↵Robin KAY
exploitable to write data to arbitary files as the ioctls would fail. CVS patchset: 6453 CVS date: 2004/04/28 00:14:13
2004-04-27rename module nameDaniel Caujolle-Bert
CVS patchset: 6452 CVS date: 2004/04/27 20:46:26
2004-04-27Must not enable exclusive overlay when using chroma keying.Robin KAY
CVS patchset: 6450 CVS date: 2004/04/27 10:18:45
2004-04-26Seeking support for matroska files.Thibaut Mattern
Patch from Moritz Bunkus. I've reviewed the patch and fixed some little issues. CVS patchset: 6448 CVS date: 2004/04/26 23:33:35
2004-04-26typo fixMichael Roitzsch
CVS patchset: 6447 CVS date: 2004/04/26 19:33:47
2004-04-26housekeepingMichael Roitzsch
CVS patchset: 6446 CVS date: 2004/04/26 18:31:57
2004-04-26typo fixMichael Roitzsch
CVS patchset: 6445 CVS date: 2004/04/26 18:03:01
2004-04-26Ooops, no debugging and moreMichael Roitzsch
CVS patchset: 6444 CVS date: 2004/04/26 18:01:06
2004-04-26it is now possible to select a different mixer numberMichael Roitzsch
CVS patchset: 6443 CVS date: 2004/04/26 17:57:08
2004-04-26help strings added for all remaining config entries (so I hope)Michael Roitzsch
please everybody watch out for spelling (and other) errors CVS patchset: 6442 CVS date: 2004/04/26 17:50:06
2004-04-26Fix build process when srcdir != builddir.František Dvořák
CVS patchset: 6441 CVS date: 2004/04/26 15:38:18
2004-04-26removing unused "this" variable and collapsing the code a bitMichael Roitzsch
CVS patchset: 6440 CVS date: 2004/04/26 15:05:04
2004-04-25ffmpeg syncMiguel Freitas
CVS patchset: 6437 CVS date: 2004/04/25 18:57:04
2004-04-25addeed ppcasm_cacheable_memcpy fix from David Woodhouse <dwmw2@infradead.org>Manfred Tremmel
CVS patchset: 6436 CVS date: 2004/04/25 17:43:58
2004-04-25Report ODML streams as such.Thibaut Mattern
CVS patchset: 6435 CVS date: 2004/04/25 16:23:19
2004-04-25Improved clipping performance in video_out_pgx32. video_out_pgx64 now uses ↵Robin KAY
the appropriate overlay type automatically. Misc changes. CVS patchset: 6434 CVS date: 2004/04/25 15:05:22
2004-04-25Fix typo in prototype.Robin KAY
CVS patchset: 6433 CVS date: 2004/04/25 14:50:32
2004-04-24sanity cecking, safer buffer allocationMiguel Freitas
CVS patchset: 6432 CVS date: 2004/04/24 20:43:57
2004-04-24more bounds checking fixes (thanks Roberto Togni)Miguel Freitas
CVS patchset: 6431 CVS date: 2004/04/24 16:55:42
2004-04-24Remove the framerate hack.Thibaut Mattern
The engine handles frame->duration=0 now ;) CVS patchset: 6430 CVS date: 2004/04/24 13:56:40
2004-04-24I forgot to commit this file.Thibaut Mattern
Thanks Michael ;) CVS patchset: 6429 CVS date: 2004/04/24 11:28:00
2004-04-23some sanity and bounds checking (my own audit)Miguel Freitas
lets hope i didn't broke anything CVS patchset: 6428 CVS date: 2004/04/23 21:59:04
2004-04-23- big endian fix, and delay fixes for the file (wave) audio output pluginBastien Nocera
patch from David Woodhouse <dwmw2@infradead.org> CVS patchset: 6427 CVS date: 2004/04/23 12:41:30
2004-04-22This patch allows the engine to handle frames with duration=0.Thibaut Mattern
This is usefull when the format does'nt contain a frame rate / duration info like the ASF format. See this thread for more details: http://thread.gmane.org/gmane.comp.video.xine.devel/8387 CVS patchset: 6426 CVS date: 2004/04/22 23:19:03
2004-04-22it seems that mux rate was wrong for all mpeg2 demuxers.Miguel Freitas
(somebody please double check) CVS patchset: 6425 CVS date: 2004/04/22 21:30:10
2004-04-22commit fix for new freebsd libsMiguel Freitas
http://sourceforge.net/tracker/index.php?func=detail&aid=855214&group_id=9655&atid=109655 CVS patchset: 6424 CVS date: 2004/04/22 20:28:05
2004-04-22- remove some forgotten debugBastien Nocera
CVS patchset: 6423 CVS date: 2004/04/22 15:23:55
2004-04-22- fix Real pnm/rtsp streaming on big endian platformsBastien Nocera
Patch from David Woodhouse <dwmw2@infradead.org> CVS patchset: 6422 CVS date: 2004/04/22 15:20:53
2004-04-22do the same as newest libmad: don't stop on reserved emphasisMiguel Freitas
CVS patchset: 6421 CVS date: 2004/04/22 00:37:52
2004-04-22update libmad to 0.15.1bMiguel Freitas
CVS patchset: 6419 CVS date: 2004/04/22 00:22:33
2004-04-21Exclusive open(2) on CD device fails if a filesystem has been mounted. ↵Robin KAY
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
2004-04-20Disable AUD content detection, there exists a subtitle file in the wild with ↵František Dvořák
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
2004-04-19Store postprocessing in class so we don't have to use internal pointer hackJames Stembridge
CVS patchset: 6416 CVS date: 2004/04/19 21:18:01
2004-04-19Output frames according to the width and height given by the demuxer - fixes ↵James Stembridge
playback of some mov's that only use part of the endoded frame CVS patchset: 6415 CVS date: 2004/04/19 21:03:02
2004-04-19- also accept "fd://0" as an mrl for stdin input, as used by GStreamerBastien Nocera
CVS patchset: 6414 CVS date: 2004/04/19 20:20:51
2004-04-18Fix a serious bug.Thibaut Mattern
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
2004-04-17swap usage of "up" and "down" to the more common meaning:Michael Roitzsch
"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
2004-04-17* support pan&scan info embedded in MPEG and DVB streams;Michael Roitzsch
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
2004-04-16- flush the events queue before returning from an open() so that the front-endsBastien Nocera
can receive error events before the end of xine_open() CVS patchset: 6410 CVS date: 2004/04/16 16:34:22
2004-04-16video_out_pgx32 now properly clips video output. video_out_pgx64 now ↵Robin KAY
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
2004-04-15Big MMS over tcp protocol cleanup / rework.Thibaut Mattern
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
2004-04-15UI should receive XINE_EVENT_QUITDaniel Caujolle-Bert
CVS patchset: 6407 CVS date: 2004/04/15 19:36:57
2004-04-15patch by Marcel Janssen adds proper pitch support to the libavcodec encoderMichael Roitzsch
CVS patchset: 6406 CVS date: 2004/04/15 15:49:56