summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* Allows to users control direct renderingnick2002-02-031-0/+1
* config file support for mencoderrfelker2002-02-021-0/+14
* Minor fixesnick2002-02-011-1/+1
* Providing new tune infonick2002-02-011-2/+2
* new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-311-2/+109
* added constant-qscale encoding support with lavc, fixed slightly incorrect de...rfelker2002-01-291-4/+7
* New logic of HW equalizing:nick2002-01-281-5/+0
* show actual video:audio bitrates at status linearpi2002-01-271-2/+4
* ETA/Esize for 3pass encoding from stdinarpi2002-01-271-0/+4
* status print fixes - DVD estimation worx, print remaining time instead of totalarpi2002-01-271-5/+12
* Support for HW equalizingnick2002-01-271-0/+11
* ETA/Esize/fps and some more... - new statuslinearpi2002-01-271-8/+22
* debug printfs... - 10larpi2002-01-271-1/+1
* bitrate calculator fix?arpi2002-01-271-4/+6
* more audiocopy fixes (especially for .asf)arpi2002-01-271-13/+17
* audio copy fixarpi2002-01-271-10/+15
* bitrate calculator for 650/700 mb cdromarpi2002-01-271-0/+7
* 3-pass encoding support (reads frame skip/dup control and audio stream from f...arpi2002-01-261-8/+46
* added better fourcc handling for lavc, exiting if no lavc video codec name sp...alex2002-01-261-14/+46
* Add -nosound/-sound and -ovc null to mencoder.kmkaplan2002-01-261-2/+19
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-241-2/+1
* -lavcopts vme= option to set motion estimation method - patch by Rich Felker ...arpi2002-01-171-0/+6
* small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and r...pontscho2002-01-151-22/+0
* -endpos option, patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-151-0/+60
* playtree-based config patch by Alban Bedel <albeu@free.fr>arpi2002-01-141-7/+24
* Add DVD subtitles to menoderkmkaplan2002-01-111-0/+35
* libcss support in mencoder, toolgb2002-01-041-0/+19
* divx4encore is detectedarpi2001-12-301-1/+0
* added support for I420 input (used by TV V4L) in lavc encoderalex2001-12-261-3/+11
* search codecs.conf at CONFDIRarpi2001-12-251-1/+1
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-241-15/+20
* supporting -ofps by lavc, using avcodec_find_encoder_by_name (latest libavcod...alex2001-12-241-2/+3
* lavc quality fixed - using right fpsarpi2001-12-241-2/+2
* fixed scaling and colors with libavcodec (and some comments added)alex2001-12-241-9/+46
* add support for priotity <int> in codecs.conf, higher numbers are betteratmos42001-12-231-1/+16
* made divx4 optional (also configure checking needed) and added avcodec_closealex2001-12-221-6/+36
* added libavcodec support (mjpeg,h263,rv10,mpeg1 codecs tested&working) and ad...alex2001-12-221-1/+176
* precachingarpi2001-12-171-1/+1
* Patch by Adam Di Carlo <adam@onshore-devel.com>:pl2001-12-161-0/+4
* support for RGB/BGR modes (tested with raw and divx4)alex2001-12-151-0/+8
* vcodec_raw addedalex2001-12-131-1/+34
* fixed cbr audiocopy (if no sh_audio->wf)alex2001-12-081-5/+25
* fixed framecopyalex2001-12-081-5/+21
* no filename needed for tv grabbingalex2001-12-081-1/+1
* do not fault if 2pass VbrControl can't open the logfilealex2001-12-081-6/+22
* set all frames to keyframes for -ovc frameno - allow seeking in resulting aud...arpi2001-12-071-1/+1
* ehh. frame skipping fixed for -ovc framenoarpi2001-12-071-1/+1
* new video codec: frameno (just the number of frame - for 3-pass encoding)arpi2001-12-061-3/+30
* libmp3lame optionalarpi2001-12-061-3/+19
* Using CBR stream format for CBR mp3 audioarpi2001-12-061-1/+10
* CPU detection addedarpi2001-12-041-0/+13
* use return 1; if interrupted - patch by Artur Skawina <skawina@geocities.com>arpi2001-12-041-0/+3
* bugfix if only -x or only -y is usedmichael2001-12-011-1/+3
* yv12 scaling (-x & -y)michael2001-12-011-10/+34
* banner + version printedarpi2001-11-181-0/+7
* Added proper #include's for libvo2mswitch2001-11-141-0/+4
* fixes a segfault if file specified in -o can't be accessedpl2001-11-131-0/+5
* fourcc mapping fixedarpi2001-11-131-0/+3
* -aid fixedarpi2001-11-131-1/+2
* fix typos - patch by Colin Marquardt <colin@marquardt-home.de>pl2001-11-111-2/+2
* support for UYVYarpi2001-11-111-0/+1
* -oac/-ovc (fake:))arpi2001-11-031-5/+7
* avg bps calc fixedarpi2001-11-031-1/+2
* WMP compatibility fixedarpi2001-11-031-5/+6
* divx4 2-pass support, -frames optionarpi2001-11-031-12/+63
* -srate and -pp 0 fixesarpi2001-11-021-10/+10
* fixed AVI header creation - now should be compatible with NaNdubarpi2001-11-021-5/+12
* kurva gui.pontscho2001-11-021-0/+22
* divx4 and lame subconfig supportarpi2001-11-021-35/+38
* verbose fixedarpi2001-11-021-24/+30
* mencoder commandline handlingarpi2001-11-021-13/+42
* new A-V sync correction and fps conversion stuffarpi2001-11-011-18/+45
* input A-V sync correctionarpi2001-11-011-45/+89
* nosound fixed?arpi2001-10-311-0/+6
* libmp3lame vbr mp3 supportarpi2001-10-311-151/+71
* PCM audioarpi2001-10-311-11/+208
* avi audio stream copy supportarpi2001-10-301-9/+107
* YV12 fixed (for mpeg)arpi2001-10-301-3/+6
* fixedarpi2001-10-301-21/+20
* simplifiedarpi2001-10-301-139/+16
* very alpha code - needs Makefile modifications to compilearpi2001-10-291-0/+513