Age | Commit message (Expand) | Author |
2007-07-02 | Merge with 1.1. | Diego 'Flameeyes' Pettenò |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-06-25 | Instead of declaring op_size, use sizeof(ogg_packet) directly. | Diego 'Flameeyes' Pettenò |
2007-06-17 | Merge 1.1 branch, with the BE_/LE_ macros renamed. | Diego 'Flameeyes' Pettenò |
2007-06-17 | Merge changes from Solaris branch. (1.2 branch commit). | Diego 'Flameeyes' Pettenò |
2007-06-17 | Add a ChangeLog entry for the Solaris branch. | Diego 'Flameeyes' Pettenò |
2007-06-17 | Merge changes from Solaris branch. | Diego 'Flameeyes' Pettenò |
2007-06-17 | A few minor changelog cleanups. | Darren Salt |
2007-06-17 | Changelog cleanups. | Darren Salt |
2007-06-16 | Fix a typo. | Darren Salt |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-16 | Merge tip and local changes. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-15 | fix possible crash in xcbxv output plugin | "Christoph Pfister" |
2007-06-15 | Fix more signedness warnings. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use unsigned integers as buffer for the header. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signs. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use memcmp rather than manual checks. | Diego 'Flameeyes' Pettenò |
2007-06-15 | The offset variable is only used with strlen value, set it to size_t then. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signedness on channel_index() function. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Cast the -1 comparison. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use an extra compound, and removes one preprocessor block. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Replace the void pointers with uint8_t pointers. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use xine_xcalloc() to make sure nothing will overflow. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Change variable to be size_t if sizeof() is used to compare to it. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use the same type for l and size. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Use unsigned int when proper. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Fix signedness of sample_rate. | Diego 'Flameeyes' Pettenò |
2007-06-15 | Build-dep on xmlto & librsvg-bin instead of transfig & sgmltools-lite. | Darren Salt |
2007-06-15 | Change the prototype of xine_list_post_plugins_typed(), to avoid a warning. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Fix building, missing include path. | Albert Lee |
2007-06-14 | Fix the fixes to disable mlib, thanks Matt. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Init mpegvideo only once (fixes when MMX and mediaLib are both present). | Albert Lee |
2007-06-14 | Init dsputil only once (fixes when MMX and mediaLib are both present). | Albert Lee |
2007-06-14 | Also disable mediaLib support here. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Disable mediaLib support by default. | Diego 'Flameeyes' Pettenò |
2007-06-14 | Include bswap.h too. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Don't redefine the BE_16/32 macros. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Make explanation a constant string (gettext() strings are never freed). | Albert Lee |
2007-06-13 | Fix parameter type. | Albert Lee |
2007-06-13 | Avoid name collision (don't redefine NOPID). | Albert Lee |
2007-06-13 | pgx32/64 need SUNDGA_CFLAGS | Albert Lee |
2007-06-13 | Add printf format attribute. | Albert Lee |
2007-06-13 | Avoid name collison (don't redefine TRANSPARENT). | Albert Lee |
2007-06-13 | Support Solaris byteorder.h macros. | Albert Lee |
2007-06-13 | Fix compiler warning (pointer arithmetic). | Albert Lee |
2007-06-13 | Clean up solaris PTHREAD_CFLAGS/PTHREAD_LIBS | Ben Taylor |
2007-06-13 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò |