Age | Commit message (Expand) | Author |
2007-02-19 | Fix the example to actually use an existing function. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix building with LOG enabled. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix warning about incompatible pointer type. | Diego 'Flameeyes' Pettenò |
2007-02-19 | Fix building with LOG enabled by changing an the Xlib constant XvPacked into ... | Diego 'Flameeyes' Pettenò |
2007-02-17 | fix ffmpeg includes for sparc, see | Reinhard Tartler |
2007-02-15 | Properly repaint the whole surface during expose events. Patch by Christoph P... | Diego 'Flameeyes' Pettenò |
2007-02-15 | Commit the XCB output plugins by Christoph Pfister after testing on Gentoo pa... | Diego 'Flameeyes' Pettenò |
2007-02-08 | Remove any possibility of strcpy/sprintf overflows wrt front ends requesting | Darren Salt |
2007-02-03 | Broken MIME type. | Darren Salt |
2007-02-03 | A few const-correctness fixes. | Darren Salt |
2007-02-03 | Fix for libflac <1.1.3, thanks to Ville Skyttä for reporting, closes bug #16... | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove a debug output. | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove the state callbacks, it's simpler to just wait a bit for the connectio... | Diego 'Flameeyes' Pettenò |
2007-02-03 | Restructure the plugin a bit: create the mainloop and the context immediately... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Replace assert() calls with _x_assert(). | Diego 'Flameeyes' Pettenò |
2007-02-02 | We don't need to lock anymore as we're using the threaded mainloop, that alre... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Make use of threaded mainloop rather than calling it manually, this makes xin... | Diego 'Flameeyes' Pettenò |
2007-01-29 | Release stream and playback in ao_fusionsound_exit(). | Claudio Ciccani |
2007-01-28 | fix integer/double mistake. | Miguel Freitas |
2007-01-28 | another ffmpeg sync to include h264 security fixes | Miguel Freitas |
2007-01-28 | some additional fixes in case "-Wl,-z,defs" gets enabled again. | Miguel Freitas |
2007-01-28 | disabled "-Wl,-z,defs": it breaks compilation for vidix drivers. | Miguel Freitas |
2007-01-28 | revert part of the PaX team's patch which broke tomsmocomp (segfault) | Miguel Freitas |
2007-01-26 | Fix warning with LOG enabled. | Diego 'Flameeyes' Pettenò |
2007-01-26 | Don't set get_blocksize to NULL, or the Samba access plugin will _never_ work... | Diego 'Flameeyes' Pettenò |
2007-01-25 | Fixed build for srcdir != builddir. | František Dvořák |
2007-01-24 | Send multichannel data in a single frame, stop reading and send the buffer wh... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Put a non-stream buffer when there's an error, so that xine does not lock on ... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Don't limit to 4096 samples if there's space to decode more, avoid more loops... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Zero out the error array, so that we don't have false positives. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Actually rewind to the start. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Replace my email address with a more generic one. | Diego 'Flameeyes' Pettenò |
2007-01-24 | There's no need to pass one of the frame's headers around, so just send the s... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Remove the workaround for FFmpeg decoding, pass the complete header to the de... | Diego 'Flameeyes' Pettenò |
2007-01-24 | Don't include audio_group.h, this demuxer is not part of that. | Diego 'Flameeyes' Pettenò |
2007-01-24 | Add missing include directive. | Diego 'Flameeyes' Pettenò |
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-23 | - Don't try to print "<title> / <chapter>" if there's no title, avoid | Bastien Nocera |
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 | CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER. | Claudio Ciccani |
2007-01-19 | Revert, and remember to flush cache. | 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ò |