| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-12-19 | Transform mmst_proto_s and mmsh_proto_s into arrays of arrays, padded at 8 ↵ | Diego 'Flameeyes' Pettenò | |
| bytes. The size occupied will be smaller in 64-bit systems, and almost the same in 32-bit systems, but the access should be faster. | |||
| 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ò | |
| Use sizeof rather than strlen. | |||
| 2007-12-19 | Use asprintf rather than snprintf, make frontend_device a local variable, ↵ | Diego 'Flameeyes' Pettenò | |
| and make sure to free the allocated variables on error. | |||
| 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 ↵ | Diego 'Flameeyes' Pettenò | |
| rather than array of pointers. | |||
| 2007-12-19 | Merge from 1.2 branch. | Diego 'Flameeyes' Pettenò | |
| --HG-- rename : src/xine-utils/xineutils.h => include/xine/xineutils.h | |||
| 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ò | |
| --HG-- rename : src/xine-engine/alphablend.h => include/xine/alphablend.h rename : src/xine-utils/array.h => include/xine/array.h rename : src/xine-utils/attributes.h => include/xine/attributes.h rename : src/xine-engine/audio_decoder.h => include/xine/audio_decoder.h rename : src/xine-engine/audio_out.h => include/xine/audio_out.h rename : src/xine-engine/broadcaster.h => include/xine/broadcaster.h rename : src/xine-engine/buffer.h => include/xine/buffer.h rename : src/xine-utils/compat.h => include/xine/compat.h rename : src/xine-engine/configfile.h => include/xine/configfile.h rename : src/demuxers/demux.h => include/xine/demux.h rename : src/xine-engine/info_helper.h => include/xine/info_helper.h rename : src/input/input_plugin.h => include/xine/input_plugin.h rename : src/xine-engine/io_helper.h => include/xine/io_helper.h rename : src/xine-utils/list.h => include/xine/list.h rename : src/xine-engine/metronom.h => include/xine/metronom.h rename : src/xine-engine/osd.h => include/xine/osd.h rename : src/xine-engine/plugin_catalog.h => include/xine/plugin_catalog.h rename : src/xine-utils/pool.h => include/xine/pool.h rename : src/xine-engine/post.h => include/xine/post.h rename : src/xine-engine/refcounter.h => include/xine/refcounter.h rename : src/xine-engine/resample.h => include/xine/resample.h rename : src/xine-utils/ring_buffer.h => include/xine/ring_buffer.h rename : src/xine-engine/scratch.h => include/xine/scratch.h rename : src/xine-utils/sorted_array.h => include/xine/sorted_array.h rename : src/xine-engine/spu.h => include/xine/spu.h rename : src/xine-engine/spu_decoder.h => include/xine/spu_decoder.h rename : src/xine-engine/video_decoder.h => include/xine/video_decoder.h rename : src/xine-engine/video_out.h => include/xine/video_out.h rename : src/xine-engine/video_overlay.h => include/xine/video_overlay.h rename : src/xine-engine/vo_scale.h => include/xine/vo_scale.h rename : src/xine-utils/xine_buffer.h => include/xine/xine_buffer.h rename : src/xine-engine/xine_internal.h => include/xine/xine_internal.h rename : src/xine-engine/xine_plugin.h => include/xine/xine_plugin.h rename : src/xine-engine/xineintl.h => include/xine/xineintl.h rename : src/xine-utils/xineutils.h => include/xine/xineutils.h rename : src/xine-utils/xmllexer.h => include/xine/xmllexer.h rename : src/xine-utils/xmlparser.h => include/xine/xmlparser.h | |||
| 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ò | |
| --HG-- extra : transplant_source : %F2%15%E8%D0%BC%EE%04Xk%21U%D2%AB%968%0F%15%8A%91E | |||
| 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 | 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ò | |
| 2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
| (transplanted from e9e85d6bcc7e9aafb1dc019f3505de2dafe940bf) --HG-- extra : transplant_source : %E9%E8%5Dk%CC%7E%9A%AF%B1%DC%01%9F5%05%DE-%AF%E9%40%BF | |||
| 2007-12-18 | Use calloc() when allocating an array of elements. | Diego 'Flameeyes' Pettenò | |
| 2007-12-18 | Use strndup. | Diego 'Flameeyes' Pettenò | |
| 2007-12-18 | Use asprintf where possible. | Diego 'Flameeyes' Pettenò | |
| 2007-12-18 | Use variable-sized arrays rather than allocated buffers. | Diego 'Flameeyes' Pettenò | |
| 2007-12-18 | Use asprintf(). | Diego 'Flameeyes' Pettenò | |
| 2007-12-18 | Use zeroed allocation instead of memset, and don't zero out a string that is ↵ | Diego 'Flameeyes' Pettenò | |
| going to be fully sprintf'd. | |||
| 2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
| size of an item for the number of items. (transplanted from efc9d92af3d7927cbf5534b5612fd98af541ff95) --HG-- extra : transplant_source : %EF%C9%D9%2A%F3%D7%92%7C%BFU4%B5a/%D9%8A%F5A%FF%95 | |||
| 2007-12-18 | Use calloc() when the allocated size would be counted by multiplying the ↵ | Diego 'Flameeyes' Pettenò | |
| size of an item for the number of items. | |||
| 2007-12-13 | Mark dvb_mjdtime as static. | Diego 'Flameeyes' Pettenò | |
| 2007-12-13 | Make sure that the sign of local variables and parameters of local functions ↵ | Diego 'Flameeyes' Pettenò | |
| are the same. | |||
| 2007-12-13 | Make sourcea bytes buffer. | Diego 'Flameeyes' Pettenò | |
| 2007-12-13 | Make rmff_dump_pheader accept a bytes buffer. | Diego 'Flameeyes' Pettenò | |
| 2007-12-13 | Make rmff_dump_header accept a void * parameter for buffer. | Diego 'Flameeyes' Pettenò | |
| 2007-12-13 | Make rtsp_read_data accept a void* parameter for buffer. | Diego 'Flameeyes' Pettenò | |
| 2007-12-11 | Bump the interface version of the VCD plugin (which got missed earlier). | Darren Salt | |
| 2007-12-11 | Bump the input plugins interface version to 18 as they got updated. | Diego 'Flameeyes' Pettenò | |
| 2007-12-11 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò | |
| 2007-12-11 | Don't use the if(foo) free(foo); construct, as free(NULL); is well defined. | Diego 'Flameeyes' Pettenò | |
| 2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ↵ | Diego 'Flameeyes' Pettenò | |
| called free(). | |||
| 2007-12-11 | Define free() as the default dispose function for plugin classes. | Diego 'Flameeyes' Pettenò | |
| Most plugin classes in xine define a dispose function simply to call free(), but free() is ABI-compatible with our dispose functions, so add a macro that allows to pass free() directly as dispose function. It's an opt-in so that no extra conditional is needed, and plugin authors won't forget about providing a dispose function (if they need to). | |||
| 2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò | |
| This way the gettext code for description does not need to be repeated by every plugin. | |||
| 2007-12-11 | Add a textdomain field to allow using a different i18n catalog for the ↵ | Diego 'Flameeyes' Pettenò | |
| description translation. | |||
| 2007-12-11 | Update all input plugins to the new identifier/description interface. | Diego 'Flameeyes' Pettenò | |
