summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-25 * Implement at least a partial content-based detection of ModPlug-decodedDiego '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 onlyDiego '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 foundDiego '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; reportedDiego '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 RolandDiego '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 RolandDiego '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 byDiego '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 byDiego 'Flameeyes' Pettenò
Taso N. Devetzis. [bug #1614406] CVS patchset: 8438 CVS date: 2006/12/25 15:16:33
2006-12-25Fix 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-23Fixed mimetype description string.Claudio Ciccani
CVS patchset: 8436 CVS date: 2006/12/23 14:43:16
2006-12-22In 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-22Check 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-22Removed 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-22Removed INPUT_CAP_NOCACHE.Claudio Ciccani
CVS patchset: 8432 CVS date: 2006/12/22 16:38:15
2006-12-21Apply 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-21Improve the compiler optimisation failure workaround.Darren Salt
CVS patchset: 8430 CVS date: 2006/12/21 00:11:31
2006-12-21Safe bits from vdr-xine 0.7.10.Darren Salt
CVS patchset: 8429 CVS date: 2006/12/21 00:09:18
2006-12-20Update pvr:// MRL info.Darren Salt
CVS patchset: 8428 CVS date: 2006/12/20 00:59:45
2006-12-19Mark string-type configuration items according to whether they're plainDarren 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-19Bump interface age (API addition).Darren Salt
CVS patchset: 8426 CVS date: 2006/12/19 19:29:55
2006-12-19Mark string-type configuration items according to whether they're plainDarren 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-19Added 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-19Privilege "max_bitrate" over "length" to compute the byterateClaudio Ciccani
(because the file may be truncated). CVS patchset: 8423 CVS date: 2006/12/19 11:15:14
2006-12-18Partially 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-18Added 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-18Automatically flush lprintf() output.Claudio Ciccani
CVS patchset: 8420 CVS date: 2006/12/18 18:32:44
2006-12-15Parse 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-15Added BUF_AUDIO_FLVADPCM (Flash ADPCM).Claudio Ciccani
CVS patchset: 8418 CVS date: 2006/12/15 11:31:28
2006-12-15Parse script objects and extract stream information.Claudio Ciccani
CVS patchset: 8417 CVS date: 2006/12/15 09:39:40
2006-12-14Fixed video codec parsing (NOTE: we need vp6 codec from ffmpeg).Claudio Ciccani
Added support for audio packet demuxing. Added support for seeking. CVS patchset: 8416 CVS date: 2006/12/14 18:29:02
2006-12-14Added configure option --enable-antialing (disabled by default becauseClaudio Ciccani
RLE encoded antialiased fonts don't look good). CVS patchset: 8415 CVS date: 2006/12/14 10:14:48
2006-12-13Don't leak directory handles when reading DVDs or DVD images.Darren Salt
Does not affect access via DVD device or image. CVS patchset: 8414 CVS date: 2006/12/13 20:52:27
2006-12-13Close the device after building the MRL list if it wasn't previously open.Darren Salt
Holding it open prevents eject from working. CVS patchset: 8413 CVS date: 2006/12/13 19:21:10
2006-12-13Close the device if it was opened but the content isn't that of a VCD.Darren Salt
Holding it open prevents eject from working. CVS patchset: 8412 CVS date: 2006/12/13 19:14:19
2006-12-13Lock the log buffer while updating it.Darren Salt
CVS patchset: 8411 CVS date: 2006/12/13 18:30:30
2006-12-13Added support for OSD layers with inverted alpha (e.g. Unichrome).Claudio Ciccani
CVS patchset: 8410 CVS date: 2006/12/13 10:36:58
2006-12-12Resync (with minor comment fixups).Darren Salt
CVS patchset: 8409 CVS date: 2006/12/12 23:19:37
2006-12-08Prevent segfaults on out-of-range last_channel.Darren Salt
CVS patchset: 8408 CVS date: 2006/12/08 22:26:22
2006-12-08Fix wrong length specification for strncat() calls.Matthias Hopf
Consolidated multiple strncat() calls to snprintf(). CVS patchset: 8407 CVS date: 2006/12/08 16:26:10
2006-12-08Fixed duplicate and nonspecified postincrement due to macro call.Matthias Hopf
CVS patchset: 8406 CVS date: 2006/12/08 16:19:17
2006-12-04trying an updated ffmpeg version (51.25.0)Miguel Freitas
CVS patchset: 8405 CVS date: 2006/12/04 22:25:13
2006-12-04Build by default a bzip2-compressed tarball rather than a gzip-compressed.Diego 'Flameeyes' Pettenò
CVS patchset: 8404 CVS date: 2006/12/04 21:05:13
2006-12-04Add a little more debug in case a vorbis stream cannot be decoded, just to ↵Diego 'Flameeyes' Pettenò
know what to look for. CVS patchset: 8403 CVS date: 2006/12/04 13:59:38
2006-12-031.1.3 releasedMiguel Freitas
CVS patchset: 8402 CVS date: 2006/12/03 20:16:49
2006-12-03should fix bug reported by Christophe Thommeret where avi+subtitlesxine-1_1_3-release1.1.3Miguel Freitas
(actually master/slave streams) could cause demux to get into an endless loop. CVS patchset: 8401 CVS date: 2006/12/03 19:23:16
2006-12-02two fixes to viz glue code:Miguel Freitas
- avoid overrunning the provided input audio buffer. - generate a bad frame if time is due but we don't have enough data for updating the viz plugin. this could happen in some rare situations but the result was pretty catastrophic: xine froze with 100% cpu usage. CVS patchset: 8400 CVS date: 2006/12/02 22:35:18
2006-12-02wmv9 is already provided by ffmpeg-wmv9 with lower priorityMiguel Freitas
the decoder is still buggy so it must be used only if w32codec is not present CVS patchset: 8399 CVS date: 2006/12/02 21:06:18
2006-12-01Regen.Diego 'Flameeyes' Pettenò
CVS patchset: 8396 CVS date: 2006/12/01 20:47:49
2006-11-30Return a different code for every possible output, makes simpler to debug ↵Diego 'Flameeyes' Pettenò
what caused the failure. CVS patchset: 8395 CVS date: 2006/11/30 10:54:18
2006-11-30After a few years of absence, I hope nobody minds if I commit two smallMatthias Dahl
changes. 1) I received notice from a user (Bernhard Schweighofer) that the link to the mplayer codecs has changed. I verified it and corrected the link. 2) I wasn't aware that I am still listed in the README.syncfb as maintainer for the syncfb plugin. I took the liberty to remove that paragraph all together because I do not own a Matrox card anymore and thus cannot do any work on that part anymore. Besides the teletux project isn't maintained anymore... at least not by me. (hasn't been for years) Removing the plugin once and for all wouldn't harm anyone I guess. CVS patchset: 8394 CVS date: 2006/11/30 08:45:51