| Commit message (Expand) | Author | Age | Files | Lines |
* | command.c: Fix some commands crashing during audio-only playback | uau | 2009-01-31 | 1 | -0/+4 |
* | Print ID_EXIT and exit reason message in identify mode when exiting. | reimar | 2008-12-02 | 1 | -1/+1 |
* | Disallow the modification of teletext properties when the tv demuxer is | faust3 | 2008-10-27 | 1 | -0/+2 |
* | Use the existing pt_iter_goto_head function instead of reimplementing it | reimar | 2008-10-01 | 1 | -2/+2 |
* | mpctx->playtree is a node, files can not be directly appended to it, | reimar | 2008-10-01 | 1 | -2/+2 |
* | Add a "pause" property to allow checking if MPlayer is paused. | reimar | 2008-10-01 | 1 | -0/+8 |
* | slave command to get the number of chapters; patch by Kevin DeKorte - kdekort... | nicodvb | 2008-09-26 | 1 | -0/+13 |
* | handle the lavfpref demuxer in the same way as the lavf one | aurel | 2008-08-27 | 1 | -0/+1 |
* | Rename font-related preprocessor directives. | diego | 2008-08-07 | 1 | -3/+3 |
* | Fix wrong behavior with slave command by going back to the starting point | ben | 2008-08-07 | 1 | -0/+4 |
* | cosmetic: reindent after r27414 | ben | 2008-08-04 | 1 | -1/+1 |
* | Fixes unsafe 'chapter' command with get_property() call. | ben | 2008-08-04 | 1 | -1/+2 |
* | cosmetic: reindent after r27412 | ben | 2008-08-04 | 1 | -1/+1 |
* | Fixes unsafe 'angle' command with get_property() call. | ben | 2008-08-04 | 1 | -1/+2 |
* | Fixes unsafe 'switch_audio' command with set_property() call. | ben | 2008-08-04 | 1 | -0/+2 |
* | Change a bunch of video/audio-output-specific preprocessor directives from | diego | 2008-08-03 | 1 | -21/+21 |
* | Rename preprocessor directive HAVE_MENU --> CONFIG_MENU. | diego | 2008-07-30 | 1 | -2/+2 |
* | Rename two GUI-related preprocessor directives: | diego | 2008-07-30 | 1 | -4/+4 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 | 1 | -31/+31 |
* | Keep old dvdnav sub-command options for a while in order | ben | 2008-06-20 | 1 | -0/+13 |
* | Change DVDNAV command key names. | ben | 2008-06-19 | 1 | -1/+25 |
* | Rename some functions as they are mplayer related and not | ben | 2008-06-07 | 1 | -2/+2 |
* | Add a slave command to stop stream playback. | ben | 2008-05-27 | 1 | -0/+5 |
* | cosmetics: Remove useless parentheses from return statements. | diego | 2008-05-16 | 1 | -1/+1 |
* | Remove unnecessary includes | uau | 2008-04-01 | 1 | -2/+0 |
* | Include some .h files in corresponding .c files | uau | 2008-03-28 | 1 | -0/+1 |
* | Add missing #include. | eugeni | 2008-02-29 | 1 | -0/+1 |
* | Fill sh_sub_t.lang in lavf, mkv and ogg demuxers. Use it for printing subtitle | eugeni | 2008-02-29 | 1 | -21/+7 |
* | Fill sh_audio_t.lang in lavf and mkv demuxers. Use it for printing audio track | eugeni | 2008-02-29 | 1 | -2/+3 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -3/+3 |
* | show dvdnav selection in the OSD only when the osd_level>1; patch by foxcore ... | nicodvb | 2008-01-29 | 1 | -2/+2 |
* | More places that should use SEEK_ABSOLUTE / SEEK_FACTOR | reimar | 2008-01-29 | 1 | -5/+5 |
* | Simplify a condition that probably is not necessary at all | reimar | 2008-01-28 | 1 | -1/+1 |
* | reindent after r25881 | ben | 2008-01-27 | 1 | -6/+6 |
* | sub_scale command can now handle both ass and non-ass subs at a time | ben | 2008-01-27 | 1 | -8/+0 |
* | Add support for dvdnav still frames playback. | ben | 2008-01-26 | 1 | -6/+2 |
* | Add new command to switch between dvdnav titles | ben | 2008-01-24 | 1 | -0/+6 |
* | cosmetic: reindent code after r25843 | ben | 2008-01-23 | 1 | -7/+7 |
* | sub_scale command now works with ass subtitles renderer | ben | 2008-01-23 | 1 | -0/+27 |
* | Add ass_use_margins command and property to shift subtitles to margins and back | eugeni | 2008-01-23 | 1 | -0/+28 |
* | Make mp_properties const | reimar | 2008-01-13 | 1 | -1/+1 |
* | Remove global_ass_track. Instead create an ass_track for each 't' track. | eugeni | 2008-01-11 | 1 | -1/+1 |
* | Clear demuxed data when subtitle track is changed. | eugeni | 2008-01-10 | 1 | -0/+1 |
* | properties to get and set angle; patch by oattila chello hu | nicodvb | 2008-01-05 | 1 | -0/+64 |
* | Fix property audio_delay bug when step up/down with arg value NULL. | ulion | 2008-01-05 | 1 | -5/+5 |
* | Add some const/static qualifiers as appropriate | reimar | 2007-12-24 | 1 | -1/+1 |
* | Check availability before check argument for getting gamma properties. | ulion | 2007-12-22 | 1 | -7/+8 |
* | Revert to r25490, since the r25491 is not correct. | ulion | 2007-12-22 | 1 | -3/+4 |
* | Combine code for check availability of property audio(id). | ulion | 2007-12-22 | 1 | -4/+3 |
* | Combine common code for check whether chapter is available. | ulion | 2007-12-22 | 1 | -12/+4 |
* | OSD menu support mouse selection. | ulion | 2007-12-22 | 1 | -0/+10 |
* | Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT). | ulion | 2007-12-17 | 1 | -1/+4 |
* | dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv... | nicodvb | 2007-12-15 | 1 | -15/+4 |
* | Support chapter as a property. | ulion | 2007-12-14 | 1 | -35/+79 |
* | Skip empty vobsub streams when selecting subtitles. | ulion | 2007-12-03 | 1 | -6/+13 |
* | Remove last remains of long-gone VOCTRL_SCREENSHOT | reimar | 2007-12-02 | 1 | -1/+1 |
* | Support select subtitle by source, add 4 properties: | ulion | 2007-11-25 | 1 | -2/+188 |
* | Fix pausing_toggle not continue play bug when it follows a pause immediately. | ulion | 2007-11-17 | 1 | -1/+5 |
* | Implement X/27/0 packet decoding. | voroshil | 2007-08-28 | 1 | -0/+7 |
* | Clean up the way get_path is handled: Compile get_path.c to an object to link | diego | 2007-08-28 | 1 | -0/+1 |
* | Extract a poor int declaration from within the uncouth grip of an if statement | diego | 2007-08-25 | 1 | -1/+1 |
* | Fix warnings: | diego | 2007-08-25 | 1 | -0/+1 |
* | Move button variable into the if () where it is actually used. | diego | 2007-08-25 | 1 | -1/+1 |
* | Fix unused variable warning when USE_DVDNAV is not defined. | diego | 2007-08-25 | 1 | -1/+2 |
* | Automatic TV channels scanning ability for MPlayer. | voroshil | 2007-08-23 | 1 | -0/+4 |
* | Teletext support. | voroshil | 2007-07-29 | 1 | -0/+105 |
* | subdata must be set to NULL when the corresponding data was freed. | reimar | 2007-07-25 | 1 | -0/+2 |
* | Do not set vo_sub to NULL on changing subtitles, update_subtitles | reimar | 2007-07-25 | 1 | -7/+0 |
* | Make sure that sub->id is -2 and sub->sh is NULL if subtitle doesn't | reimar | 2007-07-15 | 1 | -0/+3 |
* | add support for subtitles thru lavf | aurel | 2007-07-13 | 1 | -0/+9 |
* | 10L, sub_scale need freetype, add the #ifdef. | albeu | 2007-07-10 | 1 | -0/+6 |
* | Add a loop command and property. | albeu | 2007-07-09 | 1 | -0/+22 |
* | Add the sub_scale property and command. | albeu | 2007-07-09 | 1 | -0/+29 |
* | Simplify and correct subtitle selection, no more special cases for | reimar | 2007-06-24 | 1 | -17/+11 |
* | Revert r23530. | voroshil | 2007-06-21 | 1 | -149/+0 |
* | The audio balance feature implemented with af_pan. | zuxy | 2007-06-20 | 1 | -0/+54 |
* | Merge (trivial) dvdnav and dvdread subtitle selection code | reimar | 2007-06-17 | 1 | -11/+2 |
* | Make sure we do not access demuxer->s_streams out of bounds | reimar | 2007-06-17 | 1 | -2/+4 |
* | Teletext support for tv:// (v4l and v4l2 only) | voroshil | 2007-06-10 | 1 | -0/+149 |
* | Add new properties percent_pos and time_pos. | albeu | 2007-05-31 | 1 | -0/+61 |
* | Make the length property use the time type. | albeu | 2007-05-31 | 1 | -2/+2 |
* | Move the time printing code out of the length property. | albeu | 2007-05-31 | 1 | -22/+1 |
* | Allow setting the direction in the step_property command. | albeu | 2007-05-31 | 1 | -1/+2 |
* | Fix the step_property coammand to correctly handle the step size with | albeu | 2007-05-31 | 1 | -5/+30 |
* | Add PRINT to the samplerate property. | albeu | 2007-05-30 | 1 | -0/+7 |
* | Make all the info available via the metadata API available via properties. | albeu | 2007-05-29 | 1 | -2/+89 |
* | Rework the property API to allow sub properties such as | albeu | 2007-05-29 | 1 | -46/+30 |
* | cosmetic: indent | ben | 2007-05-08 | 1 | -1/+1 |
* | cosmetic: use K&R coding style, as in reste of the file | ben | 2007-05-08 | 1 | -10/+5 |
* | support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ... | ben | 2007-05-08 | 1 | -0/+49 |
* | Gui --> gui | diego | 2007-04-23 | 1 | -1/+1 |
* | New slave command: tv_step_freq <offset in MHz> | voroshil | 2007-03-17 | 1 | -0/+6 |
* | Move the sh_audio->delay field to mpctx->delay. | uau | 2007-03-11 | 1 | -1/+1 |
* | Include <string.h> explicitly. | uau | 2007-03-09 | 1 | -0/+1 |
* | fix compilation with gcc 2.95.3 | ivo | 2007-02-21 | 1 | -1/+2 |
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 1 | -0/+2389 |