Age | Commit message (Expand) | Author |
2009-01-02 | Prevent another possible hang on stream stop (demuxer waiting for audio out). | Darren Salt |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-11-20 | Fix using of the pointers, leak fixes in configfile. | František Dvořák |
2008-11-07 | Fixed segfault on start when using XINE_PLUGIN_PATH. | František Dvořák |
2008-11-07 | Recognise H.264 codec with "XiWave" fourcc too. | valtri@funny.zcu.cz |
2008-08-18 | Fix another compilation failure when using C++. | Darren Salt |
2008-08-17 | Fix a compilation failure when using C++. | Darren Salt |
2008-08-06 | Really fix the metadata bug... | Darren Salt |
2008-07-16 | Add support for the Snow video codec. | Darren Salt |
2008-07-16 | Add a buffer types entry for TTA. | Darren Salt |
2008-07-16 | Add FourCC code for Wavpack. | Darren Salt |
2008-07-15 | Recognise AMR audio (normally found in 3GP files). | Darren Salt |
2008-07-12 | xine_get_stream_info() not returning values for skipped/discarded frames | Jason Tackaberry |
2008-07-09 | Don't try to load static libraries on mingw32 | Matthias Ringwald |
2008-07-08 | Fix compilation for pthread support provided by PTHREAD_{CFLAGS+LIBS} | Matthias Ringwald |
2008-07-06 | Merge. | Darren Salt |
2008-07-06 | Fix a stupid bug in post-plugin initialisation. | Darren Salt |
2008-07-04 | Add a _x_is_fourcc() inline function to wrap around memcmp(). | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use calloc to allocate the area for the OSD. | Diego 'Flameeyes' Pettenò |
2008-07-04 | Use calloc to allocate the lists of audio and video ports. | Diego 'Flameeyes' Pettenò |
2008-07-02 | provide PTHREAD_CFLAGS when needed | Matthias Ringwald |
2008-06-20 | Ask the input plugin which demuxer to use. | Darren Salt |
2008-06-20 | Read the MIME type from the plugin & use it for demuxer selection (if by extn). | Darren Salt |
2008-06-11 | Provide a useful implementation of xine_register_log_cb(). | Darren Salt |
2008-06-09 | Avoid false positives when looking up demuxer by MIME type. | Darren Salt |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge fix for 3466031414a7. | Diego 'Flameeyes' Pettenò |
2008-05-22 | Copy all of the supported types not just 1/4 of it (4 being the size of uint3... | Diego 'Flameeyes' Pettenò |
2008-05-22 | Merge. | Darren Salt |
2008-05-21 | Fix typo that lead to crash. | Diego 'Flameeyes' Pettenò |
2008-05-12 | Provide xine_get_current_frame_data which passes more data via a structure. | Reinhard Nißl |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Rewrite and optimise xine_get_{file_extensions,mime_types}() | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use asprintf() rather than sn?printf() + strn?dup(). | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t rather than int to store the return value of strlen(). | Diego 'Flameeyes' Pettenò |
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 open_internal static again. | Darren Salt |
2008-05-03 | Remove unused variables, as reported by GCC 4.3. | Diego 'Flameeyes' Pettenò |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |