Age | Commit message (Expand) | Author |
2006-07-12 | Avoid a debug/no-optimise build failure (seen on amd64). | Darren Salt |
2006-07-11 | Fixing some libmms related overflows. | Matthias Hopf |
2006-07-11 | Start implementing a pulseaudio output plugin, based on the previous polypaud... | Diego 'Flameeyes' Pettenò |
2006-07-11 | Apply patches for Darwin compatibility, SF.net bug 1431220. Thanks to Benjami... | Diego 'Flameeyes' Pettenò |
2006-07-11 | Complete cleanup using pkg-config: no need to look for alsa/ or sys/, just in... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume r... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Add support for m4b extension to the Qt demuxer, to be able to play audiobook... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-07-08 | Build VIS support for ffmpeg only if is enabled. When enabling VIS and user d... | Diego 'Flameeyes' Pettenò |
2006-07-08 | Set CD audio buffer to 500 frames (patch from Christopher Martin). | Darren Salt |
2006-07-08 | Remove A few hunks that are now fixed in FFmpeg's SVN. | Diego 'Flameeyes' Pettenò |
2006-07-08 | Avoid negative overflow in BLEND_COLOR(). | Claudio Ciccani |
2006-07-08 | Patch by Petri Hintukainen <Petri.Hintukainen@hut.fi>: | Claudio Ciccani |
2006-07-07 | Fix CD track info retrieval, avoid long pauses. | Darren Salt |
2006-07-05 | Add definition of PIC in presence of __PIC__ or __pic__, to fix building of F... | Diego 'Flameeyes' Pettenò |
2006-07-05 | gcc295 workaround. | František Dvořák |
2006-07-05 | It compiles now. | František Dvořák |
2006-07-03 | Add a media.network.timeout configuration for a timeout while running select(... | Diego 'Flameeyes' Pettenò |
2006-06-30 | Change in32 in int32_t to fix building on some systems, as reported by Reinha... | Diego 'Flameeyes' Pettenò |
2006-06-30 | Added support for other types of subpicture layers (e.g. Matrox CRTC2's subpi... | Claudio Ciccani |
2006-06-30 | Set the pixel format to YUV420P when encoding for Dxr3 cards, ffmpeg's mpeg e... | Diego 'Flameeyes' Pettenò |
2006-06-29 | Typo fix. | Diego 'Flameeyes' Pettenò |
2006-06-29 | Fix GCC crazyness, add the missing parenthesis. | Diego 'Flameeyes' Pettenò |
2006-06-29 | Add missing format attributes for in-xine code. | Diego 'Flameeyes' Pettenò |
2006-06-28 | Fix decoding of PMT packets when adaption_field is present. | Darren Salt |
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt |
2006-06-23 | Frame duration calculation cleanups; more accurate calculation. | Darren Salt |
2006-06-22 | Fix two identical instances of either null-dereference or use-after-free. | Darren Salt |
2006-06-22 | * directfb_subpicture_paint(): flush rectangles before changing the color. | Claudio Ciccani |
2006-06-22 | Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the... | Claudio Ciccani |
2006-06-22 | Added support for playback on layers that don't support YCbCr output (require... | Claudio Ciccani |
2006-06-20 | Make buffer a char string, reduces amount of warnings tremendously. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Fix generic warnings. | Diego 'Flameeyes' Pettenò |
2006-06-20 | Remove need to use -fno-strict-aliasing, by using an union on accept() usage,... | Diego 'Flameeyes' Pettenò |
2006-06-19 | - we don't check the retvals, so zero the buffers just in case | Bastien Nocera |
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | Robin KAY |
2006-06-18 | Avoid crashing if xine_set_param is called with a NULL stream. | Diego 'Flameeyes' Pettenò |
2006-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-18 | crc.c has not to be compiled, as it's just included inside xine_decoder.c, tr... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Remove infinite loop condition that could have created an invalid access if n... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ... | Diego 'Flameeyes' Pettenò |
2006-06-18 | Fix formatting for int64_t types. | Diego 'Flameeyes' Pettenò |
2006-06-17 | Add patch for faad 5.1 support, sent by Darren Salt on mailing list. | Diego 'Flameeyes' Pettenò |
2006-06-17 | - really fail to open the FLAC file when there's an error demuxing it | Bastien Nocera |
2006-06-17 | Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi... | Diego 'Flameeyes' Pettenò |
2006-06-17 | *** empty log message *** | Bastien Nocera |
2006-06-17 | Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se). | Diego 'Flameeyes' Pettenò |
2006-06-17 | Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) an... | Diego 'Flameeyes' Pettenò |