Age | Commit message (Expand) | Author |
2010-01-06 | Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external. | Darren Salt |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-11-05 | Merge from 1.1 (with adaptations). | Darren Salt |
2009-10-21 | Fixed a bug which prevented "dvb://" working with the default configuration. | Darren Salt |
2009-02-10 | Merge from 1.1. | Darren Salt |
2009-02-10 | Fix broken size checks in various input plugins (ref. CVE-2008-5239). | Darren Salt |
2009-01-18 | Merge from 1.1. | Darren Salt |
2009-01-18 | Remove '#include "config.h"' from all public header files. | Darren Salt |
2009-01-05 | Merge security fixes from 1.1. | Darren Salt |
2009-01-05 | Merge security fixes. | Darren Salt |
2009-01-04 | Fix for CVE-2008-5239 | Matthias Hopf |
2008-12-28 | Merge from 1.1. | Darren Salt |
2008-12-20 | Fix size of mrls array. | Diego E. 'Flameeyes' Pettenò |
2008-12-15 | Merge from 1.1; update PO files; make buildable. | Diego E. 'Flameeyes' Pettenò |
2008-11-20 | Some warning fixes: XINE_FORMAT_SCANF, statics in headers, consts, ... | František Dvořák |
2008-08-14 | Merge from 1.1. | Darren Salt |
2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt |
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt |
2008-06-19 | Merge from 1.1, dropping the channels.conf patch for XDG-related reasons. | Darren Salt |
2008-06-18 | input_dvb: Recognise new audio and video stream formats | Simon Farnsworth |
2008-06-18 | input_dvb: Allow automatic detection of DVB parameters | Simon Farnsworth |
2008-06-17 | input_dvb: Allow the user to configure the location of the channels.conf file... | Simon Farnsworth |
2008-06-16 | input_dvb: Allow the user to configure the DVB GUI off. | Simon Farnsworth |
2008-06-15 | Merge. | Darren Salt |
2008-06-15 | Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated. | Darren Salt |
2008-05-29 | Merge from 1.1. | Darren Salt |
2008-07-08 | Avoid using strlen() in loops, calculate it beforehand. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Use size_t to keep the value returned by strlen(). | 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-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use proper string functions in place of sn?printf. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
2008-01-16 | Remove deprecated unused functions. | Diego 'Flameeyes' Pettenò |
2008-01-05 | Update to the new crc API from FFmpeg. | Diego 'Flameeyes' Pettenò |
2008-01-05 | Merge from 1.2. | Diego 'Flameeyes' Pettenò |
2008-01-02 | Mark the mrl lists as constant; this trades a warning for another as char ** ... | Diego 'Flameeyes' Pettenò |
2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò |
2007-12-22 | Remove an assertion which is always triggered. | Darren Salt |
2007-12-19 | Mark more arrays as constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Use asprintf rather than snprintf, make frontend_device a local variable, and... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark the name attribute of Param being a const char *. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark content static and const. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |