| Commit message (Expand) | Author | Age |
* | 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 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 |
* | Make compilation depending on USE_SUB unconditional. | uau | 2006-11-21 |
* | Reuse init_vo_spudec in subtitle switching code. | reimar | 2006-11-21 |
* | Move vo_spudec initialization into a separate function, for later reuse | reimar | 2006-11-21 |
* | Move pause loop into a separate function. | uau | 2006-11-20 |
* | Reorganize code to move more things out of main(). | uau | 2006-11-20 |
* | in mp_property_{video,audio} permit uniniting of the corresponding chain | nicodvb | 2006-11-19 |
* | Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check, | reimar | 2006-11-19 |
* | Fix printf format/argument count mismatch in mp_property_video | uau | 2006-11-19 |
* | Move subtitle updating to a separate function, fix inverted condition | uau | 2006-11-19 |
* | new slave command: radio_step_freq | voroshil | 2006-11-19 |
* | Generalize subtitle switching, demux_ogg does not need a special case | reimar | 2006-11-19 |
* | Make sure sh_video == NULL when reinit_video_chain fails. | reimar | 2006-11-19 |
* | Do not just skip a file when vo init fails, instead try to play it | reimar | 2006-11-19 |
* | switch_audio and switch_video properties should be in the range -2..MAX_x_STR... | nicodvb | 2006-11-18 |
* | When changing playback speed write the current speed to OSD only after | uau | 2006-11-18 |
* | switch_program property to switch to/set a new program | nicodvb | 2006-11-18 |
* | more mp_property_deinterlace simplification, patch by | reimar | 2006-11-18 |
* | implemented M_PROPERTY_SET in mp_property_{audio,video} | nicodvb | 2006-11-18 |
* | reinit_video_chain might set sh_video = NULL, so check against that. | reimar | 2006-11-18 |
* | Mark some functions static | uau | 2006-11-18 |
* | Support palette for general vobsub | reimar | 2006-11-17 |
* | consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values. | reimar | 2006-11-17 |
* | Minor mp_property_deinterlace simplification | reimar | 2006-11-17 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 |
* | handle video stream switch using 'switch_video' property' | nicodvb | 2006-11-16 |
* | moved video codec/filters/outdevice initialization code to specific function | nicodvb | 2006-11-16 |
* | Introduce step_property command. | reimar | 2006-11-14 |
* | Fix Unkown -> Unknown typo | reimar | 2006-11-14 |
* | Use vf control for reading pts from vf_vo | uau | 2006-11-14 |
* | Fix statement-before-declaration warnings. | reimar | 2006-11-14 |
* | Remove write-only variable | uau | 2006-11-14 |
* | Update OSD contents only after the correct values for the frame are known. | uau | 2006-11-14 |
* | Move xscreensaver_heartbeat call next to vo check_events | uau | 2006-11-14 |
* | Replace sleep time calculation in main() with a separate function. | uau | 2006-11-14 |
* | simplify | uau | 2006-11-14 |
* | Move -frames check out of frame flip code (like -endpos earlier) | uau | 2006-11-14 |
* | Remove some unused code. | uau | 2006-11-14 |
* | Move endpos handling from page flip code to a saner location, change < to <= | uau | 2006-11-14 |
* | move vo event check together with gui event check | uau | 2006-11-14 |
* | Remove some incorrect code | uau | 2006-11-14 |
* | Try filling audio buffers more if they're very large, add some comments. | uau | 2006-11-14 |
* | Move audio playing code from main() into a separate function. | uau | 2006-11-14 |
* | Remove useless check. | uau | 2006-11-14 |
* | Split some from main() into separate functions. | uau | 2006-11-14 |