aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Move ass_library initialization code to ass_mp.c.Gravatar eugeni2006-10-29
* Always initialize and destroy ass_library.Gravatar eugeni2006-10-29
* Always initialize libass to fix crashes caused by use without initialization.Gravatar uau2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* Do not forget to clear subtitles when switching files for embedded subtitles.Gravatar reimar2006-10-21
* applied patch for -endpos, to work without a blit_frame, pointed out by Andre...Gravatar ptt2006-10-21
* Disable loading of file-specific configuration file from the same Gravatar rtogni2006-10-15
* Remove unused ABS defineGravatar reimar2006-10-14
* 10l, used MSGTR_Unknown instead of lang in mp_property_audioGravatar reimar2006-10-12
* simplify mp_property_subGravatar reimar2006-10-12
* Cosmetics for previous mplayer.c patchGravatar reimar2006-10-12
* Simplify mp_property_audioGravatar reimar2006-10-12
* modifications pointed out by reimar doffingerGravatar ptt2006-10-12
* added OSD audio switching visualizationGravatar ptt2006-10-11
* after a long time, finally i could add -endpos option to mplayer executable.Gravatar ptt2006-09-25
* Fix the sound mute switch in the GUI menu by moving the correspondingGravatar diego2006-09-23
* Fix audio stream switching with demux_mkv:Gravatar reimar2006-09-23
* when changing chapter, in the osd print the channel number in a more natural ...Gravatar nicodvb2006-09-23
* show in the osd the number of the button selected by the mouseGravatar nicodvb2006-09-19
* Іnitial button value is -1. Only (button>0) is a correct button selection.Gravatar jonas2006-09-19
* report mouse coordinates after movement to dvdnav; this permits to enable but...Gravatar nicodvb2006-09-16
* report to mplayer with a slave command the coordinates of the pointer reporte...Gravatar nicodvb2006-09-16
* don't uninit the video_out when using -fixed-vo; patch by Jonas JermannGravatar nicodvb2006-09-15
* Add repeated screenshot mode to vf_screenshot.Gravatar eugeni2006-09-15
* * remove extern definitions of functions in .c filesGravatar attila2006-09-12
* in mp_dvdnav_handle_input() assign the currently selected button, shown in th...Gravatar nicodvb2006-09-09
* first touch of support for dvdnav menus; the selection is based on the keyboa...Gravatar nicodvb2006-09-09
* unconditionally include label goto_enable_cache (to be used next by dvdnav)Gravatar nicodvb2006-09-09
* fix broken term_osd output in update_osd_msg()Gravatar gpoirier2006-09-09
* Disable rtc timing by default.Gravatar uau2006-09-09
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* extended slave mode with metadata retrieval commandsGravatar ben2006-08-26
* added new helpers to allow easy metadata retrieval and make libmenu use themGravatar ben2006-08-25
* new option for libmenu that allow display of properties and metadata of curre...Gravatar ben2006-08-25
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* added new filter option to menu file browser to only display some files accor...Gravatar ben2006-08-22
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
* demuxer_seek_chapter() returns informations about chapters count and nameGravatar nicodvb2006-08-21
* fix null pointer check in add_subtitles,Gravatar gpoirier2006-08-21
* seek to chapter using newly introduced demux_seek_chapter()Gravatar nicodvb2006-08-18
* Add subdata to ass_track conversion for external subtitles.Gravatar eugeni2006-08-15
* fix segfault if an unknown property is requestedGravatar ivo2006-08-13
* Reintroduce an ugly variant of the -gui/-nogui options.Gravatar reimar2006-08-08
* Add matroska chapter seeking capability.Gravatar eugeni2006-08-06
* Don't crash if audio init fails.Gravatar uau2006-08-05
* Move ID_AUDIO_CODEC printing after codec init again (it didn't get printed ot...Gravatar reimar2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31
* Set user_muted in mp_property_mute(). Fixes mute turning off whenGravatar uau2006-07-28
* cosmetics: fix incorrect indentation left by reimar and extra word inGravatar uau2006-07-28