Tue, 28 Nov 2006 18:29:24 +0000 |
diego |
Make MPlayer/MEncoder print the compile-time configuration in verbose mode.
|
Sat, 25 Nov 2006 17:44:22 +0000 |
ben |
keep nav highlight event in dvdnav priv structure
|
Sat, 25 Nov 2006 14:46:21 +0000 |
nicodvb |
support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila chello hu) and me. No palette yet
|
Sat, 25 Nov 2006 13:03:51 +0000 |
ben |
better nav highlight handling
|
Sat, 25 Nov 2006 11:20:02 +0000 |
ben |
support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
|
Wed, 22 Nov 2006 19:21:16 +0000 |
uau |
Make compilation depending on USE_OSD unconditional.
|
Tue, 21 Nov 2006 20:48:17 +0000 |
uau |
Make compilation depending on USE_SUB unconditional.
|
Tue, 21 Nov 2006 15:48:00 +0000 |
reimar |
Reuse init_vo_spudec in subtitle switching code.
|
Tue, 21 Nov 2006 15:43:23 +0000 |
reimar |
Move vo_spudec initialization into a separate function, for later reuse
|
Mon, 20 Nov 2006 11:37:23 +0000 |
uau |
Move pause loop into a separate function.
|
Mon, 20 Nov 2006 09:12:07 +0000 |
uau |
Reorganize code to move more things out of main().
|
Sun, 19 Nov 2006 23:16:15 +0000 |
nicodvb |
in mp_property_{video,audio} permit uniniting of the corresponding chain
|
Sun, 19 Nov 2006 19:39:16 +0000 |
reimar |
Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,
|
Sun, 19 Nov 2006 18:08:03 +0000 |
uau |
Fix printf format/argument count mismatch in mp_property_video
|
Sun, 19 Nov 2006 17:55:38 +0000 |
uau |
Move subtitle updating to a separate function, fix inverted condition
|
Sun, 19 Nov 2006 16:15:05 +0000 |
voroshil |
new slave command: radio_step_freq
|
Sun, 19 Nov 2006 14:23:54 +0000 |
reimar |
Generalize subtitle switching, demux_ogg does not need a special case
|
Sun, 19 Nov 2006 11:21:09 +0000 |
reimar |
Make sure sh_video == NULL when reinit_video_chain fails.
|
Sun, 19 Nov 2006 10:52:23 +0000 |
reimar |
Do not just skip a file when vo init fails, instead try to play it
|
Sat, 18 Nov 2006 18:23:38 +0000 |
nicodvb |
switch_audio and switch_video properties should be in the range -2..MAX_x_STREAMS-1
|
Sat, 18 Nov 2006 15:50:31 +0000 |
uau |
When changing playback speed write the current speed to OSD only after
|
Sat, 18 Nov 2006 14:33:04 +0000 |
nicodvb |
switch_program property to switch to/set a new program
|
Sat, 18 Nov 2006 12:38:03 +0000 |
reimar |
more mp_property_deinterlace simplification, patch by
|
Sat, 18 Nov 2006 12:34:06 +0000 |
nicodvb |
implemented M_PROPERTY_SET in mp_property_{audio,video}
|
Sat, 18 Nov 2006 12:30:48 +0000 |
reimar |
reinit_video_chain might set sh_video = NULL, so check against that.
|
Sat, 18 Nov 2006 07:38:58 +0000 |
uau |
Mark some functions static
|
Fri, 17 Nov 2006 20:11:52 +0000 |
reimar |
Support palette for general vobsub
|
Fri, 17 Nov 2006 19:03:53 +0000 |
reimar |
consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.
|
Fri, 17 Nov 2006 18:18:28 +0000 |
reimar |
Minor mp_property_deinterlace simplification
|
Fri, 17 Nov 2006 18:16:21 +0000 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|