Age | Commit message (Expand) | Author |
2007-12-13 | Use memcmp() to compare the buffer with a string rather than strncmp. | Diego 'Flameeyes' Pettenò |
2007-12-13 | Replace four-bytes comparison with a ME_FOURCC comparison. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Rename METHOD_BY_EXTENSION to METHOD_BY_MRL, as it's used to identify protoco... | Diego 'Flameeyes' Pettenò |
2007-12-11 | Remove redundant METHOD_BY_EXTENSION checks now that libxine takes care of them. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Transform get_extensions and get_mimetypes into strings. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for video decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for audio decoder plugins. | Diego 'Flameeyes' Pettenò |
2007-12-11 | Bump the interface version for demuxer 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 | Update all combined plugins to the new identifier/description interface. Add ... | Diego 'Flameeyes' Pettenò |
2007-12-03 | Merge from 1.1. | Darren Salt |
2007-11-25 | Merge from 1.1. | Darren Salt |
2007-11-25 | Port nsf plugin build-disabling option to 1.2. | Darren Salt |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-10 | Merge from 1.1. | 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-10-02 | Unbreak flac demuxer (was trying to #include a deleted file). | Darren Salt |
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-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
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 | Use strndup rather than just strdup to avoid overflows. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Use memcmp rather than manual tests. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Remove signedness warnings from the theora decoder. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Remove most of warnings from the speex_decoder. | Diego 'Flameeyes' Pettenò |
2007-06-13 | Merge from 1.1. | Diego 'Flameeyes' Pettenò |
2007-06-12 | A nice simple merge from 1.1. | Darren Salt |
2007-07-02 | Fix demuxing of wavpack files, and avoid crashing with the tags at the end of... | Diego 'Flameeyes' Pettenò |
2007-06-09 | Add an nsf_combined.h header file with declarations of decoder_nsf_init_plugi... | 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-31 | Return -1 in case the mode is not one of the accepted ones. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Rename the flac combined plugin sources so that they are listed together in a... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Rename the wavpack combined plugin sources so that their are listed together ... | Diego 'Flameeyes' Pettenò |
2007-05-31 | Use a listing for _LTLIBRARIES similar to other Makefiles. | Diego 'Flameeyes' Pettenò |
2007-05-31 | Create a single NSF plugin that includes both the demuxer (previously in the ... | Diego 'Flameeyes' Pettenò |
2007-05-12 | More configure/Makefile cleanups | Matt Messier |
2007-05-11 | Another pass at cleaning up Makefile.am files. More to come. | Matt Messier |
2007-05-08 | RIP: AC_OPTIMIZATIONS | Matt Messier |
2007-05-03 | Reduce size of flac_decoder_t structure: output_mode and output_sampling_rate... | Diego 'Flameeyes' Pettenò |
2007-04-10 | Rationalise __attribute__((packed)) usage. | Diego 'Flameeyes' Pettenò |
2007-04-10 | Use ME_FOURCC rather than having two declarations for wvpk_signature. | Diego 'Flameeyes' Pettenò |
2007-04-04 | Move the flac plugins sources into the combined directory, like wavpack. | 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-29 | Reorder fields to fill hole. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Pass the visibility flag when building the plugin. | Diego 'Flameeyes' Pettenò |
2007-03-17 | Cleanup wavpack plugin, include config.h when needed, declare demuxer/decoder... | Diego 'Flameeyes' Pettenò |