aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
...
* Move loop_times into mpctx.Gravatar albeu2007-07-09
* Revert r23530.Gravatar voroshil2007-06-21
* Remove broken option reset from per-file loopGravatar uau2007-06-16
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* implement "bind sections"Gravatar voroshil2007-06-07
* Create a new MSGT for just the status line.Gravatar diego2007-06-05
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Output message fixGravatar uau2007-05-14
* Gui --> guiGravatar diego2007-04-23
* big surprise.. uau broke gcc 2.95 as usualGravatar rfelker2007-04-17
* Gui: Show correct time after seeking in audio-only files.Gravatar cehoyos2007-03-31
* Code cleanup: don't include a .c file in mplayer.c and fix a fewGravatar rathann2007-03-29
* Gui: Allow progress bar to move when playing mov or mp4 filesGravatar cehoyos2007-03-26
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Allow demuxers to return packets with no pts in -correct-pts modeGravatar uau2007-03-11
* Move the sh_audio->delay field to mpctx->delay.Gravatar uau2007-03-11
* Fix bad uninit when switching DVB channels.Gravatar reimar2007-03-06
* Fix copy-paste bug (must have broken something in the GUI)Gravatar uau2007-03-03
* Seek to -ss position, not 0, in per-file loop.Gravatar uau2007-03-01
* Seek to -ss position without first starting audio/video from the start.Gravatar uau2007-02-27
* Remove some #if 0 codeGravatar uau2007-02-24
* Move parsing of the -ss option to the option code.Gravatar uau2007-02-24
* Fix error in commentGravatar uau2007-02-23
* Reset the edl_decision flag after the seek is done.Gravatar uau2007-02-23
* Separate function for seekingGravatar uau2007-02-23
* Remove useless fflush(stdout) calls. mp_msg already flushes output, andGravatar uau2007-02-22
* Move EDL code to separate functionsGravatar uau2007-02-22
* Fix nonsense function typeGravatar uau2007-02-22
* Cleanup, move "global" state from the frame_time_remaining mainloopGravatar uau2007-02-21
* Fix GUI compilationGravatar uau2007-02-21
* Add missing "if (use_gui)" before some GUI callsGravatar uau2007-02-21
* Fix menu to work with mpctxGravatar uau2007-02-21
* Add missing #ifdefGravatar uau2007-02-21
* Split command/property handling from mplayer.c to a new file command.c.Gravatar uau2007-02-21
* Remove remnants of the nonfunctional "grab_frames" command.Gravatar uau2007-02-19
* Remove unused variable "osd_level_saved"Gravatar uau2007-02-18
* Make sure that -sid works even if the number of subtitles initially detectedGravatar reimar2007-02-17
* Move some subtitle handling from mplayer.c to mpcommon.c and share it with me...Gravatar reimar2007-02-17
* Clear/update subtitles after seeking backwards.Gravatar reimar2007-02-11
* reindentGravatar uau2007-02-06
* Fix multiple appearing or appearing+disappearing subs in the same frame Gravatar uau2007-02-06
* Add missing type to declaration and remove unused variableGravatar uau2007-02-05
* Another round of subtitle code cleanupGravatar reimar2007-02-05
* filename double-conversion, especially usefull for CJK users :-)Gravatar gpoirier2007-01-26
* print_version() and others get executed before the command line has been pars...Gravatar michael2007-01-17
* DO NOT recommend or even suggest installing codecs.conf.Gravatar diego2007-01-13
* Subtitle handling cleanup: factor out code for parsing embedded subtitlesGravatar reimar2007-01-06
* restore volume if muted at exitGravatar ben2007-01-04
* avoid code duplication.Gravatar vayne2006-12-28
* show audio language in osd when playing dvdnav streamsGravatar nicodvb2006-12-14