Age | Commit message (Expand) | Author |
2007-12-11 | Bump the interface version for audio decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use default_*_class_dispose macro whenever the class dispose function only ca... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Use N_() rather than _(), passing the string just once to gettext(). | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove stray function. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Update all audio decoder plugins to the new identifier/description interface.... | Diego 'Flameeyes' Pettenò |
2007-11-10 | Merge from 1.1. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | More updates for FSF address. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Merge FSF address changes from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-11-03 | Allow external libfaad. | Darren Salt |
2007-11-01 | Update contributed libfaad (faad2) to version 2.6.1. | Diego 'Flameeyes' Pettenò |
2007-08-16 | Merge open()/glibc (debug #define) workaround from 1.1; fix up for 1.2 changes. | Darren Salt |
2007-08-15 | Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro). | Darren Salt |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt |
2007-06-16 | Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari... | Diego 'Flameeyes' Pettenò |
2007-06-13 | Fix leak on vorbis decoder as reported by Sander Jansen. | Diego 'Flameeyes' Pettenò |
2007-06-01 | Collapse the Ogg demuxer, and the Theora, Vorbis and Speex decoders in the sa... | Diego 'Flameeyes' Pettenò |
2007-05-29 | Use the integer versions of Speex decoding functions, this avoids an iteratio... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move libfaad in contrib/ and contextually move the plugin in src/libxineadec/. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Allow building with external a52dec, crc.c is still used. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move xine_a52_decoder.c into libxineadec. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Merge from 1.1 branch. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move libmad in libxineadec directory. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move gsm610 sources inside contrib/. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Create a single NSF plugin that includes both the demuxer (previously in the ... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Move nosefart sources inside contrib/ directory. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Merge -newbuild. | Darren Salt |
2007-05-30 | Merge from 1.1. | Darren Salt |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another round of Makefile.am cleanups | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-05-03 | Mark vorbis_comment_keys structure constant. | Diego 'Flameeyes' Pettenò |
2007-05-02 | Don't allocate the buffer inline in the structure, just allocate it when need... | Diego 'Flameeyes' Pettenò |
2007-05-02 | Fix boundary of the for loop. | Diego 'Flameeyes' Pettenò |
2007-04-19 | Doxygen documentation. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Cleanup, add doxygen comments, add doxygen todos. | Diego 'Flameeyes' Pettenò |
2007-04-18 | Cleanup; make variables and parameters constant; improve the float_to_int fun... | Diego 'Flameeyes' Pettenò |
2007-04-18 | Now that xine_dts_decoder.c is alone, move it in libxineadec. | Diego 'Flameeyes' Pettenò |
2007-04-16 | Simplify handling of internal/external libmpcdec, most of the work is done at... | Diego 'Flameeyes' Pettenò |
2007-04-11 | Now that libmpcdec sources are in contrib/ subdirectory, move xine_musepack_d... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-04 | Move the Speex decoder from libspeex to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the Vorbis decoder from libvorbis to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Convert to xineplug_LTLIBRARIES. | 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-01-18 | __attribute__(packed) is used on the struct, not on its members. | Diego 'Flameeyes' Pettenò |