summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Also ignore alaw-gen and its output.diego2004-10-061-0/+3
* Missing .cvsignore file added.diego2004-10-062-0/+2
* Made Makefile conform to the general MPlayer style, clean target added.diego2004-10-061-1/+6
* File filter dropdown box value is now preserved between dialog invocations.diego2004-10-061-9/+17
* sync by Jiri Heryan <technik@domotech.cz>diego2004-10-061-32/+87
* Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the getfaust32004-10-062-9/+4
* synced with 1.765paszczi2004-10-051-11/+23
* make af_help conform better to the the afm/vfm/etc equivalentsalex2004-10-051-1/+5
* unsinged 32 and 24bit typesalex2004-10-051-0/+12
* postproc/yuv2rgb_altivec.c compile fixmichael2004-10-053-96/+238
* keyframe indexmichael2004-10-051-4/+16
* xvmc clarificationdiego2004-10-051-1/+1
* branch field to distinguish mncf from nutmichael2004-10-051-0/+4
* remove short startcodesmichael2004-10-051-20/+1
* remove non native codec specific datamichael2004-10-051-0/+661
* Sync with 1.764: -alang needs a language code, not a country code.gpoirier2004-10-051-3/+3
* Syntax check, space after apostrophe, i.e. and e.g. translateddanny2004-10-051-466/+465
* -alang needs a language code, not a country code.diego2004-10-051-1/+1
* Errors from 1.737 sync, pointed out by Diegodanny2004-10-051-22/+22
* Corrected 'synced with' string, now 1.18reynaldo2004-10-041-1/+1
* make use of 24bit afmtalex2004-10-041-3/+1
* make use of new defines: 24 and 32bit integer typesalex2004-10-041-1/+15
* move the file writers after vo_null so they don't get autoselected - followin...alex2004-10-041-14/+13
* reimplementation of the pl_extrastereo and pl_volnorm pluginsalex2004-10-046-2/+474
* fixing authorsalex2004-10-042-2/+2
* introducing 24bit formats and make the values compliant to OSSalex2004-10-042-6/+24
* How to take a screenshot, how to use dmix, how to choose languages anddiego2004-10-041-0/+44
* Sync with 1.763:gpoirier2004-10-041-8/+20
* Better description of x264 PSNR stats.gpoirier2004-10-041-2/+9
* -alang is not limited to the libdvdread dependant code anymore but used in ot...mosu2004-10-041-1/+1
* -alang description corrected.diego2004-10-041-5/+10
* removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.creimar2004-10-044-2373/+8
* Added missing EOL.ivo2004-10-041-1/+1
* fixed memleak, especially for fixed-vo.reimar2004-10-031-1/+7
* fixed compilation warnings and errors (previously my network went down)paszczi2004-10-031-1/+1
* fixed compilation warnings and errorspaszczi2004-10-031-5/+3
* synced with latest english docspaszczi2004-10-022-2/+2
* synced with 1.140paszczi2004-10-021-60/+356
* Typo, pointed out by lu_zerortognimp2004-10-021-1/+1
* synced with 1.761paszczi2004-10-021-1/+1
* typodiego2004-10-021-1/+1
* typosdiego2004-10-022-3/+3
* Remove preceding newline to make -XXX help output consistent.diego2004-10-021-2/+2
* Removed all obsolete and unused messages.diego2004-10-0224-314/+0
* Obsolete and unused message removed.diego2004-10-0223-23/+0
* support newer gccfaust32004-10-021-1/+1
* Sync with 1.760:gpoirier2004-10-021-18/+26
* synced with 1.760paszczi2004-10-021-17/+60
* -sws and -vf scale sections improved, small fixes.diego2004-10-021-11/+19
* compilation fixdiego2004-10-021-0/+3
* typosdiego2004-10-021-2/+2
* Nroff fixes.gpoirier2004-10-011-4/+5
* mpi->w and h are set by vf_get_image, do not overwrite them.reimar2004-10-011-2/+0
* fixed small memleakreimar2004-10-012-3/+5
* Sync with 1.759:gpoirier2004-10-011-8/+44
* sync by Jiri Heryan <technik at domotech dot cz>diego2004-10-011-165/+196
* Documentation of x264 3-pass mode, and typos/fixes on lavc's *_maskgpoirier2004-10-011-7/+41
* typospaszczi2004-09-301-2/+2
* synced with 1.758paszczi2004-09-301-30/+20
* Syncgpoirier2004-09-301-10/+22
* consistency between the blur filter descriptionsdiego2004-09-301-6/+6
* sync by Jiri Heryan <technik at domotech dot cz>diego2004-09-301-10/+39
* Explanation how to play a VOB from the hard disk.diego2004-09-291-0/+13
* -dvd-device can point to a directory to play a VOB from the hard disk.diego2004-09-291-0/+12
* Sync with 1.756:gpoirier2004-09-291-42/+18
* Removal of vo_md5 and vo_pgm of MAINTAINERS file.ivo2004-09-291-2/+0
* Removal of vo_pgm and vo_md5, because they have been replaced by vo_pnmivo2004-09-296-310/+9
* sync by Reynaldo H. Verdejo Pinochet <reynaldo at opendot dot cl>diego2004-09-291-114/+109
* Better wording/descriptions as suggested by the Wanderer.diego2004-09-281-6/+6
* synced with 1.754paszczi2004-09-281-50/+48
* better, tuneable (via #define) MP3 detection, limit demux_audio to scanningreimar2004-09-281-27/+118
* show ogg subtitle language on OSD, if availablejoey2004-09-283-2/+47
* fix sub_select fiasco with global sub numbering. now multiple sub sources ca...joey2004-09-283-70/+167
* make sure exit_player gets calledjoey2004-09-281-13/+13
* syncwight2004-09-281-4/+16
* THE "vf=eq2=1.0:-0.8" fixgpoirier2004-09-281-56/+54
* changed include of stdint.h to inttypes.hivo2004-09-271-1/+1
* better default parameter,added counterpart option, better names for few optio...iive2004-09-272-46/+54
* This reverts the x264 modifications to the man page suggested my Loren, andgpoirier2004-09-271-40/+40
* identical text for identical suboptionsdiego2004-09-271-10/+7
* I need Cola! -vf=eq2=1.0:-0.8 is the syntax for conf file, -vf eq2=1.0:-0.8 isgpoirier2004-09-272-2/+2
* Sws default setting correction, and random wordingsgpoirier2004-09-272-57/+49
* MEncoder-users mailing list created.diego2004-09-271-2/+14
* Porting of CRTC2 to mga_vid is stalled.diego2004-09-271-3/+4
* compensate for width/height being picture width/height instead of bitstream w...michael2004-09-271-3/+3
* synced with 1.749 + random fixespaszczi2004-09-271-79/+128
* Better phrasing suggested by The Wanderergpoirier2004-09-271-14/+14
* Tons of French correctionsgpoirier2004-09-271-36/+38
* SBR code does NOT work with fixed point (uses floats, slow as hell)rfelker2004-09-271-0/+3
* Sync with 1.748: better descriptions for remaining, poorly documented maskinggpoirier2004-09-261-79/+98
* sync with 1.685nauj272004-09-261-11/+280
* better descriptions for remaining, poorly documented masking options.gpoirier2004-09-261-6/+30
* Cumulative sync patch:gpoirier2004-09-261-73/+92
* use aspect code when used with vidixfaust32004-09-261-1/+5
* man page review part Xdiego2004-09-261-58/+59
* detect byte order even for cross-compilingfaust32004-09-261-6/+6
* --host-cc option for crosscompilingfaust32004-09-262-1/+14
* -lavdopts lowresmichael2004-09-261-0/+15
* Look for SDL includes in /usr/include as well, use cc instead of gcc.diego2004-09-261-1/+1
* Wrong comment, the bitmap is blue, not green.diego2004-09-261-1/+1
* low resolution decodingmichael2004-09-261-0/+5
* Encoding tip regarding x264's deblock filter suggested by Loren Merritt.gpoirier2004-09-262-1/+5
* Cumulative sync with 1.744gpoirier2004-09-261-18/+17
* -lpthread --> $(ARCH_LIB), helps linking on systems without pthread.diego2004-09-261-1/+1
* quantizer --> quantization as pointed out by Attiladiego2004-09-251-6/+6
* Hint at examples, better wording, some cosmetics.diego2004-09-251-15/+13
* printf --> mp_msg conversion in ao_plugindiego2004-09-252-2/+7
* synced with 1.742paszczi2004-09-251-6/+7
* almost sync :)nauj272004-09-251-553/+814
* Sync with 1.742gpoirier2004-09-251-23/+39
* Better vme descriptiongpoirier2004-09-251-5/+6
* printf --> mp_msg transition in vo_yuv4mpegdiego2004-09-252-12/+40
* add ao_dsound authorfaust32004-09-251-2/+5
* directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some...faust32004-09-253-0/+499
* Fixed [no]input suboptions.syrjala2004-09-251-1/+5
* synced with 1.49paszczi2004-09-251-4/+5
* synced with 1.741paszczi2004-09-251-9/+9
* Better x264 descriptions/fixes based on Loren Merritt's patch (Thu, 23 Sep 2004)gpoirier2004-09-251-7/+9
* DirectX 7 or later is needed for -vo directx.diego2004-09-241-1/+3
* FAAD updated by adland.diego2004-09-242-1/+2
* Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12.diego2004-09-2452-4607/+20272
* Same wording of vo_jpeg's outdir option as vo_pnm's.ivo2004-09-241-2/+1
* sync by Jiri Heryan <technik@domotech.cz>diego2004-09-241-36/+111
* missing externrathann2004-09-231-0/+3
* synced with 1.739paszczi2004-09-231-4/+18
* roff fixesdiego2004-09-231-2/+2
* sync with 1.738 and fixesgpoirier2004-09-231-4/+4
* Encoding tips for x264 + 10lgpoirier2004-09-231-6/+20
* Rroff markup fixes and point out a 10l.diego2004-09-231-9/+7
* roff markup fixdiego2004-09-231-1/+1
* fix examples for ao_alsa options dialog and add example for mixer index.reimar2004-09-231-5/+6
* Synced with 1.737danny2004-09-231-166/+501
* synced with 1.738 + small fixespaszczi2004-09-221-29/+93
* Add comment to remind that voxmsdec.ax requires also msms001.vwprtognimp2004-09-221-1/+1
* small fixesdiego2004-09-221-8/+7
* 100lfaust32004-09-221-2/+2
* Cumulative patchgpoirier2004-09-221-10/+32
* Better lumi/dark_masking descriptions, tips for 4mv and autoaspect and 10l fixgpoirier2004-09-221-6/+16
* Better nssew descriptiongpoirier2004-09-221-0/+5
* allow to select an alsa mixer channel index.reimar2004-09-222-3/+30
* Sync with 1.733: add support for subpel quality refinement option in x264.gpoirier2004-09-221-4/+24
* fixes, better wordings on the new portable anymap and md5sum video outputgpoirier2004-09-221-11/+8
* add support for subpel quality refinement option in x264.iive2004-09-222-1/+23
* 10lrfelker2004-09-221-1/+1
* Nobody maintains dvdnav, it's not supported.diego2004-09-221-2/+1
* sync with 1.732: encoding to mp2 with libtoolamegpoirier2004-09-211-1/+21
* setting samplesize to 2 in decoders where neccessary.reimar2004-09-2113-1/+14
* encoding to mp2 with libtoolamenicodvb2004-09-216-0/+180
* encoding to mp2 with libtoolame - only cbr atmnicodvb2004-09-212-0/+143
* With the latest change to dec_audio.c (1.32) the demuxers have to set sh_a->s...mosu2004-09-211-10/+10
* lot of bigendian fixesalex2004-09-211-0/+34
* credit for Loren Merritt, patch by himselfdiego2004-09-211-0/+4
* clarification about FFmpeg license, typodiego2004-09-211-2/+3
* Sync with 1.731: Better description of lavc's dia encoding option, thanksgpoirier2004-09-211-7/+26
* Better explain why we have no DVD menus and what to do about it (DIY).diego2004-09-211-6/+9
* typo, Xine --> xinediego2004-09-213-3/+3
* Better description of lavc's dia encoding option, thanks to Loren Merrittgpoirier2004-09-211-1/+12
* Fixes suggested by Diegogpoirier2004-09-211-5/+5
* Cumulative patch 1.727 and 1.722gpoirier2004-09-211-10/+43
* split patches up as far as sensibly possible, but no further.diego2004-09-211-3/+5
* typodiego2004-09-211-1/+1
* Cosmetics, start new sentences on a new line.diego2004-09-211-5/+6
* Roff interprets ' as markup, thus lines should never start with '.diego2004-09-214-11/+11
* sync by Jiri Heryan <technik at domotech dot cz>diego2004-09-211-108/+184
* cosmeticspaszczi2004-09-201-12/+12
* synced with 1.728 + random fixespaszczi2004-09-201-13/+101
* Reworked description of lavc's 3-pass encoding; patch by its creatorgpoirier2004-09-201-9/+15
* 10l: Make turbo mode compatible with 3-pass encodinggpoirier2004-09-201-1/+1
* Better description of Loren Merritt's 3-pass mode, better qns desc., and agpoirier2004-09-201-6/+28
* Added the uCIFS library, of which a part is used by vo_md5sum.ivo2004-09-201-0/+6
* "partial" sync with 1.726: Document the new portable anymap and md5sum videogpoirier2004-09-201-2/+45
* Don't output error when testing for JACK. Also _insist_ on a JACK versional2004-09-201-3/+3
* Credit where credit's due :)ivo2004-09-201-0/+3
* Document the new portable anymap and md5sum video output drivers.ivo2004-09-201-0/+51
* Added myself to AUTHORS and MAINTAINERS for the new vo_pnm and vo_md5sumivo2004-09-202-0/+4
* This patch enables the compilation and linking of vo_md5sum to libvo.ivo2004-09-202-1/+3
*