1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 21:31:13 +00:00
Commit Graph

8515 Commits

Author SHA1 Message Date
arpi
3d51a6039a I have rewritten the gif89a vo in order to solve some problems I had
with it.  These are:
1) current code is messy
2) poor comments, if any
3) inaccurate frame dropping and delay code
4) output filename hardcoded
5) output framerate as integer

You may specify the output filename and framerate like so:
-vo gif89a:4.33           4.33 fps output
-vo gif89a:some.gif       output to some.gif
-vo gif89a:5.02:new.gif   output to new.gif at 5.02 fps
The filename defaults to out.gif, and the framerate defaults to 5 fps.

by Joey Parrish <joey@nicewarrior.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8515 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 21:07:16 +00:00
alex
013826647e more safer version by the author
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 21:01:19 +00:00
arpi
82c2286358 10l fix by eviv bulgroz <ebulgroz@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8513 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 21:00:45 +00:00
arpi
ac52ed1b31 set keyframe flag at encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 20:42:40 +00:00
arpi
b4b5c5c02d 1l (%d->%f), cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 20:39:40 +00:00
alex
41a234c631 removed the obsolete parts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8510 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 18:22:08 +00:00
alex
446fb97c32 ooh. many mistakes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8509 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 18:13:55 +00:00
alex
45868bd570 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8508 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 18:11:10 +00:00
alex
bede764c6b pci_names.c creation fixup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8507 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 17:49:52 +00:00
alex
289882d306 EPIA (CyberBlade/i1) driver by Alastair M. Robinson
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8506 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 13:06:23 +00:00
alex
cd0e55cbad corrected w32codec address (noticed by Peter Nelson on mplayer-users)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8505 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 21:43:18 +00:00
alex
6429f7e4fd svgalib kernelhelper support (based on patch by Matan Ziv-Av <matan@svgalib.org>) and some reordering/cleanup (part #1 ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8504 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 21:07:27 +00:00
nicolas
a75ffd19d6 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8503 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 20:39:11 +00:00
nicolas
7a22629023 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8502 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 20:32:15 +00:00
alex
1ef5d89492 Russian frequencies by Alexander S. Belov <asbel@sice.ru>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8501 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-20 13:18:41 +00:00
arpi
70ccd1c7d1 fixed memleak caused by multiple config() calls - thx Gabu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8500 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 22:33:59 +00:00
gabucino
5f400c5a7f sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8499 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 21:37:21 +00:00
gabucino
775d6990bd more_options removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8498 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 21:36:44 +00:00
gabucino
7f8c98cd7b too big readahead can be bad
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8497 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 21:35:30 +00:00
faust3
a099f6cf8c 10l - my system is very tolerant it seems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8496 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 12:01:50 +00:00
henry
bfddb0aa03 add a TV_SET_CNANNEL command
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8495 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-19 10:09:43 +00:00
iive
64cdb2097c *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8494 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-18 23:49:01 +00:00
michael
46c5f08554 mb qp limits
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8493 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-18 10:51:10 +00:00
rguyom
906a569973 Use the XVID_API_UNSTABLE macro instead of a home-made one.
Print a big warning if compiled for the unstable XViD tree.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8492 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-18 08:10:24 +00:00
rfelker
dba1874d20 1000l! I have no idea how this code worked at all before. I guess no
one tests win32 much anyway... :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8491 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-18 07:34:32 +00:00
jkeil
7094fe599b Re-write the soundcard.h test, so that it does not use a "!" operator.
This part of configure was failing on solaris, with an error message:

  Checking for soundcard.h ... ./configure: !: not found
  no


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8490 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-17 10:38:48 +00:00
atmos4
7176de8ea9 small typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8489 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-17 00:04:11 +00:00
henry
053fb6d2ab 1000L for messing up cvs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8488 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:38:56 +00:00
henry
396b7d7e56 handle bogus norm parameter; check for errors when setting norm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8487 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:27:39 +00:00
henry
311670caba don't give up when set_tuner fails; more zero div sanity checks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8486 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 23:24:02 +00:00
pontscho
fcea588a18 - fix (?) "mixer bug"
- fix audio_id/video_id changing
- fix some other bug


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8485 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 22:25:17 +00:00
gabucino
0e14c382cf Polish man updated
From: Zorg <kmaterka@wp.pl>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8484 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 21:44:38 +00:00
gabucino
eedd05ceb7 updated changelog for rc2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8483 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 21:36:36 +00:00
pontscho
3490a00e2b applied Gregory's patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8482 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 20:16:29 +00:00
nicolas
600abbc527 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8481 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 19:47:48 +00:00
nicolas
bf12125fec break one line too long in mplayer.1
sync on French/mplayer1


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 19:43:21 +00:00
pontscho
f7650ae79f disable DPMS handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8479 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 19:09:34 +00:00
henry
0c71a7f53c support for exotic norms
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8478 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 17:05:49 +00:00
mosu
ccf116f7ab bunkus: Restored sane line breaks. Added note about other DVD resolutions than 720x576.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8477 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 10:43:07 +00:00
nexus
f2ccd0fa56 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8476 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 10:25:31 +00:00
henry
b7a8d7f8ba v4l - dimensions in the example were not multiple of 16
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8475 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 09:56:13 +00:00
arpi
6f7916cae6 handle mencoder's 0-byte 'skipped frames'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8474 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 02:38:37 +00:00
arpi
0d2a42c583 10l
foudn by Steven Schultz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 02:22:37 +00:00
arpi
8dc0ce2ade Sorenson 1/3 encoding just for fun :)
ve_qtvideo code by Sascha Sommer
SVQ3 support hack by /me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 01:49:39 +00:00
arpi
6b9defb1fb CRLF->LF
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-16 01:47:42 +00:00
arpi
ce37a98f87 prepared for rc2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8470 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 23:46:47 +00:00
arpi
739eb2dff2 +MSGTR_BuiltinCodecsConf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 23:45:37 +00:00
arpi
d2392f8436 Fallback to builtin (generated from etc/codecs.conf at compile time)
codecs.conf if no ext configfile found.
Based on patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8468 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 23:45:19 +00:00
gabucino
b6ad7ce43d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8467 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 21:59:05 +00:00
arpi
521edee4c8 1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8466 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 19:08:11 +00:00