summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POU...gpoirier2005-09-043-0/+637
* synced with 1.1087gpoirier2005-09-041-2/+63
* equalizer fixes: changing one attribute reset the others,reimar2005-09-041-16/+24
* Support equalizer.reimar2005-09-041-0/+18
* Fixes suggested by Diegogpoirier2005-09-041-9/+9
* Reorder slave mode commands to appear in alphabetical order with a fewdiego2005-09-041-149/+151
* mplayer osx shared video buffernplourde2005-09-041-30/+88
* Typo, and fixed missing wordgpoirier2005-09-041-8/+8
* In order to make sure A/V sync is preserved, MEncoder really has to be fed wi...gpoirier2005-09-041-8/+47
* synced with 1.1084gpoirier2005-09-041-9/+5
* Suggestions by of The Wanderergpoirier2005-09-031-2/+1
* equalizer supportreimar2005-09-031-2/+44
* improve colorizationmichael2005-09-031-4/+65
* 64 bit fix: do not cast pointers to uint32_treimar2005-09-031-5/+5
* Make MTRR setup work on AMD64 and simplify some #ifdefsreimar2005-09-031-13/+1
* vidix support for nVidix FX Go 5700reimar2005-09-032-1/+3
* Capitalize sentences.gpoirier2005-09-031-6/+6
* Remove many annoying GTK includes in every compile line and remove GTKods152005-09-034-22/+26
* Lotsa cool stuff new with -pre8gpoirier2005-09-031-0/+10
* replace sleep with usec_sleep, required for recent mingw versions, patch by R...faust32005-09-033-3/+3
* initial endianess fixesfaust32005-09-031-16/+4
* simplificationfaust32005-09-031-25/+4
* faster mpg and much faster gxf demuxingreimar2005-09-033-33/+71
* likely() and unlikely() macros to help (newer) compilers optimize correctlyreimar2005-09-031-0/+7
* fix window position adjustmentfaust32005-09-031-1/+5
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-023-0/+120
* Updatesrtognimp2005-09-021-0/+9
* Hopefully better advices about A/V syncgpoirier2005-09-021-4/+4
* 10l, typo in last commitreimar2005-09-021-1/+1
* Support D-Cinema audio demuxer and decoder from FFmpeg.reimar2005-09-022-0/+8
* Mention the MEncoder configuration files along with the MPlayer ones.diego2005-09-021-1/+4
* Replace bps by B/s when it means bytes per second to avoid ambiguity sincediego2005-09-0224-58/+58
* 100l bps != fps, noticed by a.guru - at - sympatico - dot - cadiego2005-09-021-1/+1
* Improve -idle description.diego2005-09-021-8/+4
* synced with 1.1083gpoirier2005-09-021-17/+8
* GUI MPlayer --> GMPlayerdiego2005-09-021-1/+1
* Remove duplication between vo_directfb and vo_dfbmga entries.diego2005-09-021-14/+6
* Wording fixes: Avoid short forms.diego2005-09-021-23/+23
* Sync with 1.1081gpoirier2005-09-021-12/+4
* update -channels to match observed behavior, patch by Corey Hickey < bugfood-...gpoirier2005-09-021-11/+4
* Sync with with 1.1080gpoirier2005-09-021-1/+11
* and again.. sorry :/ods152005-09-021-1/+1
* spacingods152005-09-021-1/+1
* -idle Documentation.ods152005-09-021-0/+10
* Adds -idle, an option to make MPlayer wait for input ('loadfile' orods152005-09-023-3/+59
* Make -identify's 'ID_LENGTH=' print a float and not an integer.. Theods152005-09-0216-20/+20
* allow multiple help clauses on the command line, Patch by kiriuja " mplayer-p...gpoirier2005-09-025-21/+42
* typodiego2005-09-022-2/+2
* description typo fixesdiego2005-09-021-2/+2
* updates, typosdiego2005-09-021-2/+4
* aRts, ESD consistent spellingdiego2005-09-012-7/+7
* Avoid short forms.diego2005-09-011-7/+7
* New section: Notes on Audio/Video synchronization, taken from Rich's encoding...gpoirier2005-09-011-0/+42
* Support On2 VP7 via binary decoder by implementing USER32.RegisterClipboardFo...reimar2005-09-012-0/+46
* * really keep track on how many samples were decoded last round (fix 10l)attila2005-09-011-4/+7
* stop trying to decode faad audio, when last decoded length is <0attila2005-09-011-1/+1
* Synced with 1.12jheryan2005-09-011-9/+65
* Synced with 1.1077jheryan2005-09-011-13/+64
* Sync with 1.1077gpoirier2005-09-011-5/+9
* Sync with 1.1076gpoirier2005-09-011-2/+8
* Add -I../libavutil to the includes to fix building vo_zr[2].diego2005-09-011-0/+6
* fix longstanding typo - "patentend"wanderer2005-08-311-1/+1
* x264 fourccfaust32005-08-311-0/+1
* Missing parts of the force codecs/demuxers documentationreimar2005-08-311-4/+6
* support Pinnacle VideoXLalex2005-08-311-1/+2
* Fix move playlists (control must be returned to mplayer.c, with the demuxerreimar2005-08-312-1/+5
* 10lattila2005-08-311-1/+1
* Sync with 1.1075gpoirier2005-08-311-1/+30
* add key_down_eventto slave mode, used to inject key down event with mplayer_p...nplourde2005-08-313-1/+5
* Sparcs do not like wild pointer typecasting (unaligned access).reimar2005-08-301-1/+4
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-307-29/+65
* extra size checks for samples array to avoid crashes in some rare cases.reimar2005-08-301-0/+16
* multiplying fps by 10000 is no more necessary (when determining mp4v and h264...nicodvb2005-08-301-2/+2
* Fix nsv detection with new demuxer structurertognimp2005-08-301-47/+30
* How to build MPlayerOSXgpoirier2005-08-301-1/+74
* synced with 1.12gabrov2005-08-291-8/+20
* adds 'ID_DEMUXER=avi' to -identify...ods152005-08-271-0/+1
* Fix mpeg-pes playbackrtognimp2005-08-262-2/+5
* ENCA uses -lmhenry2005-08-261-1/+1
* X11 can use pthread (fixes --enable-static)henry2005-08-261-1/+1
* more thorough aalib test (needed for --enable-static)henry2005-08-261-1/+10
* support MPEG in GXF container with extension-based detection.reimar2005-08-265-1/+60
* reordered bps calculationhenry2005-08-251-34/+33
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
* avoid reading more than maxlen bytes.reimar2005-08-251-2/+2
* 10l, missing returnfaust32005-08-251-1/+1
* Wrong scale conversion from VFCTRL_SET_EQUALIZER, priv->saturation shouldreimar2005-08-251-1/+1
* ffwmv3 does not work, use "status crashing" so it is not auto-selected.reimar2005-08-251-1/+1
* Fix texture format variable types. Internal format is GLint, others are GLenumreimar2005-08-254-6/+7
* Fixed seeking for AVC-in-Matroska (wrong assumption of what kind of reference...mosu2005-08-241-2/+2
* Slightly reduce unnecessary verbosity.diego2005-08-242-2/+2
* typos, cosmeticsdiego2005-08-241-1/+4
* Documents x264 visualization during encodinggpoirier2005-08-231-0/+27
* Add D-Cinema Audio and Video conversion programsreimar2005-08-234-0/+189
* compile fix, vobsub.c needs identify variable.reimar2005-08-231-0/+1
* 1. -cache-prefil has not been renamed, it's been removed (-cache-seek-minrathann2005-08-231-2/+2
* More typos. One noticed by Nico. Added an empty line at the end to make syncm...gpoirier2005-08-231-7/+8
* Typo :)gpoirier2005-08-231-2/+2
* Correction pointed by Nicodanny2005-08-231-3/+3
* Crash fix for: "[MPlayer-users] Crash of mencoder in demux_ts.c line 2728"gpoirier2005-08-231-0/+3
* Do not free demuxer before using demuxer->desc->type (happened when using -au...reimar2005-08-232-7/+2
* ensure that audio-only files are decoded till the end by not onlyreimar2005-08-231-3/+8
* mode fps int vs. float woeshenry2005-08-221-3/+3
* DestroyWindow must be used when -wid was not given, so for WinID < 0, not >=0reimar2005-08-221-1/+1
* Sync with 1.1074gpoirier2005-08-221-3/+3
* typo, grammardiego2005-08-221-2/+2
* The thread "Call for video encoding settings" has to be easily found until it...gpoirier2005-08-211-0/+1
* 100l, video_out.h is now needed for some vo_ variables.reimar2005-08-212-0/+2
* How to encode with soft 3:2 pullup, patch by Brendan McCarthygpoirier2005-08-211-8/+19
* -wid support for windows. Not well tested, might still behave a bit weird.reimar2005-08-213-4/+5
* synced with 1.88gabrov2005-08-211-1/+18
* remove extern for variables that are already in headers.reimar2005-08-2110-38/+4
* synced with 1.11gabrov2005-08-211-13/+74
* cache-prefill has been renamed to cache-seek-min, example config shouldrathann2005-08-201-1/+1
* Encoding setting examples for x264gpoirier2005-08-201-0/+44
* remove broken shared libpostproc stuffrfelker2005-08-192-17/+0
* Sync with 1.1073gpoirier2005-08-191-1/+2
* 1000000000000000lrfelker2005-08-191-1/+1
* 100lrfelker2005-08-191-1/+1
* less weird OSD alpha transformation.reimar2005-08-191-2/+4
* Do not set SwapInterval for values < 0.reimar2005-08-192-1/+2
* Fix crash in windowsreimar2005-08-192-2/+2
* Sync with 1.1072gpoirier2005-08-191-4/+19
* automatic vsync enabling for vo_gl.reimar2005-08-194-2/+35
* Aconvert allows mencoder to (easily) encode from an audio only file (hack).jonas2005-08-182-0/+32
* fix warnings and decoding on CYGWIN (produced only noise before this change)faust32005-08-182-2/+27
* gtk2 is supported, next step is pure gtk without X.reimar2005-08-181-1/+1
* gtf.{c,h} is used by vesa onlyalex2005-08-183-3/+2
* synced with 1.72jheryan2005-08-181-7/+12
* new, synced with 1.10jheryan2005-08-181-0/+3660
* synced with 1.25jheryan2005-08-181-1/+2
* sync 1.1071gpoirier2005-08-181-1/+3
* code reduction and less error prone, use the same tablealex2005-08-181-66/+47
* some entries are donealex2005-08-181-5/+1
* these wishes are donealex2005-08-181-5/+0
* use libvbe from vesautilsalex2005-08-188-2035/+9
* synced with 1.87jheryan2005-08-181-2606/+7
* Further clarify loadfile/loadlist description.diego2005-08-181-2/+4
* name suboption for jack to set client namereimar2005-08-182-1/+12
* Remove unnecessary subshell invocations.diego2005-08-171-28/+26
* Fix MEncoder build with shared libavcodec.diego2005-08-172-0/+5
* Clarify loadfile/loadlist description.diego2005-08-171-6/+4
* Update for latest changes.diego2005-08-171-3/+97
* Sync with 1.1070gpoirier2005-08-171-5/+5
* "recent" noteworthy featuresgpoirier2005-08-171-0/+4
* Support for GTK 2.x.reimar2005-08-174-2/+66
* wording/spellingdiego2005-08-171-2/+2
* Fixes suggested by Diegogpoirier2005-08-171-8/+8
* Set block_align in header, seems MatLab can not handle files without.reimar2005-08-171-0/+1
* Synced with 1.1068jheryan2005-08-171-93/+324
* Added entry for checktree.shivo2005-08-171-0/+12
* Script to check (CVS) source-tree for anomalies, like MSDOS line endings etc..ivo2005-08-171-0/+253
* Get events from -wid window.reimar2005-08-162-0/+6
* Sync with 1.1069gpoirier2005-08-161-1/+4
* Our buffer usage actually fits better to GL_DYNAMIC_DRAW than GL_STREAM_DRAW.reimar2005-08-162-1/+4
* OSD textures can be deleted with one function call...reimar2005-08-161-3/+3
* Make glFinish optionalreimar2005-08-162-0/+9
* silly printf() is the onyl reason avi-fix was so slow, a printf forods152005-08-161-7/+14
* use GenBuffers to get a buffer number instead of hardcoding 1.reimar2005-08-163-3/+17
* Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-08-161-20/+66
* added libavutil, removed linuxalex2005-08-161-2/+1
* prefer FIXED_POINT for ARM - patch by AGAWA Koji <i at atty.sakura.ne.jp>alex2005-08-161-1/+1
* grammar/phrasing fixes on the recent NTSC and telecine commitwanderer2005-08-151-8/+9
* -fafmttag can be needed while steam copying.gpoirier2005-08-151-0/+18
* loadfile/loadlist can now also add files to the playlistreimar2005-08-153-4/+16
* 10l, initializers don't work without a declaration :-(reimar2005-08-141-2/+3
* NTSC sources are hard to encode. How to identify telecine content reliably.gpoirier2005-08-141-3/+19
* use glUploadTex helper functionreimar2005-08-141-12/+4
* extra check for glUploadTex to avoid a possible hang.reimar2005-08-141-0/+1
* textures smaller 64x64 might not be supportedreimar2005-08-141-3/+3
* remove/move some unused headers/variables/codereimar2005-08-143-23/+8
* 10l, texture_width/height initialization was removed, so usereimar2005-08-141-2/+2
* minor punctuation fixwanderer2005-08-141-1/+1
* grammar/phrasing fix, still less than idealwanderer2005-08-141-7/+7
* fixes short form, better wordinggpoirier2005-08-141-1/+1
* fixes bf_threshold description.gpoirier2005-08-142-12/+10
* typo<