summaryrefslogtreecommitdiff
path: root/src/totem-video-thumbnailer.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Patch from Aidan Delaney <a.j.delaney@brighton.ac.uk> to allow capture aBastien Nocera1-47/+95
2007-04-19remove unused HALF_SECOND definition, spotted by Aidan DelaneyBastien Nocera1-1/+0
2007-04-02Move the resource monitoring, and the wall-clock checking thread to aBastien Nocera1-58/+4
2007-03-28switch to using RLIMIT_DATA instead of RLIMIT_ASBastien Nocera1-1/+1
2007-03-27Handle the input passed being a URI, when in conjuction with limitsBastien Nocera1-5/+16
2007-03-26As mmap'ed files count towards the maximum memory size, take the file sizeBastien Nocera1-5/+17
2007-03-20Adapted patch from Federico Mena Quintero <federico@ximian.com> to avoidBastien Nocera1-1/+21
2007-02-14Fix compiler warnings, and various cleanups. Bug #402920.Christian Persch1-7/+8
2007-02-13We're not actually "playing" files anymore, so don't take the length intoBastien Nocera1-11/+3
2007-02-13Avoid accessing the pixbuf when we can't get an interesting picture at theBastien Nocera1-1/+3
2007-02-13a few cosmetic cleanupsBastien Nocera1-15/+14
2007-02-12Add --g-fatal-warnings support for the thumbnailer and indexerBastien Nocera1-0/+14
2007-01-24Fix varargs #ifdef mess Add a "--verbose" option, useful to see what theBastien Nocera1-6/+36
2007-01-20Patch from Filip Palm <bugzilla@helmut.se> to call g_thread_init ASAP,Bastien Nocera1-2/+2
2007-01-09Add $(DISABLE_DEPRECATED) to CPPFLAGS to catch deprecated API use. RemoveChristian Persch1-12/+12
2006-12-06port to GOption, add the ability to disable the time monitor threadBastien Nocera1-40/+34
2006-11-29upd the glib and libgnome requirementsBastien Nocera1-3/+1
2006-11-29Remove the useless "still image" metadata check, Make the xine-lib backendBastien Nocera1-30/+8
2006-10-18Initial Win32 porting stuff.James Livingston1-0/+2
2006-10-02remove the BVW_ERROR_STILL_IMAGE error on open, and instead use theBastien Nocera1-17/+23
2006-09-20Remove duplicate code in the image saving functions, save originalBastien Nocera1-54/+27
2006-09-11Patch from Paul Betts <paul.betts@gmail.com> to try and get a usefulBastien Nocera1-18/+72
2006-08-25Remove hacks needed to deal with certain GStreamer-0.8 backend issuesTim-Philipp Müller1-21/+3
2006-02-28Allow saving of thumbnails in JPEG format (Closes: #332424)Bastien Nocera1-11/+32
2006-01-22sort the queue before parsing it to avoid non-messages, and non-errors toBastien Nocera1-0/+6
2005-12-23call the GNOME authentication manager, so that auth'ed remote places getBastien Nocera1-0/+2
2005-12-11Don't save the thumbnail with an alpha component.Jeroen Zwartepoorte1-2/+2
2005-05-17update from libegg CVS HEAD (Closes: #304574) fix build warningBastien Nocera1-0/+1
2005-05-13send error messages as such (duh!), also setup an event queue (Closes:Bastien Nocera1-0/+1
2005-04-25let's avoid CPU burn on stop()Bastien Nocera1-2/+1
2005-04-19don't hardcode the maximum number of subtitle tracks (Closes: #172520) weBastien Nocera1-4/+0
2005-04-13Fix GTK+-only build (Closes: #300488), some warning fixesBastien Nocera1-0/+1
2005-03-01Allow some time before knowing the length of a file. Also, allow a shortRonald Bultje1-7/+18
2005-02-08commit license change to TotemChristian Fredrik Kalager Schaller1-0/+8
2005-02-08use g_type_init so that the thumbnailer can work without a DISPLAYBastien Nocera1-15/+5
2005-01-05Use the media icons from GTK+, including the forward/rewind buttons, useBastien Nocera1-9/+9
2004-12-30upd update from libbaconBastien Nocera1-0/+20
2004-12-23use a BVW_USE_TYPE_ enum to tell the widget its purpose beforeBastien Nocera1-1/+1
2004-11-10fix crash when no arguments are suppliedBastien Nocera1-1/+1
2004-11-05remove extraneous g_error_freeBastien Nocera1-1/+0
2004-10-08Screenshots and thumbnailing for GStreamer backend.Ronald Bultje1-19/+26
2004-07-22Add Quarks to the GError the video widget generates, thumbnail the file byBastien Nocera1-0/+63
2004-07-04better look and size for the large thumbnails, less wasted spaceBastien Nocera1-31/+55
2004-07-04added better holes for bigger thumbnail sizes, add an option to theBastien Nocera1-21/+115
2004-04-22move our gdk_pixbuf_mirror function to video-utils.[ch] and rename itBastien Nocera1-35/+2
2004-04-10Loads of changes for the start of the GTK+ only build, Glade files areBastien Nocera1-0/+5
2004-01-31Paranoia. Replaced a bunch of instances of 'foo == TRUE' with 'foo !=Jon Trowbridge1-1/+1
2004-01-31Corrected usage of g_build_filename. This fixes bug #132674.Jon Trowbridge1-2/+1
2003-10-05fix seekingBastien Nocera1-1/+1
2003-10-04couple of warnings fixesBastien Nocera1-1/+1