Age | Commit message (Expand) | Author |
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-19 | Replace xine_xcalloc usage with calloc, for the revisions transplanted from 1... | Diego 'Flameeyes' Pettenò |
2007-04-14 | Use xine_xcalloc instead of xine_xmalloc when mutiplying the number of elemen... | Diego 'Flameeyes' Pettenò |
2008-03-06 | CVS broken with built-in ffmpeg | Chris Rankin |
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-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 |
2007-12-24 | Consistently use "colour", "colour key", "colour space" in output. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-08-15 | Fix an audio resampling problem which was causing regular clicking. | Darren Salt |
2007-08-12 | Fix goom visualization plug-in | Maxim Levitsky |
2007-06-09 | Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. | Darren Salt |
2007-05-17 | Convert comments (and the occasional string where it doesn't matter) to UTF-8. | Darren Salt |
2007-04-10 | Allow xine-lib to be built with CFLAGS='-O0 -g3' by changing optimization | Reinhard Nißl |
2007-04-08 | Mark various private arrays, structs & fn parameters as static and/or const. | Darren Salt |
2007-04-06 | Remove executable status from all files which shouldn't have it. | Darren Salt |
2007-04-06 | Define a xinepostdir directory to point to the post-plugins path. | Diego 'Flameeyes' Pettenò |
2007-04-03 | Rationalise use of .hgignore, removes a bunch of files that only ignored auto... | Diego 'Flameeyes' Pettenò |
2007-04-02 | Migrate all .cvsignore files to .hgignore. | Diego 'Flameeyes' Pettenò |
2007-03-22 | Instead of defining HAVE_ASMALIGN_POT during configure and then creating the ... | Diego 'Flameeyes' Pettenò |
2007-03-22 | Fix crosscompile to use build and host definition from autoconf, rather than ... | Diego 'Flameeyes' Pettenò |
2007-03-18 | Added centre-cutout (4:3 in 16:9) to the expand plugin. Patch by Reinhard Nissl. | Darren Salt |
2007-03-16 | Use stdlib.h rather than malloc.h. | Diego 'Flameeyes' Pettenò |
2007-02-26 | Fix a possible crash in the eq2 plugin. | Darren Salt |
2007-02-20 | Remove the cast as register_enum now accept consts. | Diego 'Flameeyes' Pettenò |
2007-01-28 | revert part of the PaX team's patch which broke tomsmocomp (segfault) | Miguel Freitas |
2007-01-14 | Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined. | Darren Salt |
2007-01-13 | build fixes related to last ffmpeg sync changes | Miguel Freitas |
2006-12-25 | Goom postplugin use math functions, link to libm. | Diego 'Flameeyes' Pettenò |
2006-12-21 | Apply the textrel patch from Gentoo, thanks to PaX team for providing it. The... | Diego 'Flameeyes' Pettenò |
2006-12-02 | two fixes to viz glue code: | Miguel Freitas |
2006-10-23 | - unregister configuration callbacks when disposing of the class | Bastien Nocera |
2006-09-26 | Free font_pos allocated in the function. | Diego 'Flameeyes' Pettenò |
2006-09-12 | Rewrite external ffmpeg support by using pkg-config rather than ad-hoc tests.... | Diego 'Flameeyes' Pettenò |
2006-09-01 | Fix building on amd64 and x86 too, by moving the constant at the top. | Diego 'Flameeyes' Pettenò |
2006-08-31 | Move the help text out of the #if condition. | Diego 'Flameeyes' Pettenò |
2006-08-27 | Fix bug where incorrect aspect ratio was being passed to post plugins up | Jason Tackaberry |
2006-07-12 | Tidy up the formatting of tvtime method help texts to allow better wrapping | Darren Salt |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-06-19 | Mark text as impure where necessary to fix build under Solaris/IA32. | Robin KAY |
2006-06-11 | Collect the latest changes against goom to local diff. | František Dvořák |