Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-27 | Link to the dlopen-providing library. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8467 CVS date: 2006/12/27 22:32:29 | |||
2006-12-27 | Use X_LIBS and X_FLAGS to get the results of pkg-config. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8466 CVS date: 2006/12/27 22:27:58 | |||
2006-12-27 | Link to libxine when needed. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8465 CVS date: 2006/12/27 22:14:45 | |||
2006-12-26 | * Allow decoding of MusePack SV 7.x files (7.1 files at least play fine). | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8464 CVS date: 2006/12/26 17:40:37 | |||
2006-12-26 | * Implement a True Audio files demuxer. [bug #1586381] | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8463 CVS date: 2006/12/26 16:59:55 | |||
2006-12-26 | Fix LOG_MODULE definition to be the same as the name of the unit file. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8462 CVS date: 2006/12/26 14:28:48 | |||
2006-12-26 | * Implement a WavPack files demuxer, using WavPack library (only for demuxing | Diego 'Flameeyes' Pettenò | |
as the decoding is left entirely to FFmpeg); it's still in its infancy, but it should be possible to remove WavPack dependency entirely in the future. CVS patchset: 8461 CVS date: 2006/12/26 03:22:28 | |||
2006-12-26 | Add WavPack to the list of supported audio streams FFmpeg can decode. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8460 CVS date: 2006/12/26 03:20:12 | |||
2006-12-26 | Add WavPack to the list of supported audio buffers. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8459 CVS date: 2006/12/26 03:18:56 | |||
2006-12-25 | Fix a grammar error, and mark the error message for translation. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8458 CVS date: 2006/12/25 21:59:32 | |||
2006-12-25 | * Replace --enable-flac configure option with --with-libflac, as the FLAC | Diego 'Flameeyes' Pettenò | |
support is always built-in through the audio demuxer plugin and the FFmpeg decoder plugin, the option only controls the extra FLAC plugin that uses libFLAC both for demuxing and decoding. CVS patchset: 8457 CVS date: 2006/12/25 20:04:17 | |||
2006-12-25 | * On platforms where it's possible, use -Wl,-z,defs option so that the linker | Diego 'Flameeyes' Pettenò | |
reports undefined symbols at buildtime, rather than aborting at runtime. CVS patchset: 8456 CVS date: 2006/12/25 19:46:04 | |||
2006-12-25 | * Make the libFLAC-based decoder and demuxer for FLAC files work with recent | Diego 'Flameeyes' Pettenò | |
FLAC release 1.1.3. CVS patchset: 8455 CVS date: 2006/12/25 19:22:00 | |||
2006-12-25 | Move common cflags injection at the end of the configure run, so that tests ↵ | Diego 'Flameeyes' Pettenò | |
that happened after it will now be at the end and won't fail. CVS patchset: 8454 CVS date: 2006/12/25 18:48:41 | |||
2006-12-25 | Add AC_TRY_LDFLAGS macro similarly to AC_TRY_CFLAGS. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8453 CVS date: 2006/12/25 18:45:15 | |||
2006-12-25 | Correctly export _x_post_frame_u_turn. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8452 CVS date: 2006/12/25 18:43:38 | |||
2006-12-25 | Goom postplugin use math functions, link to libm. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8451 CVS date: 2006/12/25 18:40:36 | |||
2006-12-25 | The faad decoding plugin uses math functions, link it to libm. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8450 CVS date: 2006/12/25 18:38:15 | |||
2006-12-25 | The nsf decoding plugin uses math functions, link it to libm. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8449 CVS date: 2006/12/25 18:37:17 | |||
2006-12-25 | The mpeg2 decoding plugin uses ceil(), so link it to libm. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8448 CVS date: 2006/12/25 18:35:53 | |||
2006-12-25 | The dvd input plugin uses dlopen-related functions, link to the correct library. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8447 CVS date: 2006/12/25 18:34:07 | |||
2006-12-25 | The alsa audio output plugin uses threads, so link it correctly. | Diego 'Flameeyes' Pettenò | |
CVS patchset: 8446 CVS date: 2006/12/25 18:32:54 | |||
2006-12-25 | * Implement at least a partial content-based detection of ModPlug-decoded | Diego 'Flameeyes' Pettenò | |
module files, using the magic numbers from GNU file. This allows to open module files based on content rather than on their extension only. [bug #1445746] CVS patchset: 8445 CVS date: 2006/12/25 17:39:39 | |||
2006-12-25 | * Fix Shorten demuxer: the whole ajkg signature has to be found, not only | Diego 'Flameeyes' Pettenò | |
one character of it. [bug #1601134] CVS patchset: 8444 CVS date: 2006/12/25 16:54:56 | |||
2006-12-25 | * Don't check for libpostproc version and assume that if libavcodec is found | Diego 'Flameeyes' Pettenò | |
correctly, libpostproc is of the same version, too. Reported by Ville Skyttä. [bug #1617344] CVS patchset: 8443 CVS date: 2006/12/25 16:41:53 | |||
2006-12-25 | * Fix invalid memory access in Real Media SDP with tailored stream; reported | Diego 'Flameeyes' Pettenò | |
by Roland Kay. [bug #1602631] CVS patchset: 8442 CVS date: 2006/12/25 16:21:56 | |||
2006-12-25 | * Fix program termination due to invalid Real Media SDP; reported by Roland | Diego 'Flameeyes' Pettenò | |
Kay. [bug #1602663] CVS patchset: 8441 CVS date: 2006/12/25 16:12:16 | |||
2006-12-25 | * Fix invalid memory access in Real Media ASM parser; reported by Roland | Diego 'Flameeyes' Pettenò | |
Kay. [bug #1603503] CVS patchset: 8440 CVS date: 2006/12/25 15:39:31 | |||
2006-12-25 | * Fix disposing of image buffers in video_out_xv when SHM get disabled by | Diego 'Flameeyes' Pettenò | |
exhaustion of memory; patch by Matthias Drochner. [bug #1620339] CVS patchset: 8439 CVS date: 2006/12/25 15:19:51 | |||
2006-12-25 | * Allow building with Sun CC by fixing the lprintf variadic macro; patch by | Diego 'Flameeyes' Pettenò | |
Taso N. Devetzis. [bug #1614406] CVS patchset: 8438 CVS date: 2006/12/25 15:16:33 | |||
2006-12-25 | Fix race condition in audio_out by using a recursive mutex; patch by ↵ | Diego 'Flameeyes' Pettenò | |
Reinhard Nissl. [bug #1551911] CVS patchset: 8437 CVS date: 2006/12/25 15:07:51 | |||
2006-12-23 | Fixed mimetype description string. | Claudio Ciccani | |
CVS patchset: 8436 CVS date: 2006/12/23 14:43:16 | |||
2006-12-22 | In rtsp_session_read(): return the actual amount of bytes read. | Claudio Ciccani | |
CVS patchset: 8435 CVS date: 2006/12/22 18:08:10 | |||
2006-12-22 | Check whether or not we are playing before calling input_plugin->seek_time(). | Claudio Ciccani | |
CVS patchset: 8434 CVS date: 2006/12/22 16:45:44 | |||
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani | |
Modified rtsp_session_read() to break reading after the end of the header. Support user-specified bandwidth via the "media.network.bandwidth" config option. CVS patchset: 8433 CVS date: 2006/12/22 16:42:20 | |||
2006-12-22 | Removed INPUT_CAP_NOCACHE. | Claudio Ciccani | |
CVS patchset: 8432 CVS date: 2006/12/22 16:38:15 | |||
2006-12-21 | Apply the textrel patch from Gentoo, thanks to PaX team for providing it. ↵ | Diego 'Flameeyes' Pettenò | |
The patch was applied and tested for a while in Gentoo and Pardus, and solves also Debian's problems with non-PIC code. If problems will arise, they'll be debugged. CVS patchset: 8431 CVS date: 2006/12/21 09:54:44 | |||
2006-12-21 | Improve the compiler optimisation failure workaround. | Darren Salt | |
CVS patchset: 8430 CVS date: 2006/12/21 00:11:31 | |||
2006-12-21 | Safe bits from vdr-xine 0.7.10. | Darren Salt | |
CVS patchset: 8429 CVS date: 2006/12/21 00:09:18 | |||
2006-12-20 | Update pvr:// MRL info. | Darren Salt | |
CVS patchset: 8428 CVS date: 2006/12/20 00:59:45 | |||
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt | |
strings or names of files, device nodes or directories. This information is available to front ends (via .num_value) so that they can present file/dir-open dialogue boxes if they so choose. Subtitle font selection is split up due to this. CVS patchset: 8427 CVS date: 2006/12/19 21:12:44 | |||
2006-12-19 | Bump interface age (API addition). | Darren Salt | |
CVS patchset: 8426 CVS date: 2006/12/19 19:29:55 | |||
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt | |
strings or names of files, device nodes or directories. This information is available to front ends (via .num_value) so that they can present file/dir-open dialogue boxes if they so choose. Subtitle font selection is split up due to this. CVS patchset: 8425 CVS date: 2006/12/19 19:10:50 | |||
2006-12-19 | Added some cleanup code to make some calls cancelable (at least xine_open ↵ | Claudio Ciccani | |
can be safely canceled now). CVS patchset: 8424 CVS date: 2006/12/19 14:10:35 | |||
2006-12-19 | Privilege "max_bitrate" over "length" to compute the byterate | Claudio Ciccani | |
(because the file may be truncated). CVS patchset: 8423 CVS date: 2006/12/19 11:15:14 | |||
2006-12-18 | Partially implemented RTSP seekability: | Claudio Ciccani | |
support starting the playback at an optional time by delaying the PLAY request upon the first call to rtsp_session_read() and setting the playback start time via input_plugin->seek_time(). CVS patchset: 8422 CVS date: 2006/12/18 21:31:47 | |||
2006-12-18 | Added INPUT_CAP_NOCACHE: disable usage of internal input cache by default. | Claudio Ciccani | |
CVS patchset: 8421 CVS date: 2006/12/18 21:22:45 | |||
2006-12-18 | Automatically flush lprintf() output. | Claudio Ciccani | |
CVS patchset: 8420 CVS date: 2006/12/18 18:32:44 | |||
2006-12-15 | Parse framerate information. | Claudio Ciccani | |
Send bitmap info header to the decoder. Notify decoder about key frames. CVS patchset: 8419 CVS date: 2006/12/15 14:33:20 | |||
2006-12-15 | Added BUF_AUDIO_FLVADPCM (Flash ADPCM). | Claudio Ciccani | |
CVS patchset: 8418 CVS date: 2006/12/15 11:31:28 |