Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-10 | Add support for m4b extension to the Qt demuxer, to be able to play ↵ | Diego 'Flameeyes' Pettenò | |
audiobooks in AAC format. This still requires to be tested with encrypted audiobooks to make sure they fail gracefully. CVS patchset: 8103 CVS date: 2006/07/10 22:17:49 | |||
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ↵ | Diego 'Flameeyes' Pettenò | |
(through backports), to avoid exporting unneeded internal symbols, making plugins' loading faster and use of internal copies of libraries more solid. It should automatically fall back to the old way in GCCs that does not support -fvisibility=hidden, but has to be tested carefully. No issues were found in the months of testing in Gentoo, but this requires special attention anyway. CVS patchset: 8101 CVS date: 2006/07/10 22:08:12 | |||
2006-07-08 | Build VIS support for ffmpeg only if is enabled. When enabling VIS and user ↵ | Diego 'Flameeyes' Pettenò | |
didn't give any mcpu argument, default to v9 to allow building (GCC defaults to v8 up to 4.1 series). CVS patchset: 8097 CVS date: 2006/07/08 15:10:22 | |||
2006-07-08 | Set CD audio buffer to 500 frames (patch from Christopher Martin). | Darren Salt | |
This fixes "audible gap" problems; <500 resulted in occasional gaps being audible. (The value is a "reasonable choice": it should cover the problem for the vast majority of people and drives.) CVS patchset: 8096 CVS date: 2006/07/08 14:08:48 | |||
2006-07-08 | Remove A few hunks that are now fixed in FFmpeg's SVN. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8095 CVS date: 2006/07/08 12:34:52 | |||
2006-07-08 | Avoid negative overflow in BLEND_COLOR(). | Claudio Ciccani | |
CVS patchset: 8094 CVS date: 2006/07/08 10:02:47 | |||
2006-07-08 | Patch by Petri Hintukainen <Petri.Hintukainen@hut.fi>: | Claudio Ciccani | |
modify blend algo to avoid division (too slow on some machines). Result is still acceptable. CVS patchset: 8093 CVS date: 2006/07/08 09:40:03 | |||
2006-07-07 | Fix CD track info retrieval, avoid long pauses. | Darren Salt | |
This is a partial reversion of 1.71->1.72. (Patch from Christopher Martin, <christopher.martin@utoronto.ca>) CVS patchset: 8092 CVS date: 2006/07/07 22:17:03 | |||
2006-07-05 | Add definition of PIC in presence of __PIC__ or __pic__, to fix building of ↵ | Diego 'Flameeyes' Pettenò | |
FFmpeg code on PIE-enabled systems. The change is already committed in FFmpeg's SVN. CVS patchset: 8090 CVS date: 2006/07/05 22:11:34 | |||
2006-07-05 | gcc295 workaround. | František Dvořák | |
CVS patchset: 8089 CVS date: 2006/07/05 12:55:44 | |||
2006-07-05 | It compiles now. | František Dvořák | |
CVS patchset: 8088 CVS date: 2006/07/05 09:40:00 | |||
2006-07-03 | Add a media.network.timeout configuration for a timeout while running ↵ | Diego 'Flameeyes' Pettenò | |
select() on streams, to avoid getting frozen if trying to connect to an unreachable server (or if the connection is lost. CVS patchset: 8087 CVS date: 2006/07/03 10:55:37 | |||
2006-06-30 | Change in32 in int32_t to fix building on some systems, as reported by ↵ | Diego 'Flameeyes' Pettenò | |
Reinhard Tartler. CVS patchset: 8086 CVS date: 2006/06/30 21:36:27 | |||
2006-06-30 | Added support for other types of subpicture layers (e.g. Matrox CRTC2's ↵ | Claudio Ciccani | |
subpicture). CVS patchset: 8082 CVS date: 2006/06/30 06:51:41 | |||
2006-06-30 | Set the pixel format to YUV420P when encoding for Dxr3 cards, ffmpeg's mpeg ↵ | Diego 'Flameeyes' Pettenò | |
encoder accepts only that for mpeg1. Thanks to Alejandro Homs-Puron in SourceForge ticket 1424281 and Gentoo bug #138530. CVS patchset: 8081 CVS date: 2006/06/30 00:21:30 | |||
2006-06-29 | Typo fix. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8080 CVS date: 2006/06/29 19:39:10 | |||
2006-06-29 | Fix GCC crazyness, add the missing parenthesis. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8079 CVS date: 2006/06/29 19:38:19 | |||
2006-06-29 | Add missing format attributes for in-xine code. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8078 CVS date: 2006/06/29 12:28:06 | |||
2006-06-28 | Fix decoding of PMT packets when adaption_field is present. | Darren Salt | |
(Patch from Barry Scott <barry.scott@onelan.co.uk>) CVS patchset: 8074 CVS date: 2006/06/28 20:20:54 | |||
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt | |
Optimise away _xine_buffer_strcat. CVS patchset: 8073 CVS date: 2006/06/23 18:24:22 | |||
2006-06-23 | Frame duration calculation cleanups; more accurate calculation. | Darren Salt | |
CVS patchset: 8072 CVS date: 2006/06/23 18:22:19 | |||
2006-06-22 | Fix two identical instances of either null-dereference or use-after-free. | Darren Salt | |
Also (hopefully) avoid memleak on allocation failure. CVS patchset: 8071 CVS date: 2006/06/22 23:47:16 | |||
2006-06-22 | * directfb_subpicture_paint(): flush rectangles before changing the color. | Claudio Ciccani | |
CVS patchset: 8070 CVS date: 2006/06/22 11:55:23 | |||
2006-06-22 | Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query ↵ | Claudio Ciccani | |
the window size. CVS patchset: 8069 CVS date: 2006/06/22 10:38:37 | |||
2006-06-22 | Added support for playback on layers that don't support YCbCr output ↵ | Claudio Ciccani | |
(requires DirectFB 0.9.25). Added support for hardware subpicture layer (actually only the once supported by Unichrome and Radeon(CVS Version) drivers). CVS patchset: 8068 CVS date: 2006/06/22 09:42:03 | |||
2006-06-20 | Make buffer a char string, reduces amount of warnings tremendously. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8066 CVS date: 2006/06/20 01:49:20 | |||
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8065 CVS date: 2006/06/20 01:46:41 | |||
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8064 CVS date: 2006/06/20 01:07:58 | |||
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8063 CVS date: 2006/06/20 00:35:07 | |||
2006-06-20 | Remove need to use -fno-strict-aliasing, by using an union on accept() ↵ | Diego 'Flameeyes' Pettenò | |
usage, and by not using a double pointer in alphablend code (the first pointer was always dereferenced anyway). CVS patchset: 8062 CVS date: 2006/06/20 00:18:44 | |||
2006-06-19 | - we don't check the retvals, so zero the buffers just in case | Bastien Nocera | |
CVS patchset: 8061 CVS date: 2006/06/19 13:51:04 | |||
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | Robin KAY | |
CVS patchset: 8060 CVS date: 2006/06/19 12:08:45 | |||
2006-06-18 | Avoid crashing if xine_set_param is called with a NULL stream. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8059 CVS date: 2006/06/18 22:51:29 | |||
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8055 CVS date: 2006/06/18 20:29:03 | |||
2006-06-18 | crc.c has not to be compiled, as it's just included inside xine_decoder.c, ↵ | Diego 'Flameeyes' Pettenò | |
treat it as an header file. CVS patchset: 8054 CVS date: 2006/06/18 20:07:15 | |||
2006-06-18 | Remove infinite loop condition that could have created an invalid access if ↵ | Diego 'Flameeyes' Pettenò | |
no keyframe was found. CVS patchset: 8053 CVS date: 2006/06/18 19:41:39 | |||
2006-06-18 | Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ↵ | Diego 'Flameeyes' Pettenò | |
ignored anymore. CVS patchset: 8052 CVS date: 2006/06/18 19:36:47 | |||
2006-06-18 | Fix formatting for int64_t types. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8051 CVS date: 2006/06/18 18:50:55 | |||
2006-06-17 | Add patch for faad 5.1 support, sent by Darren Salt on mailing list. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8050 CVS date: 2006/06/17 20:43:57 | |||
2006-06-17 | - really fail to open the FLAC file when there's an error demuxing it | Bastien Nocera | |
CVS patchset: 8049 CVS date: 2006/06/17 16:22:39 | |||
2006-06-17 | Fix strict aliasing rules breakages where possible, enable ↵ | Diego 'Flameeyes' Pettenò | |
-fno-strict-aliasing where the breakage is unresolvable, and not enable it globally (decreases performances). CVS patchset: 8048 CVS date: 2006/06/17 15:20:56 | |||
2006-06-17 | *** empty log message *** | Bastien Nocera | |
CVS patchset: 8047 CVS date: 2006/06/17 12:50:18 | |||
2006-06-17 | Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8046 CVS date: 2006/06/17 12:47:53 | |||
2006-06-17 | Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) ↵ | Diego 'Flameeyes' Pettenò | |
and Christer Palm (palm@nogui.se). CVS patchset: 8045 CVS date: 2006/06/17 12:45:51 | |||
2006-06-17 | Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8044 CVS date: 2006/06/17 12:28:31 | |||
2006-06-15 | Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of ↵ | Robin KAY | |
"../dsputil.h". CVS patchset: 8042 CVS date: 2006/06/15 21:46:46 | |||
2006-06-15 | Fix non-static assignment of static variable. | Robin KAY | |
CVS patchset: 8041 CVS date: 2006/06/15 21:40:05 | |||
2006-06-15 | Don't try to access auth_drive if it's not present at all, avoid crashes. ↵ | Diego 'Flameeyes' Pettenò | |
Thanks to Lars for reporting. CVS patchset: 8039 CVS date: 2006/06/15 14:26:40 | |||
2006-06-15 | Mark special_info a pointer to const value, as now all the data is const. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8038 CVS date: 2006/06/15 14:14:09 | |||
2006-06-15 | Make HAVE_WAND and HAVE_GDK_PIXBUF a single conditional. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8037 CVS date: 2006/06/15 13:05:50 |