Commit Graph

835 Commits

Author SHA1 Message Date
alex 6dbf6b4df1 finally remove the refences to bps outside libaf. also simplification of some messages and removed redundants
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14819 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 11:11:07 +00:00
reynaldo c49c161ace Some to-be-redundant EDL code moved to edl.c with mencoder's edl in mind. Stack handling improvements, Patch by Oded Shimon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14808 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-25 04:30:53 +00:00
reimar f47114f932 Make seek command parameter float.
Patch by Oded Shimon [ods15 at ods15 dot dyndns dot org].


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14719 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-17 15:56:25 +00:00
henry 65ad39a096 command to log current subtitle to file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14685 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-12 14:45:54 +00:00
faust3 d3197d7e09 avoid null pointer dereference with .ssa subtitles when the video codec is missing patch by Philip Chong <pchong at ic.eecs.berkeley.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14645 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-02-04 19:19:42 +00:00
reimar 23bf3efd41 Print CPUflags and extension support on x86_64, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14611 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-29 21:26:20 +00:00
mosu efd53eed61 Handle missing palettes in the info part of VobSubs in Matroska files correctly by giving mplayer a NULL pointer. This way it will use a default palette instead of black only. Patch by Csillag Kristof (fenwick () freemail ! hu)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14562 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-21 18:25:44 +00:00
faust3 fb61c9c56e print the actual commandline to stdout, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14531 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-17 21:28:29 +00:00
diego b3e964f2c3 RTC support on FreeBSD, inspired by a patch from Michael Johnson
<ahze at FreeBSD dot org> and Reimar Döffinger.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14382 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-06 00:06:56 +00:00
diego e9a2cd5738 happy new year
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14297 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-01-02 14:10:13 +00:00
reimar 91aae0d538 100l, buf etc. in af_fmt2str call are already pointers...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14256 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 19:43:13 +00:00
reimar 0fdaa5ab30 Do not use audio plugins anymore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14255 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 19:34:42 +00:00
alex 507121f7fe removing AFMT_ dependancy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14246 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-27 17:30:15 +00:00
reimar 05026693d2 Set message level of the added subtitle message to INFO, fixes bug #139
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14242 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-26 10:46:39 +00:00
reimar 3426117ee8 Use demuxer_get_percent_pos for the OSD position bar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14198 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-21 12:25:59 +00:00
reimar 5506de26eb Hopefully fixes problems with non-working vobsubs.
Applied so it gets some testing before release.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14189 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-19 16:59:39 +00:00
reimar 9ab1a4b573 Set mixer.afilter at a more appropriate place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14173 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-17 16:23:50 +00:00
reimar ac71a892e1 10l, should check for != NULL before using not after...
fixes speed setting with -nosound, fix by uau on IRC


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14141 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-10 23:04:54 +00:00
aurel 543dcc07a5 enable the run slave commande even without libmenu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14088 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-02 14:37:16 +00:00
reimar e6524e5b09 use a configurable-size ringbuffer instead of a pipe for buffering key events.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14078 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-12-01 12:22:39 +00:00
henry abe3681629 rescale the fonts with hidden OSD too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14054 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-26 10:32:53 +00:00
mosu 50a86fcc34 Output more information about vids, aids, sids, alangs and slangs with -identify. Patch by kiriuja <mplayer-patches@en-directo.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14047 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-25 22:24:00 +00:00
reimar 987c740e5f add "pausing" prefix for MPlayer commands
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13992 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-20 10:51:13 +00:00
iive 1f6fb814b2 free freetype descriptor and library and mconfig data right before exit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13957 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 15:29:39 +00:00
diego 3ebf6f0135 Reduce excessive verbosity.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13947 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-15 09:09:29 +00:00
reimar a989f229c5 fix scrolling status line in windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13929 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-13 16:10:32 +00:00
reimar d05cfecee8 use get_screen_size from getch2.c instead of ioctl, fixes bug #131.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13907 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-09 20:09:26 +00:00
reimar 018de8438d fix insane CPU usage with ao_null
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13894 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-07 19:58:42 +00:00
reynaldo e524c836a0 Replaces edl_mute_count with togle making code more understandable, other trivial list suggested changes too, Patch by Oded Shimon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13883 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-05 21:44:20 +00:00
reynaldo 06cfdbf62b Fix broken seek while on edl and audio only, spoted by Oded Shimon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13869 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-03 21:37:09 +00:00
reynaldo 9de130f2dc Fix EDL mute behavior, Patch by Oded Shimon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13868 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-03 20:48:19 +00:00
reynaldo abd3866bfd fixed some doxygen comments, patch by Oded Shimon
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13859 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-03 00:08:03 +00:00
reimar eeb78020b6 reworked the status line to avoid scrolling and remove duplicate code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13858 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-11-02 23:06:12 +00:00
reimar 6d9b5684fd Allow attaching gdb on crash automatically.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13795 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-28 23:25:18 +00:00
reynaldo f992621f24 Fixed 2 debug edl messages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13774 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-26 21:38:57 +00:00
reimar 86b8e9abd7 cmd can be NULL when leaving the paused mode and using the GUI
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13769 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-26 09:32:51 +00:00
reimar f06a98dc9f 100l for playback speed changing in audio-only case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13744 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-23 18:57:06 +00:00
reimar 40a4d2586c 10l, missing playback_speed argument in mp_msg call.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13743 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-23 18:40:25 +00:00
reimar 9f64599b8f allow changing playback speed during playback.
Based on patch by Steve Mueller (diffusor <at> ugcs (dot) caltech [dot] edu),
OSD support by Frank Schertan (scherthan (at) uni-landau <dot> de),
several modifications by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13711 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-20 20:07:50 +00:00
faust3 fec22a5be7 10l, patch by Jan Knutar <jknutar@nic.fi>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13685 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-18 21:16:45 +00:00
reimar b6cc03ac9b allow to step only one frame forward by pressing s.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13627 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-12 22:10:56 +00:00
reimar 830b241f3f Do not loose commands while paused.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13604 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-10 17:39:07 +00:00
diego 2ae4fd50f0 printf --> mp_msg conversion
patch by the Wanderer <inverseparadox at comcast dot net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13578 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-10-07 00:14:23 +00:00
joey c9040923b7 show ogg subtitle language on OSD, if available
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13503 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 14:00:49 +00:00
joey baef32bc2c fix sub_select fiasco with global sub numbering. now multiple sub sources can be managed in essentially one list.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13502 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 13:51:20 +00:00
joey 4ff50686d9 make sure exit_player gets called
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13501 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-28 13:43:47 +00:00
faust3 a5b8e5f858 handle sigchld in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13392 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-19 18:45:11 +00:00
diego a42fd601ef Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patch
by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling
and wording corrections by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-17 02:28:44 +00:00
faust3 7a7248586c make it possible to use the run command from a menu config file, based on a patch by Aurelien Jacobs <aurel@gnuage.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13354 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-16 09:25:56 +00:00
faust3 c2c997fda1 fix ineffectual video equalizer command line options, patch by kiriuja <mplayer-bugs at en-directo.net>, closes #37, some more variable docu by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13342 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-09-15 11:26:45 +00:00