summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-12-23Fix constant pointers declaration.Diego 'Flameeyes' Pettenò
2007-12-23Mark some static objects constant too.Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.1.Diego 'Flameeyes' Pettenò
2007-12-23Simplify code by returning immediately if the condition is not met.Diego 'Flameeyes' Pettenò
2007-12-23Simplify code by returning immediately if the condition is not met.Diego 'Flameeyes' Pettenò
2007-12-23Return immediately if some text is found.Diego 'Flameeyes' Pettenò
2007-12-23Initialise buf as constant.Diego 'Flameeyes' Pettenò
2007-12-23Remove cc_decoder_init function entirely.Diego 'Flameeyes' Pettenò
2007-12-23Precalculate character table, rather than calculating it at runtime. Plugin s...Diego 'Flameeyes' Pettenò
2007-12-22Precalculate parity table, rather than calculating it at runtime. Plugin size...Diego 'Flameeyes' Pettenò
2007-12-22Merge the sputext decoder and demuxer in a single plugin.Diego 'Flameeyes' Pettenò
2007-12-22Move all the SubPicture decoders together in the spu_dec directory. Remove su...Diego 'Flameeyes' Pettenò
2007-12-22Move libmpeg2 inside video_dec/libmpeg2.Diego 'Flameeyes' Pettenò
2007-12-22Move libffmpeg into combined/ffmpeg directory.Diego 'Flameeyes' Pettenò
2007-12-22Rename libxinvadec directory in video_dec.Diego 'Flameeyes' Pettenò
2007-12-22Rename libxineadec directory in audio_dec.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-21More #include fixes.Darren Salt
2007-12-22Always enable a52dec capabilities for external a52dec.Diego 'Flameeyes' Pettenò
2007-12-20Correct some #includes.Darren Salt
2007-12-19Move code out of osd.h that was present only with __OSD_C__ defined.Diego 'Flameeyes' Pettenò
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-19Remove orphaned functions.Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.Diego 'Flameeyes' Pettenò
2007-12-19Rewrite get_help function to use asprintf, without declaring the two help1/he...Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.Diego 'Flameeyes' Pettenò
2007-12-19Mark static strings as const.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-19Use memmem to search for the Annodex string, rather than reimplementing it by...Diego 'Flameeyes' Pettenò
2007-12-19Mark Annodex signature and its size static and constant.Diego 'Flameeyes' Pettenò
2007-12-19Merge from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-19Rename spu.c and spu.h to spudec.c and spudec.h to avoid confusing the two so...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-19Remove xine_strdupa declaration, and macro.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-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ò