Age | Commit message (Expand) | Author |
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ò |
2008-04-11 | Add a function for listing video output plugins of the given type(s). | Darren Salt |
2008-04-07 | Implement support for "MPEG-3 adu". | Jinghua Luo |
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-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 | Fix _x_get_current_frame_impl() to not abort when used legally. | Reinhard Nißl |
2008-03-02 | Provide safe and convenient implementations of xine_get_current_frame(). | Reinhard Nißl |
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-01-24 | Only restore the audio buffer discard setting if it was altered. | Darren Salt |
2008-01-24 | Don't discard audio samples forever. Fixed streaming playback | Thibaut Mattern |
2008-01-20 | Unmaking a # of it. | Darren Salt |
2008-01-20 | Unescape the "#save:" filename, allowing ";" etc. in file names. | Darren Salt |
2008-01-20 | Don't unescape #subtitle:scheme://data. | Darren Salt |
2008-01-05 | Enable the VMware Screen codec (ffmpeg). | Darren Salt |
2007-04-15 | Avoid locking log_lock once the buffer has been allocated. | Reinhard Nißl |
2007-04-15 | Avoid immediate frame drops by giving decoder a further chance to | Reinhard Nißl |
2007-04-15 | Choose maximum for frame drop limit depending on the number of | Reinhard Nißl |
2007-04-15 | Avoid skipping an unsuitable frame when there are only few buffers | Reinhard Nißl |
2007-04-15 | Increase priority of video decoder a little bit, to avoid frame | Reinhard Nißl |
2008-01-01 | Skip deleted keys - should any ever occur! - while saving the config. | Darren Salt |
2007-12-27 | [Subtitles] SSA-tags patch | Dubois Nicolas |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt |
2007-12-14 | Fixed a crash that happened when a video output was closed | Matthias Kretz |
2007-12-09 | Enable the WMV VC1 (ffmpeg) codec. | Darren Salt |
2007-12-04 | fifo_peek_int can return NULL (when non-blocking). make fifo_remove_int handl... | Matthias Kretz |
2007-12-03 | Fixed a race condition between ao_loop and ao_close to not lose the last buffer. | Matthias Kretz |