Sun, 20 May 2007 16:10:45 +0000 |
ben |
add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
|
Mon, 14 May 2007 01:23:52 +0000 |
uau |
Output message fix
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Tue, 17 Apr 2007 07:06:44 +0000 |
rfelker |
big surprise.. uau broke gcc 2.95 as usual
|
Sat, 31 Mar 2007 11:01:28 +0000 |
cehoyos |
Gui: Show correct time after seeking in audio-only files.
|
Thu, 29 Mar 2007 17:16:11 +0000 |
rathann |
Code cleanup: don't include a .c file in mplayer.c and fix a few
|
Mon, 26 Mar 2007 09:26:02 +0000 |
cehoyos |
Gui: Allow progress bar to move when playing mov or mp4 files
|
Wed, 21 Mar 2007 08:24:20 +0000 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
Sun, 11 Mar 2007 17:30:44 +0000 |
uau |
Allow demuxers to return packets with no pts in -correct-pts mode
|
Sun, 11 Mar 2007 06:16:14 +0000 |
uau |
Move the sh_audio->delay field to mpctx->delay.
|
Tue, 06 Mar 2007 11:24:08 +0000 |
reimar |
Fix bad uninit when switching DVB channels.
|
Sat, 03 Mar 2007 22:15:19 +0000 |
uau |
Fix copy-paste bug (must have broken something in the GUI)
|
Thu, 01 Mar 2007 00:22:03 +0000 |
uau |
Seek to -ss position, not 0, in per-file loop.
|
Tue, 27 Feb 2007 01:16:59 +0000 |
uau |
Seek to -ss position without first starting audio/video from the start.
|
Sat, 24 Feb 2007 07:28:07 +0000 |
uau |
Remove some #if 0 code
|
Sat, 24 Feb 2007 07:11:57 +0000 |
uau |
Move parsing of the -ss option to the option code.
|
Fri, 23 Feb 2007 02:10:02 +0000 |
uau |
Fix error in comment
|
Fri, 23 Feb 2007 01:53:09 +0000 |
uau |
Reset the edl_decision flag after the seek is done.
|
Fri, 23 Feb 2007 01:49:51 +0000 |
uau |
Separate function for seeking
|
Thu, 22 Feb 2007 23:44:43 +0000 |
uau |
Remove useless fflush(stdout) calls. mp_msg already flushes output, and
|
Thu, 22 Feb 2007 21:05:31 +0000 |
uau |
Move EDL code to separate functions
|
Thu, 22 Feb 2007 05:39:17 +0000 |
uau |
Fix nonsense function type
|
Wed, 21 Feb 2007 21:59:33 +0000 |
uau |
Cleanup, move "global" state from the frame_time_remaining mainloop
|
Wed, 21 Feb 2007 19:14:49 +0000 |
uau |
Fix GUI compilation
|
Wed, 21 Feb 2007 19:08:00 +0000 |
uau |
Add missing "if (use_gui)" before some GUI calls
|
Wed, 21 Feb 2007 18:28:48 +0000 |
uau |
Fix menu to work with mpctx
|
Wed, 21 Feb 2007 03:13:48 +0000 |
uau |
Add missing #ifdef
|
Wed, 21 Feb 2007 00:49:24 +0000 |
uau |
Split command/property handling from mplayer.c to a new file command.c.
|
Mon, 19 Feb 2007 06:20:47 +0000 |
uau |
Remove remnants of the nonfunctional "grab_frames" command.
|
Sun, 18 Feb 2007 00:41:09 +0000 |
uau |
Remove unused variable "osd_level_saved"
|
Sat, 17 Feb 2007 21:12:27 +0000 |
reimar |
Make sure that -sid works even if the number of subtitles initially detected
|
Sat, 17 Feb 2007 21:04:46 +0000 |
reimar |
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
|
Sun, 11 Feb 2007 13:23:13 +0000 |
reimar |
Clear/update subtitles after seeking backwards.
|
Tue, 06 Feb 2007 00:24:49 +0000 |
uau |
reindent
|
Tue, 06 Feb 2007 00:18:35 +0000 |
uau |
Fix multiple appearing or appearing+disappearing subs in the same frame
|
Mon, 05 Feb 2007 23:56:18 +0000 |
uau |
Add missing type to declaration and remove unused variable
|
Mon, 05 Feb 2007 18:25:28 +0000 |
reimar |
Another round of subtitle code cleanup
|
Fri, 26 Jan 2007 09:57:09 +0000 |
gpoirier |
filename double-conversion, especially usefull for CJK users :-)
|
Wed, 17 Jan 2007 00:27:41 +0000 |
michael |
print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
|
Sat, 13 Jan 2007 11:57:40 +0000 |
diego |
DO NOT recommend or even suggest installing codecs.conf.
|
Sat, 06 Jan 2007 19:07:58 +0000 |
reimar |
Subtitle handling cleanup: factor out code for parsing embedded subtitles
|
Thu, 04 Jan 2007 16:30:06 +0000 |
ben |
restore volume if muted at exit
|
Thu, 28 Dec 2006 15:31:48 +0000 |
vayne |
avoid code duplication.
|
Thu, 14 Dec 2006 23:11:11 +0000 |
nicodvb |
show audio language in osd when playing dvdnav streams
|
Thu, 14 Dec 2006 22:37:13 +0000 |
nicodvb |
call dvd_lang_from_aid() only if stream_type is DVD
|
Thu, 14 Dec 2006 22:12:28 +0000 |
nicodvb |
support for -alang in dvdnav
|
Sun, 10 Dec 2006 17:28:56 +0000 |
nicodvb |
check that stream_type is DVD before calling dvd_lang_from_aid
|
Sun, 10 Dec 2006 17:28:01 +0000 |
nicodvb |
show subtitle language in OSD ; patch by Otvos Attila
|
Sat, 09 Dec 2006 19:24:12 +0000 |
nicodvb |
use dvdnav's palette if available
|
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
|
Thu, 16 Nov 2006 21:25:35 +0000 |
nicodvb |
handle video stream switch using 'switch_video' property'
|
Thu, 16 Nov 2006 21:22:07 +0000 |
nicodvb |
moved video codec/filters/outdevice initialization code to specific function
|
Tue, 14 Nov 2006 19:52:21 +0000 |
reimar |
Introduce step_property command.
|
Tue, 14 Nov 2006 19:24:41 +0000 |
reimar |
Fix Unkown -> Unknown typo
|
Tue, 14 Nov 2006 14:02:55 +0000 |
uau |
Use vf control for reading pts from vf_vo
|
Tue, 14 Nov 2006 13:41:24 +0000 |
reimar |
Fix statement-before-declaration warnings.
|
Tue, 14 Nov 2006 12:39:49 +0000 |
uau |
Remove write-only variable
|
Tue, 14 Nov 2006 12:29:20 +0000 |
uau |
Update OSD contents only after the correct values for the frame are known.
|
Tue, 14 Nov 2006 09:52:49 +0000 |
uau |
Move xscreensaver_heartbeat call next to vo check_events
|
Tue, 14 Nov 2006 09:29:03 +0000 |
uau |
Replace sleep time calculation in main() with a separate function.
|
Tue, 14 Nov 2006 06:56:17 +0000 |
uau |
simplify
|
Tue, 14 Nov 2006 06:49:37 +0000 |
uau |
Move -frames check out of frame flip code (like -endpos earlier)
|
Tue, 14 Nov 2006 06:44:16 +0000 |
uau |
Remove some unused code.
|
Tue, 14 Nov 2006 06:35:55 +0000 |
uau |
Move endpos handling from page flip code to a saner location, change < to <=
|
Tue, 14 Nov 2006 06:25:02 +0000 |
uau |
move vo event check together with gui event check
|
Tue, 14 Nov 2006 05:56:20 +0000 |
uau |
Remove some incorrect code
|
Tue, 14 Nov 2006 04:17:41 +0000 |
uau |
Try filling audio buffers more if they're very large, add some comments.
|
Tue, 14 Nov 2006 03:13:45 +0000 |
uau |
Move audio playing code from main() into a separate function.
|
Tue, 14 Nov 2006 01:59:46 +0000 |
uau |
Remove useless check.
|
Tue, 14 Nov 2006 01:40:06 +0000 |
uau |
Split some from main() into separate functions.
|
Wed, 08 Nov 2006 18:31:04 +0000 |
uau |
Change value used to indicate "unknown audio format" from 0 to -1.
|
Tue, 07 Nov 2006 22:57:42 +0000 |
nicodvb |
now the OSD shows the value returned by demuxer_get_current_time() rather than sh_video->pts
|
Wed, 01 Nov 2006 18:41:25 +0000 |
reimar |
ARCH_X86 simplifications
|
Sun, 29 Oct 2006 15:26:13 +0000 |
eugeni |
Move ass_library initialization code to ass_mp.c.
|
Sun, 29 Oct 2006 03:23:23 +0000 |
eugeni |
Always initialize and destroy ass_library.
|
Sun, 29 Oct 2006 00:23:12 +0000 |
uau |
Always initialize libass to fix crashes caused by use without initialization.
|
Sat, 28 Oct 2006 15:07:18 +0000 |
eugeni |
Libass interface reworked:
|
Sat, 21 Oct 2006 23:45:41 +0000 |
reimar |
Do not forget to clear subtitles when switching files for embedded subtitles.
|
Sat, 21 Oct 2006 09:32:58 +0000 |
ptt |
applied patch for -endpos, to work without a blit_frame, pointed out by Andrew Savchenko
|
Sun, 15 Oct 2006 21:27:15 +0000 |
rtogni |
Disable loading of file-specific configuration file from the same
|
Sat, 14 Oct 2006 16:31:41 +0000 |
reimar |
Remove unused ABS define
|
Thu, 12 Oct 2006 18:15:07 +0000 |
reimar |
10l, used MSGTR_Unknown instead of lang in mp_property_audio
|
Thu, 12 Oct 2006 18:10:45 +0000 |
reimar |
simplify mp_property_sub
|
Thu, 12 Oct 2006 18:06:18 +0000 |
reimar |
Cosmetics for previous mplayer.c patch
|
Thu, 12 Oct 2006 18:03:28 +0000 |
reimar |
Simplify mp_property_audio
|
Thu, 12 Oct 2006 14:11:39 +0000 |
ptt |
modifications pointed out by reimar doffinger
|
Wed, 11 Oct 2006 17:25:46 +0000 |
ptt |
added OSD audio switching visualization
|
Mon, 25 Sep 2006 16:47:56 +0000 |
ptt |
after a long time, finally i could add -endpos option to mplayer executable.
|
Sat, 23 Sep 2006 13:06:55 +0000 |
diego |
Fix the sound mute switch in the GUI menu by moving the corresponding
|
Sat, 23 Sep 2006 11:07:58 +0000 |
reimar |
Fix audio stream switching with demux_mkv:
|
Sat, 23 Sep 2006 10:27:32 +0000 |
nicodvb |
when changing chapter, in the osd print the channel number in a more natural form:
|