1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00
Commit Graph

6839 Commits

Author SHA1 Message Date
pontscho
f0706d8af6 fix audio files (mp3,wav) position calc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6839 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 11:46:29 +00:00
jaf
dec82c2166 update by "Jiri Svoboda" <jiri.svoboda@seznam.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6838 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 09:17:19 +00:00
rfelker
3169fce45c added missing formats :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6837 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-29 16:24:40 +00:00
atmos4
60e4b5d81c 10l to dunno
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6836 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 22:29:04 +00:00
atmos4
10baacbf5f Fix overall frametime overflow, hopefully long long int is portable. (untested, will test tomorrow)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6835 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 22:09:03 +00:00
atmos4
9d613c659c Add type= and fix a minor typing difference from ffmpeg
(now encoding (ffmpeg) and playback (mplayer) differ just on one of 1438lines - 0.1error in rounding ;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6834 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 21:56:18 +00:00
arpi
60d27c02ed ... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6833 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 21:30:09 +00:00
kmkaplan
574cd16de4 Use RGB for palette from .IDX file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6832 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 16:37:05 +00:00
kmkaplan
e8982a40aa Transform Vobsub subtitles into Subrip text subtitles using GOCR/JOCR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6831 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 16:30:52 +00:00
kmkaplan
599cf07dc3 New function vobsub_get_next_packet for subrip.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6830 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 16:28:30 +00:00
atmos4
1d3c0d3999 Generate ffmpeg compatible vstats_<time>.log, when -lavdopts vstats is specified.
Data in my tests was 100% the same, only type= is currently missing, as avctx->key_frame
isn't set on decoding and I dunno where to get that info from mplayer-core.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6829 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 15:54:26 +00:00
atmos4
93c6b5610a Make vobsub palette generation compatible with windows vobsub.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6828 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 12:01:32 +00:00
atmos4
56f26c7ee5 Flush from my local tree, probably more future safe mangle decision of OpenBSD, in case they switch over to ELF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6827 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-28 11:07:30 +00:00
atmos4
91802c2ac5 Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6826 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 22:10:58 +00:00
frodone
ca6b42d079 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6825 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 20:46:48 +00:00
atmos4
982c1f9872 remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat struct
(it is remapped to __st_size64, which is never set when calling stat()), this
is needed for an upcoming libmpdvdkit cygwin patch.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 18:33:44 +00:00
jaf
c698472b07 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6823 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 14:52:38 +00:00
kmkaplan
d5b9753ad2 Document rectangle plugin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6822 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 12:18:53 +00:00
kmkaplan
82d7ad5c0f New plugin to test crop parameters. Arguments are the same as for the
crop plugin.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6821 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 11:40:15 +00:00
frodone
fbc9c8e7a2 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6820 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 01:12:53 +00:00
albeu
06693273a4 Add loadfile and loadlist commands. May be buggy if the filename contain some
spaces.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6819 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 21:26:39 +00:00
alex
a70e4ff973 removed query_vaa
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6818 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 12:42:43 +00:00
albeu
419943f3c7 Add uninit to the avi demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6817 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 12:36:13 +00:00
alex
6ce6f1d587 equalizer docs updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6816 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 12:22:49 +00:00
atmos4
1036563da9 warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6815 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 04:04:51 +00:00
diego
a77926321c Reorganized the README. More general information up front, more concise
steps.  Added Step0 with downloading instructions instead of repeating this
in several steps.  Mention system wide as well as per user file locations.
Rewordings everywhere, hopefully clearer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6814 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 03:53:27 +00:00
diego
4da5a5449f limit parameter for cropdetect, fixed column.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6813 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 03:28:07 +00:00
diego
1f00b2bb4a Reviewed Filter section, added limit parameter to cropdetect, not only SDL
supports expand.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6812 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 03:24:24 +00:00
albeu
c46636cafb 10L free the cache
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6811 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 02:32:41 +00:00
albeu
8e87a008b8 10L bugs founds by Jindrich Makovicka <makovick at MLinux dot fjfi dot cvut dotcz>
Fix the eq


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6810 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 02:04:11 +00:00
arpi
4ac4c05845 documenting cropdetect's parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6809 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 00:12:13 +00:00
atmos4
000819f4fe Improved ao_arts delay and buff er handling, patch by Szombathelyi Gy|rgy <gyurco@freemail.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6808 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-26 00:02:31 +00:00
arpi
9751597015 10l bug fixed (info.cap |= -> = )
some cosmetics


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6807 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:54:03 +00:00
arpi
08cf98b3f2 vide EQ fixed - lumactl register is not readable!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6806 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:52:51 +00:00
nexus
4bc99b6f96 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6805 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:37:55 +00:00
arpi
72afb2c60c video eq:
- ignore case
- -100..100 -> -128..128 remapping


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6804 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:18:49 +00:00
arpi
c473afb58e eq range mapping -100..100 => 0..100
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6803 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:14:45 +00:00
arpi
95f431959a SetValue: ignore case of 'item'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6802 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 22:13:59 +00:00
arpi
2bd737b396 print warning about unsupported video eq attributes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6801 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 21:55:13 +00:00
arpi
205024fed1 eq fixed, based on patch by .so
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6800 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 21:36:04 +00:00
arpi
18e083f217 - fixed overflow by +-0x80
- save brightness/contrast values, so they won't be reset at next file


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6799 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 21:34:24 +00:00
pontscho
d462fc4317 upsz, sorry, i forgott this :) (skin name saving:)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6798 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 21:31:36 +00:00
pontscho
27717ca510 add preferences to gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6797 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:34:33 +00:00
pontscho
dde3c15266 - add some control (ao_oss, pl_extrastereo)
- cosmetic


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6796 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:28:47 +00:00
pontscho
b1be9a6a39 - add preferences support (first try)
- fix some playlist bug
- fix some equ bug
- fix some redraw bug
- fix dvd playing
- fix file open dialog box
- etc.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6795 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:26:38 +00:00
arpi
9ba7dabbab more eq cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6794 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 20:23:18 +00:00
kmkaplan
86be4b3562 Correct dump_srt millisecond output
Add support for input from frame based subtitles to dump_srt.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6793 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 18:05:08 +00:00
arpi
fd031ad208 codmetics :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6792 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 16:39:22 +00:00
arpi
3549a86316 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6791 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 15:32:29 +00:00
alex
e354f2b7c1 little fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6790 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 13:38:14 +00:00