summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-16**BUGFIX**James Stembridge
Crop according to demuxer width/height. CVS patchset: 7549 CVS date: 2005/05/16 20:49:43
2005-05-16Wrap some encoder functions in CONFIG_ENCODERS. Should fix linkage problems.Darren Salt
CVS patchset: 7548 CVS date: 2005/05/16 17:42:27
2005-05-16i'm commiting some changes to both xine and tvtime cvs to bring them closer.Miguel Freitas
still just housekeeping. CVS patchset: 7547 CVS date: 2005/05/16 01:39:02
2005-05-15Sync a couple of inlined function definitions with their declarationsDarren Salt
(inline v. __inline__). CVS patchset: 7546 CVS date: 2005/05/15 23:21:45
2005-05-15Make xine-lib compatible with avidemux2 output.James Courtier-Dutton
CVS patchset: 7545 CVS date: 2005/05/15 09:26:36
2005-05-15more merging with tvtime - no functional changes (i hope)Miguel Freitas
CVS patchset: 7544 CVS date: 2005/05/15 02:41:03
2005-05-15nothing to see here.Miguel Freitas
i'm just renaming variables and stuff to make it somewhat closer to tvtime's cvs. CVS patchset: 7543 CVS date: 2005/05/15 00:47:38
2005-05-15fix w32codec buildMiguel Freitas
CVS patchset: 7542 CVS date: 2005/05/15 00:12:44
2005-05-14Compile fixes for gcc >= 3.4.Darren Salt
* Move some static inlined functions so that they're defined, rather than just declared, before use. * Replace inline with __inline__ for some extern inlined functions (due to inline possibly being redefined to include the always_inline attribute). CVS patchset: 7541 CVS date: 2005/05/14 23:34:58
2005-05-14Define __inline__ if necessary.Darren Salt
(This assumes that if the compiler isn't gcc, __inline__ isn't supported.) CVS patchset: 7540 CVS date: 2005/05/14 23:17:10
2005-05-14mention experimental play single chapter thingMiguel Freitas
CVS patchset: 7539 CVS date: 2005/05/14 22:23:31
2005-05-14**BUGFIX**Miguel Freitas
should definitely go into 1.0.2... CVS patchset: 7538 CVS date: 2005/05/14 22:22:15
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