summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-14patch to allow playing just a single title/chapter and then stopMiguel Freitas
(i had this sitting on my tree for a while - i wrote it for extracting the audio from specific tracks of a music dvd) CVS patchset: 7537 CVS date: 2005/05/14 16:11:44
2005-05-14**BUGFIX**Miguel Freitas
don't stop looking for plugins just because one of them has failed to initialize. fix the problem of xine not loading anything (first plugin was gnome-vfs and it doesn't work here) CVS patchset: 7536 CVS date: 2005/05/14 16:00:40
2005-05-14**BUGFIX**Miguel Freitas
fix a couple of places were catalog->lock was not released (causing lockup/deadlock). cleanup some functions to return at a single place so we won't make this mistake again. (please double check - i'm a little rusty on xine hacking ;-) now i have to find out why my xine checkout is not able to load any input plugins... CVS patchset: 7535 CVS date: 2005/05/14 15:41:15
2005-05-13**BUGFIX**Bastien Nocera
Plenty of changes for the gnome-vfs plugin * Make it top priority, but only load the plugin if gnome_vfs_init() was called (meaning that the gnome-vfs plugin will automatically be used for smb://, http://, etc. if the application is a GNOME one and calls gnome-vfs' init) * Handle the http URI scheme (allows for seeking in HTTP stream in recent gnome-vfs versions) * Send events via _x_message for common errors CVS patchset: 7534 CVS date: 2005/05/13 14:33:09
2005-05-09**BUGFIX**Andre Pang
Fix compilation of video_out_opengl.c with Apple gcc 4.0 CVS patchset: 7533 CVS date: 2005/05/09 06:55:22
2005-05-08file is probably in /usr/bin, but don't assume so. [Bug no. 1195539]Darren Salt
CVS patchset: 7532 CVS date: 2005/05/08 22:38:35
2005-05-07Odd comparison found by Darren Salt.Rocky Bernstein
CVS patchset: 7531 CVS date: 2005/05/07 22:07:27
2005-05-07Correct a type error in a printf format string (debug log).Darren Salt
CVS patchset: 7530 CVS date: 2005/05/07 17:06:44
2005-05-07Fix missing retun in non-void function.Darren Salt
CVS patchset: 7529 CVS date: 2005/05/07 16:27:08
2005-05-07**BUGFIX**Darren Salt
GCC4: fix static-after-extern error and some signedness warnings. CVS patchset: 7528 CVS date: 2005/05/07 16:15:27
2005-05-07*BUGFIX*František Dvořák
gcc4 patches from Dams Nadé (livna.org) and Keenan Pepper. CVS patchset: 7527 CVS date: 2005/05/07 09:11:37
2005-05-06minor H.264 fixMike Melanson
CVS patchset: 7526 CVS date: 2005/05/06 18:00:54
2005-05-06diff from the latest FFmpeg treeMike Melanson
CVS patchset: 7525 CVS date: 2005/05/06 13:28:52
2005-05-06**BUGFIX**Thomas Hellström
improve xxmc cpu-usage for IDCT / MOCOMP acceleration through better locking [bug #1195282] CVS patchset: 7524 CVS date: 2005/05/06 07:42:20
2005-05-06syncing to FFmpeg libavcodec build 4754; hook up the Indeo 2 decoder,Mike Melanson
deploy new timebase API (pertains to MPEG-1 encoder); hopefully this sync fixes some H.264 decoding issues as well CVS patchset: 7523 CVS date: 2005/05/06 04:22:50
2005-05-06syncing to FFmpeg libavcodec build 4754Mike Melanson
CVS patchset: 7522 CVS date: 2005/05/06 04:19:17
2005-05-06old Indeo 2 codec typeMike Melanson
CVS patchset: 7521 CVS date: 2005/05/06 04:14:55
2005-05-04**BUGFIX**Thomas Hellström
stop libmpeg2 XvMC IDCT / MOCOMP attempting software motion compensation [bug #1194754] CVS patchset: 7520 CVS date: 2005/05/04 12:50:09
2005-05-04speed up xx44 alphablending of large transparent areasThomas Hellström
CVS patchset: 7519 CVS date: 2005/05/04 04:30:09
2005-05-04**BUGFIX**Thomas Hellström
fix xxmc plugin wanting to change vld xvmc context when stream changes from non-interlaced to interlaced [bug #1194350] CVS patchset: 7518 CVS date: 2005/05/04 04:27:20
2005-05-03**BUGFIX**Darren Salt
Work around a compiler bug - use -fno-inline-functions with gcc < 3.4.0. The bug is definitely present in 3.3.5 and not in 3.4.3. CVS patchset: 7517 CVS date: 2005/05/03 21:27:30
2005-05-03**BUGFIX**Thomas Hellström
Fixed xvmc plugin segfault when it tried software blending on nonexistant xv image. Cleaned up libmpeg2 behaviour on xxmc plugin abrupt software fallback. CVS patchset: 7516 CVS date: 2005/05/03 19:25:10
2005-05-03**BUGFIX**Darren Salt
Shell quoting fix. CVS patchset: 7515 CVS date: 2005/05/03 18:44:29
2005-05-03**BUGFIX**Darren Salt
Clip goom fps value to >= 1 [bug #1193783] CVS patchset: 7514 CVS date: 2005/05/03 01:31:12
2005-05-02**BUGFIX**Darren Salt
Support --enable-fpic with recent versions of gcc. (The original version of this patch was supplied by Nix <nix@esperi.org.uk>.) CVS patchset: 7513 CVS date: 2005/05/02 21:13:42
2005-05-02** BUGFIX **Thomas Hellström
Fix X include file search for X[xv]MC when $x_includes is empty. Pointed out by Diego Pettenò, who also provided a patch. CVS patchset: 7512 CVS date: 2005/05/02 09:13:37
2005-04-28Undo last commit (ready for Siggi's .diff.gz)Darren Salt
CVS patchset: 7510 CVS date: 2005/04/28 19:31:33
2005-04-27version.h: copy contents in case it's needed in the future. ProbablyRocky Bernstein
libvcd/version.h can be deleted *.{c,h}: CdIo -> CdIo_t vcdplayer.c: change a debug switch xineplug_inp_vcd.c: playlist -> playback-control item to avoid confusion with front-end playlists. Mostly cosmetic changes. CVS patchset: 7509 CVS date: 2005/04/27 23:28:41
2005-04-27Fixed division by 0Thibaut Mattern
CVS patchset: 7508 CVS date: 2005/04/27 17:56:07
2005-04-26Correct location of some documentation files (Debian bug 303463).Darren Salt
CVS patchset: 7507 CVS date: 2005/04/26 23:11:16
2005-04-26Fixed problem with RV10 and RV20.Thibaut Mattern
CVS patchset: 7505 CVS date: 2005/04/26 21:11:35
2005-04-26Delay the avcodec_open call to the first buffer without the HEADER flag.Thibaut Mattern
This fixes palette management. These streams render correcly now: avi/Happy Xmas from Lara Croft.avi avi/dance.avi CVS patchset: 7504 CVS date: 2005/04/26 20:23:13
2005-04-26**BUGFIX**Michael Roitzsch
this file should be distributed CVS patchset: 7503 CVS date: 2005/04/26 20:04:37
2005-04-26**BUGFIX**Michael Roitzsch
unfortunately, this has to wait until 1.0.2 CVS patchset: 7502 CVS date: 2005/04/26 12:25:38
2005-04-26**BUGFIX**Michael Roitzsch
typo CVS patchset: 7501 CVS date: 2005/04/26 12:24:14
2005-04-26**BUGFIX**Thomas Hellström
Fix IDCT / Mocomp rendering errors in xxmc and xvmc modules caused by them not resetting the macroblock counter when a frame is created. Fixed libmpeg2 Mocomp XvMC forgetting to handle the signed / usigned intra flag, resulting in a purple screen on Nvidia when XvMC Mocomp only is used. CVS patchset: 7500 CVS date: 2005/04/26 09:02:55
2005-04-25**BUGFIX**Michael Roitzsch
Gotcha! Unfortunately, this disrupted make distcheck, so it is a showstopper for the release. I am too tired to wait another hour for the compilation, so things will have to wait until tomorrow morning. CVS patchset: 7498 CVS date: 2005/04/25 22:44:22
2005-04-25added rudimentary Debian packaging for the upcoming releaseSiggi Langauf
CVS patchset: 7496 CVS date: 2005/04/25 17:06:58
2005-04-25sorry, I did not want to commit thatMichael Roitzsch
CVS patchset: 7494 CVS date: 2005/04/25 14:32:22
2005-04-25**BUGFIX**Michael Roitzsch
add a note on the branches CVS patchset: 7493 CVS date: 2005/04/25 14:30:14
2005-04-25release preparationsMichael Roitzsch
CVS patchset: 7492 CVS date: 2005/04/25 14:24:27
2005-04-25**BUGFIX**Michael Roitzsch
note WMA lossless support CVS patchset: 7491 CVS date: 2005/04/25 14:11:41
2005-04-24Fixed deadlock when ffmpeg returned 0 consumed byte:Thibaut Mattern
mov/aqt_480p/aqt_480p_mjpb.mov Delayed colorspace converter initialisation after the first decoded frame: games-formats/duck/sonic3dblast_intro.avi (fixed segfault) CVS patchset: 7490 CVS date: 2005/04/24 13:44:23
2005-04-24Allocate at least width * height * byte_per_pixel.Thibaut Mattern
This fixes problems when the width or the height are rounded up. Fixed playback of this stream : mov/aqt_480p/aqt_480p_raw.mov CVS patchset: 7489 CVS date: 2005/04/24 13:37:34
2005-04-24Czech translation update. Sync po-files.František Dvořák
CVS patchset: 7488 CVS date: 2005/04/24 11:13:14
2005-04-23patch for WMA9 lossless decoding via x86 binary codec, courtesy ofMike Melanson
vahur.sinijarv at cydonia.ee CVS patchset: 7486 CVS date: 2005/04/23 02:02:28
2005-04-22- Fixed BUF_FLAG_SPECIAL handling.Thibaut Mattern
Should fix problems introduced by my last cleanup. CVS patchset: 7485 CVS date: 2005/04/22 21:09:28
2005-04-22Fixed Makefile.am for OpenGL output plugin (Alien).Matthias Hopf
CVS patchset: 7484 CVS date: 2005/04/22 10:21:24
2005-04-21Readded new buffer types.Thibaut Mattern
sorry about that. CVS patchset: 7483 CVS date: 2005/04/21 21:54:01
2005-04-21**BUGFIX**Darren Salt
Add support for VDR's AUDIO key. [Reinhard Nissl] CVS patchset: 7482 CVS date: 2005/04/21 21:50:42