aboutsummaryrefslogtreecommitdiffhomepage
path: root/mencoder.c
Commit message (Collapse)AuthorAge
* video codecs moved to libmpencoders, crop/scale removed, use -vop for thatGravatar arpi2002-04-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dirty hack to fix mencoder until someone does all the new filter/vo stuff ↵Gravatar rfelker2002-04-10
| | | | | | right :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5547 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_config_count now counts calls to vo->config()Gravatar arpi2002-04-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5512 b3059339-0415-0410-9bf9-f77b7e298cf2
* video filter layer - written from scratch, but inspired a lot by Fredrik ↵Gravatar arpi2002-04-06
| | | | | | Kuivinen's patch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5508 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5438 b3059339-0415-0410-9bf9-f77b7e298cf2
* -alang/-slang support in mencoder tooGravatar arpi2002-03-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5437 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>Gravatar kmkaplan2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5393 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec 2pass broke mencoder if divx4encore was not available. fixed.Gravatar rfelker2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5391 b3059339-0415-0410-9bf9-f77b7e298cf2
* * New command line switch for mplayer & mencoder:Gravatar kmkaplan2002-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | -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
* 2-pass lavc encoding fixedGravatar arpi2002-03-29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5387 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2-pass encoding with libavcodec - untestedGravatar arpi2002-03-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5384 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec 4mv supportGravatar michael2002-03-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5377 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset selectionGravatar arpi2002-03-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for cropping in mencoder. New options:Gravatar ksorim2002-03-23
| | | | | | | | | | -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
* splitted mp_msg_init and mp_msg_set_levelGravatar alex2002-03-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5224 b3059339-0415-0410-9bf9-f77b7e298cf2
* migrate to new init_video()Gravatar arpi2002-03-18
| | | | | | | | 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
* libavcodec bitrate is in kbit now ...Gravatar michael2002-03-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5171 b3059339-0415-0410-9bf9-f77b7e298cf2
* supporting ffmpegs "hopefully better bitrate control"Gravatar michael2002-03-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5167 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed pitches[] messGravatar arpi2002-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5150 b3059339-0415-0410-9bf9-f77b7e298cf2
* exclude benchmark stuff execution from normal playbackGravatar nick2002-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4845 b3059339-0415-0410-9bf9-f77b7e298cf2
* frame dropping prediction with benchmarksGravatar nick2002-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4839 b3059339-0415-0410-9bf9-f77b7e298cf2
* max & average benchmarksGravatar nick2002-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4835 b3059339-0415-0410-9bf9-f77b7e298cf2
* Options registration for mencoderGravatar albeu2002-02-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4768 b3059339-0415-0410-9bf9-f77b7e298cf2
* we're in the year 2002Gravatar jaf2002-02-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4758 b3059339-0415-0410-9bf9-f77b7e298cf2
* using mencoder_exit instead exit and returnGravatar alex2002-02-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4744 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehhGravatar arpi2002-02-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4704 b3059339-0415-0410-9bf9-f77b7e298cf2
* support swscaler for i420Gravatar alex2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
* div3/vfw encoding fixedGravatar arpi2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
* temp. workaround for VFW upside-down flipGravatar arpi2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4626 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial seeking (-ss) support in mencoderGravatar rfelker2002-02-10
| | | | | | | 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
* VfW encoding support (very alpha yet)Gravatar arpi2002-02-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix spudec, faszom (C#)Gravatar pontscho2002-02-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingGravatar nick2002-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
* config file support for mencoderGravatar rfelker2002-02-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesGravatar nick2002-02-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4463 b3059339-0415-0410-9bf9-f77b7e298cf2
* Providing new tune infoGravatar nick2002-02-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4454 b3059339-0415-0410-9bf9-f77b7e298cf2
* new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>Gravatar arpi2002-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4428 b3059339-0415-0410-9bf9-f77b7e298cf2
* added constant-qscale encoding support with lavc, fixed slightly incorrect ↵Gravatar rfelker2002-01-29
| | | | | | definition for the vme lavc option git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4409 b3059339-0415-0410-9bf9-f77b7e298cf2
* New logic of HW equalizing:Gravatar nick2002-01-28
| | | | | | | | | | | | | | | 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
* show actual video:audio bitrates at status lineGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4395 b3059339-0415-0410-9bf9-f77b7e298cf2
* ETA/Esize for 3pass encoding from stdinGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4394 b3059339-0415-0410-9bf9-f77b7e298cf2
* status print fixes - DVD estimation worx, print remaining time instead of totalGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for HW equalizingGravatar nick2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4389 b3059339-0415-0410-9bf9-f77b7e298cf2
* ETA/Esize/fps and some more... - new statuslineGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4388 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printfs... - 10lGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4379 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate calculator fix?Gravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4378 b3059339-0415-0410-9bf9-f77b7e298cf2
* more audiocopy fixes (especially for .asf)Gravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4371 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio copy fixGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4370 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate calculator for 650/700 mb cdromGravatar arpi2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4369 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3-pass encoding support (reads frame skip/dup control and audio stream from ↵Gravatar arpi2002-01-26
| | | | | | frameno.avi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4368 b3059339-0415-0410-9bf9-f77b7e298cf2