aboutsummaryrefslogtreecommitdiffhomepage
path: root/mplayer.c
Commit message (Expand)AuthorAge
* new slave command: radio_step_freqGravatar voroshil2006-11-19
* Generalize subtitle switching, demux_ogg does not need a special caseGravatar reimar2006-11-19
* Make sure sh_video == NULL when reinit_video_chain fails.Gravatar reimar2006-11-19
* Do not just skip a file when vo init fails, instead try to play itGravatar reimar2006-11-19
* switch_audio and switch_video properties should be in the range -2..MAX_x_STR...Gravatar nicodvb2006-11-18
* When changing playback speed write the current speed to OSD only afterGravatar uau2006-11-18
* switch_program property to switch to/set a new programGravatar nicodvb2006-11-18
* more mp_property_deinterlace simplification, patch byGravatar reimar2006-11-18
* implemented M_PROPERTY_SET in mp_property_{audio,video}Gravatar nicodvb2006-11-18
* reinit_video_chain might set sh_video = NULL, so check against that.Gravatar reimar2006-11-18
* Mark some functions staticGravatar uau2006-11-18
* Support palette for general vobsubGravatar reimar2006-11-17
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.Gravatar reimar2006-11-17
* Minor mp_property_deinterlace simplificationGravatar reimar2006-11-17
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* handle video stream switch using 'switch_video' property'Gravatar nicodvb2006-11-16
* moved video codec/filters/outdevice initialization code to specific functionGravatar nicodvb2006-11-16
* Introduce step_property command.Gravatar reimar2006-11-14
* Fix Unkown -> Unknown typoGravatar reimar2006-11-14
* Use vf control for reading pts from vf_voGravatar uau2006-11-14
* Fix statement-before-declaration warnings.Gravatar reimar2006-11-14
* Remove write-only variableGravatar uau2006-11-14
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Move xscreensaver_heartbeat call next to vo check_eventsGravatar uau2006-11-14
* Replace sleep time calculation in main() with a separate function.Gravatar uau2006-11-14
* simplifyGravatar uau2006-11-14
* Move -frames check out of frame flip code (like -endpos earlier)Gravatar uau2006-11-14
* Remove some unused code.Gravatar uau2006-11-14
* Move endpos handling from page flip code to a saner location, change < to <=Gravatar uau2006-11-14
* move vo event check together with gui event checkGravatar uau2006-11-14
* Remove some incorrect codeGravatar uau2006-11-14
* Try filling audio buffers more if they're very large, add some comments.Gravatar uau2006-11-14
* Move audio playing code from main() into a separate function.Gravatar uau2006-11-14
* Remove useless check.Gravatar uau2006-11-14
* Split some from main() into separate functions.Gravatar uau2006-11-14
* Change value used to indicate "unknown audio format" from 0 to -1.Gravatar uau2006-11-08
* now the OSD shows the value returned by demuxer_get_current_time() rather tha...Gravatar nicodvb2006-11-07
* ARCH_X86 simplificationsGravatar reimar2006-11-01
* Move ass_library initialization code to ass_mp.c.Gravatar eugeni2006-10-29
* Always initialize and destroy ass_library.Gravatar eugeni2006-10-29
* Always initialize libass to fix crashes caused by use without initialization.Gravatar uau2006-10-29
* Libass interface reworked:Gravatar eugeni2006-10-28
* Do not forget to clear subtitles when switching files for embedded subtitles.Gravatar reimar2006-10-21
* applied patch for -endpos, to work without a blit_frame, pointed out by Andre...Gravatar ptt2006-10-21
* Disable loading of file-specific configuration file from the same Gravatar rtogni2006-10-15
* Remove unused ABS defineGravatar reimar2006-10-14
* 10l, used MSGTR_Unknown instead of lang in mp_property_audioGravatar reimar2006-10-12
* simplify mp_property_subGravatar reimar2006-10-12
* Cosmetics for previous mplayer.c patchGravatar reimar2006-10-12
* Simplify mp_property_audioGravatar reimar2006-10-12