Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-15 | Fixed a couple of typos | Mathieu Olivier | |
CVS patchset: 8512 CVS date: 2007/01/15 22:52:33 | |||
2007-01-15 | this->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-14 | Fix 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-14 | Remove ffmpeg_config.h on "make distclean". | Darren Salt | |
CVS patchset: 8509 CVS date: 2007/01/14 17:16:14 | |||
2007-01-14 | Support VP6 video. | Claudio Ciccani | |
CVS patchset: 8508 CVS date: 2007/01/14 16:55:25 | |||
2007-01-14 | Added 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-14 | Link fix for the directfb plugin. | Darren Salt | |
CVS patchset: 8506 CVS date: 2007/01/14 16:48:46 | |||
2007-01-14 | ops, missing file | Miguel Freitas | |
CVS patchset: 8505 CVS date: 2007/01/14 02:45:40 | |||
2007-01-14 | Add 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-13 | another bug # | Miguel Freitas | |
CVS patchset: 8503 CVS date: 2007/01/13 22:26:07 | |||
2007-01-13 | Shell 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-13 | add bug #s | Miguel Freitas | |
CVS patchset: 8501 CVS date: 2007/01/13 22:21:00 | |||
2007-01-13 | build fixes related to last ffmpeg sync changes | Miguel Freitas | |
CVS patchset: 8500 CVS date: 2007/01/13 22:14:56 | |||
2007-01-13 | * ffmpeg update to 51.28.0 | Miguel 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-13 | Fix vidix compilation (for those who enable it). | Darren Salt | |
CVS patchset: 8498 CVS date: 2007/01/13 17:17:59 | |||
2007-01-11 | Reconnect to the server just after the first request. | Claudio Ciccani | |
CVS patchset: 8497 CVS date: 2007/01/11 16:20:55 | |||
2007-01-10 | make number of frames configurable | Miguel 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-09 | As as.m4 was removed, remove its reference. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8495 CVS date: 2007/01/09 22:18:41 | |||
2007-01-09 | Support setting the start time over MMSH protocol. | Claudio Ciccani | |
CVS patchset: 8494 CVS date: 2007/01/09 20:50:59 | |||
2007-01-08 | more build fixes (libdha is already included into libvidix) | Miguel Freitas | |
CVS patchset: 8493 CVS date: 2007/01/08 23:03:19 | |||
2007-01-08 | trying to fix broken Makefile | Miguel Freitas | |
CVS patchset: 8492 CVS date: 2007/01/08 22:21:01 | |||
2007-01-07 | Wrap 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-07 | Fix demuxing of uncompressed VobSub subtitles in Matroska files | Mathieu Olivier | |
CVS patchset: 8490 CVS date: 2007/01/07 12:33:50 | |||
2007-01-06 | Use 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-06 | Fix 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-06 | Link 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-04 | Update | Philipp Hahn | |
CVS patchset: 8486 CVS date: 2007/01/04 08:03:37 | |||
2007-01-03 | Support setting the playback start time over MMS. | Claudio Ciccani | |
CVS patchset: 8485 CVS date: 2007/01/03 15:12:37 | |||
2007-01-03 | Added 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-31 | Link 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-31 | Add missing links to $(XINE_LIB). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8482 CVS date: 2006/12/31 15:00:54 | |||
2006-12-31 | Bump external libavcodec version needed for WavPack support. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8481 CVS date: 2006/12/31 12:47:52 | |||
2006-12-31 | Fix typo.. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8480 CVS date: 2006/12/31 12:34:21 | |||
2006-12-31 | Link against libm (missing symbols). | Darren Salt | |
CVS patchset: 8479 CVS date: 2006/12/31 12:17:00 | |||
2006-12-30 | When 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-30 | Link against libm (missing symbols). | Darren Salt | |
CVS patchset: 8477 CVS date: 2006/12/30 20:28:23 | |||
2006-12-30 | Link against libm (missing symbols). | Darren Salt | |
CVS patchset: 8476 CVS date: 2006/12/30 19:54:32 | |||
2006-12-28 | Regen. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8475 CVS date: 2006/12/28 21:40:22 | |||
2006-12-28 | Link to pthreads for the pvr input plugin. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8474 CVS date: 2006/12/28 21:38:32 | |||
2006-12-28 | Link to thread libs when needed | Reinhard Tartler | |
CVS patchset: 8473 CVS date: 2006/12/28 09:57:02 | |||
2006-12-28 | Link 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-28 | Link to libxine when needed | Reinhard Tartler | |
CVS patchset: 8471 CVS date: 2006/12/28 09:54:37 | |||
2006-12-28 | Work around version number breakage in libavcodec.pc (libavcodec-dev). | Darren Salt | |
CVS patchset: 8470 CVS date: 2006/12/28 01:08:19 | |||
2006-12-27 | Link 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-27 | Correct a typo in option help text. | Darren Salt | |
CVS patchset: 8468 CVS date: 2006/12/27 23:05:31 | |||
2006-12-27 | Link to the dlopen-providing library. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8467 CVS date: 2006/12/27 22:32:29 | |||
2006-12-27 | Use 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 | |||
2006-12-27 | Link to libxine when needed. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8465 CVS date: 2006/12/27 22:14:45 | |||
2006-12-26 | * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8464 CVS date: 2006/12/26 17:40:37 | |||
2006-12-26 | * Implement a True Audio files demuxer. [bug #1586381] | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8463 CVS date: 2006/12/26 16:59:55 |