Age | Commit message (Expand) | Author |
2007-12-27 | Require external ffmpeg (for .deb builds). | Darren Salt |
2007-12-26 | Correct another color→colour change to a struct member name. | Darren Salt |
2007-12-26 | Correct a color→colour change to a struct member name. | Darren Salt |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt |
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-24 | Update Italian translation. | Diego 'Flameeyes' Pettenò |
2007-12-24 | Regenerate translations, so that the translators find the data updated. | Diego 'Flameeyes' Pettenò |
2007-12-20 | Correct some #includes. | Darren Salt |
2007-12-19 | Move code out of osd.h that was present only with __OSD_C__ defined. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark more arrays as constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Transform ignore_scheme into an array of arrays, padded at 8 bytes. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Transform mmst_proto_s and mmsh_proto_s into arrays of arrays, padded at 8 by... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Remove orphaned functions. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark static strings as const. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Rewrite get_help function to use asprintf, without declaring the two help1/he... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark static strings as const. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark static strings as const. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark tv_standard_names and tv_standard_value static. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark handled_mrl const and make it a char array. | 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 | Make buffering and enabled static, also use them as array of char array rathe... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Use memmem to search for the Annodex string, rather than reimplementing it by... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark Annodex signature and its size static and constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Merge from 1.2 branch. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Rename spu.c and spu.h to spudec.c and spudec.h to avoid confusing the two so... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Typo. | Darren Salt |
2007-12-19 | Add and use new functions for malloc+memcpy(+NUL-term) fragments. | Darren Salt |
2007-12-19 | Consolidate all public include files into include/xine directory. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Don't change the whole xine.h.in into xine.h, just split out the version info... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Remove xine_strdupa declaration, and macro. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Use a zeroed allocation for buf rather than using memset. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Use strcat, delay calculation of resp_len. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Remove attribute that is never used. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Make auth also a local variable in http_plugin_open. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Make proxyauth a variable local to http_plugin_open() function. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Merge from 1.1. | Darren Salt |
2007-12-18 | Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272] | Darren Salt |
2007-12-18 | Clean up recursive mkdir(). | Darren Salt |
2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use variable-sized arrays rather than allocated buffer. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Mark the enctable static. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Avoid a multiplication. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use asprintf. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use asprintf. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use strdup. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use strndup. | Diego 'Flameeyes' Pettenò |