Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8529 CVS date: 2007/01/19 01:25:24 | |||
2007-01-19 | Err no it was the other way around. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8528 CVS date: 2007/01/19 01:23:06 | |||
2007-01-19 | Extra safety, although it should be good anyway. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8527 CVS date: 2007/01/19 01:21:25 | |||
2007-01-19 | Fix possible strict aliasing breakage. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8526 CVS date: 2007/01/19 01:16:46 | |||
2007-01-19 | Make iterator variables constant when used with constant tables. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8525 CVS date: 2007/01/19 01:14:19 | |||
2007-01-19 | Make get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8524 CVS date: 2007/01/19 01:05:24 | |||
2007-01-19 | Make get_description get_identifier get_extensions get_mimetypes return a ↵ | Diego 'Flameeyes' Pettenò | |
constant string, and make the extensions and mrl vaiables usually declared when testing extension demux strategy constants too. CVS patchset: 8523 CVS date: 2007/01/19 00:26:39 | |||
2007-01-19 | Fix constant on ordered attribute. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8522 CVS date: 2007/01/19 00:12:22 | |||
2007-01-18 | Handle strings coming from plugins as constants. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8521 CVS date: 2007/01/18 23:30:18 | |||
2007-01-18 | Make _x_demux_check_extension() accept constant strings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8520 CVS date: 2007/01/18 23:28:46 | |||
2007-01-18 | Make get_description function return a const char * rather than just a char ↵ | Diego 'Flameeyes' Pettenò | |
*, so that 'return "something"' is valid. Note that _()/gettext() returns a char * but statically allocated, that the documentation considers constant. CVS patchset: 8519 CVS date: 2007/01/18 23:02:18 | |||
2007-01-18 | __attribute__(packed) is used on the struct, not on its members. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8518 CVS date: 2007/01/18 21:34:10 | |||
2007-01-18 | Mark pointers as const wherever possible, as an extra safety. Code ↵ | Diego 'Flameeyes' Pettenò | |
generation isn't changing. CVS patchset: 8517 CVS date: 2007/01/18 21:06:26 | |||
2007-01-18 | Fix comparing char* pointer with a string literal. | Matthias Hopf | |
CVS patchset: 8515 CVS date: 2007/01/18 11:57:16 | |||
2007-01-16 | avoid 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-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 | 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 | 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 | 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-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 | 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 | 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-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 |