Age | Commit message (Expand) | Author |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Remove a new bunch of xine_malloc() calls. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Cleanup handling of packed attribute. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Remove strlen() call after strftime, the returned value is what is needed. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use strn?dup instead of alloc + strn?cpy. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use proper string functions in place of sn?printf. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use asprintf() rather than malloc() + sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Merge file removal. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-05-07 | Mark internal functions and data structures static. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Make xine_probe_fast_memcpy internal. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Check for and use internal visibility. | Diego 'Flameeyes' Pettenò |
2008-05-05 | Make open_internal static again. | Darren Salt |
2008-05-05 | Add missing xine_private.h include | Diego 'Flameeyes' Pettenò |
2008-05-05 | Replace load_plugins.h with a more generic xine_private.h, move the functions... | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Stop exporting a few internal functions, remove the unued parameter to _x_cah... | Diego 'Flameeyes' Pettenò |
2008-05-03 | Remove xine_register_log_cb and xine_trick_mode, which are both not implemented. | Diego 'Flameeyes' Pettenò |
2008-05-03 | Get rid of xine_get_video_frame as it was nevere implemented. | Diego 'Flameeyes' Pettenò |
2008-04-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-04-11 | Merge from 1.1. | Darren Salt |
2008-04-11 | Add a function for listing video output plugins of the given type(s). | Darren Salt |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-04-09 | Merge from 1.2 main. | Darren Salt |
2008-04-08 | Merge from 1.1. | Darren Salt |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
2008-03-18 | Merge from 1.1. | Darren Salt |
2008-03-12 | Merge from 1.1. | Darren Salt |
2008-03-11 | Fix buffer size calculation by using more appropriate calloc(). | Reinhard Nißl |
2008-03-11 | Fix accessing plugin node after disposing plugin in plugin free functions. | Reinhard Nißl |
2008-03-10 | Fixed long delay when closing stream on dual core systems [Bug #33] | Miguel Freitas |
2008-03-10 | Support # stream parameter separator in raw filenames as well as in full MRLs. | Miguel Freitas |
2008-03-06 | Merge from 1.1. | Darren Salt |
2008-03-06 | Fix compilation for installed libintl.h in include paths | Matthias Ringwald |
2008-03-06 | Fix _x_get_current_frame_impl() to not abort when used legally. | Reinhard Nißl |
2008-03-14 | xine_init(): mutex objs not initialized | Carlo Bramini |
2008-03-14 | Unportable pthread_t compare in xine.c | Carlo Bramini |
2008-03-04 | Merge from 1.1. | Darren Salt |
2008-03-02 | Provide safe and convenient implementations of xine_get_current_frame(). | Reinhard Nißl |
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Use libavutil's base64 functions, and get rid again of internal copy of base64. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
2008-02-08 | Merge from 1.1. | Darren Salt |
2008-02-07 | Reverse the order in which the plugin dirs are scanned; remove a stray printf. | Darren Salt |
2008-02-06 | Change from release numbering to ABI numbering for the plugin directory. | Darren Salt |
2008-02-04 | Report the identifiers of unrecognised video & audio codecs. | Darren Salt |
2008-01-27 | Revert part of commit applied by mistake. | Diego 'Flameeyes' Pettenò |
2008-01-27 | Rename base64 functions to _x_ as they should not be part of the public API. | Diego 'Flameeyes' Pettenò |
2008-01-27 | Move base64 header to xine-utils as we don't want it installed. | Diego 'Flameeyes' Pettenò |