Age | Commit message (Expand) | Author |
2008-07-03 | Merge from 1.1. | Darren Salt |
2008-07-02 | Build fix for external ffmpeg | Chris Rankin |
2008-06-23 | Allow for <libavutil/base64.h> etc. | Darren Salt |
2008-06-20 | Merge the avutil branch; port the "raw" video output plugin. | Darren Salt |
2008-05-29 | Merge from 1.1. | Darren Salt |
2008-05-23 | Remove MIN/MAX macro definitions on unit. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Mark initialisation functions with malloc attribute. | Diego 'Flameeyes' Pettenò |
2008-05-23 | Merge from 1.1. VDR needs to be updated. | Diego 'Flameeyes' Pettenò |
2008-05-09 | Avoid loop for common memory operations (zeroing, copying, moving). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Include config.h | Diego 'Flameeyes' Pettenò |
2008-05-07 | Again, use asprintf() rather than malloc()+sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Replace strn?cpy() + strn?cat() calls with a?sprintf(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Use proper string functions in place of sn?printf. | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-21 | Merge from 1.1. | Darren Salt |
2008-04-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2008-04-09 | Compilation fixes, mostly ffmpeg-related, and linkage fixes. | Darren Salt |
2008-03-06 | Fix include path to internal ffmpeg for post/planar | Matthias Ringwald |
2008-03-04 | Merge from 1.1. | Darren Salt |
2008-03-02 | Fix compilation with older external ffmpeg. | Darren Salt |
2008-03-02 | Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt). | Diego 'Flameeyes' Pettenò |
2008-03-01 | Support the new FFmpeg include layout. Now the same include directive should ... | Reinhard Nißl |
2008-03-01 | Update to the new FFmpeg's include directory. | Diego 'Flameeyes' Pettenò |
2008-03-01 | Merge from 1.2 tip. | Diego 'Flameeyes' Pettenò |
2008-02-12 | Avoid possible excess linkage in the tvtime plugin. | Darren Salt |
2008-02-08 | Avoid a build failure (affects gcc 4.0 on x86_32). | Darren Salt |
2008-01-25 | Always use xine_xmalloc in plugin class init; avoids uninitialised pointers. | Darren Salt |
2008-01-17 | Backed out changeset d35b87a8b361 due to build failure. | Darren Salt |
2008-01-16 | Remove two unused files, don't define (x)mmx_supported on non-x86. | Diego 'Flameeyes' Pettenò |
2008-01-16 | Remove function never used in xine. | Diego 'Flameeyes' Pettenò |
2008-01-05 | Add a mangle.h file with the definition of MANGLE from FFmpeg's libavutil, an... | Diego 'Flameeyes' Pettenò |
2008-01-05 | Merge from 1.2. | Diego 'Flameeyes' Pettenò |
2008-01-01 | Bump post plugin interface version after API changes | Petri Hintukainen |
2007-12-30 | Merge from 1.1 (except po/*; translators needed for this). | Darren Salt |
2007-12-30 | Manual port of the color→colour change to 1.2; should make merging easier. | Darren Salt |
2007-12-23 | Merge from 1.2 main branch. | Diego 'Flameeyes' Pettenò |
2007-12-22 | Merge -headers-reshuffle branch into main. | Diego 'Flameeyes' Pettenò |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-12-19 | Mark more arrays as constant. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Rewrite get_help function to use asprintf, without declaring the two help1/he... | Diego 'Flameeyes' Pettenò |
2007-12-19 | Mark static strings as const. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Update all the code to the new headers layout. | Diego 'Flameeyes' Pettenò |
2007-12-19 | Merge from 1.2 branch. | Diego 'Flameeyes' Pettenò |
2007-12-18 | Remove more class_dispose functions, and replace with default_post_class_disp... | Diego 'Flameeyes' Pettenò |
2007-12-18 | Use xine_xmalloc to allocate the plugin structures, so that they get zeroed out. | Diego 'Flameeyes' Pettenò |
2007-12-14 | Replace mangle.h with avutil.h. Needs a patched libavutil. | Diego 'Flameeyes' Pettenò |
2007-12-14 | Merge from 1.2 main. | Diego 'Flameeyes' Pettenò |
2007-12-14 | Include mangle.h on tomsmocompmacros.h rather than in three files where it's ... | Diego 'Flameeyes' Pettenò |
2007-12-14 | Remove internal FFmpeg reference from build system. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Merge changes from 1.2 main.last-internal-ffmpeg | Diego 'Flameeyes' Pettenò |