Commit Graph

94 Commits

Author SHA1 Message Date
nick 93c371d589 exclude benchmark stuff execution from normal playback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4845 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 17:10:06 +00:00
nick e11b23dc5d frame dropping prediction with benchmarks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4839 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 15:54:13 +00:00
nick 5f2178bed7 max & average benchmarks
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4835 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-24 11:23:48 +00:00
albeu 9680e72621 Options registration for mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4768 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 17:02:31 +00:00
jaf f60c4ff83a we're in the year 2002
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4758 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-18 20:17:36 +00:00
alex 5e06751b43 using mencoder_exit instead exit and return
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4744 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-17 13:50:26 +00:00
arpi b7e2f52fba ehh
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4704 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-14 22:03:42 +00:00
alex 1c8c89ddae support swscaler for i420
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 13:11:11 +00:00
arpi c7fb41804c div3/vfw encoding fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 12:20:50 +00:00
arpi 224af07cfd temp. workaround for VFW upside-down flip
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4626 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:55:10 +00:00
rfelker 412bac90a8 initial seeking (-ss) support in mencoder
make mplayer's default video encoder fallback to libavcodec or raw if divx4 isn't supported


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4621 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-10 00:07:34 +00:00
arpi 73ffeb2542 VfW encoding support (very alpha yet)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4576 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-07 20:22:03 +00:00
pontscho c50aa0dd88 fix spudec, faszom (C#)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-06 22:55:47 +00:00
nick 104c125e6d Allows to users control direct rendering
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-03 09:28:58 +00:00
rfelker 0234e8f3c7 config file support for mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4489 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-02 23:39:53 +00:00
nick 944200b2f8 Minor fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4463 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-01 11:41:38 +00:00
nick aec5dcc834 Providing new tune info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4454 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-01 08:50:45 +00:00
arpi 79bc2e797d new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4428 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-31 00:38:53 +00:00
rfelker 4c4a168a01 added constant-qscale encoding support with lavc, fixed slightly incorrect definition for the vme lavc option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4409 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-29 16:27:21 +00:00
nick 92c5c27464 New logic of HW equalizing:
1) Check HW capability.
2) If HW equalizer is capable control value then use it.
   In this case value of control is in range -100 : +100 (10x)
3) If not then try use SW equalizing (currently only divxds).
   Use old range (0 : +100) for that.
Well, you shouldn't watch OSD bar if neighter HW nor SW equalizers
are not capable control value.
TODO: find out keys (maybe Rr Bb Gg) or 'on screen menu' for RGB intensity
and OEM effects (fx).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4396 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-28 07:29:17 +00:00
arpi fe6143b592 show actual video:audio bitrates at status line
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4395 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 21:46:06 +00:00
arpi 7c29364fbd ETA/Esize for 3pass encoding from stdin
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4394 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 21:37:46 +00:00
arpi 92d46e2cc2 status print fixes - DVD estimation worx, print remaining time instead of total
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4393 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 20:34:31 +00:00
nick bffd400795 Support for HW equalizing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 18:39:53 +00:00
arpi fc476c1b70 ETA/Esize/fps and some more... - new statusline
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4388 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 18:29:33 +00:00
arpi 43322395d1 debug printfs... - 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4379 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 14:35:48 +00:00
arpi 2bf1f4910d bitrate calculator fix?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4378 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 14:16:32 +00:00
arpi 10135b5149 more audiocopy fixes (especially for .asf)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4371 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 02:31:06 +00:00
arpi 6fc4d6bc0c audio copy fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4370 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 01:23:23 +00:00
arpi 7f0d308a04 bitrate calculator for 650/700 mb cdrom
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4369 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-27 00:43:57 +00:00
arpi e5b0a28273 3-pass encoding support (reads frame skip/dup control and audio stream from frameno.avi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4368 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-26 22:30:02 +00:00
alex c62bf6319b added better fourcc handling for lavc, exiting if no lavc video codec name specified
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4366 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-26 20:18:59 +00:00
kmkaplan 875f1a6311 Add -nosound/-sound and -ovc null to mencoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-26 16:32:06 +00:00
kmkaplan 6465fc7b73 Extended DVD chapter specification. Remove -last-chapter option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-24 23:02:59 +00:00
arpi 46674e633c -lavcopts vme= option to set motion estimation method - patch by Rich Felker <dalias@aerifal.cx>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4208 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:02:41 +00:00
pontscho 8d184312b0 small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 17:03:19 +00:00
arpi 6bc31aecea -endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4160 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 00:20:50 +00:00
arpi ef4a38a54e playtree-based config patch by Alban Bedel <albeu@free.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4157 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-14 23:38:49 +00:00
kmkaplan 940ceca1e7 Add DVD subtitles to menoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 16:06:45 +00:00
lgb e360cb9644 libcss support in mencoder, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3980 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-04 14:03:02 +00:00
arpi 5d1eb6d227 divx4encore is detected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3895 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-30 13:20:55 +00:00
alex 77e6669a09 added support for I420 input (used by TV V4L) in lavc encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3765 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-26 13:32:00 +00:00
arpi 5df17becc8 search codecs.conf at CONFDIR
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3749 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-25 21:59:07 +00:00
atmos4 a353d784a8 fixed priority support, tested with -vfm -vc, etc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3713 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 14:01:55 +00:00
alex b764f8e751 supporting -ofps by lavc, using avcodec_find_encoder_by_name (latest libavcodec cvs)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3703 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 10:54:11 +00:00
arpi 9d3461efab lavc quality fixed - using right fps
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3694 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 02:11:49 +00:00
alex d892635b8b fixed scaling and colors with libavcodec (and some comments added)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3692 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-24 01:11:39 +00:00
atmos4 e0faf28d8e add support for priotity <int> in codecs.conf, higher numbers are better
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3668 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-23 11:58:57 +00:00
alex b0d4405793 made divx4 optional (also configure checking needed) and added avcodec_close
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3664 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-22 16:59:10 +00:00
alex cd940231ca added libavcodec support (mjpeg,h263,rv10,mpeg1 codecs tested&working) and added -ffourcc option (force fourcc in ouput)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3658 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-22 14:32:08 +00:00