aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-08-10Fix music player crash if adding unknown type files.HEADmasterDongxiao Xu
Using bus message to call function flush_head/feed_head in main thread to protect private data operation. A better fix may be to listen to bus message "CODEC_NOT_FOUND" and "MISSING_PLUGIN" directly to avoid hooking into "unknown-type" signal. We will revisit it in next period.
2012-08-10build: Fix whitespaceRoss Burton
2008-12-102008-12-10 Ross Burton <ross@linux.intel.com>Ross Burton
* libowl-av/owl-audio-player.c: * libowl-av/owl-video-widget.c: Use playbin2 if it is available (Zeeshan Ali)
2008-06-30add vala bindings for OwlTagReader and OwlAudioPlayerJorn Baayen
2008-06-30add OwlTagReaderJorn Baayen
2008-06-30add OwlAudioPlayerJorn Baayen
2008-06-30fix buildJorn Baayen
2008-06-30move libowl-av to srcJorn Baayen
2008-06-30continue rename of owl-video-widget to libowl-avJorn Baayen
2008-06-30move owl-video-widget to libowl-avJorn Baayen
2008-06-202008-06-20 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* src/owl-video-widget.c (bus_message_state_change_cb): Support seeking over HTTP.
2008-06-202008-06-20 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* owl-video-widget.vapi: Specify correct types for 'error' and 'tag_list_available' signals.
2008-06-19correct include pathJorn Baayen
2008-06-192008-06-19 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* Makefile.am: * configure.ac: * examples/Makefile.am: * examples/bacon-volume.c: * examples/bacon-volume.h: * examples/owl-overlay-bin.c: * examples/owl-overlay-bin.h: * examples/video.c: * src/Makefile.am: Move video app into separate module.
2008-06-192008-06-19 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* Makefile.am: * configure.ac: * examples/Makefile.am: * src/Makefile.am: * src/bacon-volume.c: * src/bacon-volume.h: * src/owl-overlay-bin.c: * src/owl-overlay-bin.h: * src/video.c: Split out video application into examples folder.
2008-06-192008-06-19 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* Makefile.am: * configure.ac: * owl-video-widget.vapi: Add vala bindings.
2008-06-192008-06-19 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* Makefile.am: * configure.ac: * owl-video-widget.pc.in: * src/Makefile.am: * src/libowl-video-widget.pc.in: Rename pkg-config package to owl-video-widget.
2008-06-192008-06-19 Jorn Baayen <jorn@openedhand.com>Jorn Baayen
* src/Makefile.am: Do not include OverlayBin in library.
2008-01-17Remove a pointless containerRoss Burton
2008-01-17Make the play/pause toggle button have Play and Pause icons, like GakuRoss Burton
2008-01-16Nasty kludge to add the fullscreen stock item to GTK+ 2.6Ross Burton
2008-01-16Fix seeking, so that a/v sync is keptRoss Burton
2008-01-15Add very basic support for command line interfaces, should use goptionRoss Burton
2008-01-15Disable fullscreen unless there is mediaRoss Burton
2008-01-15Factor setting buttons sensitive outRoss Burton
2008-01-15Always paint in black to avoid redraw problems on resize, although this ↵Ross Burton
introduces flicker on resizing
2008-01-15Add a fullscreen button to the toolbar, and return to normal view by ↵Ross Burton
pressing the screen
2008-01-15Add ignoresRoss Burton
2007-01-26various fixes; general cleanupJorn Baayen
2006-09-05Initial check-in of owl-video-widgetChris Lord
2006-09-05Create directory for owl-video-widgetChris Lord