Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-01 | Reorder and use bitmasks to reduce the holes in the structure. This is a ↵ | Diego 'Flameeyes' Pettenò | |
private structure so it's not part of the ABI. CVS patchset: 8781 CVS date: 2007/04/01 01:03:06 | |||
2007-04-01 | Reorder and use bitmasks to reduce the holes in the structure. This is a ↵ | Diego 'Flameeyes' Pettenò | |
private structure so it's not part of the ABI. CVS patchset: 8780 CVS date: 2007/04/01 00:52:36 | |||
2007-03-26 | Send an event when the amp value or amp mute change. Patch by reinhard ↵ | Diego 'Flameeyes' Pettenò | |
Nissl. Also bump the libtool version info. CVS patchset: 8749 CVS date: 2007/03/26 11:48:00 | |||
2007-03-25 | Fix amp muting when level is still at 100. Patch by Reinhard Nissl. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8747 CVS date: 2007/03/25 23:09:42 | |||
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ↵ | Diego 'Flameeyes' Pettenò | |
using hacksaround. Also replace the whole pthread check with an improved macro originally written for XCB, this way it's not going to try linking the fake -lpthread on Darwin, and it also does not force a -I/usr/local/include on FreeBSD. The new macro respects the same variables set by ports, so that it's even more transparent to FreeBSD users. CVS patchset: 8739 CVS date: 2007/03/22 20:44:58 | |||
2007-03-22 | Instead of rewriting the install and uninstall rules for headers, simply ↵ | Diego 'Flameeyes' Pettenò | |
change their class to xineinclude, and set xineincludedir in Makefile.common. CVS patchset: 8737 CVS date: 2007/03/22 17:37:17 | |||
2007-03-10 | When hstrerror() is found in libresolv, link it where it is used. Patch by ↵ | Diego 'Flameeyes' Pettenò | |
Albert Lee. CVS patchset: 8660 CVS date: 2007/03/10 00:57:30 | |||
2007-03-03 | Fix a build error, introduced in the previous commit, which bites when building | Darren Salt | |
without Freetype support. CVS patchset: 8642 CVS date: 2007/03/03 22:59:37 | |||
2007-03-03 | Free the FreeType object when freeing the OSD object, should solve a ↵ | Diego 'Flameeyes' Pettenò | |
possible memory leak. CVS patchset: 8641 CVS date: 2007/03/03 14:12:50 | |||
2007-02-22 | This one should have been with the previous commit. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8621 CVS date: 2007/02/22 16:04:45 | |||
2007-02-22 | Revert the const mark on xine_config_register_enum, as that breaks C++ ↵ | Diego 'Flameeyes' Pettenò | |
frontends (like Kaffeine). Thanks to Christoph Pfister for reporting. This change introduces a few warnings of incompatible pointers internally in configfile.c. These are non-fatal (in C) and they just tell the compiler to handle more stuff as const internally without changing the function interface. CVS patchset: 8620 CVS date: 2007/02/22 15:49:16 | |||
2007-02-20 | Revert, got the wrong warning line. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8617 CVS date: 2007/02/20 01:13:08 | |||
2007-02-20 | Avoid casts as they are now unnecessary. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8615 CVS date: 2007/02/20 01:02:47 | |||
2007-02-20 | Again changes so to accept the strict case (constants). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8610 CVS date: 2007/02/20 00:43:06 | |||
2007-02-20 | const++ | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8609 CVS date: 2007/02/20 00:36:08 | |||
2007-02-20 | Fix a lot of format warnings in lprintf calls (mostly %ldd -> %"PRId64"). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8608 CVS date: 2007/02/20 00:34:55 | |||
2007-02-20 | Reduce warnings to one, that seems to be caused by GCC counting ↵ | Diego 'Flameeyes' Pettenò | |
compatibility wrong. CVS patchset: 8606 CVS date: 2007/02/20 00:01:19 | |||
2007-02-19 | Make the enum functions accept the strict parameter, const char* array ↵ | Diego 'Flameeyes' Pettenò | |
rather than char* array. CVS patchset: 8605 CVS date: 2007/02/19 23:53:40 | |||
2007-02-19 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8602 CVS date: 2007/02/19 23:33:33 | |||
2007-02-19 | Fix warning about incompatible pointer type. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8600 CVS date: 2007/02/19 23:20:19 | |||
2007-02-03 | A few const-correctness fixes. | Darren Salt | |
CVS patchset: 8587 CVS date: 2007/02/03 16:31:55 | |||
2007-01-19 | Revert, and remember to flush cache. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8534 CVS date: 2007/01/19 02:49:31 | |||
2007-01-19 | Make supported_types a pointer to constant. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8531 CVS date: 2007/01/19 02:32:00 | |||
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 get_mrl return a const char * too. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8524 CVS date: 2007/01/19 01:05:24 | |||
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-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-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-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-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 | |||
2006-12-26 | Add WavPack to the list of supported audio buffers. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8459 CVS date: 2006/12/26 03:18:56 | |||
2006-12-25 | Fix a grammar error, and mark the error message for translation. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8458 CVS date: 2006/12/25 21:59:32 | |||
2006-12-25 | Correctly export _x_post_frame_u_turn. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8452 CVS date: 2006/12/25 18:43:38 | |||
2006-12-25 | Fix race condition in audio_out by using a recursive mutex; patch by ↵ | Diego 'Flameeyes' Pettenò | |
Reinhard Nissl. [bug #1551911] CVS patchset: 8437 CVS date: 2006/12/25 15:07:51 | |||
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani | |
CVS patchset: 8432 CVS date: 2006/12/22 16:38:15 | |||
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt | |
strings or names of files, device nodes or directories. This information is available to front ends (via .num_value) so that they can present file/dir-open dialogue boxes if they so choose. Subtitle font selection is split up due to this. CVS patchset: 8425 CVS date: 2006/12/19 19:10:50 | |||
2006-12-19 | Added some cleanup code to make some calls cancelable (at least xine_open ↵ | Claudio Ciccani | |
can be safely canceled now). CVS patchset: 8424 CVS date: 2006/12/19 14:10:35 | |||
2006-12-18 | Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default. | Claudio Ciccani | |
CVS patchset: 8421 CVS date: 2006/12/18 21:22:45 | |||
2006-12-15 | Added BUF_AUDIO_FLVADPCM (Flash ADPCM). | Claudio Ciccani | |
CVS patchset: 8418 CVS date: 2006/12/15 11:31:28 | |||
2006-12-14 | Added configure option --enable-antialing (disabled by default because | Claudio Ciccani | |
RLE encoded antialiased fonts don't look good). CVS patchset: 8415 CVS date: 2006/12/14 10:14:48 | |||
2006-12-13 | Lock the log buffer while updating it. | Darren Salt | |
CVS patchset: 8411 CVS date: 2006/12/13 18:30:30 | |||
2006-12-03 | should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3 | Miguel Freitas | |
(actually master/slave streams) could cause demux to get into an endless loop. CVS patchset: 8401 CVS date: 2006/12/03 19:23:16 | |||
2006-11-23 | When initializing the class of a video output plugin | Claudio Ciccani | |
the visual type should be checked too. That because a plugin with the same id may support different visuals (e.g. xv -> VISUAL_TYPE_X11, xv -> VISUAL_TYPE_X11_2). CVS patchset: 8388 CVS date: 2006/11/23 21:05:31 | |||
2006-11-18 | Define "always_inline" as "inline". Fix building on FreeBSD. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8381 CVS date: 2006/11/18 17:16:18 | |||
2006-11-14 | Fix obvious typos. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8376 CVS date: 2006/11/14 14:11:59 | |||
2006-11-11 | Assert presence of the buffer, just to avoid getting 'Bad address' errors ↵ | Diego 'Flameeyes' Pettenò | |
later on. CVS patchset: 8371 CVS date: 2006/11/11 00:08:08 |