summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* reversed -ss behaviour (you have to use teh same -ss for all passes)arpi2002-09-141-1/+5
* count dropped frames in -v mode, patch by Andriy N. Gritsenko <andrej@lucky.net>arpi2002-09-101-3/+7
* Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoderkmkaplan2002-09-091-0/+2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-011-1/+1
* seek frameno.avi too - idea by cpro@posta.unizar.esarpi2002-08-311-0/+1
* 10l - use NULL instead of -1 for init_video's vfmarpi2002-08-311-1/+1
* Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove un...atmos42002-08-311-2/+2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-13/+13
* new mencoder option -info, to store copyright, title, encoder version etc in AVIarpi2002-08-291-0/+9
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-4/+0
* freetype 2.0/2.1+ support - disabled by default until bugs fixedarpi2002-08-281-0/+4
* new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:arpi2002-08-211-2/+4
* messages moved from mencoder.c to helpmp??.hjaf2002-08-071-25/+25
* using help_mp-??.h for one messagejaf2002-08-071-1/+1
* no default oac/ovc (it just confuses users), more detailed -oac/-ovc helparpi2002-08-051-16/+11
* count blocks by rounded-up chunksizes instead of chunks -arpi2002-08-021-2/+2
* audio preload/density/delay configurablearpi2002-08-011-5/+14
* DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, sm...atmos42002-07-251-0/+1
* 10l fix, by Rémi Guyomarch <rguyom@pobox.com> && Björn Sandellarpi2002-07-211-0/+2
* fix for interlaced (2 fields) mpeg2 streams:arpi2002-07-121-4/+14
* Fix Vobsub output synchro.kmkaplan2002-07-111-7/+1
* MEncoder vobsub ripping support, currently not compatible with windows vobsub...atmos42002-07-081-2/+48
* -frames 0 fix, multifile frames support by tibcualex2002-06-281-0/+3
* clean up warnings in mencoder.rfelker2002-06-271-10/+12
* fixed mono mp3 encoding, hint by Paul Ortylalex2002-06-231-3/+12
* mono mp3 encoding support by Paul Ortyl <ortylp at 3miasto.net>alex2002-06-231-3/+14
* On QNX eof szmbol clashes with system headers, workaround by renaming to at_e...atmos42002-06-131-12/+12
* mencoder out-of-diskspace error handling, patch by Eric Lammerts <eric@lammer...arpi2002-06-071-1/+8
* font init needs to be after config parsing, otherwise -font won'trfelker2002-06-021-15/+15
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-2/+2
* Improvment for spu subtitles.albeu2002-05-171-1/+1
* time to make libavcodec as defaultarpi2002-05-061-6/+3
* fixed bogus overloaded "q" parameter for lame mp3 encodingrfelker2002-05-011-1/+2
* -xy,-zoom,-flip available in mencoder tooarpi2002-04-291-0/+7
* do cpudetect before anything elsearpi2002-04-281-8/+8
* volume setting with lame - patch by silicon@falcon.sch.bme.huarpi2002-04-261-0/+5
* -srate for mp3 fixedarpi2002-04-181-4/+5
* cbr mp3 + wmp fixed (hopefully, untested)arpi2002-04-181-2/+6
* DVD subs fixedarpi2002-04-171-13/+1
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-2/+75
* -skiplimit/-noskip options to disable fps correctionarpi2002-04-151-2/+5
* -sb option re-added (noticed by Alexandre Oliva <oliva@lsd.ic.unicamp.br>)arpi2002-04-151-1/+3
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* -ovc libdv supportarpi2002-04-121-0/+3
* BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com>arpi2002-04-121-10/+54
* VCODEC_RAW fixedarpi2002-04-121-1/+1
* video codecs moved to libmpencoders, crop/scale removed, use -vop for thatarpi2002-04-111-955/+68
* Dirty hack to fix mencoder until someone does all the new filter/vo stuff rig...rfelker2002-04-101-0/+6
* vo_config_count now counts calls to vo->config()arpi2002-04-071-2/+3
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-5/+7
* 10larpi2002-03-311-2/+0
* -alang/-slang support in mencoder tooarpi2002-03-311-0/+11
* Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>kmkaplan2002-03-291-1/+1
* libavcodec 2pass broke mencoder if divx4encore was not available. fixed.rfelker2002-03-291-2/+0
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-291-1/+13
* 2-pass lavc encoding fixedarpi2002-03-291-4/+6
* 2-pass encoding with libavcodec - untestedarpi2002-03-281-0/+51
* libavcodec 4mv supportmichael2002-03-281-1/+3
* reset selectionarpi2002-03-251-0/+1
* Support for cropping in mencoder. New options:ksorim2002-03-231-45/+135
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-3/+4
* migrate to new init_video()arpi2002-03-181-72/+93
* libavcodec bitrate is in kbit now ...michael2002-03-181-3/+3
* supporting ffmpegs "hopefully better bitrate control"michael2002-03-171-0/+12
* removed pitches[] messarpi2002-03-161-2/+2
* exclude benchmark stuff execution from normal playbacknick2002-02-241-2/+1
* frame dropping prediction with benchmarksnick2002-02-241-0/+2
* max & average benchmarksnick2002-02-241-0/+2
* Options registration for mencoderalbeu2002-02-201-1/+3
* we're in the year 2002jaf2002-02-181-1/+1
* using mencoder_exit instead exit and returnalex2002-02-171-25/+48
* ehharpi2002-02-141-1/+1
* support swscaler for i420alex2002-02-101-1/+2
* div3/vfw encoding fixedarpi2002-02-101-3/+3
* temp. workaround for VFW upside-down fliparpi2002-02-101-0/+1
* initial seeking (-ss) support in mencoderrfelker2002-02-101-3/+29
* VfW encoding support (very alpha yet)arpi2002-02-071-1/+44
* fix spudec, faszom (C#)pontscho2002-02-061-1/+1
* 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