| Age | Commit message (Expand) | Author |
| 2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
| 2008-05-09 | Loop improvements, avoid multiple strlen() and strdup() calls. | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | Don't overuse sscanf(). | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | Optimise input_vcd: don't use a static-sized filelist array, and use asprintf... | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | Centralise frames allocation for input_v4l. | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | Cleanup http_proxy environment variable handling. | Diego 'Flameeyes' Pettenò |
| 2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | 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 | Simplify MRL_FREE and MRL_DUPLICATE macros. | 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-03 | Define print_command only when actually logging. | Diego 'Flameeyes' Pettenò |
| 2008-05-03 | Make two arrays of string become arrays of arrays of characters. | Diego 'Flameeyes' Pettenò |
| 2008-05-03 | Remove deprecated functions from net_buf_ctrl.c. | Diego 'Flameeyes' Pettenò |
| 2008-04-30 | Replace calloc (n, sizeof (char)) with malloc (n) where zero init isn't needed. | Darren Salt |
| 2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
| 2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
| 2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the size... | Diego 'Flameeyes' Pettenò |
| 2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
| 2008-03-11 | Fix Array Indexing Vulnerability in sdpplin_parse(). (CVE-2008-0073). | Diego 'Flameeyes' Pettenò |
| 2008-03-02 | libdvdread - Uses UDF provided length as authoritative | Bastian Blank |
| 2008-03-11 | Use calloc() to avoid possible integer overflow if stream_count is big enough. | Diego 'Flameeyes' Pettenò |
| 2008-01-26 | Quick hack to allow configuration of the V4L ALSA audio input device. | Darren Salt |
| 2008-01-14 | Change the default v4l device paths to /dev/{video,radio}0. | Darren Salt |
| 2008-01-11 | Correct the prototype of rmff_dump_header. (Build fix.) | Darren Salt |
| 2008-01-11 | Fix a buffer overflow in the RTSP header-handling code. | Darren Salt |
| 2008-01-04 | Fixed an issue in input_pvr with setting the frequency of the tuner for ivtv ... | Richard van Paasen |
| 2008-01-01 | Avoid potential install-time mislinkage against libxine.so.2. | Darren Salt |
| 2007-12-29 | Crashes when accessing files via Gnome-VFS | Philippe Troin |
| 2007-12-22 | Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+. | Richard van Paasen |
| 2007-12-27 | net_plugin not always reading preview buffer to the maximum. | Michel Verbraak |
| 2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
| 2007-12-24 | Spelling correction: successfuly → successfully. | Darren Salt |
| 2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt |
| 2007-11-19 | add support for GNU/kFreeBSD | Petr Salinger ext:(%20) |
| 2007-11-13 | Missing channels.conf (ATSC) | Tom Shield |
| 2007-11-13 | Improve the "no channels.conf" message; tidy up local variable initialisation. | Darren Salt |
| 2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
| 2007-11-10 | Fix detection of last.fm servers. | Diego 'Flameeyes' Pettenò |
| 2007-11-09 | Update videodev2.h header with copy from Linux 2.6.23. | Diego 'Flameeyes' Pettenò |
| 2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
| 2007-10-26 | Linux-2.6.23 header change breaks build | Ken Moffat |
| 2007-09-07 | Fix dvd://.../title[.chapter] handling (broken in cset 2e301bc2cce8). | Darren Salt |
| 2007-08-20 | Handle % escaping and variable numbers of /s in VCD MRLs. | Darren Salt |
| 2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
| 2007-08-08 | Fix an attempted free of static data, e.g. when using "dvd:/" (not "dvd://"). | Darren Salt |
| 2007-07-14 | Handle transparently redirect done through m3u playlists. | Diego 'Flameeyes' Pettenò |