summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-03Add a media.network.timeout configuration for a timeout while running select(...Diego 'Flameeyes' Pettenò
2006-06-30Change in32 in int32_t to fix building on some systems, as reported by Reinha...Diego 'Flameeyes' Pettenò
2006-06-30Complete rename of data into font, to avoid recursions with $datadir.Diego 'Flameeyes' Pettenò
2006-06-30Use FONTPATH rather than FONTDIR, as the former is already expanded.Diego 'Flameeyes' Pettenò
2006-06-30Regenerate.Diego 'Flameeyes' Pettenò
2006-06-30Added support for other types of subpicture layers (e.g. Matrox CRTC2's subpi...Claudio Ciccani
2006-06-30Set the pixel format to YUV420P when encoding for Dxr3 cards, ffmpeg's mpeg e...Diego 'Flameeyes' Pettenò
2006-06-29Typo fix.Diego 'Flameeyes' Pettenò
2006-06-29Fix GCC crazyness, add the missing parenthesis.Diego 'Flameeyes' Pettenò
2006-06-29Add missing format attributes for in-xine code.Diego 'Flameeyes' Pettenò
2006-06-29Add warnings about missing format attributes.Diego 'Flameeyes' Pettenò
2006-06-29Also enable -Wstrict-aliasing when available so that rules breakage will be e...Diego 'Flameeyes' Pettenò
2006-06-29When available, enable -Wformat warnings class. This prevents adding more pos...Diego 'Flameeyes' Pettenò
2006-06-28Fix decoding of PMT packets when adaption_field is present.Darren Salt
2006-06-23Miscellaneous static/const fixups.Darren Salt
2006-06-23Frame duration calculation cleanups; more accurate calculation.Darren Salt
2006-06-22Fix 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-22Added XINE_PARAM_VO_WINDOW_WIDTH and XINE_PARAM_VO_WINDOW_HEIGHT to query the...Claudio Ciccani
2006-06-22Added support for playback on layers that don't support YCbCr output (require...Claudio Ciccani
2006-06-20update changelog with what was uploaded to debianReinhard Tartler
2006-06-20Make buffer a char string, reduces amount of warnings tremendously.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-20Fix generic warnings.Diego 'Flameeyes' Pettenò
2006-06-20Remove 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 caseBastien Nocera
2006-06-19Mark text as impure where necessary to fix build under Solaris/IA32.Robin KAY
2006-06-18Avoid crashing if xine_set_param is called with a NULL stream.Diego 'Flameeyes' Pettenò
2006-06-18- don't stop the installation if the chcon doesn't work forBastien Nocera
2006-06-18Don't require mkinstalldirs, as requested by Frantisek Dvorak.Diego 'Flameeyes' Pettenò
2006-06-18Regenerate, and update italian translation.Diego 'Flameeyes' Pettenò
2006-06-18Misc warnings fixes.Diego 'Flameeyes' Pettenò
2006-06-18crc.c has not to be compiled, as it's just included inside xine_decoder.c, tr...Diego 'Flameeyes' Pettenò
2006-06-18Remove infinite loop condition that could have created an invalid access if n...Diego 'Flameeyes' Pettenò
2006-06-18Fix comparison of unsigned lesser than zero, STARTTIME and DURATION won't be ...Diego 'Flameeyes' Pettenò
2006-06-18Fix formatting for int64_t types.Diego 'Flameeyes' Pettenò
2006-06-17Add 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 itBastien Nocera
2006-06-17Fix strict aliasing rules breakages where possible, enable -fno-strict-aliasi...Diego 'Flameeyes' Pettenò
2006-06-17*** empty log message ***Bastien Nocera
2006-06-17Fix mpeg2 decoding with ffmpeg, thanks to Christer Palm (palm@nogui.se).Diego 'Flameeyes' Pettenò
2006-06-17Fix Altivec libmpeg2 decoding, thanks to Luca Barbato (lu_zero@gentoo.org) an...Diego 'Flameeyes' Pettenò
2006-06-17Add support for RealPlayer 10 codecs from SUSE, as reported by Manfred Tremmel.Diego 'Flameeyes' Pettenò
2006-06-16Put quotes around `pwd` in case the working directory contains a space.Robin KAY
2006-06-15Add missing include path to AM_CPPFLAGS. Needed for "common.h" by way of "../...Robin KAY
2006-06-15Fix non-static assignment of static variable.Robin KAY
2006-06-15Fix build failure when $(srcdir) is an absolute path.Robin KAY
2006-06-15Don't try to access auth_drive if it's not present at all, avoid crashes. Tha...Diego 'Flameeyes' Pettenò
2006-06-15Mark special_info a pointer to const value, as now all the data is const.Diego 'Flameeyes' Pettenò