summaryrefslogtreecommitdiffstats
path: root/mencoder.c
Commit message (Expand)AuthorAgeFilesLines
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-2/+2
* Support for selecting the audio track in Matroska files via -alang.mosu2003-05-231-1/+1
* support for multiple subtitle files by Marcin Wojdyr <wojdyr@unipress.waw.pl>henry2003-04-071-9/+11
* MINGW32 portfaust32003-03-311-0/+3
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-6/+5
* fix wrong channel count w/ pcm encodinghenry2003-03-291-2/+2
* this is a combo patch that:arpi2003-03-161-1/+1
* 1000L i forgot mencoderalbeu2003-03-151-1/+4
* Made "force_fps" non-static, because code in "libmpdemux" refers to it.rsf2003-03-111-1/+1
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-031-0/+4
* linux->osdeparpi2003-02-091-1/+1
* ability to disable the nonsense expand filter is a must! otherwiserfelker2003-01-241-1/+3
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.arpi2003-01-191-14/+9
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)arpi2003-01-191-2/+2
* AltiVec detection code ("borrowed" from FFmpeg andarpi2003-01-181-1/+1
* 10larpi2003-01-161-6/+6
* this patch adds an fallback to playlist (any but the plaintext-list format)arpi2003-01-121-0/+2
* 10l...arpi2003-01-051-1/+1
* -nosound warningarpi2003-01-051-0/+2
* 10l :-))filon2003-01-031-1/+1
* "MPlayer does the right thing, presents frame 9 for 1.1 seconds, and continuesarpi2002-12-281-2/+2
* the long-waited MUXER layer, and new MPEG-PS muxerarpi2002-12-271-17/+31
* Presets are an easy way, to use hard to access lame options and to givearpi2002-12-211-0/+247
* Sorenson 1/3 encoding just for fun :)arpi2002-12-161-0/+3
* Fallback to builtin (generated from etc/codecs.conf at compile time)arpi2002-12-151-2/+5
* 1larpi2002-12-151-1/+1
* compiler warning fixesarpi2002-12-141-1/+1
* overlapping subtitles support is now optional, can be disabled (-nooverlapsub)arpi2002-12-051-0/+1
* fixed -fps with mencoder and fixed-rate files (avi etc)arpi2002-12-041-0/+6
* end_at int->double, as option -endpos accepts float seconds tooarpi2002-12-041-1/+1
* New config system + cleanup of header inter dependencyalbeu2002-11-121-2/+30
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-2/+3
* fix sound encoding on BE archcolin2002-11-031-0/+4
* removed -pass nonsense from mencoder! it's now a suboption to -divx4optsrfelker2002-11-021-2/+0
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,arpi2002-11-021-2/+7
* verbose can be negativearpi2002-11-011-2/+2
* allow cache to be disabled (-nocache should override cachesize autodetectionarpi2002-10-231-2/+2
* cleanup config option handling in libmpdemux.arpi2002-10-231-4/+1
* Fixed two typos noticed by Sycotic Smith (I think).diego2002-10-191-1/+1
* setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on w...arpi2002-10-101-1/+1
* reversed Anders' nonsense changearpi2002-10-061-1/+1
* Adding -format and -af switchesanders2002-10-061-1/+2
* 11larpi2002-10-061-0/+2
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderarpi2002-10-051-17/+40
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-29/+29
* removed obsolete/unused audio|video_fm|codec, has_audio|videoarpi2002-09-281-7/+4
* - fix new afm/vfm supportpontscho2002-09-281-2/+0
* -ac/-afm rewrite, now works the same way as -vc/-vfmarpi2002-09-281-1/+3
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-261-1/+3
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-251-57/+8
* fixed order of uninit (codec, demuxer, stream) - found by Jindrich Makovickaarpi2002-09-251-4/+2
* now also tells about 2x xxx MB CDsjaf2002-09-221-0/+3
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-4/+2
* wine headers cleanuparpi2002-09-221-0/+4
* Support for XviD encodingkmkaplan2002-09-211-0/+3
* some mpcodecs option declaration moved to cfg-*, as aren;t used byarpi2002-09-201-9/+3
* 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 addedalex