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