summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2010-11-14Update the README to reference GSettings instead of GConfPhilip Withnall1-1/+1
2010-05-05Move deinterlacing to the preferencesBastien Nocera1-2/+0
As deinterlacing is now automatic in playbin2 for interlaced streams, enable it by default, so that interlaced videos look nicer by default. https://bugzilla.gnome.org/show_bug.cgi?id=617283
2009-05-067 years later, remove xine-lib backend.Bastien Nocera1-4/+1
2009-05-06 Bastien Nocera <hadess@hadess.net> * COPYING: * README: * configure.in: * data/icons/scalable/totem.svg: * data/totem-video-thumbnailer.1: * data/totem-video-thumbnailer.pod: * data/totem.1: * src/backend/Makefile.am: * src/backend/bacon-video-widget-common.c: * src/backend/bacon-video-widget-common.h: * src/backend/bacon-video-widget-gst-0.10.c (bvw_error_msg), (bacon_video_widget_init), (bacon_video_widget_finalize), (bacon_video_widget_open), (bacon_video_widget_play), (bacon_video_widget_can_direct_seek), (bacon_video_widget_seek_time), (bacon_video_widget_close), (bacon_video_widget_pause), (get_visualization_size), (bacon_video_widget_is_seekable): * src/backend/bacon-video-widget-xine.c: * src/backend/bacon-video-widget.h: * src/backend/video-utils.c: * src/backend/video-utils.h: * totem.doap: 7 years later, remove xine-lib backend. Bye bye
2008-08-13Fix "Fit window to movie" and "Zoom reset" keyboard shortcuts (Closes:Bastien Nocera1-1/+3
2008-08-13 Bastien Nocera <hadess@hadess.net> * README: * data/totem.ui: Fix "Fit window to movie" and "Zoom reset" keyboard shortcuts (Closes: #546281) svn path=/trunk/; revision=5549
2008-06-18'+' and '-' on their own can now be used to go to the next/previous track,Bastien Nocera1-2/+2
2008-06-18 Bastien Nocera <hadess@hadess.net> * README: * src/totem.c (totem_action_open_files_list), (totem_action_remote), (totem_action_handle_key_press): '+' and '-' on their own can now be used to go to the next/previous track, Force playback when using DVB, otherwise playback won't autostart * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_get_metadata): Fix warning when fetching cover art * src/backend/bacon-video-widget-xine.c (xine_event_message), (bacon_video_widget_get_metadata): As above, and also try to give a better error message when TV signal is lost * src/totem-video-thumbnailer.c: Always have --g-fatal-warnings enabled svn path=/trunk/; revision=5474
2007-12-13Remove mention of libgimme-codec.Tim-Philipp Müller1-9/+7
* README: Remove mention of libgimme-codec. svn path=/trunk/; revision=4974
2007-11-25Fix some capitalisation issues in the readme.Philip Withnall1-4/+4
2007-11-25 Philip Withnall <pwithnall@svn.gnome.org> * README: Fix some capitalisation issues in the readme. 2007-11-25 Philip Withnall <pwithnall@svn.gnome.org> * C/totem.xml: * en_GB/en_GB.po: Modified patch from Eero Salokannel <epatic@pp.inet.fi> to fix documentation for "Take Screenshot..." dialog. (Closes: #486466) Wording changes to paragraphs about bug reporting. (Closes: #497183) Corrections to the documented menu path for Totem. (Closes: #497182) Fixed a typo and a whitespace issue. (Helps: #496647) 2007-11-25 Philip Withnall <pwithnall@svn.gnome.org> * POTFILES.in: Add data/video-list.ui to POTFILES.in. svn path=/trunk/; revision=4906
2007-10-08Rejigger keyboard shortcuts (Closes: #480664)Philip Withnall1-12/+12
2007-10-08 Philip Withnall <pwithnall@svn.gnome.org> * README: * data/totem.ui: * src/plugins/gromit/totem-gromit.c: (on_window_key_press_event): * src/plugins/skipto/totem-skipto-plugin.c: (on_window_key_press_event), (impl_activate): * src/totem.c: (totem_action_handle_key_press), (window_key_press_event_cb): Rejigger keyboard shortcuts (Closes: #480664) svn path=/trunk/; revision=4760
2007-05-14updBastien Nocera1-1/+1
2007-05-14 Bastien Nocera <hadess@hadess.net> * README: upd * browser-plugin/Makefile.am: * browser-plugin/README: move to... * browser-plugin/README.browser-plugin: ...this file, and add details on how to disable specific mime-types * browser-plugin/totemPluginGlue.cpp: Allow to disable specific mime-types, using a .ini style file, as documented in README.browser-plugin (Closes: #401079) svn path=/trunk/; revision=4303
2007-04-11Remove outdated TODO items Push playlist title out for ASX playlists thatBastien Nocera1-28/+5
2007-04-11 Bastien Nocera <hadess@hadess.net> * README: Remove outdated TODO items * src/plparse/totem-pl-parser-wm.c: (parse_asx_entries): Push playlist title out for ASX playlists that have one svn path=/trunk/; revision=4212
2007-01-10Add a blob about libgimme-codec and where to get it. Update GStreamer coreTim-Philipp Müller1-3/+15
* README: Add a blob about libgimme-codec and where to get it. * configure.in: Update GStreamer core requirement to 0.10.6 (this is not a change, it was implicitly required by the gst-plugins-base version required all along and just makes it explicit). svn path=/trunk/; revision=3855
2006-12-06updBastien Nocera1-2/+4
2006-12-06 Bastien Nocera <hadess@hadess.net> * README: upd * src/backend/bacon-video-widget-xine.c: (xine_try_error), (bacon_video_widget_button_press), (bacon_video_widget_get_metadata_string), (bacon_video_widget_get_current_frame): * src/totem.c: (on_video_button_press_event), (video_widget_create): Remove old < 2.9.1 glib compat code in the xine-lib backend, Make double-click toggle fullscreen, and a middle click play/pause (Closes: #162814)
2006-08-22Handle DVD Action keys (Up/Down/Left/Right) using keypad.Frédéric Crozat1-0/+8
* README: * src/totem.c: (totem_action_handle_key_press): Handle DVD Action keys (Up/Down/Left/Right) using keypad. Now rtp can watch Happy Tree Friends with totem ;)
2006-05-10Remove the GStreamer 0.8 backendBastien Nocera1-2/+2
2006-05-10 Bastien Nocera <hadess@hadess.net> * README: * configure.in: * src/backend/Makefile.am: * src/backend/bacon-video-widget-gst.c: Remove the GStreamer 0.8 backend
2005-08-09Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>Ronald Bultje1-3/+2
* README: Fix link, fix typo (#313019).
2005-07-04upd remove GStreamer DVD menus TODO itemBastien Nocera1-1/+0
2005-07-04 Bastien Nocera <hadess@hadess.net> * NEWS: upd * README: remove GStreamer DVD menus TODO item
2005-05-12update to UTF-8 allow hiding the widget in the backend as well fix compileBastien Nocera1-1/+1
2005-05-12 Bastien Nocera <hadess@hadess.net> * README: update to UTF-8 * src/backend/bacon-video-widget-xine.c: (bacon_video_widget_class_init), (bacon_video_widget_button_press), (bacon_video_widget_show), (bacon_video_widget_hide): allow hiding the widget in the backend as well * src/totem.c: (totem_action_remote): fix compile warning
2005-05-11That is done...Ronald Bultje1-1/+0
* README: That is done...
2005-04-17Add language labels for subtitles and language labels or codecs for audioRonald Bultje1-1/+0
* src/backend/bacon-video-widget-gst.c: (parse_stream_info), (get_list_of_type), (bacon_video_widget_set_show_visuals): * README: Add language labels for subtitles and language labels or codecs for audio streams.
2005-04-17Implement manually setting display aspect ratio.Ronald Bultje1-1/+0
* README: * src/backend/bacon-video-widget-gst.c: (bacon_video_widget_size_allocate), (got_video_size), (cb_iterate), (caps_set), (bacon_video_widget_set_aspect_ratio), (bacon_video_widget_get_aspect_ratio), (bacon_video_widget_new): Implement manually setting display aspect ratio.
2005-04-02Remove some completed stuff.Ronald Bultje1-8/+7
* README: Remove some completed stuff.
2005-03-07upd upd 1.0Bastien Nocera1-0/+2
2005-03-07 Bastien Nocera <hadess@hadess.net> * NEWS: upd * README: upd * configure.in: 1.0 * help/C/Makefile.am: * help/de/Makefile.am: * help/es/Makefile.am: * help/ru/Makefile.am: * omf.make: some distchecking fixes
2005-01-11remove totem.keys, as this is for old GNOME versionsBastien Nocera1-8/+0
2005-01-11 Bastien Nocera <hadess@hadess.net> * README: * data/Makefile.am: * data/desktop.sh: * data/mime-type-list.txt: * data/schemas.sh: * data/servers.sh: * data/totem.keys: remove totem.keys, as this is for old GNOME versions
2004-12-28upd update copyrights fix controls popup width with RTL locales, MakeBastien Nocera1-0/+4
2004-12-28 Bastien Nocera <hadess@hadess.net> * README: upd * src/totem-screenshot.h: update copyrights * src/totem.c: (commit_hide_skip_to), (on_skip_to1_activate), (move_popups), (totem_action_handle_key), (on_window_key_press_event): fix controls popup width with RTL locales, Make Ctrl+Arrows seek further in streams (Closes: #154831)
2004-12-24updBastien Nocera1-2/+0
2004-12-24 Bastien Nocera <hadess@hadess.net> * README: upd * src/Makefile.am: * src/bacon-video-widget-gst.c: (bacon_video_widget_new): fix compilation of the GStreamer backend (Closes: #159452) * src/bacon-video-widget-xine.c: (bacon_video_widget_get_metadata): fix assert when getting the Musicbrainz disc ID * src/metadata-test.c: add a metadata test program * src/totem-private.h: remove keypress_time member * src/totem-properties-page.c: (set_property): don't try to play if we didn't manage to open the file * src/totem.c: (totem_action_set_mrl), (on_eos_event), (totem_action_handle_key): remove fullscreen hysteris work-around, don't have a MRL in the Totem object if we're in logo mode (Closes: #161371)
2004-12-13update Gromit requirements remove Gromit startup hack, requiring a newerBastien Nocera1-0/+3
2004-12-13 Bastien Nocera <hadess@hadess.net> * README: update Gromit requirements * src/totem-gromit.c: (totem_gromit_toggle): remove Gromit startup hack, requiring a newer Gromit
2004-12-04upd updBastien Nocera1-0/+2
2004-12-04 Bastien Nocera <hadess@hadess.net> * README: upd * data/totem.glade: upd * src/bacon-video-widget-xine.c: (bacon_video_widget_can_set_zoom), (bacon_video_widget_set_zoom), (bacon_video_widget_get_zoom): * src/bacon-video-widget.h: * src/totem.c: (totem_action_zoom_relative), (totem_action_zoom_reset), (on_resize_1_2_activate), (on_resize_1_1_activate), (on_resize_2_1_activate), (on_zoom_in_activate), (on_zoom_reset_activate), (on_zoom_out_activate), (totem_action_handle_key), (totem_callback_connect): added zooming in the video with 'R' and 'T', and break GStreamer-backend compilation (Closes: #144929)
2004-11-27Update TODO list somewhat. Add DVD. Add DVD events (even though they don'tRonald Bultje1-6/+4
* README: Update TODO list somewhat. * src/bacon-video-widget-gst.c: (bacon_video_widget_dvd_event), (bacon_video_widget_can_play): Add DVD. Add DVD events (even though they don't work yet, but that's a GStreamer internal issue).
2004-11-19upd upd 0.99.21Bastien Nocera1-5/+0
2004-11-19 Bastien Nocera <hadess@hadess.net> * NEWS: upd * README: upd * configure.in: 0.99.21
2004-11-07update dependencies (Closes: #157530)Bastien Nocera1-2/+6
2004-11-07 Bastien Nocera <hadess@hadess.net> * README: update dependencies (Closes: #157530)
2004-10-13Add basic telestrator instructionsBastien Nocera1-0/+4
2004-10-13 Bastien Nocera <hadess@hadess.net> * README: Add basic telestrator instructions * src/Makefile.am: * src/totem-gromit.c: (totem_gromit_available), (launch), (gromit_exit), (gromit_timeout_cb), (totem_gromit_toggle), (totem_gromit_clear): * src/totem-gromit.h: * src/totem.c: (totem_action_exit), (totem_action_handle_key): Add a beta Telestrator mode, you need Gromit installed to use it
2004-09-15upd update the Copyright noticesBastien Nocera1-10/+0
2004-09-15 Bastien Nocera <hadess@hadess.net> * NEWS: upd * README: update the Copyright notices * src/totem-playlist.c: (totem_playlist_current_has_prefix), (totem_playlist_clear_with_prefix): * src/totem-playlist.h: add totem_playlist_clear_with_prefix to remove playlist items with a particular prefix * src/totem.c: (totem_action_eject): call totem_playlist_clear_with_prefix when ejecting an optical media instead of simply stopping the play, so that the stream doesn't appear in the UI after an eject (Closes: #148480)
2004-07-19upd make Shift+Left arrow go back 5 seconds, not 15 (just the left arrowBastien Nocera1-1/+5
2004-07-19 Bastien Nocera <hadess@hadess.net> * NEWS: * README: upd * src/totem.c: make Shift+Left arrow go back 5 seconds, not 15 (just the left arrow already does 15 seconds)
2004-06-28upd TODO implement Iain's CD player like idea (only go to the previousset REAL_NAME environment variable1-8/+0
2004-06-28 set REAL_NAME environment variable <hadess@hadess.net> * README: upd TODO * src/totem.c: (totem_time_within_seconds), (totem_action_previous): implement Iain's CD player like idea (only go to the previous track if we're at the beginning of the track, otherwise seek back to the start)
2004-06-08upd fix a problem where filenames containing escape codes (for exampleBastien Nocera1-1/+1
2004-06-08 Bastien Nocera <hadess@hadess.net> * README: upd * src/bacon-video-widget-xine.c: (xine_event_message), (xine_error): fix a problem where filenames containing escape codes (for example file:///foo%20bar) could cause the reason of an error not to appear in the dialog * src/totem.c: (totem_action_error), (action_toggle_playlist), (totem_action_set_mrl), (on_show_playlist1_activate), (totem_action_handle_key), (on_window_key_press_event): Handle Ctrl+P for the playlist even in hidden controls mode
2004-04-18updBastien Nocera1-1/+0
2004-04-18 Bastien Nocera <hadess@hadess.net> * README: upd
2004-04-16removed TODO itemBastien Nocera1-1/+0
2004-04-16 Bastien Nocera <hadess@hadess.net> * README: removed TODO item * src/bacon-video-widget-xine.c: (xine_event_message), (xine_error), (bacon_video_widget_open), (bacon_video_widget_can_get_frames): * src/totem.c: (totem_action_error), (totem_action_eject), (on_take_screenshot1_activate): Make sure that only one period appears on error messages, GErrors have periods to finish up their messages Sorry to the translators...
2004-04-16HAVE_XINE_CLOSE wasn't set by configure.in anymore, remove the ifdefBastien Nocera1-10/+2
2004-04-16 Bastien Nocera <hadess@hadess.net> * README: * src/bacon-video-widget-xine.c: (bacon_video_widget_pause): HAVE_XINE_CLOSE wasn't set by configure.in anymore, remove the ifdef
2004-04-15error message collapsing on open(), fixes 2 message boxes popping up whenBastien Nocera1-1/+1
2004-04-15 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-xine.c: (xine_error): error message collapsing on open(), fixes 2 message boxes popping up when the input plugin is whinging and the engine fails to open the stream
2004-04-15upd plan for the "permission denied" error in xine-libBastien Nocera1-1/+0
2004-04-15 Bastien Nocera <hadess@hadess.net> * README: upd * src/bacon-video-widget-xine.c: (xine_event_message): plan for the "permission denied" error in xine-lib * src/cd-drive.c: (linux_bsd_media_type): * src/egg-recent-util.c: upd from libbacon and libegg
2004-04-12upd READMEBastien Nocera1-1/+4
2004-04-08updated for releaseBastien Nocera1-1/+6
2004-04-08 Bastien Nocera <hadess@hadess.net> * NEWS: * README: updated for release
2004-04-08updated removed TODO item detect newer xine-lib versions, and require themBastien Nocera1-2/+0
2004-04-08 Bastien Nocera <hadess@hadess.net> * NEWS: updated * README: removed TODO item * configure.in: detect newer xine-lib versions, and require them Update the version to 0.99.10 * src/bacon-video-widget-xine.c: (bacon_video_widget_tick_send): * src/totem.c: (play_pause_set_label), (totem_action_eject), (update_mrl_label), (totem_action_set_mrl), (update_current_time): Make sure that the statusbar label and time show that the playback was completely stopped, don't show a "Paused" label when the logo is displayed
2004-04-07new TODO itemBastien Nocera1-0/+2
2004-04-07 Bastien Nocera <hadess@hadess.net> * README: new TODO item * data/playlist.glade: * src/totem-playlist.c: (on_copy1_activate), (treeview_button_pressed), (init_treeview), (totem_playlist_new): * src/totem.c: (on_video_button_press_event): add a right-click menu to the playlist, so that we can cut'n'paste URLs off of it
2004-04-05remove TODO item fix command-line when Totem is a "server", add theBastien Nocera1-1/+0
2004-04-05 Bastien Nocera <hadess@hadess.net> * README: remove TODO item * src/totem.c: (totem_action_load_media), (totem_action_open_files), (on_open_location1_activate), (process_options), (main): fix command-line when Totem is a "server", add the --debug option, remove the now useless "ignore_first" argument to totem_action_open_files()
2004-04-05remove TODO item make "totem cd:" on the command-line work again (Closes:Bastien Nocera1-2/+0
2004-04-05 Bastien Nocera <hadess@hadess.net> * README: remove TODO item * src/totem.c: (totem_is_media): make "totem cd:" on the command-line work again (Closes: #138791)
2004-04-05updated removed TODO item handle events from xine-lib even if theBastien Nocera1-4/+0
2004-04-05 Bastien Nocera <hadess@hadess.net> * NEWS: updated * README: removed TODO item * src/bacon-video-widget-xine.c: (xine_event_message), (bacon_video_widget_unrealize), (bacon_video_widget_can_get_frames): handle events from xine-lib even if the explanation field is empty (Closes: #130774) Handle the XINE_MSG_AUDIO_OUT_UNAVAILABLE event (Closes: #111602) Destroy event queues in the right order, make it possible to take a screenshot of the logo * src/dvd_plus_rw_utils.cpp: valgrind fixes from libbacon * src/vanity.c: (vanity_callback_connect), (video_widget_create): make the --debug mode work again
2004-03-20updated removed TODO item setup the url handlers for the pnm, mms and rtspBastien Nocera1-1/+0
2004-03-20 Bastien Nocera <hadess@hadess.net> * NEWS: updated * README: removed TODO item * src/bacon-video-widget-xine.c: (setup_url_handlers), (setup_config): setup the url handlers for the pnm, mms and rtsp protocols
2004-02-26updated GStreamer backend todo list.Julien MOUTTE1-8/+4
2004-02-26 Julien MOUTTE <julien@moutte.net> * README: updated GStreamer backend todo list.
2004-01-10upd the automatic resize on new stream should be of 1:1, apparently, anyBastien Nocera1-0/+2
2004-01-10 Bastien Nocera <hadess@hadess.net> * README: upd * src/bacon-video-widget-xine.c: (bacon_video_widget_idle_signal): the automatic resize on new stream should be of 1:1, apparently, any other size confuses users (Closes: #131026)