1Development
21.0.9
3    Fix storing of disable fetch cover art preference
4    Work on fixing fullscreen mode hanging when control menu goes thru show/hide sequence
5    Prevent window from going fullscreen on startup when embedded
6    Tracker size adjustments so that it does not look wrong in gecko-mediaplayer
7    Set audio and subtitle language to English by default if not specified in configuration
8        better than Zuni by default
9    Hide debug message
101.0.9b
11    Fix problem with preferences dialog not having focus when opened
12    Fix problem with subtitles reappearing after they have been disabled after
13        pause/play cycle Issue #703
14    Set window properties to be common for all the created windows
15    Updated Japanese translation
16    Updated Hungarian translation
17    Updated Polish translation
18    Updated Portuguese translation
191.0.9a
20    Fix backwards chapter seeking
21    Use display_name in mpris title when title cannot be pulled from gmtk
22	Fix problem with DVD images and folders not playing
23    Consolidate nemo and nautilus plugin code so that it is shared
24    Fix problem with --fullscreen command line flag
25    Apply patch from Issue 688 to make icons work in RTL mode
26    Update Korean translation
27    Escape the name when obtained from the URI
28	Only restart if resume position is > 0
29	Protect for media == null in dbus-interface
30    Tighten up the display in the nemo/nautilus plugins
31    Add support for building Nemo plugin
32	Fix GDK Warning
33	Fix error in committed media resume preference
34	Add preference (Interface) Media Resume (Always Ask (default), Always without asking, Never)
35	Allow "Default Volume" (alsa disabled) to be changed
36	Set initial volume in gmtk_media_player when passed on command line
37	Disable screenshot menu when hardware codec are used with xvmc or vdpau
38	Add ability to specify mplayer binary on command line
39	Fix problem with screenshot being done twice in mplayer2 GMTK Issue #14
40	Updated Korean translation
41	Apply patch to make fullscreen work under tiled window managers
42	Set pref_volume to stored volume when asound is disabled
43	make --volume work with and without softvol enabled
44	cmd line option --volume should only work with softvol enabled
45	Fix problem with remembered softvol not being loaded Issue #675
461.0.8
47	Updated Spanish translation
48	Apply patch from Issue 673
49    	Updated German translation
50    	Updated Japanese translation
51	Updated Portuguese translation
52	Set the subtitle visibility in set_media_player_attributes
53	Fix fullscreen activation using defined accelerator key
541.0.8b
55	Updated Polish translation
56	Run make update-po
57	Add volume control type display to preference screen
58	Update spec.in file for libgda
59	Switch back to using CURL instead of GIO for cover art retrieval
60	Change "Save" in context menu to "Save As"
61	Fix problem with localized positions in mark_uri_in_db_as_resumable
62	Fix libgda compile issue
63	Rework database code to use GValues instead of sql commands, should avoid localization issues
64	Apply patch from Issue #669 to fix network stream regression
65	Hide some items on the context menu, when not under plugin control
66	Additional changes to Japanese translation
67	Updated Japanese translation
68	Updated Polish translation
69	Fix Issue #667 - Subtitles not hidden by default when specified
70	Updated Korean and Portuguese translations
71	Add "Play Single Track from Playlist" under Edit menu
72	Mark streams and CDs as playable when adding to playlist
73	Present a warning message when about to overwrite a file on save
74	Resize player when on video present event
75	Fix some layout issues when playing audio only files
76	Ensure the Gvalue contains a double before trying to use it
77	Ellipsize items on the playlist, so they don't add extra spacing to the list
78	Add gl3 to list of available VOs. make sure mplayer2 supports this on your setup before setting
79	Save media state in file->open and file->recent selections
80	Rework UBUNTU_MENUPROXY reading
81	Add some extra debug information for enable_global_menu
82	Fix cut and paste error with vbox padding
83	Prevent assertion warning in database retrieval code
84	Fix fullscreen icon used in place of play icon, problem caused by symbolic icon fix (Issue #656)
85	Only update the database when we really want to change something, speeds things up on load
86	Keep code from infinitly looping if audio device is not found
87	Apply patch to compile with libgda4 or libgda5
88    Fix some problems on initial volume setup, when pulseaudio device query is slow
89    Don't monitor system volume, when running in softvol mode
90	Update metadata in database as needed
91	Don't reset unchanged values in the database
92	Implement media play resume, from last viewed location
93	Cleanup some minor compiler warnings
94    Track resumable media in database
95    Force a resize if we know the size from the database when opening a file
96    Apply recommended fix from Issue #658
97    Prevent crash when loading large playlist the first time
98    Handle ' character in metadata
99    Allow code to compile without libgda
100    Update metadata in playlist as it becomes more precise
101    Read metadata from database and use it
102    Insert metadata into sqlite database, please delete $HOME/.config/gnome-mplayer/gnome-mplayer.db if you get insert errors
103        as database schema has changed
104    More database foundation code
105    Clean up some more depreciated GTK2 calls in GTK3 mode
106    Clean up unused variable messages is GTK2 mode
107    Clean up some depreciated GTK2 calls in GTK3 mode
108    Wrap some more symbolic icons to fix Issue 656
109    Add create and delete tables code to database.c
110    Add disable cover art fetch as a interface preference rather than only a command line preference
111    Add initial support for playlist database which should result in faster loading of playlists
112        This can be disabled with --with-libgda=no passed to configure
113    Fix issue #656, fallback to non-symbolic icons if they don't exist in GTK3 mode
1141.0.7
115    Hide media info when running as a plugin, caused problems with plugger testing grounds site
116	Fix issue #647, config_volume not defined when --without-alsa option is used (code may need to be cleaned up)
117	Fix issue #646, media is not positioned and sized correctly when remember preference is set
1181.0.7b
119    Updated Czech translation
120	Increase the channel parsing buffer, need to rewrite parseChannels
121    Updated Polish translation
122    Update Portuguese translation
123    Refresh po files
124    Add in support for the anamorphic aspect ratio (2.39:1)
125	Some minor fixes to the dbus interface
126	Add uk and ru translation patches
127	Fix randomization of first file in playlist
128	Add in y, g, and J hotkeys to match mplayer hotkeys
129	Add stored DVD device to drop down if not detected by gio, workaround RedHat Bug #850402
130    Change idledata->device to mplayer_dvd_device may fix problem with dvd device being forgotten
131    Fix dconf configuration file
132    Don't enable MPRIS in plugin mode
133    Basic scrolling wheel patch from Issue #621
134	Clean up Issue #629, warning by cppcheck
135	Fix some German translations by Wolfgang Knauf
136	Fix some compiler errors noticed by Wolfgang Knauf
137	Clean up log message if volume is not updated yet
138    Remove resize handle from fullscreen and plugin windows
139    Change g_strcasecmp to g_ascii_strcasecmp to clean up complier warnings
140    Handle the new error message from gmtk-media-player
141    Allow musicbrainz to be searched by artist only
142    Bump configure.in to require gmtk 1.0.7 or higher (due to gm_log changes)
143    Change some log levels in get_cover_art
144    Fix logic in shutdown and cancel volume update callback
145    Fix a hang on startup when getting volume from pulseaudio (has something to due with GTK event queue and gtk_main not called
146    Make cover art scaling consistent
147    Move various global variables to file-local (static)
148    Clean up the title bar name display
149    Since we are using gm_log for messages, move the inits above the first message
150    Fix a few issues identified by cppcheck
151    Added make valgrind and make valgrind-suppress to src/Makefile
152    	valgrind-suppress requires this file http://www.gnome.org/~johan/gtk.suppression in your home directory
153    remove hardcoded size of langlist and codepagelist in langlist.h
154    Add a tooltip to the "Default Audio/Subtitle Language" config options
155    Include wait.h to define some macros so that code will compile on Ubuntu
156    Fix compilation issue with nautilus plugin
157    Replace printf()s with calls to new gm_log() function. If you run gnome-mplayer with G_MESSAGES_DEBUG="all" (or ="GMLIB")
158        you will see a lot more messages than with the verbose option enabled
159    Initialize a struct to 0 to remove "branch depends on uninitialized memory" error
160    Finish screensaver rework:
161       * try dbus org.freedesktop.ScreenSaver
162       * then org.gnome.SessionManager
163       * then org.gnome.ScreenSaver
164       * then the xdg-screensaver utility
165       * then the XScreenSaverSuspend() X11 call
166       This removes the SM_INHIBIT and SS_INHIBIT configure options, and the use_xscrnsaver variable and config option
167    First cut at screensaver rework: try all known methods and fall through to X11 XScreenSaverSuspend()
168    Use mutex lock to prevent thread race
169    Remove the force processing of events from an idle callback
170    Force GTK to process its events when loading a playlist
171    Don't set the title bar when the window is invisible
172    Add some error checking to GIO cover art fetch
173    Use GIO to fetch cover art instead of CURL if we have GIO support
174    Put the filename in the title bar when it is a video and a local file
175    Change set_media_info to set_title_bar, more accurately reflects the function
176    If the metadata doesn't contain title and artist try and pull it from the filename
177    Fix title display when no metadata is present
178    Potential fix for hang on load when fetching cover art
179    Apply patch from Issue #619
180    Fix a potential NULL pointer copy issue
181    Fix some cover art loading issues
182    Print GTK and GLIB versions in verbose mode
183    Fix stop action on streaming playlist Issue #617
184    Update media label on drag and drop, update title bar on stop/play
185    Add some more known metadata and make some values more dynamic
186    Implement org.mpris.MediaPlayer2.TrackList Tracks and CanEditTracks properties
187    Version bump to 1.0.7a1
188    Implement MPRIS Rate, MinimumRate and MaximumRate, requires gmtk SVN r115 or higher
189    Cleanup some debug messages and send updated Metadata on cover art fetch
190    Rework cover_art fetch process, should work much better now, also make art available over MPRIS
191    Fix crash at end of media, due to invalid store iter
192    Implement MPRIS Volume signal
193    Implement MPRIS2 CanSeek, CanGoNext, CanGoPrevious, Seek, OpenUri, SetPosition, and more Metadata
194    Implement some MPRIS2 metadata attributes
195    Implement MPRIS2 events org.mpris.MediaPlayer2.Player, properties Volume, Get (PlaybackStatus), and signal (PlaybackStatus Changed)
196    Implement MPRIS2 events Raise, Quit, Set (Fullscreen)
197    Fix error spotted by clang
198    Start work on MPRIS dbus interface http://specifications.freedesktop.org/mpris-spec/latest/
199    Change controlid logic
200    Do not run mencoder when being called by plugin
201    Monitor sub visiblity better gnome-mplayer Issue #615, requires gmtk SVN r112 or higher to work correctly
202    Add mouse events to capture over the media window, should fix Issue #611
203    Fix Issue #613
204    Fix a couple of keyboard shortcuts as they were in the wrong shift state #,+,{,}
205    Fix usage of NULL pointer in nautilus property page
206    Initialize a variable to NULL
207    Globally initialize libCURL
208    Don't update cover art when URL call fails
209    Set the use-symbolic property on the GtkVolumeButton in GTK3
210    Fix button sensitivity based on state
211    More symbolic icon fixes
212    Use the GTK3 symbolic icons when running in GTK3 mode
2131.0.6
214    Apply patch from David Coppa that removes the depreciated slide away code
215    Separate delete and destroy events
216    Updated Portuguese translation
217    Updated Japanese translation
218    Apply fix from David Coppa to fix problem with glib 2.32
219    Fix gmlib includes due to change in gmtk .pc file
220    Updated Turkish translation
2211.0.6b1
222    Updated Polish translation
223    Fix gecko-mediaplayer Issue #106
224    Fix gecko-mediaplayer Issue #167
225    Add Kazakh translation, issue #601
226    Take the KP_Enter patch, the volume adjustment values for keys GDK_9 & GDK_0 from Issue #598
227    Enhance subtitle visibility tracking (requires minor gmtk updates)
228    Rework keyhandler to use the custom key mappings
229    Make customized keyboard shortcut for "Fullscreen Toggle" work in Fullscreen mode (part of Issue #600)
230    Applied dbus.txt patch from Issue #595
231    Applied uk.po patch from Issue #594
232    Applied ru.po patch from Issue #593
233    Applied ru.po patch from Issue #592
234    Commit gvfs.patch from Issue #579
235    Initialize a few more structs to zero
236    Initialize buf to all zeros
237    Additional NULL check
238    Check for NULL values from gvfs, Issue #579
239    Only try to enable dark theme in GTK3, Issue #591
240    Hide message in normal mode
241    Rework cover art fetch so that Amazon cover art is preferred over local thumbnail
242    Use nautilus thumbnail for cover art if it exists
243    ru.po fix Issue #586
244    uk.po fix Issue #585
245    Fix problem with directory vs dvd detection Issue #587
246    Set PACKAGE_LOCALE_DIR based on --localedir from configure
247    Add option to enable or disable Nautilus plugin in Edit->Preferences [Interface] tab
248    Updated German translation
249    Updated Portugeuse translation
2501.0.5
251    Rework key handler to be more correct with respect to shift/ctrl/alt modifiers
252    Only use dark theme if not embedded, otherwise use the default theme
253    Prefer the dark theme when running on gnome 3.2, similar to totem
254    Updated Polish translation to match the reworded source text
255    Reword 50% larger as gettext is stupid about the % sign
256    Translated the missing string into Polish
2571.0.5b2
258    Add 150% display of video
259    Use icon named gnome-mplayer-panel for status icon if present in theme
260    Remove configure option --with-gpm-new-method as this is default now
261        if you have an old gnome-power-manager < 2.26 add the configure flag
262        --with-gpm-old-method
263    Try to detect the right screensaver api to use in Gnome 3.2 (Fedora 16)
264    Updated German translation
265    Fix warning when accelerator keys have not been set
266    Updated Japanese translation
267    Fix the speed multipliers and speed reset Issue 566 & 567
2681.0.5b1
269    Rephrased some strings in Polish translation
270    Updated Portuguese translation
271    Updated Polish translation
272    Fix problem with visual seeking while using the tracker, requires gmtk svn r48
273    Add in command line option --vo (this disables hardware codecs as a safety measure)
274    Add in command line option --dvd_device
275    Fix Issue #560, ATTRIBUTE_FORCE_CACHE not being processed
276    Printout gmtk version in verbose mode
277    Switch from AM_MAINTAINER_MODE to AM_MAINTAINER_MODE([enable]) in configure.in
278    Make cursor reappear when not in fullscreen mode
279    Hide mouse/panel in fullscreen mode when mouse is above the panel area.
280    Only make the fullscreen controls reappear when the mouse is at the bottom of the screen
281    Fix keyboard shortcut capture to only detect CTRL, ALT or SHIFT modifiers
282    Set CDDB to TYPE CD
283    Fix typo on keyscreen
284    Add tooltop for "Enable Video Hardware"
285    Remove fuzzy and obsolete translations from po files
286    Make Normal and Double size hotkeys work
287    Fix saving and loading of preferred VO
288    Fix 'f' not going to/returning from fullscreen
289    Remove the use of mplayer profiles, as they are no longer needed
290    Fix Issue 544, minor spelling issue
291    Allow customization of some of the keyboard hotkeys, more to be done
292    Replace get_window, get_visible, and get_allocation with gmtk versions
293    Build foundation for customized hotkeys
294    Add checkboxes for hardware and crystalhd codec support
295    Conversion to using libgmtk as separate library
296    Fix Issue #538
297    Autodetect gtk3 at configure time
298    Raise event on incomplete QuickTime file, and mark it for retry
299    Fix compile issue when alsa is not being used
3001.0.4
301    Remove vdpau failure detection as it doesn't work
302    Quit mplayer on vdpau restart, mplayer doesn't want to die
303    Restart mplayer on vdpau create error
304    Try and set the initial window size prior to loading the media, may fix vdpau issues
305    Fix AC3 passthru, option was not being set, Issue #533
306    Fix default filename in context menu. Issue #531
307    Enable Save in popup menu with control id is specified but not window, useful for scripting
308    Updated Portuguese translation
309    Added a missing string to the Polish translation
310    Correct invalid label, and update po files
311    Updated Polish translation
312    Move notification of export filename to occur later
313    Track export filename across mplayer restarts
314    Updated Turkish translation
3151.0.4b2
316    Update translations from launchpad
317    Add Vietnamese translation
318    Move -profile gnome-mplayer into the vo setting area, allows gnome-mplayer to work without preferences set
319    Add in new media state, MEDIA_STATE_BUFFERING
320    Updated Japanese Translation
321    dbus - fixup GetPlayState to give more correct values
322    dbus - add GetCachePercent method
323    libgmtk - gmtk_media_player add ATTRIBUTE_CACHE_PERCENT
324    Tell mplayer to ignore the xscreensaver, as gnome-mplayer controls it
325    Make audio track and subtitle selection work correctly even when metadata is missing
326    Add in generic ALSA and PulseAudio devices to the output selections even if we have ALSA and PulseSupport
327    Emit dbus events on media state changes, useful for gecko-mediaplayer
328    libgmtk - gmtk_media_player, block all event emissions when in restart mode
329    Make cover art lookup with filenames in the form of "Artist - Title.xxx" where xxx can be any extension
330    Only set don't play next if we are playing something, fixes playlist problem.
331    Improvements to shoutcast media/station info
332    Add GetTitle to dbus methods
333    Fix GetDuration and GetTime dbus methods
3341.0.4b1
335    Minor tweaks to the autopause code
336    Keep restarting mplayer when ALSA device is busy and AO is alsa, sometimes Pulse is slow to release it
337    libgmtk - gmtk_media_player set attribute for audio_channels
338    Update tracker status message when pausing
339    Disable tracker focus
340    Fix minor issue with vcd://
341    Detect UBUNTU_MENUPROXY and enable_global_menu = TRUE when not NULL
342    Disable button focus on control bar
343    Fix problem when chapters = 1, media really doesn't have chapters
344    Fix stop in network/streaming mode
345    Make sure mplayer is dead before quitting
346    Try and solve the apple trailer issues, still may have issues
347    When playing an ICY stream, clear the album metadata fixes problem when switching from MP3 to stream
348    When playlist is open, don't resize the media window
349    Fix up some problems with apple trailers, still may have problems
350    Updated Polish translation
351    Fix up some compiler warnings
352    Correct GTK warning on gmtk_media_player allocation event
353    Code fixes for older machines
354    libgmtk - gmtk_media_player, Clamp the values in the alignment
355    Implement subtitle fuzziness selection, Issue #474
356    Add gconf/dconf key 'enable-global-menu' distros should set this to TRUE when using gnome global menu
357    Remove GTK allocation warning caused by audio file, due to uninitialized values
358    Flush GTK Events in resize window
359    When initially loading a folder, check to see if it is a DVD
360    Ensure that the window id is not 0, before using it
361    Fix crash when giving a device name that does not exist
362    Disable xvmc if mplayer reports video_out incompatibility with codec
363    Don't force ffmpeg12 codec with xvmc vo
364    Retry playback without accelerated divx if using vdpau and vdpau error
365    Properly display DVD Title in playlist and on window title
366    Add support for crystalhd vo, untested as I don't have the hardware.
367    Set the allocation to the height and width desired
368    Make cursor hiding work in GTK3
369    Select Subtitle by ID rather than by description + name
370    Fix Issue #514
371    Remove "percent" from idledata
372    Update translation files with updated file listings
373    Remove global variable 'lastfile', and fix code that uses it, fixes issue #514
374    Give the media_hbox a default height, makes media_info display work better when showing a video
375    Remove dontplaynext = FALSE settings where incorrect
376    Update the volume icon on mute
377    Fix mute toggle from keyboard key 'm'
378    Fix keyboard volume adjustment with 9 and 0
379    Use --nokeepaspect when detecting mplayer2
380    Don't fail on longer vo names, ie matrixview
381    Capture Artist, Title, and Album metadata
382    Set channel encoding to binary, solves problems with metadata
383    Fix software volume not being set properly
384    Make volume gain and post processing work
385    Fix fullscreen mode when run as a plugin (X11 only)
386    Set runtime in gmtk_media_player
387    Cleanup some debug messages
388    Fix restart in paused state
389    Hook up scroll event for volume change or seeking
390    Update media info from ICY stream data
391    Fix TYPE_NETWORK for apple.com correctly
392    Set tracker sensitivity based on seekability of content
393    Reset cache percent to 0 once media starts playing
394    Change channel reader priority so cache updates work
395    Only show video window when we have video
396    Set the background color (black), on initialization
397    Never, ever call a GTK function that changes something from a thread, reading is ok
398    Remove config.h from SVN
399    Apply patch to gmtk_media_player from Byeongsik Jeon
400    Apply patch to gm_audio from Byeongsik Jeon
401    Convert all events to be signalled in the main loop vs from the thread
402    Change g_type_init to gtk_init
403    Initialize file descripters and alter the channel creation settings
404    Don't cancel mplayer monitoring on read error, just try again
405    More debugging information
406    Fix problem loading DVD after loading file
407    Fix problem with position not updating due to state issue
408    Fix problem with media player state event triggering before the state was true
409    Remove event flushing where possible
410    Fix initial OSD Level setting
411    Rework gnome-mplayer restart, should work better now
412    Only emit the position-changed signal when position actually changes, lowers CPU usage
413    Keyboard shortcuts should work now
414    Complete send_command removal
415    More features for gmtk_media_player
416    Switch from specific API call for mplayer commands to generic command submission
417    Keep purging send_command
418    Enable more features in gmtk_media_player: frame_drop, audio_delay, and sub_delay
419    Fix environment detection issues
420    Fix known memory leak in gmtk_media_player
421    Remove uri, windowid variables from idledata
422    Remove seekable, x, y, last_x, last_y, sub_visible, sub_demux, switch_audio variables from idledata
423    Remove video properties from idledata
424    Remove global variable dvd_title_is_menu
425    Fix problem with dvb/tv parser Issue #508
426    Fix window size issue when no media is loaded
427    Start work on playlist issues
428    Add gmtk_media_player_switch_angle
429    When restarting player, do not emit events
430    Fix fallback to alternate protocols on error, fixes web playback
431    Fix window size issue when opening details with non-standard window size
432    Make audio meter work in GTK3 mode
433    Make audio meter work in GTK2 mode
434    Remove some IdleData properties
435    Make Details display correct data
436    Update tracker label on media change
437    Remove allocate_fixed_callback
438    Fix crash when setting preferences when no file is loaded
439    Make extra opts work
440    Fix preference setting
441    Make DVD playback from ISO and Folders work
442    Bring set_gui_state back, as it is needed for RealPlayer emulation
443    Output notification when using old Mplayer on every startup
444    Screenshot capture notification
445    Make setting the media attributes a common function
446    Enable deinterlacing
447    Make disable upscaling work
448    Fix Cancel/Close button layout in pref and adv dialog
449    Make Pref/Next buttons appear when file has chapters
450    Make Advanced video settings work
451    Disable DVD w/o menu for now.
452    Playlist and Cache Percentage changes
453    Fix memory leak in gmtk_media_player set_attribute_string
454    More subtitle work
455    Make audio track and subtitle selection menus work
456    Activate/Deactivate subtitle visibility,delay,size menus based on if subs exist or not
457    Fix resize issues with normal, double and half sizes
458    Move menu updates from resize_window, make the gui change based on media state
459    Move GUI updates from set_gui_state, make the gui change based on media state
460    Fix state tracking
461    Fix DVD menu selection
462    Make playlists work
463    Make enhanced subtitles work
464    Add many attributes to gmtk_media_player
465    Replace send_command with dummy function, until conversion is complete
466    Replace mplayer_shutdown with gmtk version
467    Add more attributes and methods to libgmtk - gmtk_media_player, still more to add
468    Remove mute and other values from idledata
469    Remove ThreadData type
470    Remove thread.[c|h]
471    Start conversion to libgmtk - gmtk_media_player
472    libgmtk - gmtk_media_player, convert from GtkFixed layout to GtkAlignment layout, allows window to shrink in GTK3
473    Allow code to compile when --enable-gtk3 is used
474    More configure macros
475    Add --enable-gtk3 to configure, code does not compile yet in this mode
476    libgmtk - gtk3 prep
477    Convert gtk_menu_append to gtk_menu_shell_append
4781.0.3
479    libgmtk - change GtkObjectClass to GObjectClass
480    Cleanup some compiler warnings
481    Updated Japanese translation
482    Fix black screen issue when loading DVD
483    Fix potential NULL pointer referenced Issue #503
484    Make DVDNAV menu selection with mouse work properly
485    Clean up shell script warning in configure
486    Make configure option --with-gconf=yes override use of gsettings
487    Updated Polish translation
488    Clean up some compiler warnings
489    Run autoreconf with new autoconf tools
490    Removed --avoid-version from nautilus plugin
4911.0.3beta
492    Updated translations from launchpad, added in several new translations
493    libgmtk - gmtk_media_player, better support for mplayer2
494    libgmtk - gmtk_media_player, set default zoom to 1.0
495    libgmtk - gmtk_media_player, clean up some attribute setter/getters
496    libgmtk - gmtk_media_player, implement zoom factor for media, useful for panscan
497    Shutdown mplayer before clearing playlist in open dtv, acd, vcd, and atv
498    libgmtk - detect mplayer2, and allow setting a custom mplayer
499    Convert mute 1\nseek 0 0\n commands to separate commands
500    Add support for MPlayer2 detection
501    Use a file chooser button to pick the mplayer executable rather than typing in the path
502    Fix memory pointer issue that could lead to crash in mplayer thread
503    Rework Next option when caching is enabled (recommend that caching be disabled)
504    Be more specific in SPEC file
505    Fix RPM generation when using GSettings
506    Fix problem with STOP when playing a playlist
507    libgmlib - gm_audio, include math.h, Issue #499
508    libgmtk - gmtk_media_player, fix memory leak with stored color
509    libgmtk - gmtk_media_player, manage widget background color correctly
510    libgmtk - gmtk_audio_meter, move a varible context
511    libgmtk - gmtk_media_player, get_allocation
512    Try out silent make files
513    Run update-po
514    When stopping media, just quit mplayer instead of pausing and seeking to 0
515    Fix resize issue in vertical layout
516    Fix software volume stored value
517    Apply OpenBSD patches
518    Make playlist columns reorderable with drag and drop
519    libgmtk - gmtk_media_player, add attribute disable_upscaling
520    Add new preference to plugin tab, to disable scaling when video is embedded
521    libgmtk - gmtk_media_player, parse mplayer properties
522    libgmtk - gmtk_media_player, audio track selection fixes
523    libgmtk - gmtk_media_player, initial subtitle and audio track detection
524    libgmtk - gmtk_media_player, more hotkey processing
525    libgmtk - gmtk_media_player, commit correct patch
526    libgmtk - gmtk_media_player, handle +,-,#,., and j hotkeys
527    libgmtk - gmtk_media_player, handle 1-8 keys for contrast, brightness, hue, and saturation
528    libgmtk - gmtk_media_player, handle p and space keys for pausing
529    libgmtk - gmtk_media_player, implement restart method
530    libgmtk - gmtk_media_player, make subtitle selection work, and use better names in label
531    libgmtk - gmtk_media_player, subtitle and audio_track work
532    Fix up some issues with shoutcast stream information display
533    libgmtk - gmtk_media_player, clamp values
534    Fix view info, like view meter and view details
535    Issue #467, playlist and details not disappearing
536    Fix compile failure on fy.po, really dumb failure
537    libgmtk - Dispose widgets properly, should solve memory leak
538    libgmtk - gmtk_media_player, remove usage of GFileMonitor, not needed
539    Fix window resize problem Issue #467 again
540    libgmtk - gmtk_media_player, gamma is not a command line option
541    libgmtk - gmtk_media_player, add video attributes
542    Fix up spec file building
543    When GSettings are available use them over GConf or GKeyStore
544    Remove vdpau and vaapi vo devices on OpenBSD
545    Use correct DVD device name on OpenBSD
546    Add include to gmtk_media_player.h
547    Add sndio and rtunes audio outputs for OpenBSD
548    Add verbose flag to volume display
549    Make volume on commandline work again
550    Change volume range from 0 to 100 to 0.0 to 1.0 internally makes volume widget work
551    Delete global varibles volume and idledata.volume
5521.0.2
553    Version Bump to 1.0.2
554    Apply Patch for MpegURL playlists from Issue #491
555    Apply Patch for NetBSD from Issue #490
556    "fix" purals in Serbian translation. All I did was copy the last one, so probably grammer errors
557    Fix volume problem when softvol and volume gain != 0
558    Added support for 7.1 Surround
559    Fix Software Volume, remembered value not being loaded
560    Updated French translation from Starcrasher
561    Updated English (Great Britian) translation
562    Updated Italian translation
563    Updated Dutch translation
564    Updated French translation
565    Updated Spanish translation
566    Updated Turkish translation
567    Updated Portuguese translation
568    Updated Hungarian translation
569    Updated Serbian translation
570    Updated Czech translation
571    Updated German translation
572    Add Frisian translation from Launchpad
573    Updated Japanese translation
574    Updated Korean translation
5751.0.1b1
576    Updated Polish translation
577    Fix cross compile to Windows
578    libgmlib - gm_audio monitor alsa device volume changes outside of gnome-mplayer
579    Fix default volume on SOFTVOL audio devices
580    libgmlib - gm_audio Reduce load when type is not pulse
581    Process PulseAudio volume changes from PulseAudio server, to keep gui in sync
582    Run make indent on all source files
583    Remove idledata->mplayer_volume tracking as not needed anymore (to be replaced with other code)
584    Rework volume code to control audio device in alsa or pulse mode
585    Rework volume code to push volume to mplayer in softvol mode
586    Move all volume handling to gmlib/gm_audio
587    Enable softvol option when preferred or when audio_device recommends it
588    Change "mixer" preference to "alsa-mixer"
589    Remove global variable use_pulse_flat_volume
590    Remove configure check for PulseAudio flat volume
591    libgmlib - gm_audio, add devices similar to gmtk_output_combo_box
592    libgmtk - gmtk_output_combo_box, change OUTPUT_TYPE_BASIC to OUTPUT_TYPE_SOFTVOL
593    Remove global variable mixer, now handled by audio_device structure
594    Remove global variable ao, now handled by audio_device structure
595    libgmlib - gm_audio list population and update
596    libgmlib - gm_audio skeleton
597    Fix typo in gnome-mplayer.schemas.in
598    libgmtk - gmtk_output_combo_box, fix memory leak
599    Hide fullscreen controls, when active workspace switches Issue #488
600    libgmtk - gmtk_output_combo_box, store pulse audio device index id and add getter
601    Fix Issue 486, set user agent to something other than Mozilla/x
602    Set softvol on by default when not using ALSA Volume
603    Run make indent, after changing indent line length from 100 to 120
604    gui.c - Update mixer selection dialog when output device changes
605    libgmtk - gmtk_output_combo_box, add get_active_card method
606    libgmtk - gmtk_output_combo_box, add get_active_type method
607    libgmtk - add make indent and make cppcheck to the Makefile
608    libgmtk - run make indent
609    libgmtk - gmtk_output_combo_box, use enums instead of hardcoded values
610    libgmtk - gmtk_media_player, add softvol support
611    libgmtk - gmtk_media_player, crash protection fixes
612    libgmtk - gmtk_media_player, wait for mplayer thread to be dead when setting state to quit
613    Add Prev and Next dbus methods Issue #483, using modified patch in Issue
614    Try and account for device names that are not null but zero characters long
615    Fix --fullscreen flag not putting window actually in fullscreen
616    Add ALSA and PulseAudio to output selected when ALSA or Pulse support not enabled
617    Fix crash, coming out of pause state
618    Code cleanups
619    Drop en translation as it is redundant
620    Update translations for new text "Default"
621    Enhance gmtk_output_combo_box to list PulseAudio devices, when PulseAudio support enabled
622    Add in some Generic mplayer AO devices to the selector
623    Fix status icon from showing up multiple times (after config apply)
624    Intergrate gmtk_output_combo_box into preference screen. Allows easy switching between ALSA device
625        will be enhanced to provide pulse devices soon.
626    Allow gmtk_output_combo_box to compile without alsa
627    Fix merged in enums so code compiles
628    Add new widgets to source code, gmtk_media_player and gmtk_output_combo_box
629    Fall back to using XScrnSaverSuspend if the call to Gnome SessionManager/ScreenSaver fails
630    Make sure dbus_disable_screensaver is only called when video is present
631    Apply desktop patch from Issue 481
632    Run make indent
633    Change glib detection back to 2.26
634    When subtitles are hidden, set sub_forced_only to 1
635    Change b/B change raise/lower subtitle position
636    Use b/B to decrease/increase subtitle size while viewing
637    Fix window resize issues with audio files and playlist
638    Change glib 2.26 detection to 2.28 or higher
639    Detect PulseAudio in configure, for future use
640    Detect if we are using glib2 2.26 or higher
641    Change icon from ipod to multimedia-player Issue #476
642    Switch to using stock icons where possible
643    Add Russian entries to desktop file
644    Set user agent to Mozilla/5.0 unless it is an apple.com site, then set it to the QuickTime value
645    Added Ukranian translation
646    Updated Portugese and Spanish translation
647    Updated Korean translation from Byeongsik Jeon
648    Adjust video and audio cache size minimum and incremental values
649    Correct minor memory leak
650    Bump QuickTime emulated version to 7.6.9
651    Fix crash in File->Open TV->Analog TV when tried multiple times
652    Run make indent
653    Fix crash in File->Open TV->Analog TV
654    My Windows mplayer doesn't have the export filter in it
655    Detect and compile on Windows
656    Code cleanup around optional components
657    Work on tooltip flickering more, seems that when any tooltip is updated, the visible tooltip is
658        redrawn. May be a bug in GTK, but another app I am working on does not have this issue
659    Add configure option --with-dbus/--without-dbus so that gnome-mplayer can be compiled without dbus
660    Added VDPAU to the list of devices that ok to fail
661        (found on Ubuntu mailing list, but never a bug opened or brought to my attention otherwise)
662    Use keyboard key 'd' to toggle framedropping mode
663    Run make indent on source
664    Enable compile with --enable-gseal (GTK3 prep)
665    Try to prevent and isolate GTK assertions
666    Rework code that ensures that a window id is available for mplayer to use
667    Change warnings to notices in configure
668    Fix detection of PA and GPM so errors are not emitted when not found
669    Set the MEDIAENDED state correctly when running as plugin
670    Disable mplayer softvol when AC3 is enabled Issue #468
671    More window size fixes Issue #467
672    Allow seeking in streaming media when mplayer says it is seekable Issue #443
673    Add option to allow mouse wheel to change volume vs seeking Issue #414 (partial)
674    Change tooltip timeout from default of 500 to 0 (no timeout) should fix Issue #446
675    Remove files from playlist, that are not playable on folder load
676    Only create status icon when needed Issue #465
677    Fix the window filling to the right on playlist reveal Issue #463
678    Better window size allocation when showing optional panes Issue #463
679    Allow loading a separate audio track when playing a video with Edit > Set Audio Issue #423
680    Rework goto/return from fullscreen code
681    Support LIBNOTIFY 0.7 and higher bug #454
682    Fix compile on GTK 2.12
683    Update Lithuaninan translation bug #458
684    Apply patch from bug #457
685    Make audio meter display db values, based on af_stats plugin from mplayer
686    Revert parts of the update technique, it made the gui crash, cpu usage is still lower
687    Experimental audio meter update technique, should use less CPU and be more interactive
688    Use pretty gradients in the audio meter
689    Use cairo to draw audio meter bars
690    Updated Czech translation
691    Don't hide controls and mouse in fullscreen mode when mouse is over controls
6921.0.0
693    Updated es and pt_BR translations from Launchpad
694    Fix bug #444 - embedded fonts not being used in mkv files
695    Fix case of cache fill display not being reset with remote files
696    Set cache fill graphical display to 0 once streaming media is started
697    Enable screensaver at quit
698    Add cache percentage graphical display to the tracker
6990.9.99.rc3
700    Updated Finnish translation
701    Version bump to 0.9.99rc2
702    Fixed problem with --fullscreen flag not working
703    Updated Polish translation
704    Apply patch found in bug report #431
705    Updated French translation
706    Updated Serbian translations
707    Updated Polish translation
708    Apply corrected patch for brightness, etc in gl2 mode
709    Update copyright date range
710    Apply Patches to Japanese translated values from Munehiro Yamamoto
711    Fix bug #430 - Album art size
712    Updated Turkish translation
713    Updated Danish translation
714    Updated Hungarian translation
715    Updated Catalan translation
716    Updated Czech translation
717    Updated German translation
718    Patch from Onur Küçük to keep desktop gamma from being adjusted when using mplayer gl2 driver
719    Updated Desktop file patch from Onur Küçük
720    Make X11 support optional, slight side effect of weird fullscreen mode when running as plugin
721        appears to be a GTK/GDK issue.
722    Update man page to include keyboard shortcuts
723    Updates Spanish translation
724    Fixed problem with S taking infinite screenshots
725    Enable dbus method to get the current URI, see dbus.txt
726    Set cache size when we detect a playlist
727    Make middle button toggle mute
728    Add buttons to toggle loop and shuffle to the playlist window
729    Correct problem with tracks loaded from an iPod as not being marked playable
730    Updated Japanese translation from Launchpad
731    Fix control panel when working in embedded mode
732    Added UTF-8 to subtitle and metadata possible encodings
733    Updated Spanish, Czech, Galacian, Polish and Russian translations from launchpad
734    Added new translations from launchpad da,et,eu,fi,fo
735    Add webm mimetypes to nautilus plugin
736    Add webm to desktop file, need mplayer svn + libvpx git to make it work.
737    Fix some problems where typed in values to languages were not being displayed properly
738    Add CP1256 to the langlist
739    Allow for separate audio and video plugin cache sizes, plugin will use video cache size
740        unless mimetype has "audio" in it, then it will use the audio cache size
741    Fix problem with proper audio track being selected, mplayer selects them 0 based but reports
742        them one based, so have to make adjustments to the value returned
743    Workaround for media files with non-zero start time, requires mplayer SVN r31346 or greater
744    Fix menu item position change on popup menu due to previous change
745    Move Open on popup menu, below the Play/Pause, Stop, Prev and Next block
746    Fix bug #406 - compile error when new GTK and no libasound
747    Fix video playback problems when loading a folder from playlist screen
748    NULL check on retrieve_metadata_pool clear process
749    Check for block devices better in gio mode
750    Update the subtitle on the current playlist item, when dragging and dropping.
751    Fix minor memory leak in drag and drop for subtitles
752    Added .ssa as a subtitle extension to drag and drop
753    Support drag and drop of subtitle files with .srt or .ass extension.
754    Make V (show/hide subtitles) work in fullscreen mode
755    More work on making code compile with gseal enabled, still more to do
756    Add configure flag --enable-gseal and start fixing code
757    Code now compiles with -DGTK_DISABLE_DEPRECATED enabled, enabled by default on GTK 2.18 and higher
758    Remove depreciated calls to gtk_window_set_policy
759    Start fixing issues to prepare for GTK 3.0 (DEPRECIATED and GSEAL changes)
760    Fix bug #391 - Change metadata timeout count from 10 to 50
761    Fix bug #355 - Change stream name to only show last part of URL in playlist, tooltip shows full url
762    Fix problem with mouse not disappearing when over letterboxing
763    Fix bug #392 - the panel disappearing/reappearing on window maximize/restore
764    Add some libs to the nautilus plugin compliation process
765    Set default value for embedded fonts
766    Fix bug #381 - Open does not activate on Enter in Open->Location
767    Resize controls slightly in fullscreen mode
768    Fullscreen controls in a floating widget
769    When running mplayer disable pretty printing
770    Fix bug #376 - Rework vdpau codec selection and deinterlace
771    Fix minor memory leak when we have an invalid item to play
772    When dontplaynext is set, request next item on playlist from plugin
773    Add vaapi to list of supported vo's
774    Add a couple of icons to the file menu
7750.9.9.2
776    Fix right click pause/play regression Bug #360
777    Fix assertion in get_cover_art
778    Updated Polish translation (some strings were overlooked in the previous update)
779    Added Arabic, Catalan, Galician, Hebrew, Portuguese translations
780    Handle aspect change during video playback
781    Allow screen saver to activate when videos are paused
782    Set media label width to window size, when embedded
783    Fix fullscreen video size when in plugin mode
784    Map "." to frame step, no backward step due to mplayer limitation
785    Fix set_size_request warning
786    Put make_button processing into the idle loop and ensure the button is always visible
787    Return true in detect playlist on a uri with .m3u in the uri
788    Add -softvol option to -volume detect code to keep from altering master volume
789    Add album art lookup for some shoutcast stations
790    Add melting of max values to audio meter
791    Use patch by Fabio Scavone as a model to implement more accurate seeking from tracker
792    Fix .spec.in file to account for new gnome-mplayer.xml file
793    Fix problem problem with shoutcast playlists not autostarting
794    Fix warning about invalid list iter
7950.9.9
796    Fix --without-gconf case in configure
797    Account for store == NULL case
798    Minor change to gnome-power-manager detection
799    Source in gconf .m4 files only when we are using gconf
800    Fix initial state of play/pause especially when playing shoutcast playlist
801    Fix media_label width, which playing audio only
802    Updated Polish translation
803    Use -playlist fallback when mplayer doesn't
804    Bump QuickTime emulation to 7.6.4
805    Fix some problems with Apple.com HD trailers
806    Fix problem with playstate tracking, observed by using mplayer from git
807    Fix window size when playlist is shown and video not present
808    Update playlist in header when item added to playlist
809    Apply showcontrols default value patch
810    Fix media title trim when long title and window is large bug #336
811    Don't adjust mediasize when in fullscreen mode
812    Keep window from growing when media_detail or info is visible with playlist
813    Don't write NULL data to pref store
814    Allow passing a optical device name with a track from the command line "cdda://5"
815    Add optical device name where needed
816    Patch to fix https://bugs.webkit.org/show_bug.cgi?id=31519 by Tim Yamin
817    Make XScrnSaver usage optional in configure
818    Quicker path for streaming_media, when media appears to be local when using GIO
819    Implement volume gain under software volume control
820    Fix for GTK older thant 2.16
821    Fix window sizeing issue when we show the playlist
822    Version bump to 0.9.9 to start preparing for next release
823    Add open folder to main file menu
824    Implement setting of mplayer dvd device from mplayer preferences page, list is generated from
825        system pollable device list when gio is enabled.
826    Update tracker control to update position in timer, when media is paused and position is selected
827    Make config option under interface to choose between X Screen Saver control vs Gnome Power Manager
828    Always try to link with xscreensaver if available (added to .spec file)
829    Drop configure option --with-gpm
830    Add configure option --with-gpm=no to skip gnome-power-manager and use the XScreenSaver api
831    Add %U to the Exec line in the desktop file
832    Mark item as playable if a broken header is detected in a quick time file
833    Tweak the pane child resize properties at runtime, should work better with remember location
834    Remember pane position between audio only files
835    Remove Media Change text and replace it with title in notification popup
836    Add gnome-mplayer to the list of preferred applications
837    Set background of gtk_socket to black, this plus a fix in gtk should fix flickering
838        https://bugzilla.gnome.org/show_bug.cgi?id=598050
839    Remember and restore panel position when playlist is visible on startup
840    Remember softvol option patch by smoohta
841    Updated Czech translation
842    Fix problem with playlist detection on glib < 2.22
843    Add Hungarian translation
844    Add Preference in GUI to disable fullscreen control bar animation, looks crappy on intel+gtk 2.18
845    Add GTK2.14 compile defs to gtk_widget_get_window
8460.9.8
847    Make some events from dbus (separate thread) be processed in the idle loop
848    Prevent next item play when terminating
849    Set tracker default values when playing a new item
850    Don't tell firefox to reload plugins when running in plugin mode
851    When closing preference dialog, set media start position to 0 when streaming
852    Don't restart streaming media when closing preferences
853    Fix problem with gnome-mplayer requesting the next item from gecko-mediaplayer, but
854        gnome-mplayer is in retry mode, so two videos get played over each other
855    Work around roundf compliation errors on non-Fedora Linux machines
856    Prepare for GTK 2.18 Native Client windows, by using a patch from empathy
857    Fix various problems found on mailing list
858    Updated Polish translation
859    Fix situation where mplayer thread being dead is detected in more places
860    Fix problem with DVD video size being incorrect on media load
861    Work on mute not being saved across items in playlist
862    Updated pt_BR translation
863    Add en_GB translation
864    Version bump, debug message
865    Fix prev and next when there are gaps in the playlist order values
866    Delay loading the item to play, until everything is setup and flushed
867    Don't autopause streaming media
868    Pan and Scan functionality causes display issues with old mplayers, --enable-panscan
869    Pan and Scan functionality (with new mplayer)
870    Separate out plugin cache value and gnome-mplayer cacheing (disabled by default in player)
871    Added support for --ss and --endpos command line options, similar to mplayer options
872    Apple HD trailer fixes
873    Don't make the link active in the about dialog if we are using gtk < 2.14
874    Updated zh_CN translation from launchpad
875    Add configure flag for flat volume
876    Fix configure issues with gnome-power-manager and some compiler warnings
877    Fix GTK 2.14 specific code
878    Fix column title in playlist converting _ in playlist filename to underlines in display
879    Add gl2 to the list of possible vo's, my ATI r6xx works well with it, but not gl
880    Change samplerate display from KB/s to KHz
8810.9.7
882    Make sure mouse pointer disappears when over the window and not moving, mplayer didn't always do it.
883    Fix menu button not showing when starting with dvdnav://
884    Fix up/down arrow buttons in playlist view, items were moving by play order was not set right
885    Updated Polish translation
886    Fix condition where in replace and play mode the content is updated rapidly and the app crashes
887    Clean up code with 'make indent'
888    Update po files
889    Ensure that window is resized prior to launching the thread
890    Add on metadata loader change from length to demuxer to determine if metadata is loaded
891    Don't hang if non-media files are in the playlist, like album art
892    Correct display problem where video says it is one size, but plays at another
893    Correct details content
894    Fix Details display, however, content is wrong
895    Make the adjust layout code run in the event queue, rather than direct. However, this breaks details display
896    Don't process keys while over the playlist
897    Now that metadata loading is async, metadata is usually wrong for first item, so wait until it is available
898        for the playing item, availability is based on "not streaming and length > 0"
899    Allow accelerator keys that are not just letters to work when cursor is over the playlist
900        Allows typeahead to work, but also allows keys like F9 to work
901    Revert pane layout, caused too many issues
902    Rework pane layout, now give more space to the playlist than the video, works better for audio
903    Fix some user interface issues with the new randomization method
904    Remove the need for the nonrandomplaylist, should reduce memory requirements
905        Random playback is a little different now, the items in the playlist don't shift
906    Add config option to enable passthru of AC3/DTS content to s/pdif over alsa (disables audiometer)
907    Move metadata loading into a threadpool, so it is done in the background speeds up playlist loading
908    Handle screensaver disabling a little differently
909    Fix "Save" sensitivity when running in plugin mode
910    Use SessionManager to inhibit idle when gnome-power-manager is >= 2.26, otherwise use ScreenSaver
911    Property gui layout patch by assult64
912    In set_alsa_volume, if not using asound then tell mplayer to do it
913    Retain advanced video settings when switching to new video
914    Apply ICY patches and volume rounding patches from assult64
915    Remove the X and Z accelerator tips off the menus, but they still work, fixes bug 234
916    Enable title searching when mouse is over the playlist, disables accelerators during this.
917    Apply patch for using default playlist from Adrian Dimitrov
918    When working in ALSA or PULSE flat mode, set volume thru alsa and not thru mplayer
919    Rework how the details are shown, when they are requested
920    Stop xscreensaver when media is known to be a video
921    Add man page from Debian/Ubuntu to source
922    Don't mess with the volume when muted in alsamixer
923    Updated media tracker, lots of bugs about the old one being "ugly" and I was "torturing people"
924    Add -noidle to mplayer options, cause people like to add it to the .mplayer/config file
925    Fix some problems with cache flags
926    When GIO is enabled, enable cache if GIO says file is not native
927    Added Czech translation by Petr Pisar
928    Rework subwindow layouts, do all pane allocations now thru adjust_layout
929    Fix X and Z keys not working in fullscreen mode
930    Move subcp out of disable_ass if block
931    Make loading a secondary http:// url via open location work correctly
932    Set media label to be ellipsized on long values
933    If we have an http url and its playback time was very short, retry with the playlist flag
934    Make resizeing on new video media an option under Interface, defaults to false
935    Add in option to add a margin for the subtitles on the lower part of the video
936    Only use embedded fonts when using an MKV container, fallback to specified fonts otherwise
937    Correct some drag and drop mechanics when playlist opened vs closed
938    Fix problems with bring to front and embed mode
939    Playlist colums are now sortable, Title, Artist and Album. New button to unsort list as well.
940    Apply patch "bring_to_front" plus some additional changes
941    Workaround side effect of forcecache option
942    If single instance mode, then always show playlist if start with playlist visible is specified
943    Tell session manager and screen saver to inhibit going idle
944    Add Dutch Translation
945    Restart player at 'close' location when preferences are changed
946        Exact frame is limited by mplayer, so restart may not be in exact location
947    Add option to Edit->Preferences to select the default audio output more Stereo, Surround or 5.1
948    Added Lithuanian translation
949    Fix minor memory leak
950    Have ogv files use the lavf demuxer
951    Fix window inital size when playlist is visible.
952    When running in ALSA or PULSE (flat volume), track the main volume control (unless using softvol)
953    Raise max cache size from 32MB to 256MB
954    Switch audio language properly in multiaudio file when langcodes are present
955    When loading a file that has external subtitles, default to that subtitle mapping
956    Add external subtitles to the subtitle language menu with tag "FILE 0"
957    Icons provided by Victor Castillejo
958    Update icon cache during install
959    Add in menu options for increasing and decreasing subtitle delay
960    Add in new icons, attention packagers: new file locations $datadir/icons
961    Add enca to the list of language codes, use this if mplayer supports enca
962        for even better detection add ":[2 letter lang code]" after enca (ie enca:ru)
963    Set sub_source to 0 (file) when ID_FILE_SUB_ID is found
964    Prepare for multiple icon sizes
965    Replace calls to g_strncasecmp with g_ascii_strncasecmp
966    Fix nautilus property page so that it works correctly
967    Set flat volume flag in schemas depending on version of pulseaudio installed
968    Add "Respond to Keyboard Media keys" option
969    Move some functions to libgmlib
970    Add internal ASX parser
971    Version bump and add -fPIC to gmtk and gmlib
972    Remove need to use libtool
973    Apply patch to fix --as-needed linker flag
9740.9.6
975    Fix volume setting, when passed on command line
976    Updated Turkish and Chinese Translations
977    Some fixes for crap files
978    Slight change to the interface preferences layout screen
979    Fix bug #187 - no video when playlist opened
980    Update several translations Spanish, Chinese, Korean, Greek, Serbian, Japanes
981    Updated Polish translation
982    Allow screenshot to work correctly when paused, although frame is still advanced 1 frame
983    Fix playlist visibility on load when view playlist on load option is set
984    Fix window resize issue when details are shown and second video is loaded
985    Add cancel button to folder load progress bar, clicking cancel clears the playlist
986        and cancels the load
987    Change -af to -af-add when adding in the export audio filter
988    Switch to shared dbus connection, rather that private for faster startup
989    Fix some problems with streaming media
990    Prevent Drag n Drop reordering in playlist view
991    Fix image rescale issue, when mplayer display sizes are different than info values
992    Prevent PostProcessing filters from activating with vdpau or xvmc vo's
993    Fix popout to fullscreen mode when embedded to work under KWin
994    Make ESC take you out of fullscreen mode, but quit when in normal player mode
995    Fix rounding error in seconds calculation, when displaying
996    Add new commandline options --large_buttons and --always_hide_after_timeout
997        --large_buttons - show interface with icons 2.5x biffer, useful for touchscreens
998        --always_hide_after_timeout - control bar will slide away even when
999                    not in fullscreen mode, useful for small screens
1000    Some window resize optimizations
1001    Rework how the audio meter data is read from mplayer
1002    Fix a couple of setting bugs and initialization bugs
1003    Fix status icon double click code
1004    Add some safety checkes
1005    Fix single instance flicker
1006    Add new aspect option "Follow Window" allows viewer to tweak the aspect of the video
1007    Workaround for opening files on smb shares
1008    Apply seek on pause patch from Bug # 171
1009    Make a local copy of the data coming from the audio filter so it can't change while processing
1010    Add colorization to tracker for progress
1011    Add option to adjust tracker thumb visibility and position
1012    Fix file open error when last_dir is not set
1013    Changed subtitle setup so that when Use Embedded Fonts is chosen, the
1014        Options to select a font, outline and shadow is disabled
1015    Fix gm_pref_store_get_*_with_defaults to work correctly with gconf
1016    Add option, to allow for hiding subtitles by default thru the gui
1017    When looking for xvmc or vdpau vo's make sure options passed are ignored
1018    Fix compliation issues with --without-gconf bug #170
1019    Revert the usage of enca in subtitle detection
1020    Prevent adding a "empty" filename to the playlist
1021    Add menu items and hotkeys to increase/decrease subtitle scale during playback
1022    Add allow_expand option to tracker, should help text display when run as plugin
1023    Add options to enable subtitle outlineing and shadowing
1024    Add enca to the list of subtitle language codepages
1025    Switch audio meter to be non-double buffering to help speed it up
1026    Fix the textdomain issue in the nautilus plugin
1027    Arrow keys work menu in dvdnav mode, but once movie is playing they revert to normal behavior
1028        requires mplayer SVN r29156 to work
1029    When we have a video from an iPod, assume size is 640x480, since libgpod doesn't tell us the size
1030    Add *.ISO to the *.iso pattern match
1031    New preference key "use_pulse_flat_volume", set to true if running with pulseaudio 0.9.15
1032        Unless you have set "flat-volumes = no" in /etc/pulse/daemon.conf
1033    Pulse Audio works differently in Fedora 11 (flat volume), so change it to behave like ALSA
1034    Convert from internal store to using gm_pref_store
1035    Add option to enable/disable midi support in plugin
1036    Change display so that media info is always visible when playing audio only files
1037    Fix problem with window size being wrong when video started with playlist open
1038    Fix VCD loading, parse them as a playlist
1039    If cover.jpg or Folder.jpg exist in same folder and song file, load it as cover art
1040    Patch from Onur to fix segfault when theme is missing icons
1041    Make Bold and Italic work better in Subtitle font
1042    Fix problem with default auto_hide value when not using gconf
1043    Update the Makefiles to work with the libraries
1044    Only load key from key file if it exists already
1045    Cleanup display when media is not seekable
1046    Have tracker expand when wide text is displayed
1047    Corrected crasher in recent menu, however this now requires GIO to work correctly
1048    Fixed meter and details display when combined with playlist
1049    Hook I key to show display_name when in fullscreen mode
1050    Prevent invalid memory accesses
1051    Move map/unmap code back to the main thread
1052    Add thumb position option to widget
1053    Use more bars in meter, fix some drawing issues in the meter
1054    Fix some problems with the media tracker drawing code
1055    Change audio meter calcs
1056    Addition of the new Media Tracker to replace the old progress bar
1057    Addition of the Audio Meter Widget
10580.9.5
1059    For vdpau, fall back to vdpau, xv or x11 if we can't find the right codec
1060    For xvmc, fall back to xv or x11 if we can't find the right codec
1061    If we are given an mms:// url and it doesn't work try as mmshttp:// url
1062    Try http urls are mmshttp urls and fall back if nothing opens to http urls
1063    Patch to fix a site, but code still commented out.
1064    Updated Korean, Japanese, Serbian and Turkish translations
1065    Updated Polish translation
1066    Have < go to the previous item on the playlist and > to the next
1067    Removed Roberto's translation due to personality conflicts, reverting
1068    New Spanish translation from Roberto DMD
1069    Added Polish translation to the .desktop file
1070    Speed up channel loading
1071    Updated French translation from Starcrasher
1072    Change hotkey for Angle from A to Ctrl-A, as conflicts with Aspect
1073    Optimize the menu slide away calls
1074    Updated Spanish translation by Surfaz Gemon Meme
1075    Add number of audio channels and video fps to property plugin
1076    Fix crasher if we can't open cover art file for writing
1077    Add bitrate to property page in nautilus
1078    Initial commit of nautilus property plugin
1079        (enabled by default, use --enable-nautilus=no to disable)
1080    In all cases where mplayer is launched, use specified location if available, otherwise
1081        search path (which is the default)
1082    Try to detect if we can use the -volume option with mplayer
1083    Set right click menu preferences option to insensitve when fullscreen
1084    Fix volume setting
1085    Require mplayer to have the -volume command line option
1086    Update some labels on the config screen
1087    When selecting an ao other than alsa, disable the mixer selection dialog
1088    Rework mute functionality, so the icon is updated correctly
1089    When video has an ogm extension, set the demuxer to lavf, fixes audio switching issues
1090    Set Ctrl-L to be new hot key for open location (Gnome std)
1091    Set F9 to be new hot key for open playlist (Gnome std)
1092    Make open location window transient like preferences window
1093    Make advanced video window transient like preferences window
1094    Make preferences window transient to the main window and keep it above if the main window is
1095    Hook 'a' key to cycle thru the aspect ratios
1096    Remove disable_auto_hide and change to auto_hide_timeout, set <= 0 to disable, defaults to 3
1097    Add new hidden config option 'disable_auto_hide' when set true the controls don't slide away
1098    Rework the digital tv loader
1099    Updated Chinese (simplified) translation
1100    Added Japanese Translation by Munehiro Yamamoto
11010.9.4
1102    Fix controls box visibility if exiting fullscreen mode while panel is sliding away
1103    Switch GIO async caching to use conditionals instead of locks
1104    Change code to use GCond to signal when mplayer is complete rather than depending on locks to block
1105    Updated Polish translation
1106    Replace usage of stdout/stderr with out/err
1107    Unfullscreen on last file
1108    Add command line option "--showsubtitles", defaults to '1' or 'on'
1109    Make the playlist show up everytime when first visible, go fullscreen and then come out
1110    Retain View Subtitle menu selection across files in the playlist
1111    Remove write and replace with g_io_channels_write_chars (should be safer)
1112    Add spawn pid cleanup
1113    Correct another glib assertion
1114    Fixed GTK assertion using 'export G_DEBUG=fatal_warnings' and ran gdb
1115    Remove need to set playback window to 16x16 since we now know the size of the video and window is properly sized
1116    Add some NULL value traps
1117    Only set the mixer on mplayer when using alsa as the ao, causes problems in pulse
1118    Prevent ao and vo from being improperly cleared
1119    Work around API change in libgpod
1120    Minor cleanups, when using pulse audio, set volume to max (limited by Master)
1121    Try and setup the video window eariler, makes for smoother redraw
1122    Usage of NULL protection
1123    Fix title display in window border
1124    More debugging information
1125    Fix problem with resizing when second video is played when first is started with playlist hidden
1126    Add non-blocking flag to channel io, may help *BSDs
1127    Added Bulgarian translation
1128    Updated Russian translation
1129    Work around $HOME not being set
1130    Change alignment to multiples of 16, but only when window size is smaller than video size
1131    Make video size a multiple of 8 in x and y directions
1132    Protect GTK assertions in adjust and reset pane operations
1133    All fallback when under plugin control to restart playback when cache is filled, if we get a QT file with header at end of file
1134    Cleanup some widgets in realplayer mode
1135    Fix pane divider position when video is started from playlist screen
1136    Remove gconftool --shutdown from makefile
1137    Updated Italian translation
1138    Use -noidx flag when grabbing metadata
11390.9.3
1140    Allow either vo or ao to be NULL but still use the profile
1141    Allow SID and AID options to work if mgsmodule is enabled
1142    Rework active audio id, selection
1143    Protect switch audio from selecting a negative track
1144    Protect audio and sub ids from being set to negative values
1145    Updated Turkish transation
1146    Move window id request out of thread
1147    Updated Serbian translations
1148    Updated Polish translation
1149    Fix Bug #110 - Ugly markup in notification string
1150    Updated French Translation
1151    Usage of demuxer is incorrect since that specifies the container and not the codec type
1152        Rework to use video codec to determine how to accelerate
1153    Use demuxer to determine codec to use for vdpau vo
1154    Add demuxer to list of stored information on the playlist
1155    Add in support vdpau vo when playing dvd
1156    Cleanup gmp_tempname a little
1157    Only use xvmc vo for dvd and dvdnav cases, use xv as a fallback when xvmc should not be used
1158    Updated Polish translation
1159    Add hidden preference 'fullscreen' which does the same as the --fullscreen command line option
1160    Add bobdeint and queue options to xvmc when deinterlace is enabled
1161    Updated Korean translation
1162    Add new commandline option --fullscreen that opens the video in fullscreen mode
1163    Rework how accelerators are called, and remap them on keymap change
1164    make indent
1165    Remove eq filter when using xvmc vo
1166    Disable deinterlace filters when xvmc is enabled
1167    Added vo of xvmc to the list, the codec is forced to ffmpeg12mc when this option is selected
1168    Reference cleanups
1169    Updated Turkish translation
1170    Fix misplaced ;, was block all art fetches
1171    Only create cover art cache path, if we are going to download something
1172    Force refresh of GUI at end of refresh_window
1173    Fix bug #108, when in shuffle mode, deleted items come back when unshuffled
1174    Show remote files on recent list when GIO enabled
1175    Rework cover art loading to minimize calls to musicbrainz
1176    Updated French translation
1177    Added the ability to play a DVD from an ISO image
1178    Safety checks for musicbrains3
1179    Change cover art cache file when using 'guess' at what we are looking for
1180    Capture SIGTERM as well
1181    Shutdown mplayer when we get a SIGHUP (example is when X is forced to quit)
1182    Allow window decorations when running as a plugin but embedding is disabled
1183    Use the cache when streaming, a playlist or when forced, otherwise don't
1184    Cleanup media info display and usage of cache
1185    Disable the mplayer cache, unless media is streaming
1186    Hide media lable when running as plugin
1187    Fix bug in dbus open method
1188    Detect <smil> files are playlists, but don't parse them
1189    Fix drag and drop, so that when playlist is not visible items dropped on start playing
1190    Change return type of add_item_to_playlist
1191    When running in vertical mode and playing songs, keep pane from bouncing around
1192    Fix bug 149 at rpmfusion
1193    On fixed allocation, set it to be the new preferred size, fixed playlist popup resize issues
1194    Purge usage of GtkRequisition and use GtkAllocation
1195    Get the handle size from the style, rather than hardcoded
1196    Account for handle size when making playlist visible/hidden
1197    If artist + album does not find a match, just search on artist, inaccurate cover in some cases
1198    Fix a possible crash in cover art fetch
1199    Remove artist + track search as it didn't work right
1200    Cover art with highest score does not always have art, so pick the highest with art
1201    When fetching cover art try artist + album, if not found try artist + track title
1202    Fetch cover art based on score rather than first found
1203    Update volume on new media when ao is alsa and not using softvol
1204    When softvol is set, set volume to max
1205    Change 'Advanced Options' to 'Video Picture Adjustments', disable when no video
1206    Reword a couple of labels
1207    Fix window resize issues when details is hidden/shown
1208    Start switching from requistion size to allocation size for some widgets
1209    Make window resize correctly when playlist is hidden
1210    Make notification work again
12110.9.2
1212    Updated Polish Translation
1213    Updated French Translation
1214    If mixer not found, fall back to Master
1215    Add the passed in --mixer option to the drop down in preferences and set it to default
1216    Add the requirement of playback volume to a possible mixer
1217    Add a 'blank' option to the mixer channel, to select no mixer and leave it to the defaults
1218    If we compile with alsa support then exclude default volume code
1219    Add support for mixers with and without indexes
1220    Add setting of mixer device via the GUI
1221    Unset mixer internally if it can't be found.
1222    Add command line option --mixer and use that for volume control
1223    Fix problem with preferences not being saved due to missing config directory
1224    Don't create cover art cache directory when disable fetch is enabled
1225    Bump autoplay restart from +10% to +20%.
1226    Add -nocache command line option to mplayer when playing from plugin
1227    Fix case in autopause code where g_stat was being passed a URI instead of a filename
1228    Only show the media_label if there is something to show
1229    Switch to playlist view after Loading iPod tracks
1230    Rework autopause detection
1231    Update Korean Translation
1232    When switching subtitles via the J key, update the subtitle menu with the active language
1233    When video is displayed, make sure info and detail panels don't shrink the video
1234    When switching from audio only to video file, allow screen resize due to video size
1235    Save visibility of detail and info panels on go/return from fullscreen
1236    Reset chapter flag when switching media
1237    Fix playlist parsing for shoutcast files, and speed it up
1238    Fix streaming_media detection a little more
1239    Updated Turkish translation
1240    Rework streaming_media detection, seems to cause problems when using GIO and large http files
1241    Fix GTK Assertion in config_apply
1242    Set title to DVD when DVD title is not found
1243    Get rid of set_media_info_name
1244    Convert to XDG .config and .cache file locations
1245    Fix details resize issue
1246    Load cover art for CDs and also load the album name into the playlist
1247    Try to fix the TV issue
1248    Try and fix resize issue on new song
1249    Updated French translation
1250    Updated Polish translation
1251    Don't get album art when streaming or device
1252    Updated the paned resize and shrinking rules to work better
1253    Updated German Translation
1254    Copy gio temp file to $HOME/.gnome-mplayer/cache instead of /tmp
1255    Fix problems in ICY info display, due to rework of media_label
1256    Remove show_media_label
1257    Track media info visibility correctly
1258    Fix playlist and media info visibility when going fullscreen
1259    Fix Audio and Subtitle selection so that if we have a label the id isn't shown as well
1260    Changed File->DVD to File->Disc and moved Audio CD and added Video CD to the submenu
1261    Improved audio and subtitle selection, will put id in the menu if no label exists
1262    Fix missing data in copy_playlist
1263    Put media display name on status icon tooltip when playing or paused
1264    Add in loop to play_iter to flush all events prior to next file being played
1265    When running in verical layout mode, allow the media data to remain visible
1266    Read album off the ipod
1267    Add album to the playlist
1268    Disable cover art fetch command line option
1269    Update recent menu and title bar to show artist and title when available
1270    Don't lookup coverart if we got it from the ipod
1271    Convert tempnam to gmp_tempname
1272    Fix memory leak in parse_basic
1273    Fix problem with opening a ASF reference playlist
1274    Change filtering rules to only use song title when necessary, gives better results
1275    In cover art url retrival only add a value to the filter if it is more than 0 characters
1276    Added album title to the list store
1277    Make album cover loading multithreaded, now it doesn't lag
1278    Implement Album Cover downloading using libcurl (new library requirement)
1279        Non-threaded so might be slow.
1280    Remove metadata parser from thread_reader, we already know all of the info from loading file
1281    Consolidate code into play_iter
1282    RIP play_file (Nov 25,2006 - Nov 7,2008), replace with play_iter
1283    Rework get_metadata, make it more flexible
1284    Move gnome-mplayer.conf (when running in non-gconf mode) to .gnome-mplayer from .mplayer
1285    Create $HOME/.gnome-mplayer directory for preferences and cache
1286    Add some more metadata items to the list store
1287    Add in the code to try and fetch the cover art url from musicbrainz
1288    Put some fixes in for the thumbnail support
1289    Add in support for compiling with libmusicbrainz, is not used yet
1290    Add in support for reading in iPod artwork, still not displayed
1291    Fix operation of Open Recent Menu
1292    Allow user to edit the Audio and Subtitle preferred languages and keep the setting in the gui
1293    Updated french translation
1294    Don't save the window location and size if window is fullscreen when app quits
1295    Add preference key of 'disable_animation' that disables the fullscreen animation
1296    Updated serbian translation
1297    Rework configure.in to make it work better with optional features
1298    Fix playlist load after saving
1299    Add Open iPod to file menu when we have libgpod support
1300    When playlist is active, wire arrow and page keys to the list and not to mplayer
1301    Remember window size, in addition to location when preference set
1302    Change column definitions in playlist so that it works a little better
1303    Add new command line option --load_tracks_from_gpod, makes loading a track list from ipod super fast
1304    Add in support for libgpod-1.0 into autoconf scripts
1305    Fix infinite loop when opening garbage file
1306    Fix crash when opening a file that is not playable
13070.9.1
1308    Fix playlist hide on fullscreen
1309    Updated fr translation
1310    Fix compile issues on glib < 2.16
1311    Fix autoconf for gio
1312    Updated po translation
13130.9.0
1314    Add preference key (no gui) to disable the processing of the media keys
1315    Fix problem with absolute playlist items
1316    Fix problem with playlist detection and parsing in non-gio mode
1317    Fix problems with patches from MonkeySage
1318    Updated patch from MonkeySage
1319    Apply support-relative-paths patch from MonkeySage
1320    Fix up a couple of crashes when gconf is not enabled
1321    Read ALSA volume and use it, only when alsa is the vo, on pulse this patch makes audio very quiet.
1322    Rework, volume setting preference
1323    Make Switch Audio Menu only appear where there are multiple audio tracks
1324    Make Shuffle and Loop menu items become sensitive at the right times
1325    Fix bug in write_preference_string when value was null
1326    Fix close playlist button
1327    Only send notification when window is not active
1328    Better handling of device and folder names on the command line
1329    Add code to detect media so that only playable media is added to the playlist
1330    Make subtitle and audio lists to be radio menus and update them so they show correctly on media load
1331    Fix crash on streaming ICY site, should fix Ubuntu bug https://bugs.launchpad.net/ubuntu/+bug/285988
1332    Fix up some issues with get_metadata
1333    Update status icon visibility on preference close, fix status icon issue when libnotify missing
1334    Fix crash on arrow key press when lastfile == NULL
1335    Make sure proper item is selected in playlist when list is un/shuffled
1336    Fixup metadata parsing
1337    Fix problems with gecko-mediaplayer integration and gio mode
1338    Make replace and play mode a config option, but only when single instance mode available
1339    Cleanup the popup menu and have it work more like the normal control panel
1340    Why reinvent status icon menu, when normal popup menu has everything we need
1341    Implement simple status icon menu
1342    Add #EXTM3U to m3u saved playlists
1343    Allow cddb support to be optional in track loading
1344    Add tooltip to status icon
1345    Remember window location on hide
1346    Fix problems with playback when window is hidden
1347    Fix problems with streaming media on command line
1348    Change icon in tray to work like rhythmbox, always visible and it toggles the visibility of player
1349    On window minimise, put icon in tray, window returns on icon click (GTK 2.12 and higher)
1350    Update playlist name when items are added
1351    Set the playlist name on the master instance when running in replace and play mode
1352    Add in work around for gtk crash, when setting the default folder to a non-local uri
1353    Better m3u parser, meets specs a little better
1354    Handle previously unknown M3U file format
1355    Updated pls and m3u playlist saving to GIO support
1356    When media doesn't provide a title, fallback to the basename of the uri
1357    Rework show playlist patch, it didn't work right
1358    Remove the -idx option from mplayer command
1359    Make playlist visible on load only if playlist is loaded or if nothing loaded
1360    Fix problems with playlist name in playlist view
1361    Fix problem with open playlist button
1362    Fix problem with gecko-mediaplayer not passing uri, but filename and not adjusting
1363    Add in support for libnotify popups
1364    Rework the metadata parser to provide more info from the media file
1365    Fix some memory leaks
1366    Make View Subtitles and View Playlist menu items into checkboxes
1367    Move Details from File menu to View menu
1368    Rework the preferences dialog a little
1369    Make gio optional (useful for debugging)
1370    Make playlist processing GIO aware
1371    Fix bug in recent item selection
1372    Fix bug in streaming detection
1373    Make Show Controls and Fullscreen menu items to check boxes and keep in sync with right click menu
1374    Fix commandline parser to work with various arguments
1375    Fix issue in get_metadata where title was sometimes blank
1376    Implement / Fix more GIO stuff, if gvfs-fuse is installed we don't have to copy so try to
1377        use that first. Most functionality should be working now for GIO
1378    Folder drag and drop should now be working for remote shares, want to do async loading still
1379    Some GIO functionality is now working, still problems
1380    Start working on gio functionality, probably broken for many things
1381    Do much of the filename to uri conversion, gio still not implemented, probably bad bugs lurking
1382    Enabled gio-2.0 detection in configure
1383    Upgraded to automake 1.10.1
1384    Fix make dist so that rpmbuild works again
1385    Use the GCONF AutoMake macros
1386    Implement detection and usage of mplayer's new slave interface 'pausing_keep_force' which
1387        prevents frame advance when media is paused and a command is given.
1388    Change interface of send_command to know if we should keep media paused or not
1389    Implement phase 3 changes for making GCONF optional (feature should now be complete)
1390    Implement phase 2 changes for making GCONF optional
1391    Implement phase 1 changes for making GCONF optional
1392    Create workaround for MP3 media length bug
13930.8.0
1394    Make recent documents menu only show the items gnome-mplayer can open
1395    Enable Copy URL menu, since we are in string freeze, I will not update this text until next release
1396    Add missing schema key
1397    Updated ko, fr and tr translations
1398    Updated Polish translation
1399    Set Left alignment in Playlist for Artist column
1400    Allow drag and drop of folders to main window and playlist and show status properly
1401    Add in progress status when adding folder
1402    Add ability to pass in directory on commandline, may take a second or two to load
1403    Make the minimum value of cache size to be 32, mplayer will crash with values less than 32
1404    Get rid of message level warning in config file
1405    Updated Polish translation
1406    Add --keep_on_top command line option and add preference to advanced page (this page needs some work)
1407    Fix minor memory leak in sid and aid menu generation code
1408    Cleanup some more seconds_to_string code
1409    Show chapters in file details when > 0
1410    Don't place files on recent list if running in plugin mode
1411    Implement chapter seeking and detection in mkv files, depends on patch submitted to mplayer
1412        Patch: http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2008-September/058567.html
1413    Add recently opened files to the File Menu under Open Recent
1414    When running in replace and play mode, replace on first song on playlist and add others
1415    Add command line option, --replace_and_play that switches single instance mode into single item mode
1416    Updated Turkish translation
1417    Keep blank items from appearing in Subtitle and Audio language menus
1418    Add new menu Edit->Select Audio Language, should work on DVD and mkv files
1419    Add new menu Edit->Select Subtitle Language, this menu is populated with data from the mkv files for subtitle selection
1420    New preference in the GUI to set the default startup volume
1421    Only allow view angle menu item when video is present
1422    Fix bug, where audio file was being parsed as a playlist when running in single instance mode
1423    When adding items to the single instance playlist, handle all items passed in, including all items in playlist
1424    Ignore single instance preference when running in embedded mode
1425    When in single instance mode and you start a second player with a filename,
1426        the filename is added to the playlist of the first instance
1427        so now you can select a bunch of files in Nautilus and say open in gnome-mplayer
1428        and all the files are opened in a single instance
1429    Added preference --new_instance, to override single_instance
1430    Made single instance a new preference on Advanced Tab
1431    Made show details a new preference on Advanced Tab
1432    Made new option --showdetails
1433    Fix resize issues with details and playlist open
1434    German translation by 25Hertz
1435    When mouse is over progress bar, show tooltip showing media time where the mouse is
1436    Menu button being shown in realplayer mode, hide it.
1437    Minor cleanups
1438    Create tooltips and restruction some code
1439    Create function seconds to string (timestamp)
1440    Mute during drag seek
1441    Select volume button icon size correctly
1442    Comment out tight button settings due to icon clipping
1443    Tighten up the buttons a little more
1444    Change progress bar seeking method to only work in 1% increments
1445    Make progress bar function like a slider bar
1446    Fix open DVD from folder, it was incorrectly using dvdnav:// instead of dvd://
1447    Hard code disable_deinterlace to be TRUE by default
1448    Apply dbus patches from Sebastian Reichel
1449    Fix single_instance command line flag
14500.7.0
1451    Add function to take a screenshot of the playing video
1452    Hook scroll wheel to FF and REW controls
1453    Updated tr and ko translations
1454    Add --single_instance command line option to only allow one instance to run
1455    Added menu option and hot key 'A' to switch angles Issue 35
1456    Fix Issue 43, audio file after fullscreen video and drag and drop of a folder to the playlist
1457    Add tooltips to Preferences screen
1458    Make sure that DVD w/o folder options open media from /dev/dvd
1459    Add two new DVD opening options, so that DVD files can be opened from a local disk
1460    Make dependency on alsa optional, just uses default of 100% when not present
1461    Add new requirement of alsa-lib-devel, and then use PCM or Master volume setting for default volume
1462    Don't set volume on media start, but set it if adjusted before open or during caching
1463    Fix window x and y size issues, from window location patch
1464    Workaround for progress bar bug in mplayer
1465    Add setting remember window location to be specified in Edit->Preferences [Advanced]
1466    Allow mplayer location to be specified in Edit->Preferences [Advanced]
1467    Revert change for lirc workaround, since to use lirc, irexec + dbus-send is recommended
1468    Add new dbus methods: VolumeUp and VolumeDown
1469    .desktop file requested changes
1470    Apply volume patch fix for gtk versions
14710.6.3
1472    When selecting an item in the playlist, start it playing if media is paused or stopped.
1473    Set deinterlace filter to be disabled by default in gconf
1474    Fix file details update on new file, also fix resize issues with file details
1475    Added Romainian translation
1476    Set 'pause on mouse click' to be an Advanced Preference
1477    When embedded draw the black background on load
1478    Add Preference to plugin option to disable embedding, some people find it useful
1479    Make icon look better in avant-window-navigator
1480    Disable the setting of -user-agent when playing streaming media, as mplayer may crash when it is set
1481    Add Turkish translation by Onur Küçük
1482    Rework vf patch a little
1483    Add scale video filter when we add yadif video filter
1484    Use the video filter yadif by default, but give user the option of disabling it via command line or via preferences
1485    For dvdnav:// media, add the -nocache option to the mplayer startup command
1486    Add --reallyverbose command line option, to help with debugging
1487    Couple of minor cleanups
1488    Updated pt_BR translation
1489        Added a new config option to the 'Preferences | Language Settings' tab to allow for locale encoding settings for metadata
1490        Handle keyboard events when running in DVD w/menu mode to allow arrow and enter key usage
1491    Make double clicking on playlist item work a little better
1492    Added Cantonise and Taiwanise translations by hailan
1493    Make sure DVD chapter length is right in display (makes episode DVDs display better)
1494    Use icon from panana as found at
1495        http://www.gnome-look.org/content/show.php/Gnome-mplayer+icon?content=77766
1496        license is GPL on image
1497    Added some sr and sr@latin translations to .desktop file
1498    Fix assertion when switching videos
1499    Change control bar to use GTK Buttons over custom widgets
1500    Allow pause/unpause on single click
1501    For the zh_TW locale convert from BIG5 to UTF-8 rather than locale to UTF-8
15020.6.2
1503    Updated French translation
1504    Updated Polish and Korean translations
1505    When playing DVD's with navigation, add menu button to left hand side
1506    Only draw black background when we have video present
1507    When stopping streaming media, kill the stream when stop clicked rather than pausing it
1508    Change menu slide away to a timeout from a loop
1509    Added patch for quit on complete option to command line
1510    Resize patch from Diogo
1511    When hiding controls, keep playback window the same size, when not fullscreen or embedded
1512    Fix problem with 'Save As..' where filename started with a /
1513    Updated French translation
1514    Only show audio channels in file details when not 0
1515    Map 'Show/Hide Subtitles' to V hotkey, since that is the mplayer default
1516    Add F11 as another way to go fullscreen, think that is 5 ways now... crazy
1517    Show error dialog when save fails
1518    Apply framedrop setting immediately on Preferences close
1519    Add in screenshot filter
1520    Pass keys to mplayer, if not handled
1521    Add Ctrl-D shortcut for details window
1522    J key overloaded incorrectly
1523    Add number of audio channels to details display
1524    More config options and enhancements from Diogo
1525    Fix crash when dragging and dropping multiple files to playlist
1526    Some minor GUI changes to preferences dialog
1527    Take Diogo's OSD change patch into consideration and only update OSD level on value change
1528    Apply framedrop page from Diogo Franco <diogomfranco@gmail.com>
1529    Add option to specify subtitle color
1530    Update gconf schema for new subtitle stored values
1531    Only Inhibit screen save while video media is playing
1532    Added support for subtitle code page selection
1533    Implement subtitle font selection and font scaling, still to do code pages
1534    Adding sr and sr@latin translations by Милош Поповић <gpopac@gmail.com>
1535    Minor change to initialization, make sure that window for mplayer is initialized and realized
1536        if it is not, sometimes xv output fails
1537    Hide the file details area when we go fullscreen
1538    Don't hang when mplayer crashes and report error
1539    Move File->Details into the main window
1540    Break out of drop callback if filename is NULL
15410.6.1
1542    Updated Korean translation by ByeongSik Jeon
1543    Take off the hint on the File->Details window eventually this data should be moved to the main window
1544    Updated Polish and French translations, by the usual suspects
1545    After randomizing, select first item on the list
1546    When using F to go fullscreen, make sure the control bar knows to disappear
1547    Make C return controls panel to proper height
1548    Hide playlist if started with controlid
1549    New bitrate detector, based on mencoder
1550    Show current / total items in title bar when playlist has more than 1 item in it
1551    Memleak hunting
1552    Enable list reordering with single call, cool
1553    Rework drag and drop, when dragging and dropping to window file is played immediately,
1554        when dragging and dropping to playlist file is added to playlist. Playlist is never cleared.
1555    Implement moving media files up and down the playlist
1556    Allow column resize in playlist viewer
1557    Updated Korean translation by ByeongSik Jeon
1558    In playlist, set subtitles to be loaded from same directory as video file by default.
1559    Make control box reappear when going out of fullscreen using only keyboard
1560    Make control box slide away when fullscreen.
1561    Make "Set Subtitle" option actually work
1562    Couple of minor changes to the Set Subtitle code
1563    Updated French translation from Starcrasher
1564    Make the OSD level change on the fly when selecting it in the preferences page
1565    When selecting OSD Level, use words rather than numbers to display level
1566    Popup warning if we can't load the subtitle file
1567    Add "Edit->Set Subtitle" menu in
1568    Update License text on About box
1569    Handle "Unable to open DVD" messages and give warning to display
1570    Add some stuff to the About dialog
1571    Fix some translation items
1572    Rework File Menu a little bit
1573    Restore playlist visibility when coming out of fullscreen
1574    Handle dbus messages from /org/gnome/SettingsDaemon/MediaKeys
1575    Switch softvol from gint to gboolean
1576    Update schema to provide missing forcecache and softvol options
1577    Make File->Details data have only values of active media
1578    Make File->Details sensitive when Media Data becomes available
1579    Document Keyboard Shortcuts in file DOCS/keyboard_shortcuts.txt
1580    Updated French Translation
1581    Fix install code so that it works during an rpmbuild
1582    Fix install code so that gnome-mplayer.schema is properly installed when installing from source
1583    Add gconf key /apps/gnome-mplayer/preferences/disablecontextmenu to set default value of --disablecontextmenu
1584    Add gconf key /apps/gnome-mplayer/preferences/disablefullscreen to set default value of --disablefullscreen
1585    Add commandline option "--disablefullscreen", which disables all fullscreen options
1586    Purge GtkWidget 'song_title', not used anymore
1587    Add subtitle delay hotkeys of z & x
1588    Fix problem with CD playback where either CDDB can't be reached or CD not found
1589    Hopefully fix the code so it can compile on FreeBSD
1590    Detect mntent.h in configure process
1591    Fix crash when mplayer is not in the path
1592    Version bump
1593    Updated pt_BR translation
1594    Try to prevent crash when viewing file details from a tv input
1595    Apply patches from James Carthew for Analog and Digital TV support
1596    Implement audio delay changes with +/- keys
15970.6.0
1598    Updated Polish and Korean translations
1599    Only respect --showplaylist if no files are specified
1600    Fix a GTK warning when playlist is not visible
1601    Make sure playlist is only shown when not embedded
1602    Add some more code for proper handling of plural messages
1603    Add Edit->Preferences [Advanced] options for --vertical and --showplaylist
1604    Fix problem with fullscreen varible being set to FALSE when it should not be
1605    Implemented ngettext support for plural items
1606    Keep the selected item in the playlist visible as the playlist progresses
1607    Change bitrate calculation when video is present, but mplayer reports the video bitrate as 0
1608    Update the metadata when the media is streaming in thread_query
1609    Implement get_bitrate dbus method and function
1610    Add --showplaylist commandline option
1611    Make sure media label is visible on audio only files
1612    Couple of playlist window resize changes
1613    Add commandline option --vertical, which uses a vertical layout for the video and playlist
1614    Fix bug where video window doesn't disappear when playing audio file after video file
1615    Fix bug where only first drag and dropped file got metadata
1616    Move thread unlock to very end of the thread.
1617    Get seconds in playlist to display right
1618    GUI Experiment, when playing audio hide the song detail and black area when the playlist is opened
1619    Command line option to set preferred volume, will take up to 1 second to apply on first song due to GTK idle event timeout
1620    Fix problem where gnome-mplayer uses more and more resources on long playlist
1621    Fix segfault when clicking prev or next when nothing has been played
1622    When using glib 2.14 or higher use more effiencient timeout method, results in lower X usage
1623    Move menubar out of pane
1624    Reenable -quiet option when running mplayer, drops gnome-mplayer cpu usage
1625    If title from get_metadata is 0 bytes long, then use the file name
1626    Only fullscreen when doubleclick is done on the video
1627    Fix Playlist windows resize issues
1628    Fix seg fault when clearing randomized playlist
1629    Updated Edit->Preferences [Advanced] to have the force cache setting
1630    Add --forcecache command line flag, forces cache usage when playing streaming media
1631    Add --cache command line option, size of cache in Kbytes
1632    Remember window size when showing/hiding playlist
1633    When double clicking, only call fullscreen if video present
1634    Don't let the media_label get to large when playing audio streams
1635    Fix: controls comeback even if hidden after fullscreen being activated/deactivated
1636    Move some direct GTK calls out of the thread and into the main loop
1637    Fix problem with "Next" item in playlist
1638    Fix problems with window_key_callback, as found by Diogo Franco
1639    Updated es translation by Festor
1640    Fix to allow video window to get small again after playlist visible and then hidden
1641    Fix another one of rwf's great dfu tests
1642    Make sure media_label doesn't disappear on close playlist
1643    Fix crasher when writing playlist to r/o area
1644    Fix lost playlistname when using it on CDs (this is the album name)
1645    More performance fixes, X usage dropped from 9% to 2% on my machine (1.6Ghz CPU)
1646    Performance fix, no need to update the metadata so much, only need to do it once per file
1647    Change to GUI layout, with controls and playlist, move playlist into a subpanel
1648    After loading the playlist, tell how many files are found
1649    Fix crash when you choose to shuffle a playlist when nothing selected in playlist
1650    Implement sorting of files on folder playlist load
1651    Implement 'Clear Playlist'
1652    Apply Audio and Subtitle Language tab under Edit->Preferences based on a patch from James Carthew
1653    Implement Edit->Switch Audio Track based on a patch from James Carthew
1654    When the playlist is visible there is a new icon (folder). Clicking this allows you to
1655        Select a folder and all the media under that folder is added to the playlist, works recursivly
1656    Implement two requested GUI changes, fullscreen on double click and hotkey 'q' to quit
1657    Move aspect changes from main view menu to submenu named aspect under view
1658    Implement View->Show Subtitles
1659    Implement multi-select on File->Open dialog
1660    Add 16:10 aspect based on a patch from James Carthew
1661    Remove direct gtk call from thread (gtk_main_iteration), bad idea to call this from thread
1662    Fix stupid memory free in parse_cdda
1663    Fix potential segfault in cdartist/cdname code
1664    Apply change to addmulti patch to allow opening playlists in the add to playlist dialog
1665    Apply 'addmulti' patch from James Carthew
1666    Add softvol option to Edit->Preferences Advanced tab
1667    Change mplayer option -softvol to -af volume seems to help (DELETED)
1668    Try to eliminate some memory leaks
1669    Fix a couple of possible NULL pointer issues
16700.5.4
1671    Fix up on GUI issues
1672    When playing audio files don't smash window when playlist is hidden and then reopened
1673    CDDB support added into the parse cdda code, may need to implement fallback for non-cddb enabled mplayer
1674    Handle events from gnome-keybinding-properties, player now listens for dbus messages and handles them
1675        events: Play, Previous, Next, Stop
1676    Subtitles should now work now, set them with either
1677        --subtitle on the command line
1678        or by right clicking on the playlist panel and adding a subtitle to an item on the playlist
1679    Add view menu options for changing the aspect ratio of the media
1680    GUI for setting subtitles, but it doesn't actually use the subtitle yet
1681    Fix all kinds GTK warnings when a bad commandline option is issued
1682    Make mouse disappear when panel disappears
1683    Make control panel disappear in FS mode after 5 seconds of no mouse movement
1684    More shortcuts
1685    Some GUI Polish
1686    On Popup->Save As, set default filename to filename from URL
1687    Rework how next file is launched,may help CPU usage issues
1688    Only update guistate when it has changed
1689    Try and fix problem with BBC site
1690    Set alignment of length in playlist to be right aligned
1691    When loading a dvd w/menus get the dvd title and put it in the playlist
1692    When loading a dvd get the track length
1693    In metadata capture, use name and author in addition to Title and Artist
1694    Add tvfps option (needed for some webcams)
1695        my pwc webcam works best with --tvdriver=v4l --tvfps=30
1696    Add support for tv:// type devices
1697    Update playlist viewer to show metadata (if present) from the files.
1698    Add open location to the file menu
1699    Improved RealPlayer emulation, the BBC News site works better now
1700    Fix remote volume setting, when running in GTK >= 2.12 mode
17010.5.3
1702    Fix bug in set_media_info calls, where wrong variable being sent
1703    Polish and Korean Translations
1704    Acclerator I (show/hide info window)
1705    Accelerators Ctrl-P (Preferences) and Ctrl-L (Playlist)
1706    Hide Playlist when fullscreen is selected
1707    Change Properties to Preferences
1708    Removal of dependancies on libgnome and libgnomeui
1709    Key j selects visible subtitle
1710    Key v toggles subtitle visibility
1711    When using dvdnav:// prev and next should do chapter seeks
1712    Added pt_BR translation
1713    On file open if file does not exi
1714    When SetURL is passed in, set the media file in title bar to the URL
1715    Fix mplayer not being shutdown on F8
1716    When we are on GTK 2.12, use the Volume Button widget
1717    Work around bug in g_stat reporting a mms url as a directory.
1718    Add pulse to the list of possible AO devices
1719    For dvdnav:// urls don't load it as a playlist
1720    Add fallback support for playlist media (playlist within playlist)
17210.5.2
1722    Minor GUI cleanup
1723    Remove extra carrage returns from metadata
1724    Fix problem with playlist position after double clicking
1725    Fix some problems identified by Starcrasher
1726    Updated French translation
1727    Try to handle UTF8 title and artist names better
1728    When running in RP emulation, update the media label over the bus
1729    Fix problem with media info being shown on BBC News site when it should not
1730    Fix dragging and dropping of a playlist that is not parsable (ASX for example)
1731    Fix for BBC Radio
1732    Show the playlist filename in the first column header of the playlist view
1733    Don't show the song_title widget, but show the media label widget
1734    Show the media media data when video is no present
1735    Show 'playback area' as filler when playlist is shown
1736    Allow updating of song title and artist from http://www.thedividingline.com
1737    Fix crasher in shuffle playlist and also don't allow it when < 2 items on list
1738    Allow opening of playlist via File->Open Menu
1739    Disable File->Details until first file is loaded
1740    Add src/playlist.c to POTFILES.in
1741    Fix crasher in parse_basic and then if the itemname is passed in blank, don't add it to the list
1742    Enable tooltip showing complete filename when hovering over item in playlist
1743    When running in realplayer mode, make sure GUI is properly updated
1744    Use the filesize and the stream_pos to help out with the buffering/autopause
1745    90% coverage of RealPlayer 'controls'
1746    More work on realplayer emulation
1747    Playlist tooltips
1748    Setup some of the infrastructure for RealPlayer support
1749    Move playlist to horizontal pane and redo buttons (shifting between horz and vert could be easy now)
1750    Add hotkey "#" to switch audio
1751    Add command line options rpname and rptarget, this is for better real player support
1752    Fix some resizing issues with new layout
1753    Embed playlist in a vertical pane
1754    Move playlist from window to panel (still needs cleanup)
1755    Handle the resize code differently so that kvbc.com works
17560.5.1
1757    Hide total time display on streaming media when total time is greater than 24 hours
1758    Implement Copy URL function on right click menu when running in plugin mode
1759    On error "Error while decoding frame" rewind 10 seconds to find key frame again
1760    Allow CTRL-F to take the display out of fullscreen mode
1761    When Paused and the progress bar is clicked, set state back to playing
1762    Make FF/REW go insensitve on pause
1763    Reset progess bar on stop
1764    Fix bug in OpenButton, pointer data was getting over written
1765    Fix to allow --random to be set correctly on commandline
1766    Fix problem with crashing when switching between random and non-random order
1767    Fix problem with parse_basic where buffer is blank and so the path was valid, but filename was not
1768        and so the file was thought to be a playlist and garbage was loaded on the list
1769    Rework Edit->Preferences dialog
1770    Allow input of a URL into the Open dialog
1771    Don't resize the video window automatically after first video played
1772    Quiet the output from the app when -v option not specified
1773    Updated RAM parser
1774    Allow enabling and disabling of plugin emulation via the Edit->Preferences (Plugin) tab
1775    Reenable play button when autopaused and stop, prev or next is clicked
1776    Only disable screen saver when we play a video
1777    Implement GetPlayState dbus method
1778    DVD and DVD with menu support improved playlist support
1779    Redo the randomization backend
1780    Add loop control as a menu option Edit->Loop Playlist
1781    Use private dbus connection
17820.5.0
1783    If filename is not specified on playlist save then assume .pls
1784    Redo the path to items on playlist code
1785    Fix up playlist loading so it can handle items where the playlist is specified as a fully qualified filename
1786        and items in the playlist are not
1787    Implement drag and drop of multiple files to the main window, play if only one
1788    Implement drag and drop of multiple files to the playlist
1789    Autodetection and loading of m3u playlists
1790    Implement many of the suggestions from JP at Zenwalk
1791    Add verbose flag to edit->preferences dialog
1792    Fix app icon selection code, it was not loading it properly from the theme
1793    Add directory remembering to Save and Load Playlist dialogs
1794    Add Add and Remove buttons to the playlist window
1795    Split playlist code into its own module
1796    Fix several problems with the GUI crashing and clean up a couple of minor issues
1797    Change priority of thread polling to low
1798    When given a url to play and under control of gecko-mediaplayer pass -user-agent NSPlayer to mplayer
1799    Add support for real media pnm:// urls
1800    Make the GUI responsive while caching from a website
1801    Enable setting random playback from "Edit" menu
1802    Add playlist loading
1803    Add playlist saving to .pls file type
1804    Fix problem with reference playlist where files had Ref prefix
1805    When playlist is dropped on window or playlist viewer, don't autoplay, but setup to start at first item, unless random
1806    Load a playlist when dropped on the playlist window or on the player window
1807    Enable --random flag (prev item on playlist is still not great here)
1808    More GUI work on the playlist
1809    Common function to add item to playlist
1810    Only let there be one active playlist dialog
1811    Better drag and drop support for playlist
1812    Add dbus method Add "filename" to append a filename to the playlist
1813    Fix up dbus interface to use internal playlist
1814    Active selected song in playlist on doubleclick
1815    Make selected item on playlist follow active item
1816    Implement speed doublt key } and speed half key {
1817    Implement BackSpace as return to default speed and fix something dumb
1818    Implement speed increase key ] and speed decrease key [
1819    Add CDDA parsing. So grab the track list off the CD and make it into a playlist
1820    Drag and drop to the playlist works
1821    More playlist work. The prev and next media buttons work properly now
1822    More playlist work, when opening a file or drag and dropping a file to the player window, clear the list
1823        and play the selected file.
1824    If the playlist has more than 1 item in it, show some extra buttons (they don't work yet)
1825    Hide fixed drawing_area on startup (hopefully this won't cause mplayer to fail)
1826    Don't call gtk directly from a thread
1827    Support [playlist] and [reference] playlists
1828    Real basic playlist support, pass in multiple filenames on the command line and all will be played in order
1829    When receiving "Connecting" message, reset progress bar to 0%
1830    Start with playlist support
1831    Rather than deactivating the entire view menu only disable the "video" options until a video is present
1832    Italian translation by Cesare Tirabassi
18330.4.7
1834    Add "-idx" option to mplayer when not running with a control id, -idx is bad for partially downloaded media
1835        ie from the plugin
1836    Cleanup a couple of garbage messages
1837    Fix crash when dbus_send_event is called but connection is not initialized
1838    Updated .desktop file from Ubuntu
1839    Copyright changes from Ubuntu
1840    zn_CH (Chinese Simplified) translation by Lobster DB
1841    Add startup flag --disablecontextmenu which blocks the popup menu
1842    Send EnterWindow and LeaveWindow events
1843    Send MouseUp, MouseDown and MouseClicked events
1844    GUI message improvements
1845    Send MediaComplete event to gecko-mediaplayer
1846    More channel io cleanup, make sure that when one channel is closed the others are closed as well
1847    Allow updating of downloaded percentage while media is paused
1848    French translation by Starcrasher
1849    Implement Save As dialog when running under gecko-mediaplayer (feature not finished)
1850    Implement drag and drop support patch from Alexandre Damien
1851    Scale the button image
1852    Hide drawing area on media quit
1853    Fix problem with error reader not shutting down correctly.
1854    fix invalid error, when no filename is specified
1855    Show warning message and don't start mplayer when file is not found.
1856    Use of the -quiet option may cause mplayer not to be shutdown
1857    Add -framedrop to the list of default options for mplayer
1858    When you set the osdlevel, apply it immediately
1859    Allow setting osdlevel in Edit->Preferences
1860    Set osdlevel to 0 by default (plan to change this in the Preferences eventually)
1861    Set vol_slider so that left and right don't activate it and the media forward/rev
1862    If embed_window is -1 but then we get a video, show the window
1863    If --window=-1 then don't show the window at all, used for background media
1864    Fix problem with looping when window_id not specified but control_id is
1865    More GUI Changes to Preferences Dialog
18660.4.6
1867    Update Spanish translation
1868    HIG for Edit -> Preferences
1869    "Highlight" buttons on mouse over
1870    Clean up dbus_unhook
1871    Implement autostart option
1872    Make some changes to the preferences dialog
1873    debian package fixes, as seen at getdeb.net
1874    Version bump
1875    Add in support for disabling the screen saver via dbus while we're running
1876    Try to keep pause state on video and volume changes
1877    Show media in title bar
1878    Only show song_title in window when streaming and when no video
18790.4.5
1880    Don't allow song_title to obtain focus
1881    Updated ru translation
1882    More keyboard accelerators Up/Down + PgUp/PgDn
1883    Don't map window when it hasn't been shown yet in embed mode
1884    When embedded set initial window size without need for resize event
1885    Uppercase the codec names
1886    Grab a few more items for the Details screen
1887    Added Russian translation from Dmitry Stropaloff
1888    Keep Advanced Video Controls insync with value from keyboard
1889    Pretty up the dialogs
1890    Add in mplayer keyboard controls for brightness, contrast, hue and saturation
1891    Change zoom and normal accelerators to Ctrl-2 and Ctrl-1
1892    Implement File->Details dialog
1893    When setting vo and ao options via Preferences, add some extra vo flags
1894    Implement more Advanced Video Controls
1895        Gamma, Hue and Saturation
1896            Gamma and Hue only seem to work with a vo of gl:yuv=3 or gl:yuv=4
1897            Saturation seems to need a vo of gl to work
1898    Implement Advanced Video Controls dialog
1899        Brightness and Contrast are supported at the moment
1900    Add 'm' as mute toggle key.
1901    Fix crasher when not running under GNOME
1902    Error result in send_command
1903    GUI enhancements from Dmitry Stropaloff <helions8_AT_gmail.com>
1904        More keyboard accelerators
1905        Remembering the last directory opened
1906    Change packing order for volume control and FS button so that they are aligned right
1907    Make sure proper controls are visible when embedded
1908    Make windows keep from popping when embedded
1909    Protect gtk_set_size_request calls
1910    Create autobuilding spec file
1911    Make fullscreen button appear when in fullscreen and hide it when window is small
1912    Version bump
1913    Try and make keyboard controls work in XEmbed mode
19140.4.4
1915    Experamental dvdnav:// support by starting gnome-mplayer
1916        with dvdnav:// as the filename to play
1917    Set noconsolecontrols option
1918    Fix tooltip on Play/Pause
1919    Hook up Normal/2:1/1:2 View menu options
1920    Keep F accelerator on right click menu, but add CTRL-F to View->Fullscreen
1921    Change accelerator CTRL-F to just F
1922    Add accelerator C to show/hide controls.
1923    Add some basic error dialogs when something can't be opened
1924    Create View Menu, but nothing is hooked up
1925    Fix video window size problem when playing a video playlist
1926        (window grew vertically with each successive video)
1927    Disable window resize when a video is not loaded and playing
1928    Add verbose option so you can see the mplayer output
1929    Add Debian directory in
1930    Convert Play and Pause Buttons to single Play/Pause Button
1931    Fix new problem with audio resize issues
1932    Add Open DVD / Open Audio CD to File Menu
1933    Fix some audio resize issue
1934    Remove hookup_x11_events as it is no longer needed
1935    Use allocation method to set media size rather than expose
1936    Setup player to protect aspect ratio of media being played
1937    Cleanup unused callbacks
1938    Cleanup extra pixbufs
1939    Try to use icons from theme, but if that fails, use the default set
1940    Add default icons to build
1941    If playing audio after playing video, shrink window
1942    Disable Fullscreen option when no video is present
1943    Fix problems with icons not being found in theme
1944    Reset error after use in icon loads
1945    Fix crash when clicking play when no file is loaded
1946    Add accelerators to main menu items and to Show Controls and Fullscreen
1947    Add accelerator " " (space) to toggle between playing and paused
1948    Add accelerator Ctrl-F (go fullscreen)
1949    Suppress GLib-CRITICAL **: g_ascii_strcasecmp: assertion `s1 != NULL' failed message
1950    Send 'Cancel' signal to controlid when window closed
1951    Updated es translation by Vicente Carro
1952    Change exposed dbus name to include control_id when given
1953    Cleanup dbus on terminate
1954    Swedish translation by Daniel Nylander
1955    Sent back Ready signal with control_id attached
19560.4.3    Mar 12, 2007
1957    Fix pause problem when volume is changed
1958    Switch to using control_id for communication between browser and player
1959    Implement DBUS method GetCacheSize
1960    Implement DBUS signal SetCachePercent
1961    Implement more DBUS methods GetTime, GetDuration, GetPercent
1962    Implement more DBUS methods GetFullScreen, GetShowControls
1963    Implement DBUS introspection and several method calls.
1964    Allow setting cache size using slider bar in preferences dialog
1965    Fix update-po process
1966    DBus methods FastForward, FastReverse, Seek
1967    Update volume control so that we can set it before the media starts playing
1968    More GNOMEification
1969    Added Quit to the right click menu
1970    Changed file selector to GNOME selector (Louis-Francis Ratté-Boulianne)
19710.4.2    Feb 22, 2007
1972    When streaming and stopped... kill the thread
1973    Only show media length when we know it
1974    Implement DBUS Signal
1975        ResizeWindow int32: int32:
1976    Emit "Next" signal when thread is complete and embedded
1977    Hide ff, rew and fs buttons when width < 250 and embedded
1978    Set progress bar value and text correctly at end of stream
1979    Implement progress status (time) in progress bar
1980    Implement seeking by clicking on progress bar
1981    Detect simple playlists of rtsp and http urls
1982    Fix check mark out of sync on Full Screen option
1983    Detect [reference] playlists makes deejay.it work
1984    Emit "RequestById string:" signal when after OpenButton
1985        is clicked and we have to request the id of the href
1986    Implement DBUS Signals
1987        OpenButton    string:url     string:hrefid to request from caller
1988        SetShowControls    boolean:
1989    Fix embedding with metacity window manager
19900.4.1     Feb 19, 2007
1991    Fix problem with status info appearing when embedded and video playing
1992    When running in embedded mode, emit Ready signal to com.gecko.browser
1993    Change versioning scheme to x.y.z
19940.4     Feb 10, 2007
1995    Full embeddedable using XEmbed
1996    Initial config dialog
1997    Support a few more signals
1998    Fix up dbus signal handling
1999    Hide FF and REW buttons on non-local media
2000    Fix fullscreen mode when embedded
2001    Added the following commandline options
2002        --window, --controlid, --width, --height
2003    Started working on menubar
2004    Wrote DOCS/tech/dbus.txt
2005    Switch to running mplayer inside of a thread, rather than in main loop
2006    Implement dbus signal interface
2007    Change volume control to a HScale control
2008    Use glib command line option parsing
2009    Change playlist flag from -playlist to --playlist (see help)
2010    Spanish(es) translation by Vicente Carro
2011    Start multilingual support (en added)
2012    Hide Title when Controls are hid
20130.3        Dec 16,2006
2014    Detect PLS files automatically and pass the -playlist arg if needed.
2015    Add Entry (RO) to display the media title/ICY info
2016    ICY Stream work
2017    Put Volume % in tooltip of volume widget
2018    Display message when caching, so we know it is doing something
2019    Flatten code so that only one play_ command is needed
2020    Fix problem with default working directory
2021    Reworked the automake files so that 'make dist' works properly.
2022
20230.2        Nov 6,2006
2024    Add support for CD Audio playing (no track selection yet, just plays disk)
2025    Add support for DVD playing, can hook up to "Removable Devices and Media"
2026        and set it to be "gnome-mplayer %d". Replace totem, since it never works
2027    Add "Open..." to right click menu. So we can open files from the GUI
2028    Fix garbage left on screen after window resize (slight flicker due to this, but minimal)
2029
20300.1        Oct 25, 2006
2031    Initial Release
2032