aboutsummaryrefslogtreecommitdiffhomepage
path: root/command.c
Commit message (Expand)AuthorAge
* commands: improve playback speed property/commandsGravatar Uoti Urpala2011-01-28
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* subs: use correct font aspect ratio for libass + converted subsGravatar Uoti Urpala2011-01-26
* subtitles: add framework for subtitle decodersGravatar Uoti Urpala2011-01-18
* subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
* core: move most mpcommon.c contents to mplayer.cGravatar Uoti Urpala2011-01-15
* core: move global "subdata" and "vo_sub_last" to mpctxGravatar Uoti Urpala2011-01-11
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * core: add support for precise non-keyframe-limited seeksGravatar Uoti Urpala2010-12-20
| * core: add struct for queued seek infoGravatar Uoti Urpala2010-12-20
* | commands: clean up get_metadata() and related codeGravatar Uoti Urpala2010-12-20
| * commands: add generic option -> property wrapperGravatar Uoti Urpala2010-12-18
* | commands: Allow cycling subtitles backwards with 'J'Gravatar reimar2010-12-16
* | Change some filename-handling code to use mp_basename()Gravatar cboesch2010-12-16
* | core: avoid using build_afilter_chain() directlyGravatar reimar2010-12-16
| * core: avoid using sh_video->pts as "current pts"Gravatar Uoti Urpala2010-12-14
|/
* options: more mplayer.c options moved to option structGravatar Clément Bœsch2010-11-14
* core: use correct demuxer with -audiofile / -subfileGravatar Uoti Urpala2010-11-08
* core: move video pos/length query functions from demux to coreGravatar Uoti Urpala2010-11-08
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* new slave command: af_cmdline, for changing audio filter optionsGravatar reimar2010-11-02
* cosmetics: remove some useless braces from command.cGravatar cigaes2010-11-02
* command.c: use different field in property table for integer dataGravatar Uoti Urpala2010-11-02
* command.c: Change cast to avoid a warningGravatar reimar2010-11-02
* slave mode: Add stream_time_pos propertyGravatar reimar2010-11-02
* subs: Change global subtitle numbering schemeGravatar reimar2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Make audio stream index handling saner in stream switchingGravatar Uoti Urpala2010-05-22
* Merge svn change r31134Gravatar Uoti Urpala2010-05-07
|\
| * the great MPlayer tab removal: part IIGravatar diego2010-05-03
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \
* | | Fix chapter handling with first chapter not at beginning of fileGravatar Uoti Urpala2010-04-25
* | | Move seek-reset functionality out of demuxer.cGravatar Uoti Urpala2010-04-23
| | * Add slave commands for loading and unloading audio filters at runtime.Gravatar cehoyos2010-04-11
| | * Add osd_show_progression: Show progress bar and elapsed/total time.Gravatar cehoyos2010-04-09
| |/
| * Rename get_path.[ch] --> path.[ch].Gravatar diego2010-03-20
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\|
| * Add license header to all top-level files missing them.Gravatar diego2010-01-30
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * Also handle ASS subtitles when removing subtitles via sub_remove slave command.Gravatar reimar2010-01-22
| * Avoid duplicating code to remove subtitles (sub_remove slave command).Gravatar reimar2010-01-22
* | translations: corrently translate most OSD outputGravatar Uoti Urpala2010-01-12
* | translations: add infrastructure for translated OSD messagesGravatar Uoti Urpala2010-01-12
* | Merge svn changes up to r30136Gravatar Uoti Urpala2009-12-30
|\|
| * Return the actually playing audio/video id for get_property, not the oneGravatar reimar2009-12-27
| * Subtitle are now also available without video, so remove thatGravatar reimar2009-12-27
| * Use the same condition to decide if the audio/video id property isGravatar reimar2009-12-27