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
*
Gui: Show correct time after seeking in audio-only files.
cehoyos
2007-03-31
*
Code cleanup: don't include a .c file in mplayer.c and fix a few
rathann
2007-03-29
*
Gui: Allow progress bar to move when playing mov or mp4 files
cehoyos
2007-03-26
*
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
diego
2007-03-21
*
Allow demuxers to return packets with no pts in -correct-pts mode
uau
2007-03-11
*
Move the sh_audio->delay field to mpctx->delay.
uau
2007-03-11
*
Fix bad uninit when switching DVB channels.
reimar
2007-03-06
*
Fix copy-paste bug (must have broken something in the GUI)
uau
2007-03-03
*
Seek to -ss position, not 0, in per-file loop.
uau
2007-03-01
*
Seek to -ss position without first starting audio/video from the start.
uau
2007-02-27
*
Remove some #if 0 code
uau
2007-02-24
*
Move parsing of the -ss option to the option code.
uau
2007-02-24
*
Fix error in comment
uau
2007-02-23
*
Reset the edl_decision flag after the seek is done.
uau
2007-02-23
*
Separate function for seeking
uau
2007-02-23
*
Remove useless fflush(stdout) calls. mp_msg already flushes output, and
uau
2007-02-22
*
Move EDL code to separate functions
uau
2007-02-22
*
Fix nonsense function type
uau
2007-02-22
*
Cleanup, move "global" state from the frame_time_remaining mainloop
uau
2007-02-21
*
Fix GUI compilation
uau
2007-02-21
*
Add missing "if (use_gui)" before some GUI calls
uau
2007-02-21
*
Fix menu to work with mpctx
uau
2007-02-21
*
Add missing #ifdef
uau
2007-02-21
*
Split command/property handling from mplayer.c to a new file command.c.
uau
2007-02-21
*
Remove remnants of the nonfunctional "grab_frames" command.
uau
2007-02-19
*
Remove unused variable "osd_level_saved"
uau
2007-02-18
*
Make sure that -sid works even if the number of subtitles initially detected
reimar
2007-02-17
*
Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...
reimar
2007-02-17
*
Clear/update subtitles after seeking backwards.
reimar
2007-02-11
*
reindent
uau
2007-02-06
*
Fix multiple appearing or appearing+disappearing subs in the same frame
uau
2007-02-06
*
Add missing type to declaration and remove unused variable
uau
2007-02-05
*
Another round of subtitle code cleanup
reimar
2007-02-05
*
filename double-conversion, especially usefull for CJK users :-)
gpoirier
2007-01-26
*
print_version() and others get executed before the command line has been pars...
michael
2007-01-17
*
DO NOT recommend or even suggest installing codecs.conf.
diego
2007-01-13
*
Subtitle handling cleanup: factor out code for parsing embedded subtitles
reimar
2007-01-06
*
restore volume if muted at exit
ben
2007-01-04
*
avoid code duplication.
vayne
2006-12-28
*
show audio language in osd when playing dvdnav streams
nicodvb
2006-12-14
*
call dvd_lang_from_aid() only if stream_type is DVD
nicodvb
2006-12-14
*
support for -alang in dvdnav
nicodvb
2006-12-14
*
check that stream_type is DVD before calling dvd_lang_from_aid
nicodvb
2006-12-10
*
show subtitle language in OSD ; patch by Otvos Attila
nicodvb
2006-12-10
*
use dvdnav's palette if available
nicodvb
2006-12-09
*
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
diego
2006-11-28
*
keep nav highlight event in dvdnav priv structure
ben
2006-11-25
*
support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ch...
nicodvb
2006-11-25
*
better nav highlight handling
ben
2006-11-25
*
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...
ben
2006-11-25
[next]