Wed, 20 Feb 2008 08:51:53 +0000 |
diego |
Remove pointless #ifdefs around extern declarations.
|
Thu, 14 Feb 2008 14:50:34 +0000 |
reimar |
Change force_fps and force_ofps to double
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Mon, 11 Feb 2008 22:03:34 +0000 |
nicodvb |
-chapter is now handled uniformly calling demuxer_seek_chapter() instead
|
Sun, 03 Feb 2008 12:17:10 +0000 |
reimar |
Do not reset correct_pts in mp_dvdnav_reset_stream, it does not seem necessary
|
Fri, 01 Feb 2008 20:11:14 +0000 |
reimar |
ao_functions_t should be const, part 1
|
Tue, 29 Jan 2008 15:11:38 +0000 |
reimar |
Use defines to give names to the different seek flags.
|
Sun, 27 Jan 2008 15:15:55 +0000 |
reimar |
Make sure sub_font is freed.
|
Sat, 26 Jan 2008 23:47:25 +0000 |
reimar |
Support vobsub palette in extradata, as exported by libavformat
|
Sat, 26 Jan 2008 16:18:58 +0000 |
ben |
Check for stream change in dvdnav.
|
Sat, 26 Jan 2008 11:51:34 +0000 |
ben |
Add support for dvdnav still frames playback.
|
Sun, 20 Jan 2008 15:39:13 +0000 |
ulion |
Fix auto-sub code to support filenames with any extension length.
|
Sat, 19 Jan 2008 11:33:36 +0000 |
reimar |
audio_out / video_out structs should be treated as const
|
Sat, 12 Jan 2008 01:12:39 +0000 |
eugeni |
Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
|
Thu, 10 Jan 2008 23:32:50 +0000 |
ben |
allow profile loading per audio/video output
|
Thu, 10 Jan 2008 18:46:08 +0000 |
ben |
factorizes variable check
|
Thu, 10 Jan 2008 18:45:08 +0000 |
ben |
add support for per protocol and per extension playback profile loading
|
Tue, 08 Jan 2008 22:18:48 +0000 |
reimar |
Use getppid instead of getpid and move a snprintf to where it is actually needed.
|
Tue, 08 Jan 2008 22:18:35 +0000 |
reimar |
Simplify a needlessly complex use of snprintf
|
Tue, 08 Jan 2008 21:40:44 +0000 |
reimar |
Do not use exit_player in the signal handler, this code just can not
|
Tue, 08 Jan 2008 12:46:20 +0000 |
eugeni |
Clear fonts when the file is closed.
|
Mon, 07 Jan 2008 12:30:15 +0000 |
reimar |
Add heartbeat-cmd option
|
Sun, 06 Jan 2008 22:03:59 +0000 |
reimar |
Make some functions in mplayer.c static
|
Sat, 22 Dec 2007 11:25:59 +0000 |
reimar |
Remove useless #ifdefs
|
Sat, 22 Dec 2007 06:14:38 +0000 |
ulion |
OSD menu support mouse selection.
|
Wed, 19 Dec 2007 16:17:26 +0000 |
ulion |
Ignore mouse pos command when pausing.
|
Wed, 19 Dec 2007 08:42:18 +0000 |
ulion |
Make libmenu init and uninit in proper place.
|
Tue, 18 Dec 2007 03:33:36 +0000 |
ulion |
Do not operate on vobsub when no video (Bug #312).
|
Sun, 16 Dec 2007 23:50:05 +0000 |
diego |
Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
|
Sat, 15 Dec 2007 13:05:06 +0000 |
nicodvb |
dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv (1000l to me)
|
Fri, 14 Dec 2007 08:39:45 +0000 |
ulion |
Support chapter in OSD menu.
|
Wed, 12 Dec 2007 10:00:34 +0000 |
ulion |
Fix libass to support -nofontconfig.
|
Tue, 04 Dec 2007 12:34:44 +0000 |
ulion |
When auto loading subs, log warning instead of error for load failure.
|
Mon, 03 Dec 2007 04:08:36 +0000 |
ulion |
Skip empty vobsub streams when selecting subtitles.
|
Thu, 15 Nov 2007 01:07:56 +0000 |
ulion |
Remove the pause filter and the cmd queue hack, to know the mplayer going to
|
Sat, 10 Nov 2007 11:14:15 +0000 |
reimar |
Make crash-debug gdb auto-execute "bt"
|
Sat, 10 Nov 2007 11:09:08 +0000 |
reimar |
Restore terminal for gdb with -crash-debug by calling getch2_disable()
|
Tue, 06 Nov 2007 03:41:15 +0000 |
ulion |
Fix memory leak caused by after calling mp_input_get_cmd didn't free the cmd.
|
Sun, 04 Nov 2007 05:23:46 +0000 |
ulion |
Old code for dvdsub_id fix assume the global_sub_indices[SUB_SOURCE_DEMUX]
|
Fri, 02 Nov 2007 23:45:57 +0000 |
cehoyos |
We support gcc 2.95 (fixes r24928).
|
Thu, 01 Nov 2007 06:52:50 +0000 |
uau |
A/V sync: take audio filter buffers into account
|
Thu, 01 Nov 2007 06:52:38 +0000 |
uau |
Add audio filter scaletempo
|
Thu, 01 Nov 2007 06:52:32 +0000 |
uau |
Make output samplerate independent of -speed
|
Thu, 01 Nov 2007 06:52:28 +0000 |
uau |
Simplify init_audio_filters() arguments
|
Thu, 01 Nov 2007 06:52:19 +0000 |
uau |
Change decode_audio() interface
|
Thu, 01 Nov 2007 06:52:14 +0000 |
uau |
Clean up some fields in stheader.h structs
|
Mon, 03 Sep 2007 21:11:41 +0000 |
reimar |
Do not reset user-enabled mute on EOF, but only on exit.
|
Sat, 01 Sep 2007 20:56:45 +0000 |
nicodvb |
moved to reinit_video_chain() the assignment of sh_video->stream_aspect, where it makes more sense
|
Sat, 01 Sep 2007 15:56:19 +0000 |
nicodvb |
if the stream reader supports it assign to the video the stream aspect ratio
|
Tue, 28 Aug 2007 11:20:24 +0000 |
diego |
Clean up the way get_path is handled: Compile get_path.c to an object to link
|
Sat, 25 Aug 2007 16:19:42 +0000 |
diego |
Fix warnings:
|
Sat, 25 Aug 2007 04:28:14 +0000 |
uau |
Add separate event input type for terminal+vo
|
Tue, 21 Aug 2007 00:24:14 +0000 |
uau |
Remove unnecessary OSD visibility code
|
Tue, 21 Aug 2007 00:24:13 +0000 |
uau |
Minor code cleanup
|
Sat, 18 Aug 2007 05:32:45 +0000 |
uau |
Remove an unnecessary #ifdef
|
Wed, 15 Aug 2007 04:50:55 +0000 |
uau |
Remove pointless #ifdef
|
Tue, 31 Jul 2007 17:02:01 +0000 |
reimar |
mixer.afilter must be set to NULL when filter chain is destroyed on uninit.
|
Sun, 29 Jul 2007 17:57:39 +0000 |
voroshil |
Teletext support
|
Sun, 29 Jul 2007 10:30:41 +0000 |
voroshil |
Removing global variables from tv://
|
Thu, 19 Jul 2007 17:15:56 +0000 |
reimar |
Get rid of a few more useless malloc casts
|
Thu, 19 Jul 2007 17:14:49 +0000 |
reimar |
Make sure all demuxer subtitles can be selected with 'j', even
|
Wed, 18 Jul 2007 13:02:08 +0000 |
Gabrov |
fix redundant redeclaration warning
|
Mon, 09 Jul 2007 14:51:47 +0000 |
albeu |
Move loop_times into mpctx.
|
Thu, 21 Jun 2007 08:18:51 +0000 |
voroshil |
Revert r23530.
|
Sat, 16 Jun 2007 19:47:36 +0000 |
uau |
Remove broken option reset from per-file loop
|
Sun, 10 Jun 2007 00:06:12 +0000 |
voroshil |
Teletext support for tv:// (v4l and v4l2 only)
|
Thu, 07 Jun 2007 18:06:53 +0000 |
voroshil |
implement "bind sections"
|
Tue, 05 Jun 2007 16:13:00 +0000 |
diego |
Create a new MSGT for just the status line.
|
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
|