summaryrefslogtreecommitdiff
path: root/src/xine-engine
AgeCommit message (Expand)Author
2008-07-04Use calloc to allocate the lists of audio and video ports.Diego 'Flameeyes' Pettenò
2008-07-03Merge from 1.1.Darren Salt
2008-07-02provide PTHREAD_CFLAGS when neededMatthias Ringwald
2008-06-23Allow for <libavutil/base64.h> etc.Darren Salt
2008-06-20Merge the avutil branch; port the "raw" video output plugin.Darren Salt
2008-06-20Merge from 1.1.Darren Salt
2008-06-20Ask the input plugin which demuxer to use.Darren Salt
2008-06-20Read the MIME type from the plugin & use it for demuxer selection (if by extn).Darren Salt
2008-06-19Bump the catalogue cache version no. due to media.video4linux.tv_standard.Darren Salt
2008-06-11Merge from 1.1.Darren Salt
2008-06-11Provide a useful implementation of xine_register_log_cb().Darren Salt
2008-06-09Avoid false positives when looking up demuxer by MIME type.Darren Salt
2008-05-29Merge from 1.1.Darren Salt
2008-08-06Really fix the metadata bug...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-23Merge from 1.1. VDR needs to be updated.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-21Fix typo that lead to crash.Diego 'Flameeyes' Pettenò
2008-05-21Free up resources when we finish with Freetype.Darren Salt
2008-05-12Provide xine_get_current_frame_data which passes more data via a structure.Reinhard Nißl
2008-05-11Extend xine_get_current_frame to provide cropping and interlacing information.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-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-09Avoid loop for common memory operations (zeroing, copying, moving).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-07Remove strlen() call after strftime, the returned value is what is needed.Diego 'Flameeyes' Pettenò
2008-05-07Use strn?dup instead of alloc + strn?cpy.Diego 'Flameeyes' Pettenò
2008-05-07Use proper string functions in place of sn?printf.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07Merge file removal.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-05-07Mark internal functions and data structures static.Diego 'Flameeyes' Pettenò
2008-05-05Make xine_probe_fast_memcpy internal.Diego 'Flameeyes' Pettenò
2008-05-05Check for and use internal visibility.Diego 'Flameeyes' Pettenò
2008-05-05Make open_internal static again.Darren Salt
2008-05-05Add missing xine_private.h includeDiego 'Flameeyes' Pettenò
2008-05-05Replace load_plugins.h with a more generic xine_private.h, move the functions...Diego 'Flameeyes' Pettenò
2008-05-03Remove unused variables, as reported by GCC 4.3.Diego 'Flameeyes' Pettenò
2008-05-03Stop exporting a few internal functions, remove the unued parameter to _x_cah...Diego 'Flameeyes' Pettenò
2008-05-03Remove xine_register_log_cb and xine_trick_mode, which are both not implemented.Diego 'Flameeyes' Pettenò
2008-05-03Get rid of xine_get_video_frame as it was nevere implemented.Diego 'Flameeyes' Pettenò
2008-04-21Merge from 1.1.Darren Salt
2008-04-19Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1...Diego 'Flameeyes' Pettenò
2008-04-11Merge from 1.1.Darren Salt