arpi
92c3b9234a
cbr mp3 + wmp fixed (hopefully, untested)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5674 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-18 14:23:07 +00:00
arpi
4b19442d56
DVD subs fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5671 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-17 22:17:32 +00:00
arpi
51e8f97ef7
enabled new OSD code in -vop expand, subtitles rendering support to mencoder
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5670 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-17 21:51:18 +00:00
arpi
5460fb3727
-skiplimit/-noskip options to disable fps correction
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-15 02:33:05 +00:00
arpi
3370d0d264
-sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5627 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-15 00:36:21 +00:00
arpi
2bea9b36a7
mp_image.h and img_format.h moved to libmpcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:14:34 +00:00
arpi
1a8975c9d8
-ovc libdv support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5579 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 21:50:38 +00:00
arpi
e40b5a0509
BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>
...
- tvi interface changes, grab_audio/video now returns timestamp!
- tv demuxer gets 'ds' hint too
- some verbose skip/dup counters to mencoder
- tvi_bsdbt848.c updates
- aviwrite/mencoder size types int->off_t
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 10:40:38 +00:00
arpi
060e1d7919
VCODEC_RAW fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5570 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-12 00:15:03 +00:00
arpi
3e54c28df8
video codecs moved to libmpencoders, crop/scale removed, use -vop for that
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5554 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-11 02:52:03 +00:00
rfelker
3b1c7f18da
Dirty hack to fix mencoder until someone does all the new filter/vo stuff right :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5547 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-10 12:43:26 +00:00
arpi
69a4881d04
vo_config_count now counts calls to vo->config()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-07 02:12:15 +00:00
arpi
e24cd4d942
video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5508 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-06 22:05:01 +00:00
arpi
45b4de7e32
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5438 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 22:12:39 +00:00
arpi
0f88f9046e
-alang/-slang support in mencoder too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5437 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 22:01:54 +00:00
kmkaplan
d40f8f30c2
Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5393 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 15:12:41 +00:00
rfelker
f7573d2c09
libavcodec 2pass broke mencoder if divx4encore was not available. fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 07:20:44 +00:00
kmkaplan
4d38521e2c
* New command line switch for mplayer & mencoder:
...
-ifo <ifo file>
Indicate the file that will be used to load palette and frame size
for MPEG subtitles.
* mencoder.c:
Fix cropping when decoding MPEG2.
* spudec.c:
If scaling is needed only do it once.
Change WITH_NO_ANTIALIASING to ANTIALIASING_ALGORITHM.
* vobsub.c:
Support reading info regarding size and palette from IDX file instead of IFO file.
Support streams containing audio or video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 03:17:57 +00:00
arpi
dee3c8d0f0
2-pass lavc encoding fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5387 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 01:01:35 +00:00
arpi
c96745660a
2-pass encoding with libavcodec - untested
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5384 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 23:45:33 +00:00
michael
1023cef0c8
libavcodec 4mv support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5377 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-28 05:01:09 +00:00
arpi
365c7ec187
reset selection
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5330 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 03:20:42 +00:00
ksorim
d648ac60af
Support for cropping in mencoder. New options:
...
-x0, -y0: upper-left corner of rectangle to be cut out
-xsize, -ysize: Size of rectangle to cut out
Cropping is done before scaling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5271 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 13:13:12 +00:00
alex
f8b635b46e
splitted mp_msg_init and mp_msg_set_level
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5224 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-20 15:38:13 +00:00
arpi
1ba76c9bbb
migrate to new init_video()
...
out_fmt selection moved to dummy vo's query_format
mpeg4 fourcc changed, MP4S used in new asf files on the net differs from this
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5177 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-18 01:51:47 +00:00
michael
cc65feabd1
libavcodec bitrate is in kbit now ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5171 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-18 01:00:43 +00:00
michael
07629da493
supporting ffmpegs "hopefully better bitrate control"
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5167 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-17 17:09:04 +00:00
arpi
c294d96a27
removed pitches[] mess
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5150 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 22:51:07 +00:00
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
arpi
267916c82b
precaching
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3564 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-17 16:56:56 +00:00
pl
177e7a92d4
Patch by Adam Di Carlo <adam@onshore-devel.com>:
...
* mencoder.c: If we HAVE_LIBCSS we need to include libmpdemux/dvdauth.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3522 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-16 11:37:23 +00:00
alex
130c8667e1
support for RGB/BGR modes (tested with raw and divx4)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3505 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-15 17:12:20 +00:00
alex
0be065edc2
vcodec_raw added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3481 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-13 17:50:19 +00:00
alex
41ad8a689b
fixed cbr audiocopy (if no sh_audio->wf)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3386 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 13:30:06 +00:00
alex
290742a2be
fixed framecopy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3385 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 12:21:23 +00:00
alex
05612a2bbf
no filename needed for tv grabbing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3379 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 02:47:55 +00:00
alex
2385cbd922
do not fault if 2pass VbrControl can't open the logfile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3378 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-08 01:43:02 +00:00
arpi
216a005017
set all frames to keyframes for -ovc frameno - allow seeking in resulting audio-only avi
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3364 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 00:12:51 +00:00
arpi
de95a93466
ehh. frame skipping fixed for -ovc frameno
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3363 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-07 00:11:12 +00:00
arpi
f513ccbb36
new video codec: frameno (just the number of frame - for 3-pass encoding)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3362 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-06 23:59:46 +00:00
arpi
64d92d7732
libmp3lame optional
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3358 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-06 22:27:09 +00:00
arpi
a875c26d75
Using CBR stream format for CBR mp3 audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3355 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-06 21:50:35 +00:00
arpi
dfff4e2b56
CPU detection added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3324 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 21:35:18 +00:00
arpi
2f124ad8d2
use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3321 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-04 20:35:31 +00:00
michael
6db942a8e6
bugfix if only -x or only -y is used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3241 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 12:24:46 +00:00
michael
41d658fb35
yv12 scaling (-x & -y)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3237 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-01 01:29:25 +00:00
arpi
90037e7409
banner + version printed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2979 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-18 19:12:25 +00:00
mswitch
48d15985bf
Added proper #include's for libvo2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2898 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-14 11:16:45 +00:00
pl
9590f33666
fixes a segfault if file specified in -o can't be accessed
...
(bug found by Colin Marquardt <colin@marquardt-home.de>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2888 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 23:43:33 +00:00
arpi
0470344616
fourcc mapping fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2885 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 22:58:14 +00:00
arpi
06c7ba6ca8
-aid fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2883 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-13 21:43:29 +00:00
pl
e4eb3f9755
fix typos - patch by Colin Marquardt <colin@marquardt-home.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2841 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 16:15:24 +00:00
arpi
148f27c15f
support for UYVY
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2826 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-11 13:23:28 +00:00
arpi
88f3691ded
-oac/-ovc (fake:))
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2662 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 23:01:17 +00:00
arpi
c929d09639
avg bps calc fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2656 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 21:09:21 +00:00
arpi
192e7ca356
WMP compatibility fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2654 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 21:00:04 +00:00
arpi
d5f3250c54
divx4 2-pass support, -frames option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2644 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-03 00:44:02 +00:00
arpi
a046e52406
-srate and -pp 0 fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2640 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 20:05:36 +00:00
arpi
c890da19bb
fixed AVI header creation - now should be compatible with NaNdub
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2636 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 17:43:05 +00:00
pontscho
076d7e8a88
kurva gui.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2628 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 10:26:58 +00:00
arpi
dff85c8212
divx4 and lame subconfig support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2627 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 03:22:33 +00:00
arpi
268dfb4748
verbose fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2623 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 02:08:00 +00:00
arpi
f7e6998fd0
mencoder commandline handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2619 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-02 01:25:13 +00:00
arpi
e029e5dbd4
new A-V sync correction and fps conversion stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2614 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-01 21:47:28 +00:00
arpi
4fa41be71e
input A-V sync correction
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2606 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-11-01 02:31:23 +00:00
arpi
147d290458
nosound fixed?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2601 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 22:59:56 +00:00
arpi
b8f593d848
libmp3lame vbr mp3 support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2592 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 16:08:01 +00:00
arpi
7048edd86f
PCM audio
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2584 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-31 00:25:28 +00:00
arpi
fbfd7df512
avi audio stream copy support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2582 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 23:17:35 +00:00
arpi
7627e40615
YV12 fixed (for mpeg)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2578 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 22:27:37 +00:00
arpi
83ce6ce362
fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2575 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 21:55:28 +00:00
arpi
bac8e0b06c
simplified
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2572 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-30 21:22:28 +00:00
arpi
e76a77ce14
very alpha code - needs Makefile modifications to compile
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2532 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-29 01:11:18 +00:00