summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-24Create a new wavpack plugin with both the old demuxer and a new decoder. To s...Diego 'Flameeyes' Pettenò
2007-01-24Remove demux_wavpack.c from here, as it's being moved in a different directory.Diego 'Flameeyes' Pettenò
2007-01-24Regen.Diego 'Flameeyes' Pettenò
2007-01-23Fix building where srcdir != builddir.Diego 'Flameeyes' Pettenò
2007-01-23- Don't try to print "<title> / <chapter>" if there's no title, avoidBastien Nocera
2007-01-23Add xineplugdir variable so that the makefiles installing plugins can simply ...Diego 'Flameeyes' Pettenò
2007-01-23Correctly report the current progress of the song, and remove this->length at...Diego 'Flameeyes' Pettenò
2007-01-23Return the correct length for the stream.Diego 'Flameeyes' Pettenò
2007-01-23Set audio channels, samplerate and bits per sample properties.Diego 'Flameeyes' Pettenò
2007-01-22Added mimetype application/ogg.Claudio Ciccani
2007-01-22Must check whether "key" is NULL when parsing flash vars.Claudio Ciccani
2007-01-22Parse the keyframes list for faster seek.Claudio Ciccani
2007-01-21Update (format strings).Darren Salt
2007-01-21Allow more strings to be marked as format strings.Darren Salt
2007-01-21CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER.Claudio Ciccani
2007-01-21Use docdir and htmldir as basedir to install the documentation into; these ar...Diego 'Flameeyes' Pettenò
2007-01-19LIBTOOL is already defined by.. err.. libtool, no need to repeat here.Diego 'Flameeyes' Pettenò
2007-01-19Revert, and remember to flush cache.Diego 'Flameeyes' Pettenò
2007-01-19Regen.Diego 'Flameeyes' Pettenò
2007-01-19Add --disable-musepack and --with-external-libmpcdec parameters to configure,...Diego 'Flameeyes' Pettenò
2007-01-19Make supported_types a pointer to constant.Diego 'Flameeyes' Pettenò
2007-01-19Fix warning and dubious correctness.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Err no it was the other way around.Diego 'Flameeyes' Pettenò
2007-01-19Extra safety, although it should be good anyway.Diego 'Flameeyes' Pettenò
2007-01-19Fix possible strict aliasing breakage.Diego 'Flameeyes' Pettenò
2007-01-19Make iterator variables constant when used with constant tables.Diego 'Flameeyes' Pettenò
2007-01-19Make get_mrl return a const char * too.Diego 'Flameeyes' Pettenò
2007-01-19Make get_description get_identifier get_extensions get_mimetypes return a con...Diego 'Flameeyes' Pettenò
2007-01-19Fix constant on ordered attribute.Diego 'Flameeyes' Pettenò
2007-01-18Handle strings coming from plugins as constants.Diego 'Flameeyes' Pettenò
2007-01-18Make _x_demux_check_extension() accept constant strings.Diego 'Flameeyes' Pettenò
2007-01-18Make get_description function return a const char * rather than just a char *...Diego 'Flameeyes' Pettenò
2007-01-18__attribute__(packed) is used on the struct, not on its members.Diego 'Flameeyes' Pettenò
2007-01-18Mark pointers as const wherever possible, as an extra safety. Code generation...Diego 'Flameeyes' Pettenò
2007-01-18Regen.Diego 'Flameeyes' Pettenò
2007-01-18Fix comparing char* pointer with a string literal.Matthias Hopf
2007-01-16division by zero fixMiguel Freitas
2007-01-16avoid division by zero.Miguel Freitas
2007-01-15Fixed a couple of typosMathieu Olivier
2007-01-15this->context may be NULL - avoid dereferencing it (and segfaulting) if it is.Darren Salt
2007-01-14Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined.Darren Salt
2007-01-14Remove ffmpeg_config.h on "make distclean".Darren Salt
2007-01-14Support VP6 video.Claudio Ciccani
2007-01-14Added BUF_VIDEO_VP6F (Flash VP6).Claudio Ciccani
2007-01-14Link fix for the directfb plugin.Darren Salt
2007-01-14ops, missing fileMiguel Freitas
2007-01-14Add another CONFIG_ENCODERS guard to kill an implicit fn declaration warning.Darren Salt
2007-01-13another bug #Miguel Freitas
2007-01-13Shell quoting fixes and one m4 quoting fix. Probably some overkill :-)Darren Salt