Age | Commit message (Expand) | Author |
2006-12-28 | Link to libxine when needed | Reinhard Tartler |
2006-12-27 | Link to X libraries when buidling the SDL plugin with X support. | Diego 'Flameeyes' Pettenò |
2006-12-27 | Link to the dlopen-providing library. | Diego 'Flameeyes' Pettenò |
2006-12-27 | Link to libxine when needed. | Diego 'Flameeyes' Pettenò |
2006-12-26 | * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). | Diego 'Flameeyes' Pettenò |
2006-12-26 | * Implement a True Audio files demuxer. [bug #1586381] | Diego 'Flameeyes' Pettenò |
2006-12-26 | Fix LOG_MODULE definition to be the same as the name of the unit file. | Diego 'Flameeyes' Pettenò |
2006-12-26 | * Implement a WavPack files demuxer, using WavPack library (only for demuxing | Diego 'Flameeyes' Pettenò |
2006-12-26 | Add WavPack to the list of supported audio streams FFmpeg can decode. | Diego 'Flameeyes' Pettenò |
2006-12-26 | Add WavPack to the list of supported audio buffers. | Diego 'Flameeyes' Pettenò |
2006-12-25 | Fix a grammar error, and mark the error message for translation. | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Replace --enable-flac configure option with --with-libflac, as the FLAC | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Make the libFLAC-based decoder and demuxer for FLAC files work with recent | Diego 'Flameeyes' Pettenò |
2006-12-25 | Correctly export _x_post_frame_u_turn. | Diego 'Flameeyes' Pettenò |
2006-12-25 | Goom postplugin use math functions, link to libm. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The faad decoding plugin uses math functions, link it to libm. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The nsf decoding plugin uses math functions, link it to libm. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The mpeg2 decoding plugin uses ceil(), so link it to libm. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The dvd input plugin uses dlopen-related functions, link to the correct library. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The alsa audio output plugin uses threads, so link it correctly. | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Implement at least a partial content-based detection of ModPlug-decoded | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix Shorten demuxer: the whole ajkg signature has to be found, not only | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media SDP with tailored stream; reported | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix program termination due to invalid Real Media SDP; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix invalid memory access in Real Media ASM parser; reported by Roland | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Fix disposing of image buffers in video_out_xv when SHM get disabled by | Diego 'Flameeyes' Pettenò |
2006-12-25 | * Allow building with Sun CC by fixing the lprintf variadic macro; patch by | Diego 'Flameeyes' Pettenò |
2006-12-25 | Fix race condition in audio_out by using a recursive mutex; patch by Reinhard... | Diego 'Flameeyes' Pettenò |
2006-12-23 | Fixed mimetype description string. | Claudio Ciccani |
2006-12-22 | In rtsp_session_read(): return the actual amount of bytes read. | Claudio Ciccani |
2006-12-22 | Check whether or not we are playing before calling input_plugin->seek_time(). | Claudio Ciccani |
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani |
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani |
2006-12-21 | Apply the textrel patch from Gentoo, thanks to PaX team for providing it. The... | Diego 'Flameeyes' Pettenò |
2006-12-21 | Improve the compiler optimisation failure workaround. | Darren Salt |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-12-19 | Added some cleanup code to make some calls cancelable (at least xine_open can... | Claudio Ciccani |
2006-12-19 | Privilege "max_bitrate" over "length" to compute the byterate | Claudio Ciccani |
2006-12-18 | Partially implemented RTSP seekability: | Claudio Ciccani |
2006-12-18 | Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default. | Claudio Ciccani |
2006-12-18 | Automatically flush lprintf() output. | Claudio Ciccani |
2006-12-15 | Parse framerate information. | Claudio Ciccani |
2006-12-15 | Added BUF_AUDIO_FLVADPCM (Flash ADPCM). | Claudio Ciccani |
2006-12-15 | Parse script objects and extract stream information. | Claudio Ciccani |
2006-12-14 | Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg). | Claudio Ciccani |
2006-12-14 | Added configure option --enable-antialing (disabled by default because | Claudio Ciccani |
2006-12-13 | Don't leak directory handles when reading DVDs or DVD images. | Darren Salt |
2006-12-13 | Close the device after building the MRL list if it wasn't previously open. | Darren Salt |
2006-12-13 | Close the device if it was opened but the content isn't that of a VCD. | Darren Salt |
2006-12-13 | Lock the log buffer while updating it. | Darren Salt |