Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-30 | Update (due to file renaming). | Darren Salt | |
--HG-- extra : transplant_source : 3%E7W%AD%D8%F6%90A%06%C5%D3D%81%99%8F%D5%E3%C4r%D5 | |||
2007-12-28 | Fix another included header. | Diego 'Flameeyes' Pettenò | |
2007-12-26 | Fix pls parsing (broken in cset e0819c1c624a). | Darren Salt | |
2007-12-26 | Fix remaining dxr3 compilation errors. | Darren Salt | |
2007-12-26 | More header relocation fallout. | Darren Salt | |
--HG-- extra : transplant_source : %25%1F%900q%0E%B6%1F%20%00%E2%7E%1A%E4%0F%91%E2%BE%96%82 | |||
2007-12-26 | Merge backout. | Diego 'Flameeyes' Pettenò | |
2007-12-26 | Backed out changeset 169a228c8f4e | Diego 'Flameeyes' Pettenò | |
2007-12-24 | Move _x_scan_plugins and _x_dispose_plugins into an internal header, and ↵ | Diego 'Flameeyes' Pettenò | |
don't export them anymore. | |||
2007-12-24 | Add a new TODO entry: review translable strings. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Ignore .loT files. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark xine_dispose_internal static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Compile fix. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Break immediately if the video driver is found, rather than continuing for ↵ | Diego 'Flameeyes' Pettenò | |
the whole list. | |||
2007-12-23 | Move dxr3_present() in dxr3.h to avoid duplicating the function. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Don't create extra variables now that node is transparent to xine's build. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make the node pointer transparent during xine build. | Diego 'Flameeyes' Pettenò | |
Check XINE_COMPILE definition, if it's present, define node as a plugin_node_t pointer rather than a void pointer. | |||
2007-12-23 | Fix for os_types.h move. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Remove XINE_COMPILE conditionals where they just changed the include ↵ | Diego 'Flameeyes' Pettenò | |
directive paths. | |||
2007-12-23 | Move os_types.h together with the other includes. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : lib/os_types.h => include/xine/os_types.h | |||
2007-12-23 | Mark open_internal static (again?). | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark all supported_types constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make supported_types constant, change plugins' loading code so that it ↵ | Diego 'Flameeyes' Pettenò | |
actually load them properly. | |||
2007-12-23 | Remove XINE_COMPILE conditional. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark name and pname static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark rm_header and pnm_data_header static. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark tables static as well as totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make base_names array static and totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark sizes constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Initialize found when declaring it. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark text_clut constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark the sub_palette and sub_trans tables constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark more array as constants. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make std_explanation a truly const array. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark sipr_swaps table constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark the digit array constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark a few more array totally constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Make more readable. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Fix constant pointers declaration. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Mark some static objects constant too. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Merge from 1.1. | Diego 'Flameeyes' Pettenò | |
--HG-- rename : src/liba52/xine_a52_decoder.c => src/audio_dec/xine_a52_decoder.c | |||
2007-12-23 | Remove the sed for 'developer-only' comments. Doxygen documentation should ↵ | Diego 'Flameeyes' Pettenò | |
replace those. | |||
2007-12-23 | Simplify code by returning immediately if the condition is not met. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Simplify code by returning immediately if the condition is not met. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Return immediately if some text is found. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Initialise buf as constant. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Remove cc_decoder_init function entirely. | Diego 'Flameeyes' Pettenò | |
2007-12-23 | Precalculate character table, rather than calculating it at runtime. Plugin ↵ | Diego 'Flameeyes' Pettenò | |
size decreased. Leave code used as doxygen documentation for the table. | |||
2007-12-22 | Precalculate parity table, rather than calculating it at runtime. Plugin ↵ | Diego 'Flameeyes' Pettenò | |
size decreased. Leave the code used as doxygen documentation for the table. | |||
2007-12-22 | Merge the sputext decoder and demuxer in a single plugin. | Diego 'Flameeyes' Pettenò | |
2007-12-22 | Move all the SubPicture decoders together in the spu_dec directory. Remove ↵ | Diego 'Flameeyes' Pettenò | |
superfluous xine_ prefixes from source files. --HG-- rename : src/libspucc/cc_decoder.c => src/spu_dec/cc_decoder.c rename : src/libspucc/cc_decoder.h => src/spu_dec/cc_decoder.h rename : src/libspucmml/xine_cmml_decoder.c => src/spu_dec/cmml_decoder.c rename : src/libspudec/nav_read.c => src/spu_dec/nav_read.c rename : src/libspudec/xine_spu_decoder.c => src/spu_dec/spu_decoder.c rename : src/libspudec/spudec.c => src/spu_dec/spudec.c rename : src/libspudec/spudec.h => src/spu_dec/spudec.h rename : src/libspudvb/xine_spudvb_decoder.c => src/spu_dec/spudvb_decoder.c rename : src/libsputext/xine_sputext_decoder.c => src/spu_dec/sputext_decoder.c rename : src/libsputext/demux_sputext.c => src/spu_dec/sputext_demuxer.c rename : src/libspucc/xine_cc_decoder.c => src/spu_dec/xine_cc_decoder.c |