index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mplayer.c
Commit message (
Expand
)
Author
Age
*
Introduce step_property command.
reimar
2006-11-14
*
Fix Unkown -> Unknown typo
reimar
2006-11-14
*
Use vf control for reading pts from vf_vo
uau
2006-11-14
*
Fix statement-before-declaration warnings.
reimar
2006-11-14
*
Remove write-only variable
uau
2006-11-14
*
Update OSD contents only after the correct values for the frame are known.
uau
2006-11-14
*
Move xscreensaver_heartbeat call next to vo check_events
uau
2006-11-14
*
Replace sleep time calculation in main() with a separate function.
uau
2006-11-14
*
simplify
uau
2006-11-14
*
Move -frames check out of frame flip code (like -endpos earlier)
uau
2006-11-14
*
Remove some unused code.
uau
2006-11-14
*
Move endpos handling from page flip code to a saner location, change < to <=
uau
2006-11-14
*
move vo event check together with gui event check
uau
2006-11-14
*
Remove some incorrect code
uau
2006-11-14
*
Try filling audio buffers more if they're very large, add some comments.
uau
2006-11-14
*
Move audio playing code from main() into a separate function.
uau
2006-11-14
*
Remove useless check.
uau
2006-11-14
*
Split some from main() into separate functions.
uau
2006-11-14
*
Change value used to indicate "unknown audio format" from 0 to -1.
uau
2006-11-08
*
now the OSD shows the value returned by demuxer_get_current_time() rather tha...
nicodvb
2006-11-07
*
ARCH_X86 simplifications
reimar
2006-11-01
*
Move ass_library initialization code to ass_mp.c.
eugeni
2006-10-29
*
Always initialize and destroy ass_library.
eugeni
2006-10-29
*
Always initialize libass to fix crashes caused by use without initialization.
uau
2006-10-29
*
Libass interface reworked:
eugeni
2006-10-28
*
Do not forget to clear subtitles when switching files for embedded subtitles.
reimar
2006-10-21
*
applied patch for -endpos, to work without a blit_frame, pointed out by Andre...
ptt
2006-10-21
*
Disable loading of file-specific configuration file from the same
rtogni
2006-10-15
*
Remove unused ABS define
reimar
2006-10-14
*
10l, used MSGTR_Unknown instead of lang in mp_property_audio
reimar
2006-10-12
*
simplify mp_property_sub
reimar
2006-10-12
*
Cosmetics for previous mplayer.c patch
reimar
2006-10-12
*
Simplify mp_property_audio
reimar
2006-10-12
*
modifications pointed out by reimar doffinger
ptt
2006-10-12
*
added OSD audio switching visualization
ptt
2006-10-11
*
after a long time, finally i could add -endpos option to mplayer executable.
ptt
2006-09-25
*
Fix the sound mute switch in the GUI menu by moving the corresponding
diego
2006-09-23
*
Fix audio stream switching with demux_mkv:
reimar
2006-09-23
*
when changing chapter, in the osd print the channel number in a more natural ...
nicodvb
2006-09-23
*
show in the osd the number of the button selected by the mouse
nicodvb
2006-09-19
*
Іnitial button value is -1. Only (button>0) is a correct button selection.
jonas
2006-09-19
*
report mouse coordinates after movement to dvdnav; this permits to enable but...
nicodvb
2006-09-16
*
report to mplayer with a slave command the coordinates of the pointer reporte...
nicodvb
2006-09-16
*
don't uninit the video_out when using -fixed-vo; patch by Jonas Jermann
nicodvb
2006-09-15
*
Add repeated screenshot mode to vf_screenshot.
eugeni
2006-09-15
*
* remove extern definitions of functions in .c files
attila
2006-09-12
*
in mp_dvdnav_handle_input() assign the currently selected button, shown in th...
nicodvb
2006-09-09
*
first touch of support for dvdnav menus; the selection is based on the keyboa...
nicodvb
2006-09-09
*
unconditionally include label goto_enable_cache (to be used next by dvdnav)
nicodvb
2006-09-09
*
fix broken term_osd output in update_osd_msg()
gpoirier
2006-09-09
[next]