Age | Commit message (Expand) | Author |
2007-12-19 | Consolidate all public include files into include/xine directory. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Remove xine_strdupa declaration, and macro. | Diego 'Flameeyes' Pettenò |
2007-11-14 | Move CRC32 code into a common file (& out of the DVB input & TS demux plugins). | Darren Salt |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Make xine_hexdump take a void * parameter, so that there are no problems of s... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Check for __malloc__ attribute during configure stage, avoid conditional in x... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Add a xine_xcalloc function to wrap around calloc(), to improve security from... | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Allow building with Sun CC by fixing the lprintf variadic macro; patch by | Diego 'Flameeyes' Pettenò |
2006-12-18 | Automatically flush lprintf() output. | Claudio Ciccani |
2006-10-16 | Fixed several warnings (but warnings due to APIs not solved). | František Dvořák |
2006-09-26 | Forgot one symbol. | Diego 'Flameeyes' Pettenò |
2006-09-26 | Fix the missing protected symbols, and enable hidden visibility for libxine.so. | Diego 'Flameeyes' Pettenò |
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt |
2006-04-08 | Ancient platforms support: | František Dvořák |
2006-02-14 | Make input-only pointers point to const data. | Darren Salt |
2006-01-28 | Forgotten files. | Thibaut Mattern |
2005-08-29 | *BUGFIX* | František Dvořák |
2005-08-25 | *BUGFIX* | František Dvořák |
2004-12-12 | Check absolute path in $ac_aux_dir (just reflected from gxine). | František Dvořák |
2004-10-29 | use monotonic clock when available | Miguel Freitas |
2004-09-26 | - almost finalize headers refactoring needed for MSVC frontends (and for other | František Dvořák |
2004-09-20 | Build system improvements: | František Dvořák |
2004-09-06 | Updates: | František Dvořák |
2004-09-01 | Improvements and implementing Michael's suggestions: | František Dvořák |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-07-14 | - Use Windows encoding for the external subtitles, guessed according to curr... | František Dvořák |
2004-06-14 | fix comment (this is enclosed in #ifdef DEBUG) | Michael Roitzsch |
2004-05-09 | Valid error description for gethostbyname. Obsolete function hstrerror() has ... | František Dvořák |
2004-04-28 | Backport VIS motion_comp code from libmpeg2 CVS so libmpeg2 uses these routin... | Robin KAY |
2004-04-25 | addeed ppcasm_cacheable_memcpy fix from David Woodhouse <dwmw2@infradead.org> | Manfred Tremmel |
2004-04-06 | Prepare for MinGW port: | František Dvořák |
2004-03-29 | fix prototype | Michael Roitzsch |
2004-03-27 | "+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD). | František Dvořák |
2004-03-18 | The string passed to putenv must not be freed during the lifetime of that ent... | Robin KAY |
2004-03-03 | arrays of variable size are not understood by all compilers | Michael Roitzsch |
2004-01-07 | frame copying functions | James Stembridge |
2003-12-29 | getting rid of some MSVC specific parts | Michael Roitzsch |
2003-12-26 | Win32 mega update: | František Dvořák |
2003-12-21 | if gcc knows that xine_xmalloc() behaves like malloc(), some more | Michael Roitzsch |
2003-12-13 | Update win32 MSVC build: | František Dvořák |
2003-12-13 | no need to mallocing (and never freeing) for putenv() calls. | Daniel Caujolle-Bert |
2003-12-08 | use __XINE_FUNCTION__ | Daniel Caujolle-Bert |
2003-12-08 | _x_assert: printout format like assert(), _x_abort: print file/line/func befo... | Daniel Caujolle-Bert |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | getting the spelling really right | Michael Roitzsch |
2003-12-06 | reading through Daniel's huge patch was quite tiresome, but it was not worthl... | Michael Roitzsch |
2003-12-05 | cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ... | Daniel Caujolle-Bert |