summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-18Fix comparing char* pointer with a string literal.Matthias Hopf
CVS patchset: 8515 CVS date: 2007/01/18 11:57:16
2007-01-16division by zero fixMiguel Freitas
CVS patchset: 8514 CVS date: 2007/01/16 16:04:05
2007-01-16avoid division by zero.Miguel Freitas
still need to investigate the cause, might be due to pause when using net_buf_ctrl CVS patchset: 8513 CVS date: 2007/01/16 16:00:26
2007-01-15Fixed a couple of typosMathieu Olivier
CVS patchset: 8512 CVS date: 2007/01/15 22:52:33
2007-01-15this->context may be NULL - avoid dereferencing it (and segfaulting) if it is.Darren Salt
CVS patchset: 8511 CVS date: 2007/01/15 21:27:34
2007-01-14Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined.Darren Salt
CVS patchset: 8510 CVS date: 2007/01/14 19:16:18
2007-01-14Remove ffmpeg_config.h on "make distclean".Darren Salt
CVS patchset: 8509 CVS date: 2007/01/14 17:16:14
2007-01-14Support VP6 video.Claudio Ciccani
CVS patchset: 8508 CVS date: 2007/01/14 16:55:25
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
The only difference with the standard VP6 codec is that the image is not flipped upside-down. CVS patchset: 8507 CVS date: 2007/01/14 16:53:37
2007-01-14Link fix for the directfb plugin.Darren Salt
CVS patchset: 8506 CVS date: 2007/01/14 16:48:46
2007-01-14ops, missing fileMiguel Freitas
CVS patchset: 8505 CVS date: 2007/01/14 02:45:40
2007-01-14Add another CONFIG_ENCODERS guard to kill an implicit fn declaration warning.Darren Salt
CVS patchset: 8504 CVS date: 2007/01/14 00:08:00
2007-01-13another bug #Miguel Freitas
CVS patchset: 8503 CVS date: 2007/01/13 22:26:07
2007-01-13Shell quoting fixes and one m4 quoting fix. Probably some overkill :-)Darren Salt
CVS patchset: 8502 CVS date: 2007/01/13 22:21:30
2007-01-13add bug #sMiguel Freitas
CVS patchset: 8501 CVS date: 2007/01/13 22:21:00
2007-01-13build fixes related to last ffmpeg sync changesMiguel Freitas
CVS patchset: 8500 CVS date: 2007/01/13 22:14:56
2007-01-13 * ffmpeg update to 51.28.0Miguel Freitas
* Workaround ffmpeg buggy codecs that don't release their DR1 frames. * Fix several segfaults and freezing problem with H264 streams that use a lot of reference frames (eg. 15) * Initial support to enable/disable ffmpeg codecs. Codecs may be disabled in groups by --disable-ffmpeg-uncommon-codecs/--disable-ffmpeg-popular-codecs Think of "uncommon" codecs what people would never want to play with their PDAs (they will save memory by removing them). Note: currently both uncommon/popular codecs are _build_ but disabled. that is, build system still need some improvements to really save memory. warning: non-autoconf guru playing with the build system, likely breakage. CVS patchset: 8499 CVS date: 2007/01/13 21:19:52
2007-01-13Fix vidix compilation (for those who enable it).Darren Salt
CVS patchset: 8498 CVS date: 2007/01/13 17:17:59
2007-01-11Reconnect to the server just after the first request.Claudio Ciccani
CVS patchset: 8497 CVS date: 2007/01/11 16:20:55
2007-01-10make number of frames configurableMiguel Freitas
(nothing to see here, i'm just testing xine latency in some realtime experiments...) CVS patchset: 8496 CVS date: 2007/01/10 20:13:14
2007-01-09As as.m4 was removed, remove its reference.Diego 'Flameeyes' Pettenò
CVS patchset: 8495 CVS date: 2007/01/09 22:18:41
2007-01-09Support setting the start time over MMSH protocol.Claudio Ciccani
CVS patchset: 8494 CVS date: 2007/01/09 20:50:59
2007-01-08more build fixes (libdha is already included into libvidix)Miguel Freitas
CVS patchset: 8493 CVS date: 2007/01/08 23:03:19
2007-01-08trying to fix broken MakefileMiguel Freitas
CVS patchset: 8492 CVS date: 2007/01/08 22:21:01
2007-01-07Wrap the seek_time() and get_current_time() methods when supported by the ↵Claudio Ciccani
real input plugin. CVS patchset: 8491 CVS date: 2007/01/07 20:26:23
2007-01-07Fix demuxing of uncompressed VobSub subtitles in Matroska filesMathieu Olivier
CVS patchset: 8490 CVS date: 2007/01/07 12:33:50
2007-01-06Use AM_PROG_AS instead of our AM_PROG_AS_MOD.Darren Salt
CVS patchset: 8489 CVS date: 2007/01/06 17:31:55
2007-01-06Fix a silly naming error. Should fix linkage problems where vidix is enabled.Darren Salt
CVS patchset: 8488 CVS date: 2007/01/06 16:46:56
2007-01-06Link libdha into libvidix, this should close the last linking (and runtime) ↵Diego 'Flameeyes' Pettenò
issue. CVS patchset: 8487 CVS date: 2007/01/06 16:23:05
2007-01-04UpdatePhilipp Hahn
CVS patchset: 8486 CVS date: 2007/01/04 08:03:37
2007-01-03Support setting the playback start time over MMS.Claudio Ciccani
CVS patchset: 8485 CVS date: 2007/01/03 15:12:37
2007-01-03Added support for setting the playback start time (same as the RTSP plugin).Claudio Ciccani
Actually this is only implemented for the MMST protocol. CVS patchset: 8484 CVS date: 2007/01/03 15:09:42
2006-12-31Link to libdha as suggested by Jason Tackaberry, this should be the last ↵Diego 'Flameeyes' Pettenò
linking error. CVS patchset: 8483 CVS date: 2006/12/31 17:23:36
2006-12-31Add missing links to $(XINE_LIB).Diego 'Flameeyes' Pettenò
CVS patchset: 8482 CVS date: 2006/12/31 15:00:54
2006-12-31Bump external libavcodec version needed for WavPack support.Diego 'Flameeyes' Pettenò
CVS patchset: 8481 CVS date: 2006/12/31 12:47:52
2006-12-31Fix typo..Diego 'Flameeyes' Pettenò
CVS patchset: 8480 CVS date: 2006/12/31 12:34:21
2006-12-31Link against libm (missing symbols).Darren Salt
CVS patchset: 8479 CVS date: 2006/12/31 12:17:00
2006-12-30When building encoders, mjpeg is needed too.Darren Salt
Otherwise we get a link error about mjpeg_init being missing. CVS patchset: 8478 CVS date: 2006/12/30 22:25:04
2006-12-30Link against libm (missing symbols).Darren Salt
CVS patchset: 8477 CVS date: 2006/12/30 20:28:23
2006-12-30Link against libm (missing symbols).Darren Salt
CVS patchset: 8476 CVS date: 2006/12/30 19:54:32
2006-12-28Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8475 CVS date: 2006/12/28 21:40:22
2006-12-28Link to pthreads for the pvr input plugin.Diego 'Flameeyes' Pettenò
CVS patchset: 8474 CVS date: 2006/12/28 21:38:32
2006-12-28Link to thread libs when neededReinhard Tartler
CVS patchset: 8473 CVS date: 2006/12/28 09:57:02
2006-12-28Link to threading providing libs and -lm. THIS PROBABLY NEEDS REVIEW!Reinhard Tartler
(but makes xine-lib build at least on debian/i386 systems) CVS patchset: 8472 CVS date: 2006/12/28 09:56:01
2006-12-28Link to libxine when neededReinhard Tartler
CVS patchset: 8471 CVS date: 2006/12/28 09:54:37
2006-12-28Work around version number breakage in libavcodec.pc (libavcodec-dev).Darren Salt
CVS patchset: 8470 CVS date: 2006/12/28 01:08:19
2006-12-27Link to X libraries when buidling the SDL plugin with X support.Diego 'Flameeyes' Pettenò
CVS patchset: 8469 CVS date: 2006/12/27 23:15:45
2006-12-27Correct a typo in option help text.Darren Salt
CVS patchset: 8468 CVS date: 2006/12/27 23:05:31
2006-12-27Link to the dlopen-providing library.Diego 'Flameeyes' Pettenò
CVS patchset: 8467 CVS date: 2006/12/27 22:32:29
2006-12-27Use X_LIBS and X_FLAGS to get the results of pkg-config.Diego 'Flameeyes' Pettenò
CVS patchset: 8466 CVS date: 2006/12/27 22:27:58