summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)Author
2008-01-05Merge from 1.2.Diego 'Flameeyes' Pettenò
2008-01-02Remove stray return 0.Diego 'Flameeyes' Pettenò
2008-01-02Make network_command accept a generic data buffer.Diego 'Flameeyes' Pettenò
2008-01-02Update the network interfaces to accept constant strings where possible.Diego 'Flameeyes' Pettenò
2008-01-02Mark the mrl lists as constant; this trades a warning for another as char ** ...Diego 'Flameeyes' Pettenò
2008-01-02Don't mark the spu_event as constant.Diego 'Flameeyes' Pettenò
2008-01-02Mark stuff more constant.Diego 'Flameeyes' Pettenò
2008-01-02Follow the parameter type.Diego 'Flameeyes' Pettenò
2008-01-02Make it a static constant chracter array.Diego 'Flameeyes' Pettenò
2008-01-01Merge (with adjustment) from 1.1.Darren Salt
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-12-30Merge from 1.1 (except po/*; translators needed for this).Darren Salt
2007-12-30Manual port of the color→colour change to 1.2; should make merging easier.Darren Salt
2007-12-29Crashes when accessing files via Gnome-VFSPhilippe Troin
2007-12-23Mark rm_header and pnm_data_header static.Diego 'Flameeyes' Pettenò
2007-12-23Mark tables static as well as totally constant.Diego 'Flameeyes' Pettenò
2007-12-23Mark the digit array constant.Diego 'Flameeyes' Pettenò
2007-12-23Mark a few more array totally constant.Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-22Merge -headers-reshuffle branch into main.Diego 'Flameeyes' Pettenò
2007-12-22Remove an assertion which is always triggered.Darren Salt
2007-12-22Fixed an input_pvr issue with 'set input' for ivtv versions 0.10.6+.Richard van Paasen
2007-12-27net_plugin not always reading preview buffer to the maximum.Michel Verbraak
2007-12-24Consistently use "colour", "colour key", "colour space" in output.Darren Salt
2007-12-24Spelling correction: successfuly → successfully.Darren Salt
2007-12-20Correct some #includes.Darren Salt
2007-12-19Mark more arrays as constant.Diego 'Flameeyes' Pettenò
2007-12-19Transform ignore_scheme into an array of arrays, padded at 8 bytes.Diego 'Flameeyes' Pettenò
2007-12-19Transform mmst_proto_s and mmsh_proto_s into arrays of arrays, padded at 8 by...Diego 'Flameeyes' Pettenò
2007-12-19Mark tv_standard_names and tv_standard_value static.Diego 'Flameeyes' Pettenò
2007-12-19Mark handled_mrl const and make it a char array.Diego 'Flameeyes' Pettenò
2007-12-19Use asprintf rather than snprintf, make frontend_device a local variable, and...Diego 'Flameeyes' Pettenò
2007-12-19Mark the name attribute of Param being a const char *.Diego 'Flameeyes' Pettenò
2007-12-19Mark content static and const.Diego 'Flameeyes' Pettenò
2007-12-19Make buffering and enabled static, also use them as array of char array rathe...Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-19Typo.Darren Salt
2007-12-19Add and use new functions for malloc+memcpy(+NUL-term) fragments.Darren Salt
2007-12-19Consolidate all public include files into include/xine directory.Diego 'Flameeyes' Pettenò
2007-12-19Use a zeroed allocation for buf rather than using memset.Diego 'Flameeyes' Pettenò
2007-12-19Use strcat, delay calculation of resp_len.Diego 'Flameeyes' Pettenò
2007-12-19Remove attribute that is never used.Diego 'Flameeyes' Pettenò
2007-12-19Only calculate proxyauth and auth when they are going to be used.Diego 'Flameeyes' Pettenò
2007-12-19Rewrite http_plugin_basicauth to use libavutil's base64 encoding.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Make auth also a local variable in http_plugin_open.Diego 'Flameeyes' Pettenò
2007-12-19Make proxyauth a variable local to http_plugin_open() function.Diego 'Flameeyes' Pettenò
2007-12-18Merge from 1.1.Darren Salt
2007-12-18Don't treat # in MRLs as literals or URI-decode raw filenames. [Bug 1784272]Darren Salt