summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-15Move the declaration of xine_strcat_realloc.Darren Salt
2008-06-15Merge.Darren Salt
2008-06-15Remove nbc_check_buffers calls; mark it & the low-water mark fns as deprecated.Darren Salt
2008-06-15Backed out changeset a1dad259c8f8. In 1.1.x, deprecated functions must remain.Darren Salt
2008-06-14Replacement JACK pluginEd Wildgoose
2008-06-14Extra MIME types for Quicktime/ISO media.Darren Salt
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-06-11Fix va_list-related breakage. Multiple use needs va_copy().Darren Salt
2008-06-09Fix Shoutcast NSV detection.Darren Salt
2008-06-09Avoid false positives when looking up demuxer by MIME type.Darren Salt
2008-06-05demux_ts: don't OR in buffer types.Darren Salt
2008-05-25Recognise TS descriptor tag 0x80 as MPEG video.Darren Salt
2008-05-25Wherever possible, use enum constants for TS descriptor tags.Darren Salt
2008-05-23Remove MIN/MAX macro definitions on unit.Diego 'Flameeyes' Pettenò
2008-05-23Mark initialisation functions with malloc attribute.Diego 'Flameeyes' Pettenò
2008-05-20Make xine_mm_accel() appear like a constant function.Diego 'Flameeyes' Pettenò
2008-05-20Add check for const attribute (for mathematical functions).Diego 'Flameeyes' Pettenò
2008-05-22Merge fix for 3466031414a7.Diego 'Flameeyes' Pettenò
2008-05-22Copy all of the supported types not just 1/4 of it (4 being the size of uint3...Diego 'Flameeyes' Pettenò
2008-05-22Merge.Darren Salt
2008-05-22Merge.Darren Salt
2008-05-22Fix w32dll build failure.Darren Salt
2008-05-21Fix typo that lead to crash.Diego 'Flameeyes' Pettenò
2008-05-12Provide xine_get_current_frame_data which passes more data via a structure.Reinhard Nißl
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-09Rewrite and optimise xine_get_{file_extensions,mime_types}()Diego 'Flameeyes' Pettenò
2008-05-09Don't use temporary for setting title data, initialise structs on declaration.Diego 'Flameeyes' Pettenò
2008-05-09Use snprintf() return value rather than calling strlen() multiple times.Diego 'Flameeyes' Pettenò
2008-05-09Initialise the xine_event_t instance directly on declaration.Diego 'Flameeyes' Pettenò
2008-05-09Use xine_ui_data_t's array rather than creating a temporary.Diego 'Flameeyes' Pettenò
2008-05-09Avoid 1KB buffer for decoding anxdata headers.Diego 'Flameeyes' Pettenò
2008-05-09Don't use t_title array after it got out of the scope.Diego 'Flameeyes' Pettenò
2008-05-09Merge.Darren Salt
2008-05-09Merge.Darren Salt
2008-05-09Fix compilation failure (capitalisation).Darren Salt
2008-05-09Fix compilation failure (extra "(").Darren Salt
2008-05-09Use asprintf() rather than sn?printf() + strn?dup().Diego 'Flameeyes' Pettenò
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-09Use asprintf() rather than malloc() + snprintf().Diego 'Flameeyes' Pettenò
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-09Use size_t rather than int to store the return value of strlen().Diego 'Flameeyes' Pettenò
2008-05-09Avoid loop for common memory operations (zeroing, copying, moving).Diego 'Flameeyes' Pettenò
2008-05-09Avoid transforming a string to uppecase, and avoid one call to strlen().Diego 'Flameeyes' Pettenò
2008-05-09Loop improvements, avoid multiple strlen() and strdup() calls.Diego 'Flameeyes' Pettenò
2008-05-09Remove a new bunch of xine_malloc() calls.Diego 'Flameeyes' Pettenò
2008-05-09Cleanup handling of packed attribute.Diego 'Flameeyes' Pettenò
2008-05-07Avoid memset() on newly allocated memory areas.Diego 'Flameeyes' Pettenò
2008-05-07Don't overuse sscanf().Diego 'Flameeyes' Pettenò
2008-05-07Include config.hDiego 'Flameeyes' Pettenò