summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Collapse)AuthorAgeFilesLines
* support swscaler for i420alex2002-02-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
* div3/vfw encoding fixedarpi2002-02-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
* temp. workaround for VFW upside-down fliparpi2002-02-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4626 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial seeking (-ss) support in mencoderrfelker2002-02-101-3/+29
| | | | | | | 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)arpi2002-02-071-1/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4576 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix spudec, faszom (C#)pontscho2002-02-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4558 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows to users control direct renderingnick2002-02-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4495 b3059339-0415-0410-9bf9-f77b7e298cf2
* config file support for mencoderrfelker2002-02-021-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4489 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor fixesnick2002-02-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4463 b3059339-0415-0410-9bf9-f77b7e298cf2
* Providing new tune infonick2002-02-011-2/+2
| | | | 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>arpi2002-01-311-2/+109
| | | | 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 ↵rfelker2002-01-291-4/+7
| | | | | | 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:nick2002-01-281-5/+0
| | | | | | | | | | | | | | | 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 linearpi2002-01-271-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4395 b3059339-0415-0410-9bf9-f77b7e298cf2
* ETA/Esize for 3pass encoding from stdinarpi2002-01-271-0/+4
| | | | 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 totalarpi2002-01-271-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for HW equalizingnick2002-01-271-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4389 b3059339-0415-0410-9bf9-f77b7e298cf2
* ETA/Esize/fps and some more... - new statuslinearpi2002-01-271-8/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4388 b3059339-0415-0410-9bf9-f77b7e298cf2
* debug printfs... - 10larpi2002-01-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4379 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate calculator fix?arpi2002-01-271-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4378 b3059339-0415-0410-9bf9-f77b7e298cf2
* more audiocopy fixes (especially for .asf)arpi2002-01-271-13/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4371 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio copy fixarpi2002-01-271-10/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4370 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate calculator for 650/700 mb cdromarpi2002-01-271-0/+7
| | | | 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 ↵arpi2002-01-261-8/+46
| | | | | | frameno.avi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4368 b3059339-0415-0410-9bf9-f77b7e298cf2
* added better fourcc handling for lavc, exiting if no lavc video codec name ↵alex2002-01-261-14/+46
| | | | | | specified git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4366 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nosound/-sound and -ovc null to mencoder.kmkaplan2002-01-261-2/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-241-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavcopts vme= option to set motion estimation method - patch by Rich Felker ↵arpi2002-01-171-0/+6
| | | | | | <dalias@aerifal.cx> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4208 b3059339-0415-0410-9bf9-f77b7e298cf2
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and ↵pontscho2002-01-151-22/+0
| | | | | | remove gui dependencie in mencoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
* -endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-151-0/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4160 b3059339-0415-0410-9bf9-f77b7e298cf2
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-7/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DVD subtitles to menoderkmkaplan2002-01-111-0/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4089 b3059339-0415-0410-9bf9-f77b7e298cf2
* libcss support in mencoder, toolgb2002-01-041-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3980 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4encore is detectedarpi2001-12-301-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3895 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for I420 input (used by TV V4L) in lavc encoderalex2001-12-261-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3765 b3059339-0415-0410-9bf9-f77b7e298cf2
* search codecs.conf at CONFDIRarpi2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3749 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-241-15/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3713 b3059339-0415-0410-9bf9-f77b7e298cf2
* supporting -ofps by lavc, using avcodec_find_encoder_by_name (latest ↵alex2001-12-241-2/+3
| | | | | | libavcodec cvs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3703 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc quality fixed - using right fpsarpi2001-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3694 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed scaling and colors with libavcodec (and some comments added)alex2001-12-241-9/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3692 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for priotity <int> in codecs.conf, higher numbers are betteratmos42001-12-231-1/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3668 b3059339-0415-0410-9bf9-f77b7e298cf2
* made divx4 optional (also configure checking needed) and added avcodec_closealex2001-12-221-6/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3664 b3059339-0415-0410-9bf9-f77b7e298cf2
* added libavcodec support (mjpeg,h263,rv10,mpeg1 codecs tested&working) and ↵alex2001-12-221-1/+176
| | | | | | added -ffourcc option (force fourcc in ouput) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3658 b3059339-0415-0410-9bf9-f77b7e298cf2
* precachingarpi2001-12-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Adam Di Carlo <adam@onshore-devel.com>:pl2001-12-161-0/+4
| | | | | | | * 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
* support for RGB/BGR modes (tested with raw and divx4)alex2001-12-151-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3505 b3059339-0415-0410-9bf9-f77b7e298cf2
* vcodec_raw addedalex2001-12-131-1/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3481 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed cbr audiocopy (if no sh_audio->wf)alex2001-12-081-5/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3386 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed framecopyalex2001-12-081-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3385 b3059339-0415-0410-9bf9-f77b7e298cf2
* no filename needed for tv grabbingalex2001-12-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3379 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not fault if 2pass VbrControl can't open the logfilealex2001-12-081-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3378 b3059339-0415-0410-9bf9-f77b7e298cf2
* set all frames to keyframes for -ovc frameno - allow seeking in resulting ↵arpi2001-12-071-1/+1
| | | | | | audio-only avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3364 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. frame skipping fixed for -ovc framenoarpi2001-12-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3363 b3059339-0415-0410-9bf9-f77b7e298cf2
* new video codec: frameno (just the number of frame - for 3-pass encoding)arpi2001-12-061-3/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3362 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmp3lame optionalarpi2001-12-061-3/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3358 b3059339-0415-0410-9bf9-f77b7e298cf2
* Using CBR stream format for CBR mp3 audioarpi2001-12-061-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3355 b3059339-0415-0410-9bf9-f77b7e298cf2
* CPU detection addedarpi2001-12-041-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3324 b3059339-0415-0410-9bf9-f77b7e298cf2
* use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>arpi2001-12-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3321 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix if only -x or only -y is usedmichael2001-12-011-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3241 b3059339-0415-0410-9bf9-f77b7e298cf2
* yv12 scaling (-x & -y)michael2001-12-011-10/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3237 b3059339-0415-0410-9bf9-f77b7e298cf2
* banner + version printedarpi2001-11-181-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2979 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added proper #include's for libvo2mswitch2001-11-141-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2898 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes a segfault if file specified in -o can't be accessedpl2001-11-131-0/+5
| | | | | | | (bug found by Colin Marquardt <colin@marquardt-home.de>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2888 b3059339-0415-0410-9bf9-f77b7e298cf2
* fourcc mapping fixedarpi2001-11-131-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2885 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aid fixedarpi2001-11-131-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2883 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typos - patch by Colin Marquardt <colin@marquardt-home.de>pl2001-11-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2841 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for UYVYarpi2001-11-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2826 b3059339-0415-0410-9bf9-f77b7e298cf2
* -oac/-ovc (fake:))arpi2001-11-031-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2662 b3059339-0415-0410-9bf9-f77b7e298cf2
* avg bps calc fixedarpi2001-11-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2656 b3059339-0415-0410-9bf9-f77b7e298cf2
* WMP compatibility fixedarpi2001-11-031-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2654 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 2-pass support, -frames optionarpi2001-11-031-12/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2644 b3059339-0415-0410-9bf9-f77b7e298cf2
* -srate and -pp 0 fixesarpi2001-11-021-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2640 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed AVI header creation - now should be compatible with NaNdubarpi2001-11-021-5/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2636 b3059339-0415-0410-9bf9-f77b7e298cf2
* kurva gui.pontscho2001-11-021-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2628 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx4 and lame subconfig supportarpi2001-11-021-35/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2627 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose fixedarpi2001-11-021-24/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2623 b3059339-0415-0410-9bf9-f77b7e298cf2
* mencoder commandline handlingarpi2001-11-021-13/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2619 b3059339-0415-0410-9bf9-f77b7e298cf2
* new A-V sync correction and fps conversion stuffarpi2001-11-011-18/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2614 b3059339-0415-0410-9bf9-f77b7e298cf2
* input A-V sync correctionarpi2001-11-011-45/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2606 b3059339-0415-0410-9bf9-f77b7e298cf2
* nosound fixed?arpi2001-10-311-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2601 b3059339-0415-0410-9bf9-f77b7e298cf2
* libmp3lame vbr mp3 supportarpi2001-10-311-151/+71
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2592 b3059339-0415-0410-9bf9-f77b7e298cf2
* PCM audioarpi2001-10-311-11/+208
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2584 b3059339-0415-0410-9bf9-f77b7e298cf2
* avi audio stream copy supportarpi2001-10-301-9/+107
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2582 b3059339-0415-0410-9bf9-f77b7e298cf2
* YV12 fixed (for mpeg)arpi2001-10-301-3/+6
|