summaryrefslogtreecommitdiffstats
path: root/DOCS
Commit message (Expand)AuthorAgeFilesLines
* manpage: document ff-index sub-propertywm42015-04-231-0/+7
* demux_mkv: limit timestamp fixing to 1ms maxwm42015-04-231-6/+6
* demux_mkv: attempt to fix rounded timestampswm42015-04-231-0/+12
* lua: add utils.format_json() functionwm42015-04-221-0/+8
* command: demuxer-cache-time propertyxylosper2015-04-211-0/+5
* client API: add a screenshot_raw commandwm42015-04-201-0/+9
* client API: add MPV_FORMAT_BYTE_ARRAY typewm42015-04-201-0/+1
* player: change video-bitrate and audio-bitrate propertieswm42015-04-201-7/+22
* command: disc-mouse-on-button propertyxylosper2015-04-211-0/+4
* manpage: fix typowm42015-04-191-1/+1
* options: change [...] to balanced quoteswm42015-04-191-1/+3
* demuxer_lavf: add an option for disabling hackswm42015-04-171-0/+6
* options: clarify quoting for option values starting with %wm42015-04-171-8/+9
* vf_screenshot: remove this filterwm42015-04-162-11/+2
* command: let screenshot_to_file command overwrite fileswm42015-04-161-2/+1
* video: do not show decoder framedrops if they're not requestedwm42015-04-161-4/+3
* vo_drm: add missing documentationMarcin Kurczewski2015-04-161-0/+13
* options: --hr-seek=always is the same as --hr-seek=yeswm42015-04-151-0/+1
* manpage: clarify --af=formatKevin Mitchell2015-04-151-14/+16
* manpage: remove extra newline at end of af.rstKevin Mitchell2015-04-151-1/+0
* mapage: update --hwdec=vaapi description againwm42015-04-141-2/+1
* vo_opengl: change dwmflush option valueswm42015-04-141-3/+4
* man/options: make --audio-display easier to findMartin Herkt2015-04-131-2/+3
* DOCS/contribute.md: Add guideline for pull requestsrobin007bond2015-04-131-0/+3
* DOCS/waf: Edit --enable-feature sentencesrobin2015-04-121-2/+3
* vo_opengl: unify blend-subtitles-res and blend-subtitleswm42015-04-111-12/+5
* manpage: mention how pseudo-gui mode is enabled on win32wm42015-04-111-2/+7
* vo_opengl: add blend-subtitles-resNiklas Haas2015-04-101-0/+11
* manpage: document pseudo-gui stuffwm42015-04-101-0/+28
* opengl: win32 - add option 'dwmflush' to sync in DWMAvi Halachmi (:avih)2015-04-091-0/+10
* vo_opengl_cb: deprecate mpv_opengl_cb_render()wm42015-04-093-6/+4
* vo_opengl_cb: add a function to report vsync timewm42015-04-093-0/+9
* manpage: lua: clarify timer usagewm42015-04-081-0/+17
* manpage: remove confusing statementwm42015-04-071-2/+1
* command: new subproperty for video-params: gammaNiklas Haas2015-04-041-0/+3
* vf_format: add gamma override optionNiklas Haas2015-04-041-0/+22
* vo_opengl: make csp options consistent with vf_formatNiklas Haas2015-04-041-9/+9
* csputils: add some missing colorspacesNiklas Haas2015-04-042-0/+18
* man/vf: update vf_format documentationNiklas Haas2015-04-041-4/+3
* vo_opengl: make jinc presets resizableNiklas Haas2015-04-041-3/+0
* vo_opengl: add scale-wparam optionNiklas Haas2015-04-041-0/+13
* vo_opengl: refactor scaler configurationNiklas Haas2015-04-041-12/+11
* vo_opengl: separate kernel and windowNiklas Haas2015-04-041-26/+33
* vf_format: allow forcing aspect ratiowm42015-04-031-0/+5
* vf_format: allow forcing display sizewm42015-04-031-0/+5
* vo_opengl: remove chroma-location suboptionwm42015-04-031-4/+0
* vf_format: allow forcing rotation flagswm42015-04-031-0/+4
* vf_format: allow forcing stereo mode parameterswm42015-04-031-0/+8
* sub: add --sub-text-bold optionwm42015-04-011-0/+3
* ao_wasapi: fix device listingKevin Mitchell2015-03-311-12/+12
* manpage: correct option minchn->minch for lavcac3encKevin Mitchell2015-03-301-3/+3
* manpage: clarify global config file locationwm42015-03-311-1/+3
* options: make --video-rotate use range 0-360wm42015-03-311-1/+1
* video: move colorspace overrides to vf_format, simplifywm42015-03-312-95/+91
* vf_format: don't crash if nonsense parameters are passedwm42015-03-311-11/+2
* vf_format: by default, pass through video without changewm42015-03-311-1/+1
* csputils: unify names for colorspace/etc. nameswm42015-03-311-9/+9
* ad_lavc: disable AC3 DRC by defaultwm42015-03-301-2/+5
* RPI supportwm42015-03-292-0/+14
* ao_alsa: add an option to ignore ALSA channel map negotiationwm42015-03-281-0/+8
* manpage: update warning on blend-subtitlesNiklas Haas2015-03-271-2/+6
* manpage: vo_opengl: blend-subtitles is brokenwm42015-03-271-0/+3
* manpage: fix typowm42015-03-261-1/+1
* vo_opengl: draw subtitles directly onto the videoNiklas Haas2015-03-261-0/+11
* vo_opengl: set cscale=spline36 as default for opengl-hqNiklas Haas2015-03-251-1/+1
* command: add property returning current working directorywm42015-03-241-0/+4
* input: remove Linux joystick supportwm42015-03-243-8/+1
* input: remove classic LIRC supportwm42015-03-243-11/+8
* manpage: ipc: make requirements for newlines more explicitwm42015-03-231-0/+3
* manpage: remove "experimental" notice from dxva2 codewm42015-03-192-2/+2
* manpage: add a link to mpv.conf documentationwm42015-03-171-1/+1
* DOCS: fix compilation instructions for MXE crosscompilationgunmantheh2015-03-171-0/+1
* man/vo: fix typoMartin Herkt2015-03-151-1/+1
* vo_opengl: add oversample support for tscaleNiklas Haas2015-03-151-1/+9
* vo_opengl: add oversample scalerNiklas Haas2015-03-151-0/+6
* vo_opengl: refactor smoothmotion -> interpolationNiklas Haas2015-03-151-42/+30
* man: fix PDF buildMartin Herkt2015-03-151-3/+4
* manpage: update cscaleNiklas Haas2015-03-131-4/+1
* options: introduce --cache=yes choicewm42015-03-121-2/+4
* cache: bump default size to 150MBwm42015-03-121-1/+1
* command: display-fps is the display FPS as assumed by the VOwm42015-03-121-3/+3
* vo_opengl: refactor shader generation (part 2)Niklas Haas2015-03-121-24/+44
* command: add display-fps propertywm42015-03-101-0/+7
* manpage: document swapinterval defaultNiklas Haas2015-03-091-1/+2
* input.conf: add key binding to override ASS subtitle styleswm42015-03-081-0/+5
* DOCS: minor update to coding stylewm42015-03-081-0/+2
* DOCS/compile-window.md: add Lua package to MXE instructionswm42015-03-061-2/+2
* DOCS, options: fix exampleChrisK22015-03-051-1/+1
* client API: mention the changes to the seek/screenshot commandswm42015-03-052-1/+3
* player, client API: refactor cplayer init, reduce client API differenceswm42015-03-051-0/+4
* input: use flag option type for some input commandswm42015-03-041-16/+15
* vo_opengl: add gamma-auto optionStefano Pigozzi2015-03-041-0/+9
* stream_cdda: add option to enable cdtext, and disable it by defaultwm42015-03-031-0/+4
* manpage: improve --osd-fractions descriptionwm42015-03-031-1/+2
* manpage: remove empty line to fix formattingwm42015-03-021-1/+0
* Revert "Revert recent vo_opengl related commits"Niklas Haas2015-02-281-0/+7
* Revert recent vo_opengl related commitswm42015-02-281-7/+0
* cocoa: remove the setNextKeyView hackStefano Pigozzi2015-02-281-2/+14
* examples/cocoabasic: allow to send stop commandStefano Pigozzi2015-02-281-13/+19
* manpage: fix typozymos2015-02-281-1/+1
* screenshots: add support for csp taggingNiklas Haas2015-02-281-0/+7
* demux: bump default demuxer queue sizeswm42015-02-271-2/+2
* manpage: update wording on speedNiklas Haas2015-02-271-2/+3
* vo_opengl: implement antiringing for tensor scalersNiklas Haas2015-02-271-3/+2
* input: allow passing FDs to --input-filewm42015-02-261-0/+3
* ytdl: add "--ytdl-params" optionThiago Kenji Okada2015-02-251-0/+12
* manpage: adjust --ass-style-override descriptionwm42015-02-251-2/+1
* manpage: update documentation for smoothmotionNiklas Haas2015-02-241-8/+27
* filter_kernels: add ewa_lanczossharp aliasNiklas Haas2015-02-241-2/+10
* filter_kernels: add blur parameter to jincNiklas Haas2015-02-231-0/+6
* manpage: document scale-param1 properlyNiklas Haas2015-02-231-8/+15
* manpage: update for new EWA filtersNiklas Haas2015-02-231-2/+2
* filter_kernels: rename ginseng to ewa_ginsengNiklas Haas2015-02-231-1/+1
* DOCS/client_api_examples/simple: fix optionwm42015-02-231-1/+1
* manpage: ipc: add a socat examplewm42015-02-211-3/+33
* video: un-discourage "vaapi-copy" hwdec modewm42015-02-201-1/+2
* vo_opengl: add ginseng upscalerNiklas Haas2015-02-201-1/+1
* manpage: fix vf_scale arnd parameterwm42015-02-191-2/+2
* DOCS/client-api-changes: mark 0.8.0 releasewm42015-02-171-2/+3
* command: add rescan_external_fileswm42015-02-161-0/+15
* sub: mess with styling defaults, change --ass-use-margins behaviorwm42015-02-163-7/+32
* osd: customizable subtitle and OSD positionwm42015-02-161-0/+11
* vf_vapoursynth: add display refresh rate propertyJulian2015-02-131-0/+3
* command: mark get_property as deprecatedwm42015-02-131-3/+2
* player: add a --loop=force modewm42015-02-121-1/+6
* audio: add device change notification for hotpluggingwm42015-02-121-0/+7
* player: use af_scaletempo when slowing down audio toowm42015-02-121-1/+1
* vf_noise: remove internal implementationwm42015-02-111-4/+0
* af_rubberband: make all librubberband options configurablewm42015-02-111-0/+9
* af_rubberband: pitch correction with librubberbandwm42015-02-111-0/+5
* manpage: fix af_scaletempo suggested commandswm42015-02-101-3/+3
* manpage: ipc: suggest --idlewm42015-02-091-1/+2
* Revert "vo_opengl: disable alpha by default"wm42015-02-061-1/+1
* options: add --network-timeoutwm42015-02-061-0/+5
* options: change --msg-level optionwm42015-02-062-1/+3
* vo_opengl: add support for linear scaling without CMSNiklas Haas2015-02-061-5/+10
* player: do not autoload audio with audio files, enable autoloadingwm42015-02-051-3/+3
* manpage: move out the MPlayer comparison pagewm42015-02-052-440/+453
* manpage: document hook APIwm42015-02-042-14/+64
* command: add on_unload hookwm42015-02-041-0/+4
* player: remove --fixed-vowm42015-02-031-1/+2
* cocoa: automatically fetch display-fps from the monitorStefano Pigozzi2015-02-031-2/+2
* vo_opengl: disable alpha by defaultwm42015-02-031-1/+1
* vo_opengl: change initialization of gamma optionwm42015-02-031-7/+5
* command: new commands audio_add/audio_remove/audio_reloadxylosper2015-02-031-0/+9
* vo_opengl: change upper bound of :gamma to 2.0Niklas Haas2015-02-031-1/+1
* manpage: add recommended values to :gamma suboptionNiklas Haas2015-02-031-4/+12
* command: add property returning detected audio deviceStefano Pigozzi2015-02-031-0/+4
* command: add property returning detected hwdec APIwm42015-02-021-0/+11
* player: add external audio file auto-loadingwm42015-02-021-0/+10
* command: add properties returning the current VO and AO driverwm42015-02-021-0/+6
* client API: add mpv_wait_async_requests()wm42015-02-021-0/+1
* ao_null: add emulation for certain broken behaviorwm42015-01-301-0/+3
* man: expand on the smoothmotion documentationStefano Pigozzi2015-01-281-4/+13
* vf_ilpack: remove this filterwm42015-01-271-13/+0
* vf_divtc: remove this filterwm42015-01-271-62/+0
* vf_phase: remove this filterwm42015-01-271-52/+0
* vf_swapuv: remove this filterwm42015-01-271-3/+0
* manpage: fix rst2pdf buildMartin Herkt2015-01-271-5/+5
* command: export more details about file seekabilitywm42015-01-261-0/+8
* msg: add --log-file optionwm42015-01-261-0/+5
* manpage: document 'A' keywm42015-01-261-0/+3
* manpage: fix typoDiogo Franco (Kovensky)2015-01-261-1/+1
* manpage: fix smoothmotion-threshold value rangewm42015-01-261-1/+1
* options: make --hls-bitrate=max the defaultwm42015-01-261-2/+2
* manpage: describe some more config directory artifactswm42015-01-261-9/+27
* vo_opengl, x11: implement icc-profile-autowm42015-01-261-1/+1
* vo_opengl: make "mitchell" the hq default filter for downscalingwm42015-01-261-1/+1
* input, player: new command for mouse eventxylosper2015-01-231-0/+17
* vo: fix disabling/enabling smoothmotion at runtimewm42015-01-231-0/+3
* manpage: minor changeswm42015-01-235-20/+28
* command: export file format as propertywm42015-01-231-0/+5
* build: remove bogus client API examples buildwm42015-01-233-5/+9
* vf_vavpp: add more deinterlacing algorithmswm42015-01-231-0/+4
* vo_opengl: add smoothmotion frame blendingStefano Pigozzi2015-01-231-0/+9
* manpage: vo_opengl: describe how to get lanczos2/lanczos3wm42015-01-221-0/+3
* vo_opengl: remove scale-sep and indirect optionsNiklas Haas2015-01-221-23/+1
* vo_opengl: rename all scale options to make more senseNiklas Haas2015-01-221-31/+24
* vo_opengl: always prefer indirect scalingNiklas Haas2015-01-221-9/+14
* vo_opengl: implement naive anti-ringingNiklas Haas2015-01-221-4/+13
* vo_opengl: make the default radius 3.0 and simplify scaler documentationNiklas Haas2015-01-211-12/+14
* manpage: vo_opengl: change scaler descriptions and recommendationswm42015-01-211-37/+13
* vo_opengl_old: remove this VOwm42015-01-201-180/+1
* README: extend dependecy list, link Windows compilation docswm42015-01-201-1/+1
* vo_opengl: remove cscale-down suboptionwm42015-01-201-3/+9
* client API: notify API user on event queue overflowwm42015-01-191-0/+1
* x11: add --on-all-workspaces option and propertywm42015-01-162-0/+7
* player: add --autofit-smaller optionwm42015-01-161-0/+11
* manpage: fix osd-ass-cc exampleswm42015-01-161-1/+4
* vo_opengl: get rid of approx-gamma and make it the default as per BT.1886Niklas Haas2015-01-161-10/+0
* manpage: changes.rst: document vo_opengl's placebo featuresNiklas Haas2015-01-151-1/+5
* vo_opengl: add ewa_lanczos upscaler (aka jinc)Niklas Haas2015-01-151-1/+7
* DOCS/client_api_examples: fix locale nonsense in qml exampleswm42015-01-152-0/+10
* ao_pcm: add append modewm42015-01-141-0/+4
* manpage: fix references to vf_ppwm42015-01-132-4/+3
* manpage: improve --title descriptionwm42015-01-121-5/+6
* x11: support XEmbedwm42015-01-121-6/+9
* player: change --display-tags behaviorwm42015-01-121-1/+2
* command: fix property naming conventionwm42015-01-101-2/+2
* command: change properties added in previous commitwm42015-01-101-5/+9
* command.c: new subproperties for video-params: bpp and depthxylosper2015-01-101-0/+6
* DOCS/client_api_examples: qml_direct: QWindow::size() is not thread-safewm42015-01-092-3/+4
* DOCS/client_api_examples: qml: reduce number of fileswm42015-01-094-119/+116
* DOCS/compile-windows.md: fix pkg-config directoryJames Ross-Gowan2015-01-091-2/+4
* video: Add sigmoidal upscaling to avoid ringing artifactsNiklas Haas2015-01-091-1/+13
* vo_opengl_cb: introduce frame queuexylosper2015-01-081-1/+20
* DOCS: add instructions for building with MSYS2James Ross-Gowan2015-01-082-91/+209
* DOCS/client_api_examples: add an alternative qml examplewm42015-01-086-0/+293
* ao_pulse: disable latency calculation hacks by defaultwm42015-01-071-2/+7
* stream_dvb: Add possibility to dump a full transponder.Oliver Freyermuth2015-01-061-0/+11
* manpage: dvb: Add some information on VDR channel list support.Oliver Freyermuth2015-01-061-0/+6
* DOCS/client_api_examples: qml: add test for gamma controlwm42015-01-063-11/+29
* DOCS/client_api_examples: qtexample: demonstrate multiple mpv instanceswm42015-01-062-0/+10
* sub: add option to not scale subtitles with windowwm42015-01-051-0/+11
* DOCS/client_api_examples: qml: add test for vo_cmdlinewm42015-01-053-13/+29
* vo_opengl_cb: support changing options at runtimewm42015-01-051-0/+5
* manpage: document details of option quoting and escapingwm42015-01-051-4/+56
* vf_vapoursynth: autodetect CPU countwm42015-01-051-1/+4
* manpage: clarify syntax for color optionswm42015-01-051-1/+1
* manpage: fix --video-unscaled descriptionwm42015-01-041-3/+2
* vf_vapoursynth: pass through container FPS valuewm42015-01-031-0/+9
* manpage: vf_vapoursynth: document mpv-specific predefined variableswm42015-01-031-0/+11
* manpage: talk about one script, not multiple scriptsRyan Jacobs2015-01-021-2/+2
* OSC: add osc-message script command (wip)ChrisK22015-01-021-0/+4
* vo_opengl_old: remove ancient ATI-specific YUV conversionswm42015-01-021-5/+1
* build: try to make examples build both in-tree and out-of-treewm42015-01-022-2/+2
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-016-13/+20
* DOCS/client_api_examples: don't throw char* in C++ codewm42015-01-012-6/+9
* manpage: fix typowm42015-01-011-1/+1
* command: make the "run" command work on Windows toowm42015-01-011-1/+0
* client API: add function to create new mpv_handles from existing oneswm42014-12-311-0/+3
* vo_opengl_cb: simplify API uninitializationwm42014-12-311-9/+3
* DOCS/client_api_examples: add an explicit licensewm42014-12-302-2/+14
* DOCS/client_api_examples: qtexample: use queued signalswm42014-12-303-20/+19
* DOCS/client_api_examples: qtquick: fix destructionwm42014-12-304-38/+35
* client API: qthelper: add a refcounting wrapper around mpv_handlewm42014-12-301-0/+1
* command: add filtered-metadata propertywm42014-12-291-0/+4
* player: filter tags, add --display-tags optionwm42014-12-291-0/+8
* player: make --shuffle/--merge-files affect runtime loaded playlistswm42014-12-291-4/+0
* ao_portaudio: remove this audio outputwm42014-12-291-13/+0
* manpage: document new --stream-dump behaviorwm42014-12-271-0/+3
* command: overlay_add: more flexible treatment of offset parameterwm42014-12-261-7/+9
* win32: add mmap() emulationwm42014-12-261-5/+0
* manpage: lua: fix a linkwm42014-12-261-1/+1
* manpage: fix typowm42014-12-251-2/+2
* manpage: lua: fixes and improvementswm42014-12-251-20/+15
* ipc: add enable_event and disable_event commandswm42014-12-241-0/+8
* command: extend revert_seek commandwm42014-12-171-2/+11
* vo_opengl: switch default FBO format to rgba, use GL_RGBAwm42014-12-171-1/+1
* manpage: ao_alsa: link upmix wiki entrywm42014-12-161-2/+6
* audio: make native channel count the default instead of stereo downmixwm42014-12-152-4/+34
* vo_opengl: remove quadbuffer/anaglyph stereo 3D renderingwm42014-12-151-15/+0
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-154-23/+23
* command, dvd: add property which returns list of DVD titleswm42014-12-131-0/+27
* DOCS: add missing close bracketBen Boeckel2014-12-121-1/+1
* options: add option for ignoring patch in resume mechanismwm42014-12-131-0/+3
* player: add a --keep-open=always modewm42014-12-121-9/+20
* DOCS/crosscompile-mingw: updatewm42014-12-121-7/+15
* command: add properties for current bitratewm42014-12-121-0/+11
* demux: don't always make --cache-secs override --demuxer-readahead-secswm42014-12-121-1/+4
* DOCS/contribute.md: remove unintentional headlineselsta2014-12-111-2/+2
* manpage: fix mistake in --video-zoom mentionwm42014-12-111-1/+1
* command: add "idle" propertywm42014-12-101-0/+4
* manpage: update the ao_alsa example (no-block was removed)wm42014-12-091-2/+2
* DOCS/client_api_examples: remove nonsensewm42014-12-092-4/+3
* options: enable --ytdl by defaultwm42014-12-092-6/+3
* vo_opengl_cb: simplify reconfigure, render transparent if unconfiguredwm42014-12-091-0/+3
* vo_opengl: make background color configurablewm42014-12-091-0/+4
* client API: expose OpenGL rendererwm42014-12-097-0/+236
* DOCS: Improve documentation of --ytdl-format optionChrisK22014-12-071-1/+4
* options: add a 'once' idle modeStefano Pigozzi2014-12-071-1/+4
* DOCS, OSC: Un-document removed seektooltip optionChrisK22014-12-051-4/+0
* DOCS, OSC: Document layout optionChrisK22014-12-051-1/+6
* ao_alsa: simplify, remove no-block suboptionwm42014-12-051-2/+0
* video/filter: kill vf_pp (libpostproc)wm42014-12-031-150/+0
* DOCS/client-api-changes: mark release 0.7.0wm42014-12-021-0/+1
* cocoa: allow to black out other display when going fsStefano Pigozzi2014-12-011-0/+4
* manpage: rename input.conf supersectionwm42014-11-291-3/+11
* manpage: lua: fix examplewm42014-11-291-2/+2
* manpage: minor fixeswm42014-11-293-10/+9
* vo_opengl: enable fancy-downscaling by default for opengl-hqwm42014-11-291-1/+1
* vo_opengl: disable fancy-downscaling for anamorphic videowm42014-11-291-0/+3
* lua: add a function that formats Lua values as stringswm42014-11-291-0/+4
* DOCS/crosscompile-mingw: updateTimothy Gu2014-11-261-8/+8
* manpage: lua: fix typo paramater -> parameterAlessandro Ghedini2014-11-261-1/+1
* player: add option not to use OSD/fontconfigwm42014-11-251-0/+10
* input, lua: redo input handlingwm42014-11-233-9/+40
* manpage: update utils.subprocess() for WindowsJames Ross-Gowan2014-11-221-2/+3
* lua: add a way to add repeatable key bindingswm42014-11-211-1/+5
* input: add a prefix to make any binding act on key repeatwm42014-11-201-1/+3
* command: add drop_bufferswm42014-11-201-0/+4
* options: add --ytdl-format option for youtube-dl formatJaime Marquínez Ferrándiz2014-11-201-0/+6
* manpage: changes.rst: add youtube-dl scriptwm42014-11-191-0/+4
* input.conf: add some additional bindingswm42014-11-191-0/+7
* player: integrate ytdl_hook.luawm42014-11-191-0/+12
* manpage: fix typowm42014-11-191-1/+1
* demux_mkv: add an option for compatibility with Haaliwm42014-11-182-0/+8
* manpage: document vo_cmdline commandwm42014-11-181-1/+8
* command: add an ab_loop commandwm42014-11-182-2/+7
* vo_direct3d: fix texture-memory sub-option, extend itwm42014-11-181-11/+22
* command: implement A-B loopswm42014-11-182-0/+9
* command: adjust previous commitwm42014-11-171-6/+7
* command: playlist property: return if an entry is currently playingwm42014-11-171-0/+8
* input.conf: Don't make ENTER exit the playerChrisK22014-11-151-1/+1
* man: document osc seekbarstyle optionahoka2014-11-151-0/+4
* demux_mkv: adjust subtitle preroll again (2)wm42014-11-151-0/+19
* vo_opengl: allow setting different filters for downscalingwm42014-11-141-1/+6
* command: export some option metadatawm42014-11-131-1/+24
* command: rename "option-flags" property to "option-info"wm42014-11-131-3/+3
* command: export mpv configure arguments as propertywm42014-11-131-0/+4
* manpage: adjust --hwdec docswm42014-11-121-6/+8
* client API: deprecate some eventswm42014-11-082-22/+12
* command: export the flag whether an option was set on commandlinewm42014-11-071-0/+12
* audio: add --audio-client-name optionwm42014-11-071-0/+5
* command: add display-names propertyKevin Mitchell2014-11-071-0/+4
* command: add window-minimized property (X11 only)wm42014-11-021-0/+3
* command: expose mpv version as propertywm42014-11-021-0/+4
* player: add --chapters-file optionwm42014-11-021-0/+4
* manpage: update --playlist commentswm42014-11-022-9/+10
* ipc: make it possible to receive log messageswm42014-11-011-0/+10
* ipc: add a command to retrieve API versionwm42014-11-011-0/+4
* manpage: ipc: fix command name for observe_propertywm42014-11-011-1/+1
* player: update meaning of drop_frame_cntwm42014-11-011-3/+4
* player: change framedrop display in the status linewm42014-10-311-8/+9
* options: accept --audio-channels=autowm42014-10-301-2/+3
* client API: qthelper: add set_option_variant()wm42014-10-301-0/+1
* player: add an option to abort playback on partial init failureswm42014-10-282-0/+8
* client API: better error reportingwm42014-10-281-0/+2
* client API: add an enum for mpv_event_end_file.reasonwm42014-10-281-0/+1
* manpage: clarify loadfile append-play modewm42014-10-281-1/+3
* libmpv: cocoa: add basic menuStefano Pigozzi2014-10-271-10/+7
* command: add audio-device propertywm42014-10-271-0/+13
* audio: add command/function to reload audio outputwm42014-10-271-1/+1
* manpage: options: various fixesAlessandro Ghedini2014-10-261-9/+9
* dxva2: use optimized memcpyJames Ross-Gowan2014-10-261-1/+1
* Drop libquvi supportwm42014-10-254-39/+5
* video: initial dxva2 supportwm42014-10-251-0/+1
* manpage: use the proper environment variable for CSIDL_APPDATAwm42014-10-251-4/+8
* command: add vo-configured propertywm42014-10-241-0/+5
* osd: slightly change default styleMartin Herkt2014-10-231-3/+3
* command: add a "cached" mode to sub_addwm42014-10-231-0/+7
* manpage: ipc: comment about invalid UTF-8wm42014-10-231-0/+12
* win32: change config path prioritieswm42014-10-231-0/+29
* reflect recent coreaudio changes in the manualStefano Pigozzi2014-10-231-11/+4
* command: make reverse cycle_values match up with forward onewm42014-10-211-1/+1
* command: add cursor-autohide propertywm42014-10-211-0/+4
* command: add playback-abort propertywm42014-10-211-0/+5
* command: add video-rotate propertywm42014-10-211-0/+3
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+9
* command: add field-dominance propertyKevin Mitchell2014-10-211-0/+3
* lua: add convenience function for hookswm42014-10-211-0/+26
* command: extend sub_add commandwm42014-10-211-1/+17
* manpage: fix a typoBen Boeckel2014-10-201-1/+1
* manpage: ipc: mention unavailability on Windowswm42014-10-191-1/+3
* manpage: ipc: mention the socat toolwm42014-10-191-1/+2
* ipc: skip empty and commented lineswm42014-10-191-1/+5
* ipc: accept both JSON and "old" commandswm42014-10-192-1/+11
* audio: quote devices in --audio-device=helpwm42014-10-191-1/+3
* lua: expose JSON parserwm42014-10-191-0/+14
* lua: add an utility function for starting processeswm42014-10-191-0/+42
* manpage: ipc: explain security implicationswm42014-10-171-0/+8
* DOCS/client_api_examples: qtexample: don't require Qt 5.xwm42014-10-171-0/+7
* manpage: add JSON IPC documentationAlessandro Ghedini2014-10-174-2/+147
* cocoa: allow mouse events to bubble up with no-input-cursorStefano Pigozzi2014-10-171-0/+1
* options: don't load per-file config files by defaultwm42014-10-171-1/+1
* sub: adjustments to --ass-style-override optionwm42014-10-171-0/+1
* DOCS/client_api_examples: qtexample: set a magic Qt flagwm42014-10-161-0/+1
* DOCS/client_api_examples: qtexample: embedding works on Cocoawm42014-10-161-2/+1
* manpage: fix reference to a defunct optionshdown2014-10-161-2/+2
* command: allow setting per-file options at runtimewm42014-10-151-0/+10
* stream_lavf: expose concat://wm42014-10-141-0/+4
* DOCS/client_api_examples: qtexample: remove debugging codewm42014-10-141-2/+1
* DOCS/client_api_examples: qtexample: stuffwm42014-10-133-7/+31
* client API: add qthelper.hppwm42014-10-131-0/+1
* DOCS/edl-mpv: minor clarificationwm42014-10-121-1/+1
* vf_vapoursynth: add standalone Lua scriptingwm42014-10-121-0/+25
* libmpv/cocoa: allow clients to use mpv event systemStefano Pigozzi2014-10-121-11/+26
* lua: add command_native() functionwm42014-10-111-0/+9
* client API: add mpv_command_node[_async]wm42014-10-111-0/+1
* command: make audio device list available to the client APIwm42014-10-101-0/+21
* Revert "player: --save-position-on-quit should always work"wm42014-10-101-3/+4
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-091-0/+5
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-092-4/+9
* manpage: fix --audio-pitch-correction descriptionAlessandro Ghedini2014-10-091-4/+4
* audio: add device selection & listing with --audio-devicewm42014-10-091-0/+17
* manpage: improve --wid descriptionwm42014-10-091-8/+19
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-093-4/+9
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-081-1/+1
* client API: introduce numeric log levelswm42014-10-081-0/+1
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-082-0/+29
* msg, client API: buffer partial lineswm42014-10-081-0/+1
* command: add cache-buffering-state propertywm42014-10-071-0/+4
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-072-0/+6
* DOCS/client_api_examples: qtexample: set the localeJames Ross-Gowan2014-10-071-0/+6
* player: --save-position-on-quit should always workwm42014-10-061-4/+3
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-051-7/+0
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-051-1/+1
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-051-2/+42
* examples/cocoa: never instance NSApplication with newStefano Pigozzi2014-10-051-1/+1
* examples/cocoa: set activation policy to mimic nib applicationsStefano Pigozzi2014-10-051-0/+8
* manpage: changes: random corrections and additionswm42014-10-041-13/+19
* manpage: changes: move internal changes section to the endwm42014-10-041-22/+22
* options: add --no-keepaspect-windowwm42014-10-041-0/+7
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
* x11: stupid workaround for XMonadwm42014-10-041-4/+14
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-044-27/+32
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-031-1/+1
* command: allow passing memory addresses to overlay_addwm42014-10-031-0/+10
* manpage: remove non-existing ratio-pos propertywm42014-10-021-3/+0
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
* audio: enable pitch correction by default when playing fastwm42014-10-021-0/+8
* man: fix to->too typoKevin Mitchell2014-09-301-1/+1
* audio: remove --audiodropwm42014-09-301-5/+0
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-281-3/+8
* DOCS/client_api_examples: qtexample: remove broken resizingwm42014-09-281-8/+6
* client API, X11: change default keyboard input handling againwm42014-09-284-0/+28
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-241-0/+1
* player: change --keep-open semanticswm42014-09-241-1/+8
* audio: drop swapped-endian audio formatswm42014-09-231-3/+2
* player: allow passing number of loops to --loop-filewm42014-09-221-5/+9
* options: remove --volstepwm42014-09-211-4/+0
* manpage: clarify vf_pp docswm42014-09-211-8/+14
* vo_vdpau: better integration with the generic framedrop codewm42014-09-201-3/+2
* manpage: document terminal status line componentswm42014-09-201-0/+45
* player: allow overriding OSD message for all OSD levelswm42014-09-181-0/+24
* command: allow using ASS tags on OSD messageswm42014-09-181-2/+19
* command: add osd-sym-cc propertywm42014-09-181-0/+5
* options: change --volstep to 2wm42014-09-161-1/+1
* manpage: fix typo in input.rstAleksey Andreev2014-09-151-1/+1
* input.conf: map ESC to exiting fullscreenwm42014-09-151-1/+4
* DOCS/client_api_examples: qtexample: resize to video sizewm42014-09-151-0/+21
* manpage: clarify description of dwidth/dheightwm42014-09-151-2/+6
* input: use libwaio for pipe input on Windowswm42014-09-141-0/+9
* input: "quit_watch_later" and "stop" are abort commandswm42014-09-131-2/+8
* manpage: document shift+pgup/pgdwn bindingswm42014-09-131-0/+4
* lua: synchronously wait until scripts are loadedwm42014-09-061-0/+9
* vo_corevideo: remove this VOStefano Pigozzi2014-09-062-8/+1
* win32: add tmpfile() replacementJames Ross-Gowan2014-09-051-3/+2
* manpage: fix sub_add descriptionwm42014-09-051-1/+1
* audio: make buffer size configurablewm42014-09-051-0/+14
* player: add --media-title optionwm42014-09-021-0/+5
* player: add --osd-playing-msg optionwm42014-09-021-0/+7
* player: simplistic HLS bitrate selectionwm42014-09-011-2/+11
* command: remove broken quvi-format propertywm42014-09-012-10/+0
* man: fix a whole bunch of typosMartin Herkt2014-09-0111-130/+130
* player: always load playlistswm42014-08-311-14/+6
* x11: when using --wid, inherit event flags from parent windowwm42014-08-311-0/+1
* lua: expose mp_getcwd through mp.utilsOtto Modinos2014-08-311-0/+4
* manpage: be more explicit about "estimated-..." propertieswm42014-08-311-2/+7
* video: initial Matroska 3D supportwm42014-08-301-0/+16
* cache_file: add a mode that creates a temporary filewm42014-08-301-15/+36
* player: reduce default demuxer cachewm42014-08-301-1/+1
* manpage: document that --cache-file doesn't work with ordered chapterswm42014-08-301-0/+2
* manpage: fix minor grammar issuewm42014-08-291-1/+1
* command: export demuxer cache info propertieswm42014-08-281-0/+9
* player: redo how stream caching and pausing on low cache workswm42014-08-271-14/+9
* vo_opengl: add parameter to gaussian filterBin Jin2014-08-261-1/+9
* vo_opengl: add radius options for filtersBin Jin2014-08-261-5/+16
* vo_opengl: add cparam1 and cparam2 optionsBin Jin2014-08-261-0/+7
* manpage: mention that mp.commandv doesn't expand propertiesOtto Modinos2014-08-251-0/+4
* options: compatibility hack for --slave-brokenwm42014-08-251-0/+2
* ao_dsound: raise default buffer size to 200ms, make it configurablewm42014-08-221-0/+3
* manpage: remove duplicated contentBin Jin2014-08-221-29/+0
* options.rst: fix warningAlexander Preisinger2014-08-201-1/+1
* command: add estimated-frame-count & estimated-frame-number propertiesAndrey Morozov2014-08-191-0/+7
* manpage: fix opengl-hq defaultswm42014-08-181-1/+1
* DOCS/tech-overview.txt: some updateswm42014-08-181-17/+35
* video: enable framedropping by defaultwm42014-08-171-4/+4
* demux: enable thread by defaultwm42014-08-161-1/+3
* demux: add option to control the readahead buffer by a duration valuewm42014-08-161-3/+13
* video: add --display-fps switch to control framedrop FPSwm42014-08-161-0/+7
* audio: add a mode to insert silence on severe A/V desyncwm42014-08-151-0/+5
* vo_opengl: optional support for using GLX_SGI_video_syncwm42014-08-151-0/+7
* vo_opengl: if glfinish is used, also call it after swapppingwm42014-08-151-1/+3
* video: add VO framedropping modewm42014-08-152-10/+39
* sub: add option to workaround broken mkv fileswm42014-08-141-0/+7
* af_lavcac3enc: lower minimum channel number to 3wm42014-08-121-1/+1
* docs: cocoa example uses wakeup callback APIFRAU KOUJIRO2014-08-121-22/+54
* docs: simple cocoa API usage exampleFRAU KOUJIRO2014-08-121-0/+85
* af_lavcac3enc: change default bitrate to 640wm42014-08-121-1/+3
* video: move display and timing to a separate threadwm42014-08-121-7/+0
* DOCS: mark the recent release in client-api-changes.rstwm42014-08-122-0/+3
* input.conf: make explanatory text more readablewm42014-08-111-0/+1
* manpage: update keybindingswm42014-08-111-1/+1
* Move status-line.luawm42014-08-111-69/+0
* video: remove "hard" framedrop modewm42014-08-091-4/+8
* manpage: update key bindingswm42014-08-081-36/+6
* manpage: add sections and order by usageAlexander Preisinger2014-08-081-1677/+1810
* command: add a "seeking" propertywm42014-08-081-0/+6
* client API: qtexample: don't pass deallocated strings to mpvwm42014-08-071-1/+2
* client API: add and use the MPV_MAKE_VERSION macrowm42014-08-051-0/+1
* player: some further playloop cleanupswm42014-08-032-6/+9
* manpage: be more explicit where input.conf is locatedwm42014-08-022-1/+6
* manpage: explain how to replace --slave-brokenwm42014-08-021-0/+10
* command: add a property that returns a list of all propertieswm42014-08-021-0/+2
* manpage: remove duplicated misplaced description of a commandwm42014-08-021-2/+0
* Remove the last remains of slave modewm42014-08-012-32/+10
* command: add cache-idle propertywm42014-07-311-2/+6
* video/filter: add vf_bufferwm42014-07-301-0/+6
* ao_alsa: disable use of non-interleaved formats by defaultwm42014-07-301-0/+4
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-301-0/+7
* manpage: lua: document timer timeout and oneshot fieldswm42014-07-291-0/+14
* ao_pulse: allow disabling timing bug workaroundswm42014-07-261-0/+6
* manpage: eliminate the word "movie"wm42014-07-264-29/+29
* manpage: fix a typowm42014-07-241-1/+1
* command: add append-play loadfile modewm42014-07-231-0/+2
* sub: add detection via BOMwm42014-07-221-0/+3
* manpage: correct the --mf optionswm42014-07-211-6/+6
* manpage: fix wording for --aidwm42014-07-201-2/+3
* manpage: fix documented default for --demuxer-threadwm42014-07-171-1/+1
* demux: add a demuxer threadwm42014-07-161-0/+18
* DOCS/release-policy: mention the release version in the RELEASE_NOTES templateAlessandro Ghedini2014-07-131-1/+13
* DOCS/tech-overview: minor updateswm42014-07-091-12/+12
* Remove stream_pts stuffwm42014-07-062-5/+1
* DOCS/client-api-changes: try to fix rst formatting againwm42014-07-061-3/+4
* DOCS, client API: add mpv release versionswm42014-07-051-0/+3
* DOCS/client_api_examples: add a Qt examplewm42014-07-043-0/+177
* DOCS: add a file listing API changes for the client APIwm42014-07-032-0/+36
* manpage: reflect new coreaudio changesStefano Pigozzi2014-07-021-1/+13
* command: change cache perentage to float, add cache-free and cache-usedAndrey Morozov2014-07-021-1/+7
* options: add --list-protocols optionAlessandro Ghedini2014-06-301-0/+3
* options: support setting start time relative to start PTSTsukasa OMOTO2014-06-291-3/+6
* player: make the time display relative to start PTSTsukasa OMOTO2014-06-291-0/+3
* manpage: update config file locationswm42014-06-283-12/+25
* DOCS: add document describing the release policy and procedureAlessandro Ghedini2014-06-251-0/+57
* manpage: update changed defaults from previous commitwm42014-06-231-2/+2
* video: Include better heuristics for guessing primariesNiklas Haas2014-06-221-2/+11
* video: Refactor rendering intent for DCP XYZ and :srgbNiklas Haas2014-06-221-0/+4
* video: Support BT.2020 constant luminance systemNiklas Haas2014-06-221-1/+2
* options: Expose --colormatrix-primaries to the userNiklas Haas2014-06-222-0/+24
* video: Add support for non-BT.709 primariesNiklas Haas2014-06-221-1/+7
* video: Add BT.2020-NCL colorspace and transfer functionNiklas Haas2014-06-222-2/+3
* stream: add a file cachewm42014-06-221-0/+25
* DOCS: remove en/ sub-directorywm42014-06-2011-0/+0
* manpage: explicitly document protocolswm42014-06-201-12/+79
* manpage: remove some trailing whitespacewm42014-06-201-1/+1
* manpage: remove bogus significant whitespacewm42014-06-181-1/+1
* options: allow adding multiple files with --audio-filewm42014-06-181-2/+3
* DOCS/contribute.md: move instructions for sending patches to the topwm42014-06-171-50/+56
* DOCS: remove coding-style.md to contribute.mdwm42014-06-171-0/+0
* sub: add --sub-scale-with-window optionwm42014-06-141-0/+8
* options: turn --idx, --forceidx into --indexwm42014-06-132-14/+9
* input: make option struct localwm42014-06-111-11/+11
* options: remove global variables for swscale options; rename themwm42014-06-112-30/+21
* stream_dvb: remove global option variableswm42014-06-111-12/+11
* stream_cdda: remove global option variableswm42014-06-111-28/+23
* stream_pvr: remove global option variableswm42014-06-111-36/+35
* tv: remove global option variableswm42014-06-111-136/+128
* command: redo ancient TV/DVB/PVR commandswm42014-06-112-5/+28
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-091-16/+27
* manpage: document new --sub-file semanticswm42014-06-081-3/+11
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-071-1/+1
* sub: remove old style override optionwm42014-06-051-6/+1
* sub: add --ass-style-override=force optionwm42014-06-051-3/+10
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-011-0/+9
* stream: remove VCD supportwm42014-06-011-1/+0
* ao_alsa: make device the first sub optionwm42014-05-311-3/+3
* manpage: document write_watch_later_config commandwm42014-05-271-0/+3
* lua: fix compilation with lua 5.2wm42014-05-261-1/+1
* command: add write_watch_later_config commandMartin2014-05-261-0/+3
* DOCS/coding-style: add a hint that new features should be documentedwm42014-05-251-2/+4
* lua: add some filesystem utility functionswm42014-05-251-0/+42
* manpage: lua: cosmetic changes to mp.options sectionwm42014-05-251-4/+4
* osc: fix chapter list displayChrisK22014-05-241-2/+2
* video: add --video-rotate option for controlling auto-rotationwm42014-05-241-0/+7
* stream: kill start_pos, remove --sb optionwm42014-05-242-8/+1
* manpage: update references to renamed optionsAlessandro Ghedini2014-05-234-9/+9
* lua/osc: forgot some changed files in previous commitChrisK22014-05-232-20/+94
* player: give quit_watch_later an exit code argument like quitwm42014-05-221-3/+4
* input: allow disabling window dragging with --no-window-draggingwm42014-05-201-0/+3
* manpage: mention bdnav://wm42014-05-201-2/+2
* cache: redo options and default settingswm42014-05-202-16/+17
* etc/input.conf: add example how to change window size by key bindingwm42014-05-181-0/+2
* manpage: fix a minor aspect of the discnav commandwm42014-05-181-2/+1
* manpage: document discnav commandwm42014-05-181-0/+14
* command: add a disc-menu-active propertywm42014-05-181-0/+6
* x11: implement --fs-screen properly, separate old code pathwm42014-05-171-4/+2
* x11: replace--[x11-]fstype option with --x11-netwmwm42014-05-162-39/+13
* manpage: changes.rst: minor fixupswm42014-05-151-5/+5
* vf_vapoursynth: allow parallel processingwm42014-05-141-8/+20
* manpage: updates changes.rstwm42014-05-141-46/+59
* manpage: update --playlist entrywm42014-05-111-5/+10
* manpage: minor correctionswm42014-05-113-8/+10
* input: remove pausing command prefixeswm42014-05-111-3/+0
* man: tweak --sub-codepage for concisionKevin Mitchell2014-05-091-20/+18
* command: add property that estimates current video FPSwm42014-05-081-0/+8
* options: add --hr-seek-framedrop optionwm42014-05-072-1/+11
* manpage: fix typo in previous commitwm42014-05-061-1/+1
* manpage: adjustments to file-size propertywm42014-05-061-1/+3
* command: rename stream-length to file-size, format file sizeAndrey Morozov2014-05-061-3/+3
* manpage: fix vf_scale optionswm42014-05-041-9/+11
* options: merge ---sub-auto-match with --sub-autowm42014-05-042-10/+7
* manpage: improve --input-cursor descriptionwm42014-05-041-2/+2
* options: remove deprecated --identifyMartin Herkt2014-05-042-15/+10
* options: remove obsolete --fsmode-dontuseMartin Herkt2014-05-042-4/+1
* options: rename device-specific optionsMartin Herkt2014-05-043-3/+5
* options: rename msg-related optionsMartin Herkt2014-05-045-24/+31
* options: rename video-related options/propertiesMartin Herkt2014-05-044-38/+43
* options: rename audio-related options/propertiesMartin Herkt2014-05-044-53/+59
* options: rename subtitle-related optionsMartin Herkt2014-05-043-49/+53
* options: rename input-related optionsMartin Herkt2014-05-043-51/+56
* DOCS: update changes.rstMartin Herkt2014-05-031-39/+47
* manpage: adjust description of vdpau deint sub-optionwm42014-05-021-6/+8
* manpage: deprecated vo_vdpau postprocessing optionswm42014-05-021-0/+19
* manpage: document vf_vdpauppwm42014-05-021-0/+49
* lua: remove "lua/" prefix from script nameswm42014-05-021-5/+5
* manpage: fix the alternative suggested for stream-pathwm42014-05-021-1/+1
* man: grammar tweak of mp.add_timeout()Kevin Mitchell2014-04-291-3/+3
* vf_vapoursynth: use frame durations instead of _AbsoluteTimewm42014-04-281-2/+2
* client API: add chapter change eventwm42014-04-271-0/+3
* manpage: fix grammarwm42014-04-261-1/+1
* manpage: forced->usedwm42014-04-261-1/+1
* manpage: improve --osd-level descriptionwm42014-04-251-4/+4
* af.rst: fix replaygain-track descriptionAlessandro Ghedini2014-04-251-2/+1
* command: allow native access to "vf" propertywm42014-04-241-0/+16
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+10
* man: minor typo why not to use portaudioKevin Mitchell2014-04-221-1/+1
* command: export rotation parameterwm42014-04-221-0/+4
* vf_rotate: support all multiples of 90 degreeswm42014-04-211-9/+2
* encode: don't apply default config optionswm42014-04-192-1/+6
* manpage: add notes when to use/not use certain AO and VO driverswm42014-04-192-1/+50
* lua: add example to rebuild the status lineDavid Weber2014-04-191-0/+69
* input: discard key history when a key is mappedwm42014-04-191-4/+4
* manpage: clarify one aspect of multi-keybindingswm42014-04-181-1/+2
* input: close window when window close button is pressed with --input-testwm42014-04-181-3/+3
* input: handle multi-combinations as key sequenceswm42014-04-181-0/+10
* manpage: document loop-file propertywm42014-04-181-0/+3
* player: add a --loop-file optionwm42014-04-171-0/+6
* ao_null: add simulated device latency, simulate EOF problemswm42014-04-171-0/+7
* vo_opengl: make spline36 default with --vo=opengl-hqwm42014-04-171-2/+4
* player: add a --dump-stats optionwm42014-04-171-0/+8
* client API: remove mpv_event_pause_reasonwm42014-04-141-21/+5
* command: add property to indicate when pausing due to --keep-openwm42014-04-141-0/+7
* command: add a property to indicate core pause statewm42014-04-141-0/+5
* New option --no-ometadata to opt out of including metadata when encoding.Rudolf Polzer2014-04-141-0/+4
* vf_vapoursynth: wipe vapoursynth state completely on reloadingwm42014-04-141-4/+1
* Remove radio://wm42014-04-132-56/+0
* command: add vf-metadata propertyKevin Mitchell2014-04-131-1/+12
* command: add paused-for-cache, total-avsync-change, drop-frame-count propertiesDavid Weber2014-04-131-0/+11
* manpage: vf_vapoursynth: document what happens on seekingwm42014-04-131-0/+8
* manpage: lua: separate "advanced" functions into a separate sectionwm42014-04-121-4/+10
* lua: make it easier to integrate with foreign event loopswm42014-04-121-0/+20
* lua: wrap mpv_get_wakeup_pipe()wm42014-04-121-0/+4
* video: add VapourSynth filter bridgewm42014-04-121-0/+47
* manpage: fix --vf=scale optionsJames Ross-Gowan2014-04-111-3/+3
* manpage: document how the client API retrieves the complicated propertieswm42014-04-111-0/+82
* lua: add a minor helper functionwm42014-04-101-0/+4
* cache: allow resizing at runtimewm42014-04-091-0/+12
* manpage: --ad-spdif-dtshd=yes works nowwm42014-04-081-1/+2
* vd_lavc: by default, do not show corrupt frameswm42014-04-081-1/+1
* client API: avoid redundant property change events if possiblewm42014-04-081-5/+9
* lua: add API for observing property changeswm42014-04-081-0/+22
* remove redundant/outdated line from encodeing.rst:"what works"Kevin Mitchell2014-04-031-1/+0
* lua: give more control over timerswm42014-04-021-5/+17
* lua: add mp.unregister_event() functionwm42014-04-011-0/+5
* DOCS/encoding: make "What does not work yet" a proper RST sectionwm42014-04-011-0/+1
* vo_opengl, cocoa: allow to autoselect a color profileStefano Pigozzi2014-03-311-0/+7
* command: allow changing filters before video chain initializationwm42014-03-301-0/+6
* command: change what the metadata property returnswm42014-03-301-3/+9
* manpage: remove misleading description for --ontopStefano Pigozzi2014-03-291-2/+1
* manpage: osc: document some recent additionswm42014-03-201-0/+27
* manpage: clarify what to pass to --hwdec-codecs optionwm42014-03-201-1/+3
* manpage: mark disc-title as writeablewm42014-03-181-2/+3
* changes.rst: add dvd://1 -> dvd://0 changewm42014-03-171-0/+1
* lua: rename mp.register_script_command() to mp.register_script_message()wm42014-03-171-5/+5
* command, lua: change script_message semanticswm42014-03-172-14/+29
* manpage: remove author fieldwm42014-03-161-1/+0
* vf_delogo: remove internal implementationwm42014-03-161-5/+0
* command: rename dvd- properties to disc-wm42014-03-151-4/+4
* DOCS/coding-style: add another requirement for commit messageswm42014-03-151-0/+3
* command: prefix DVD title properties with "dvd-"wm42014-03-151-1/+4
* af_volume: add detach optionwm42014-03-141-0/+6
* manpage: af: minor syntax improvementswm42014-03-141-4/+4
* af_volume: remove double-negated suboptionwm42014-03-141-3/+3
* af_volume: add support for replaygain pre-amp and clipping preventionAlessandro Ghedini2014-03-131-0/+6
* af_volume: add replaygain supportAlessandro Ghedini2014-03-131-0/+6
* DOCS/coding-style: add an example and another rulewm42014-03-131-0/+25
* DOCS/tech-overview: DOCS/OUTDATED-tech/ was deletedwm42014-03-121-3/+1
* DOCS: add coding stylewm42014-03-121-0/+111
* options.rst: correct broken URLDiogo Franco2014-03-111-1/+1
* vo_opengl: Simplify and clarify color correction codeNiklas Haas2014-03-101-13/+13
* audio: make --channels option always force the output layoutwm42014-03-102-11/+15
* DOCS: fix an external linkwm42014-03-091-3/+3
* ao_jack: use new pull API helperswm42014-03-091-3/+0
* ao_null: add option for simulated device speedwm42014-03-091-0/+5
* sd_ass: add a very simple and evil way to override ASS subtitle styleswm42014-03-011-5/+10
* lua: add option to disable auto-loading of lua scriptswm42014-02-282-1/+6
* manpage: document properties added in previous commitwm42014-02-281-0/+7
* manpage: lua: fix typowm42014-02-281-1/+1
* manpage: lua: update from previous commitwm42014-02-281-1/+7
* DOCS: kill the rest of the old mplayer tech documentationwm42014-02-288-949/+0
* vo_opengl: change gamma suboption to take a valuewm42014-02-271-2/+7
* vo_opengl: Change the default icc-intent to relative colorimetricNiklas Haas2014-02-261-2/+2
* lua: add set_property_native functionwm42014-02-261-2/+12
* options: allow changing options at runtimewm42014-02-251-2/+4
* manpage: remove unused environment variablewm42014-02-251-3/+0
* config: add a --config-dir option to force config directorywm42014-02-251-0/+11
* manpage: Improve wording on icc-approx-gammaNiklas Haas2014-02-251-5/+5
* manpage: document the new loadfile argumentwm42014-02-251-1/+6
* client api examples: set an option with MPV_FORMAT_FLAGwm42014-02-241-1/+2
* client API: report pause/unpause reasonwm42014-02-241-0/+19
* lua: add a bunch of functions to get/set properties by their native typewm42014-02-241-2/+40
* vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gammaNiklas Haas2014-02-241-0/+8
* command: use DVD volume ID for media-title propertyxylosper2014-02-231-0/+2
* manpage: fix a metadata property namewm42014-02-231-1/+1
* manpage: fix yadif example in one casewm42014-02-231-1/+1
* input: check for abort cmd in multi-commandswm42014-02-201-5/+0
* manpage: input: clarify chapter-metadata propertywm42014-02-191-2/+8
* command: allow accessing metadata entries as listwm42014-02-191-0/+12
* command: move metadata entry access to metadata/by-key/wm42014-02-191-2/+8
* manpage: lua: improve explanation of tracks-changed and tracks-switchedwm42014-02-191-4/+4
* client API: add event for metadata changeswm42014-02-191-0/+3
* command: export list of editions as propertieswm42014-02-191-0/+22
* command: export codec for each trackwm42014-02-191-0/+4
* edl: extend with chapter timestampswm42014-02-191-1/+17
* manpage: lua: shorten description of register_script_command()wm42014-02-171-37/+12
* manpage: lua: attempt to improve add_key_binding() descriptionwm42014-02-171-18/+23
* manpage: lua: improve introduction, add simplistic examplewm42014-02-171-15/+26
* manpage: lua: fix typowm42014-02-171-1/+1
* manpage: input: document script_message commandwm42014-02-171-0/+8
* client API: add events for video and audio reconfigwm42014-02-171-0/+6
* lua: add mechanism for script provided key bindingswm42014-02-171-1/+99
* client API: add a client message eventwm42014-02-171-0/+6
* lua: allow giving fallback values in get_property() callswm42014-02-171-6/+8
* DOCS/crosscompile-mingw: use settings.mk instead of make variablesTimothy Gu2014-02-171-9/+20
* DOCS/crosscompile-mingw: update disk space statsTimothy Gu2014-02-171-1/+1
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-171-16/+24
* command: export chapter list as propertieswm42014-02-161-0/+12
* command: export playlist as propertieswm42014-02-161-0/+9
* command: expose track list as propertieswm42014-02-161-0/+42
* command: export more video params as propertieswm42014-02-161-3/+40
* crosscompile-mingw: improve instructions for MXEwm42014-02-141-0/+2
* options: make --no-config block all auto-loaded configuration fileswm42014-02-141-4/+2
* lua: auto-load scripts from ~/.mpv/lua/wm42014-02-141-0/+5
* lua: make register_event() not overwrite previous event handlerwm42014-02-141-0/+4
* manpage: reformat property listwm42014-02-121-113/+344
* manpage: lua: move less important events to the end of the listwm42014-02-121-36/+35
* manpage: lua: document receiving of terminal messageswm42014-02-121-2/+36
* manpage: lua: rewrite event descriptionwm42014-02-121-30/+86
* manpage: lua: minor fixeswm42014-02-121-4/+4
* man: update wayland optionsAlexander Preisinger2014-02-111-3/+8
* manpage: fix Lua script shutdown description againwm42014-02-111-6/+6
* manpage: document --aspect special valueswm42014-02-111-0/+7
* manpage: use Lua for Lua examplewm42014-02-111-1/+1
* manpage: document mp.commandv Lua commandwm42014-02-111-0/+15
* manpage: move description of script shutdown to a separate paragraphwm42014-02-111-4/+6
* manpage: fix formatting of example codewm42014-02-111-6/+7
* manpage: document some Lua scripting functionswm42014-02-111-2/+160
* Add a client API examplewm42014-02-102-0/+53
* options: add --no-terminal switchwm42014-02-101-0/+7
* DOCS/waf-buildsystem: add link to the Waf bookTimothy Gu2014-02-061-1/+1
* DOCS/crosscompile-mingw: use MarkdownTimothy Gu2014-02-061-1/+6
* DOCS/crosscompile-mingw: updateTimothy Gu2014-02-061-4/+0
* quvi: disable subtitle fetching by defaultwm42014-01-311-4/+6
* options: alternative way to specify color optionswm42014-01-311-10/+22
* manpage: fix af_equalizer syntaxwm42014-01-191-1/+1
* lua: add a --lua-opts option, which can be queried by scriptswm42014-01-161-0/+5
* player: add --term-osd-bar, which shows a status bar on the terminalwm42014-01-151-0/+12
* manpage: document --term-osd=forcewm42014-01-131-1/+3
* player: redo terminal OSD and status line handlingwm42014-01-131-5/+0
* options: remove --screenw and --screenhwm42014-01-111-8/+0
* options: don't reset pause mode when switching to next filewm42014-01-091-3/+3
* screenshot: add format specifiers to get file directory pathwm42014-01-081-0/+6
* Switch PDF manual generation to rst2pdfMartin Herkt2014-01-082-24/+0
* ao_pulse: lower default buffer size from 1000ms to 250mswm42014-01-071-1/+1
* ao_pulse: add suboption to control buffer sizewm42014-01-071-0/+6
* manpage: mention how to get a list of codecs for use with --hwdec-codecswm42014-01-071-0/+3
* Fix audio delay inversionMartin Herkt2014-01-061-2/+2
* quvi: add option to not fetch subtitlesAndre D2014-01-051-0/+7
* manpage: fix typowm42014-01-051-1/+1
* manpage: mention --pauseMartin Herkt2014-01-031-0/+3
* manpage: clarifications about bitmap subtitles and --secondary-sidwm42014-01-011-2/+4
* manpage: fix description on the slave mode msglevelwm42014-01-011-2/+1
* manpage: fix vf_noise parameter namewm42013-12-301-2/+2
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-291-0/+5
* Install encoding-profiles.conf by defaultwm42013-12-281-6/+5
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-242-0/+23
* changes.rst: add entry for dvdnav menuwm42013-12-231-1/+1
* manpage: mention video-unscaled propertywm42013-12-231-0/+1
* options: disable joystick by defaultwm42013-12-231-1/+1
* af_export: require filename argumentwm42013-12-211-2/+2
* msg: change --msglevel, reduce legacy gluewm42013-12-202-12/+17
* crosscompile-mingw.txt: fix instructionswm42013-12-191-1/+1
* command: remove radio commandswm42013-12-191-2/+1
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-171-7/+7
* command: scale osd’s time remaining by the current speedVivek Jain2013-12-161-0/+1
* manpage: fix --vf=expand aspect ratio exampleAlessandro Ghedini2013-12-161-1/+1
* manpage: undocument syntax for skipping optional arguments in input commandswm42013-12-161-2/+0
* matroska: add --ordered-chapters-files optionwm42013-12-141-0/+12
* manpage: mention that the "run" does not wait for the commandwm42013-12-141-0/+3
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-0/+22
* dvdnav: select longest title by defaultwm42013-12-141-0/+1
* video: change --video-zoom behaviorwm42013-12-131-3/+8
* osd: add option for "unscaled" OSDwm42013-12-101-0/+6
* demux: set fps for mf:// to 1wm42013-12-101-1/+1
* manpage: remove some --flip leftoverswm42013-12-072-2/+2
* manpage: mark "run" command as Unix-onlywm42013-12-071-0/+1
* video: remove --flipwm42013-12-051-3/+0
* video: allow hardware decoding only for certain codecswm42013-12-051-4/+12
* docs: edl: minor correctionswm42013-12-051-4/+5
* af_pan: change options, use option parserwm42013-12-041-9/+13
* af_ladspa: change options, use option parserwm42013-12-041-4/+13
* af_delay: change option parsing, fix bugs, use option parserwm42013-12-041-3/+3
* af_channels: change options, fix bugs, use option parserwm42013-12-041-8/+15
* ad_lavc: expose an option to enable threadingwm42013-12-041-0/+6
* manpage: use different quoting in examplewm42013-12-041-1/+1
* manpage: remove unhelpful paragraph about video filter paramswm42013-12-041-5/+0
* manpage: update af_format entrywm42013-12-041-10/+3
* manpage: fix examplewm42013-12-041-1/+1
* manpage: remove two stray video fitler deprecation noteswm42013-12-041-10/+0
* manpage: generic notice about changed sub-option parsingwm42013-12-041-0/+9
* vf_pp: use option parserwm42013-12-042-4/+9
* vf_dsize: use option parserwm42013-12-041-1/+4
* video/filter: remove vf_down3drightwm42013-12-041-8/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-041-1/+1
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-041-14/+6
* vf_phase: change options, reroute to vf_lavfiwm42013-12-041-1/+1
* vf_noise: reroute to vf_lavfiwm42013-12-041-11/+20
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-041-5/+0
* vf_gradfun: reroute to vf_lavfiwm42013-12-041-6/+6
* vf_delogo: reroute to vf_lavfiwm42013-12-041-6/+4
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-11/+14
* vf_lavfi: export a wrapper functionwm42013-12-041-2/+2
* manpage: mention that vda can work with vo_openglwm42013-12-022-1/+2
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-022-0/+9
* vo_opengl: add support for rectangle textureswm42013-12-011-0/+5
* command: add a revert_seek commandwm42013-12-011-0/+6
* options: add options that set defaults for af/vf/ao/vowm42013-12-014-3/+27
* command: add a cycle_values input commandwm42013-11-301-0/+18
* command: change the syntax and semantics of the "run" commandwm42013-11-301-3/+18
* ao_alsa: disable ALSA resampling by default againwm42013-11-291-1/+4
* command: allow "current" as argument to playlist_remove commandwm42013-11-281-2/+4
* build: make --disable-gl disable all the gl backendsStefano Pigozzi2013-11-281-0/+5
* video: disable PTS sorting fallback by defaultwm42013-11-251-4/+7
* demux_lavf: disable genpts by default, remove the builtin genpts hackwm42013-11-251-8/+4
* options: implement --pphelp differentlywm42013-11-233-4/+2
* video: remove vf_pp auto-insertionwm42013-11-232-3/+1
* manpage: document , mapping (frame_back_step)enkore2013-11-221-0/+4
* Fixing list of vo's that vavpp works with, in man page.Josh Driver2013-11-221-4/+4
* switch the build system to wafStefano Pigozzi2013-11-213-4/+154
* timeline: reject mplayer2 EDL files, change EDL headerwm42013-11-211-3/+4
* tech-overview.txt: minor updatewm42013-11-201-2/+2
* timeline: remove support for the mplayer2 EDL formatwm42013-11-191-139/+0
* player: add --merge-files optionwm42013-11-191-0/+9
* timeline: add edl:// URIswm42013-11-192-0/+10
* timeline: add new EDL formatwm42013-11-191-0/+94
* manpage: fix typo in --video-align-y descriptionwm42013-11-191-1/+1
* ao_null: properly simulate final chunk, add buffer optionswm42013-11-171-0/+6
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-6/+6
* manpage: mark DTS-HD passthough as brokenwm42013-11-151-0/+2
* af_lavcac3enc: use option parserwm42013-11-151-8/+9
* ao_null: add untimed sub-optionwm42013-11-131-1/+6
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-071-0/+13
* vd_lavc: remove explicit crystalhd supportwm42013-11-061-1/+0
* vo_opengl: support for vdpau hardware decodingwm42013-11-051-1/+1
* manpage: fix incorrect default for --oscwm42013-11-051-1/+1
* vo_opengl: add support for VA-API OpenGL interopwm42013-11-041-1/+1
* vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-041-0/+5
* video: check profiles with hardware decodingwm42013-11-011-0/+7
* command: replace speed_mult with multiply commandwm42013-10-311-3/+0
* command: add generic "multiply" commandwm42013-10-311-0/+3
* command: add property to scale window sizewm42013-10-311-0/+1
* tech-overview.txt: reflect recent updateswm42013-10-301-21/+32
* af_volume: switch to new option parsingwm42013-10-261-7/+7
* af_volume: remove unused featureswm42013-10-261-4/+0
* docs: osc: update cache display percentage.ChrisK22013-10-261-1/+1
* manpage: clarify --heartbeat-interval operationwm42013-10-251-0/+5
* manpage: use the new name for af_force in one placewm42013-10-231-2/+2
* vo_opengl: don't enable PBOs with opengl-hqwm42013-10-231-3/+5
* gl_video: add RGB10_A2 FBO formatwm42013-10-231-2/+2
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-231-18/+27
* osc: make transparency of background-box configurableChrisK22013-10-181-1/+5
* spelling fixesAlessandro Ghedini2013-10-162-2/+2
* docs: osc: add short info about lua and how to disable itChrisK22013-10-151-0/+3
* changes.rst: add some replaced options, follow conventions betterwm42013-10-151-4/+6
* docs: osc: fix table and other errorsChrisK22013-10-151-11/+18
* docs: Add osc.rst to mpv.rstChrisK22013-10-152-3/+5
* osc docs: Add documentation for OSC and rename some optionsChrisK22013-10-151-0/+188
* tech-overview.txt: reflect talloc/TA changeswm42013-10-151-0/+6
* Copyright, LICENSE: switch to GPL version 2 or laterwm42013-10-132-1/+2
* options: --loop=N means playback N times, not N+1 timesPhilip Sequeira2013-10-121-4/+5
* ao_sndio: add documentationChristian Neukirchen2013-10-051-0/+9
* command: add commands for displaying overlayswm42013-10-051-0/+71
* command: add properties for retrieving OSD dimensionswm42013-10-051-0/+3
* command: add sub_seek input commandwm42013-10-021-0/+9
* core: add --force-windowwm42013-10-021-0/+14
* network: add options to control TLS verificationwm42013-09-271-0/+8
* Add the on-screen-controllerChrisK22013-09-261-0/+3
* Add initial Lua scripting supportwm42013-09-263-0/+24
* options: allow selecting the libass shaperwm42013-09-251-0/+9
* options: make --ass-hinting a choice, instead of using magic numberswm42013-09-251-6/+11
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-0/+4
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-252-2/+26
* network: fix rtsp playbackwm42013-09-221-0/+5
* m_property: add a way to switch on property values in property expansionwm42013-09-201-3/+15
* Merge branch 'volume_restore'wm42013-09-203-1/+14
|\
| * manpage: af_volnorm was renamedwm42013-09-202-1/+2
| * mixer: restore volume with playback resumewm42013-09-201-0/+12
* | Revert "osxbundle: fonts.conf: only look for fonts in ~/.mpv/fonts"Stefano Pigozzi2013-09-191-7/+0
* | vo_opengl: blend alpha components by defaultwm42013-09-191-7/+14
|/
* osxbundle: fonts.conf: only look for fonts in ~/.mpv/fontsStefano Pigozzi2013-09-181-0/+7
* manpage: remove bogus space in example usagewm42013-09-151-1/+1
* manpage: remove version and date fieldswm42013-09-151-2/+0
* screenshot: change %w format to be more like %twm42013-09-151-14/+13
* screenshot: make it possible to format playback time in various wayswm42013-09-151-0/+23
* mplayer: don't run heartbeat command while pausedwm42013-09-151-2/+4
* core: add --deinterlace option, restore it with resume functionalitywm42013-09-132-1/+16
* quvi: restore playback position when switching formatswm42013-09-101-3/+4
* manpage: various improvementswm42013-09-106-106/+87
* Add PDF manual targetMartin Herkt2013-09-092-6/+25
* DOCS/crosscompile-mingw.txt: UpdateMartin Herkt2013-09-081-17/+9
* Manpage: Fix formatting (mostly for PDF output)Martin Herkt2013-09-084-13/+19
* demux: retrieve per-chapter metadatawm42013-09-081-0/+1
* mplayer: add --cursor-autohide-fs-only optionwm42013-09-081-0/+5
* options: remove --(no-)mouseinput optionwm42013-09-081-4/+1
* options: fix --volume option range, add some explanations to manpagewm42013-09-071-0/+6
* mplayer: make --save-position-on-quit save only on quitwm42013-09-041-2/+4
* video: add unscaled mode with --video-unscaledwm42013-09-011-0/+12
* core: add a playlist demuxerwm42013-08-261-0/+16
* wayland: shm based software renderingAlexander Preisinger2013-08-251-0/+10
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-222-1/+3
* options: replace --edition=-1 with --edition=autowm42013-08-211-2/+2
* mplayer: start track IDs from 1 rather than 0wm42013-08-211-1/+1
* manpage: fix (again) incorrect ao_alsa exampleCheng Sun2013-08-201-1/+1
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-192-0/+38
* options: remove --panscanrange optionwm42013-08-191-8/+0
* changes: add some things for completenesswm42013-08-191-3/+31
* vo_vdpau: add RGB supportwm42013-08-181-0/+4
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-172-1/+10
* vo_vdpau: use color close to black as default colorkey (instead of green)wm42013-08-171-3/+3
* vo_vdpau: allow setting colorkeywm42013-08-171-0/+6
* manpage: fix incorrect ao_alsa example, extend changes.rstwm42013-08-152-2/+7
* sub: make --subcp=enca the default.wm42013-08-151-5/+14
* sub: allow specifying a fallback codepage if input is not UTF-8wm42013-08-151-2/+8
* changes.rst: document some OSX and windows changesStefano Pigozzi2013-08-131-0/+5
* manpage: actually document --hwdec=autowm42013-08-121-0/+7
* video: add vaapi decode and output supportwm42013-08-122-1/+35
* changes.rst: add precise scrolling supportAlexander Preisinger2013-08-071-0/+2
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-6/+6
* changes.rst: mention wayland supportAlexander Preisinger2013-08-051-0/+1
* demux_lavf: make avio buffer configurablewm42013-08-041-0/+6
* command: make vf and af commands more verbosewm42013-08-031-0/+5
* command: add vf/af propertieswm42013-08-031-0/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-1/+1
* manpage: clean up environment variables sectionwm42013-08-021-54/+32
* manpage: document exit codeswm42013-08-021-0/+18
* manpage: move screenshot section above option listwm42013-08-021-17/+17
* crosscompile-mingw.txt: it's "MinGW" not "MingGW"wm42013-07-301-3/+3
* crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunkwm42013-07-301-1/+1
* options: simplify --correct-pts handlingwm42013-07-261-7/+6
* command: add pseudo-property that allows you to read global optionswm42013-07-261-0/+1
* af_lavfi: switch to new option APIwm42013-07-221-2/+6
* af_lavrresample: switch to new option APIwm42013-07-221-4/+5
* audio/filter: use new option APIwm42013-07-222-14/+10
* DOCS/man/en/ao.rst: Update wasapi:device=<id> documentationDiogo Franco (Kovensky)2013-07-221-1/+6
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-221-1/+1
* DOCS/man/en/ao.rst: Document ao_wasapi0Diogo Franco (Kovensky)2013-07-221-0/+15
* vo_opengl: some option changeswm42013-07-221-29/+12
* options: move --colorkey option to vo_xvwm42013-07-222-9/+7
* ao_jack: use new option APIwm42013-07-221-1/+1
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptswm42013-07-213-19/+14
* ao_alsa: use new option API (changes syntax)wm42013-07-211-3/+10
* manpage: fix typowm42013-07-211-1/+1
* input.rst: update examplewm42013-07-211-1/+1
* vf_scale: use new swscale wrapperwm42013-07-181-6/+0
* sd_ass: scale blur by original video size if requestedwm42013-07-151-1/+10
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-151-0/+25
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-141-0/+10
* Merge branch 'remove_old_demuxers'wm42013-07-143-49/+38
|\
| * tech-overview.txt: minor changes and additionswm42013-07-141-27/+38
| * demux: rewrite probing and demuxer initializationwm42013-07-121-6/+0
| * options: remove --ignore-startwm42013-07-081-5/+0
| * Merge branch 'master' into remove_old_demuxerswm42013-07-089-2121/+2265
| |\
| * | Remove old demuxerswm42013-07-072-11/+0
* | | options: add --cache-default optionwm42013-07-101-1/+6
| |/ |/|
* | command: add screenshot_to_file commandwm42013-07-081-0/+13
* | input: allow binding multiple commands to a keywm42013-07-081-1/+10
* | manpage: proofread and fix formattingMartin Herkt2013-07-089-2124/+2246
|/
* Remove some leftovers from network removalwm42013-07-072-3/+3
* manpage: fix section headingsMartin Herkt2013-07-073-26/+27
* Remove internal network supportwm42013-07-071-28/+0
* ao_jack: allow more control about channel layoutswm42013-07-071-0/+15
* command: add some playlist manipulation commandswm42013-07-021-0/+11
* command: add commands to enable/disable input sectionswm42013-06-291-0/+15
* manpage: document input sectionswm42013-06-291-1/+21
* command: make raw percent-pos property return fractionswm42013-06-291-0/+1
* command: add properties for playlist positionwm42013-06-291-1/+3
* vo_opengl: handle chroma locationwm42013-06-281-0/+4
* core: add libquvi 0.9 supportwm42013-06-282-1/+15
* options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-281-30/+35
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-282-34/+39
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-282-101/+94
* options: remove -lavdopts debug suboptionwm42013-06-281-26/+1
* DOCS: update tech-overview.txt to reflect some subtitle related changeswm42013-06-251-13/+19
* options: add -sub-speed optionwm42013-06-251-0/+12
* sub: libguess support for -subcpwm42013-06-251-0/+9
* sub: add subtitle charset conversionwm42013-06-251-3/+5
* sub: add demux_libass wrapper, drop old hackswm42013-06-252-10/+2
* sub: do some timing postprocessing on preloaded subswm42013-06-231-9/+6
* configure: make check for stream cache verbosewm42013-06-161-2/+3
* Merge branch 'cache_new'wm42013-06-161-6/+15
|\
| * cache: use threads instead of fork()wm42013-06-161-6/+15
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-4/+0
* | mplayer: update window title if its properties changeJohn Hawthorn2013-06-161-0/+3
* | image_writer: Add PNG filter option (default "mixed")Martin Herkt2013-06-152-0/+9
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-142-6/+9
* | options: remove --stereowm42013-06-131-7/+0
* | manpage: adjust y4m output examplewm42013-06-131-1/+1
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-091-0/+5
|/
* manpage: improve documentation of property expansionwm42013-06-082-45/+90
* command: replace some show_ commands with propertieswm42013-06-072-9/+9
* core: reset pause state by default when going to next filewm42013-06-071-0/+3
* docs: update tech-overview.txtwm42013-06-051-9/+19
* osx: improve Media Keys supportStefano Pigozzi2013-06-041-0/+3
* ao_jack: add (no-)connect suboptionreimar2013-06-041-0/+4
* Merge branch 'sub_mess'wm42013-06-041-7/+8
|\
| * sub: use libass even if -no-ass is usedwm42013-06-031-6/+4
| * options: add --no-sub-visibility for symmetrywm42013-05-301-1/+4
* | osx: add Apple Remote supportStefano Pigozzi2013-06-031-0/+3
|/
* options: remove some questionable -lavdopts suboptionswm42013-05-291-43/+4
* manpage: fix typowm42013-05-271-1/+1
* options: add allow-mimetype suboption for demux_lavfwm42013-05-271-0/+6
* manpage: fix typowm42013-05-261-2/+2
* manpage: mark some filters as deprecated in favor of libavfilterwm42013-05-261-0/+29
* gl_video: improve ditheringwm42013-05-261-0/+18
* gl_video: add scaler-resizes-only sub-optionwm42013-05-261-0/+8
* vf_lavfi: allow setting avoptswm42013-05-261-1/+9
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+10
* m_option, vf: add label supportwm42013-05-231-0/+5
* input: do property expansion for all input command string argumentswm42013-05-181-2/+6
* core: allow changing filter filters at runtimewm42013-05-181-0/+31
* manpage: document af_* commandswm42013-05-181-2/+16
* options: add -V as alias for --versionwm42013-05-151-1/+1
* options: add --versionwm42013-05-151-0/+3
* add osd-scale commandPaul B Mahol2013-05-142-0/+4
* core: re-add -dumpstream as --stream-dumpwm42013-05-122-0/+6
* core: add --stream-capturewm42013-05-122-0/+10
* Merge branch 'audio_changes'wm42013-05-123-65/+81
|\
| * manpage: update --channelswm42013-05-121-11/+10
| * audio/filters: add af_forcewm42013-05-121-0/+33
| * options: add option to prevent decoder audio downmixingwm42013-04-132-8/+20
| * manpage: update af_lavrresample entrywm42013-04-131-6/+6
| * af_lavrresample: add no-detach suboptionwm42013-04-131-0/+5
| * options: remove --af-advwm42013-04-132-39/+3
| * audio: remove float processing optionwm42013-04-131-1/+4
* | man: fix spelling errorStefano Pigozzi2013-05-121-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-121-0/+7
* | command: add time-remaining propertywm42013-05-101-0/+1
* | core: add playback resume feature (manual/opt-in)wm42013-05-053-0/+21
* | manpage: fix option descriptionwm42013-05-051-1/+1
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-041-0/+12
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-5/+0
* | manpage: fix references to --slavewm42013-04-261-2/+2
* | options: allow using [ ] for quoting in sub-optionswm42013-04-261-6/+13
* | manpage: remove broken examplewm42013-04-241-3/+0
* | manpage: document --native-keyrepeatwm42013-04-241-0/+6
* | core: add backstep supportwm42013-04-241-0/+11
* | manpage: remove references to --no-sliceswm42013-04-231-7/+1
* | m_option: allow quoted positional parameters for -vfwm42013-04-231-1/+2
* | vf_lavfi: add libavfilter bridgewm42013-04-211-0/+31
* | manpage: clarify --cache behaviorwm42013-04-201-0/+6
* | Fix typo for opengl dither-depth defaultEllis Berner2013-04-181-1/+1
* | sub: add --osd-blur and --sub-text-blur optionswm42013-04-131-0/+3
|/
* core: remove dead --vsync leftoverswm42013-04-121-1/+0
* core: add --reset-on-next-file optionwm42013-04-101-0/+24
* Remove some apple remote leftoverswm42013-04-051-4/+0
* demux_mkv: try to show current subtitle when seekingwm42013-04-041-0/+23
* core: add --heartbeat-interval optionwm42013-04-041-1/+5
* manpage: fix a typowm42013-03-311-1/+1
* encoding-example-profiles and manpage: prefer libvorbis over vorbisRudolf Polzer2013-03-311-1/+1
* remove Apple Remote related codeStefano Pigozzi2013-03-311-3/+0
* changes.rst: mention -afm hwac3 replacementwm42013-03-301-0/+1
* osd: draw the OSD bar with ASS vector drawingswm42013-03-301-2/+9
* gl_video: use choice option type for dither-depth suboptionwm42013-03-281-6/+6
* gl_video: add some alpha FBO formatswm42013-03-281-1/+2
* vo_opengl: add alpha outputwm42013-03-281-0/+8
* core: output --playing-msg message only after at least one frame is shownwm42013-03-261-1/+1
* mplayer: make --frames=1 work for audiowm42013-03-261-1/+4
* command: export VO video width/height as propertieswm42013-03-261-2/+4
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-42/+14
* options: remove --no-vsyncwm42013-03-061-3/+0
* manpage: fix --no-dts typowm42013-03-041-1/+1
* Add a --dtshd optionWessel Dankers2013-03-041-0/+7
* wayland: fix typo in manpageAlexander Preisinger2013-03-021-1/+1
* input.conf: change default bindings of 5/6 from hue to gammawm42013-03-011-1/+1
* manpage: remove reference to subtitle alignmentwm42013-03-011-3/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-10/+0
* wayland: add wayland supportAlexander Preisinger2013-02-281-0/+4
* video/out: remove video mode switching (--vm)wm42013-02-262-4/+3
* x11_common: always create a window, even with --widwm42013-02-261-7/+13
* Remove --rootwin option and rootwin propertywm42013-02-242-6/+0
* demux_rawvideo: allow setting video codecwm42013-02-241-0/+2
* vf_yadif: switch to option parser, allow disabling by defaultwm42013-02-231-6/+5
* vf_scale: remove video dimension presets ("presize" suboption)wm42013-02-231-11/+1
* demux_rawvideo: remove ancient video dimension presetswm42013-02-231-1/+0
* options: drop --opt:subopt option nameswm42013-02-234-45/+37
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-211-12/+29
* options: parse C-style escapes for some optionswm42013-02-201-4/+9
* manpage: improve configuration file section a bitwm42013-02-171-14/+37
* command: add "cache" read-only propertywm42013-02-171-0/+1
* osd: add --osd-status-msg option for custom OSD statuswm42013-02-161-0/+6
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-161-0/+8
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-141-0/+6
* Rename af_volnorm to af_drcMartin2013-02-121-2/+6
* core: redo how codecs are mapped, remove codecs.confwm42013-02-105-256/+36
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-091-11/+9
* options: unify single dash and double dash optionswm42013-02-091-23/+0
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-13/+3
* core: remove --edlout functionalitywm42013-02-062-10/+1
* manpage: document option syntax variations betterwm42013-02-032-4/+29
* DOCS: remove files documenting removed/rewritten functionalitywm42013-02-0312-3267/+0
* DOCS: update encoding profiles installation instructionsStefano Pigozzi2013-02-011-2/+4
* manpage: fixeswm42013-01-312-3/+11
* screenshot: minor simplification, prefer VF over VOwm42013-01-303-17/+10
* vo_opengl: always ditherWessel Dankers2013-01-271-5/+0
* stream: implement some HTTP specific options for stream_lavfwm42013-01-241-10/+0
* video: remove -x/-y/-xy optionswm42013-01-232-14/+2
* video: add --autofit and --autofit-larger optionswm42013-01-231-0/+48
* options: allow using % for width and height in --geometrywm42013-01-231-13/+23
* manpage: fix places that still treat FourCCs and pixel formats equalwm42013-01-172-13/+12
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-2/+0
* vd_lavc: remove lowres decodingwm42013-01-131-13/+0
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-131-0/+8
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-131-9/+0
* video: decouple internal pixel formats from FourCCswm42013-01-131-3/+4
* video: different way to enable hardware decoding, add software fallbackwm42013-01-132-0/+13
* video: remove slice based filtering and video outputwm42013-01-131-7/+1
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-0/+3
* mplayer: make --loop loop the playlist instead of each playlist entrywm42013-01-091-1/+2
* DOCS: add some basic MinGW cross compilation instructionswm42013-01-081-0/+59
* manpage: document the dangers of some subtitle optionswm42013-01-051-7/+20
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-052-31/+34
* manpage: sort --osd-* optionswm42013-01-041-36/+36
* manpage: minor improvementswm42012-12-281-9/+14
* DOCS: document EDL formatwm42012-12-281-0/+139
* vo_opengl: use more precise gamma for BT.709 with color managementnand2012-12-281-2/+2
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-282-0/+20
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-123-9/+10
* manpage: mark HTTP related options as deprecated/brokenwm42012-12-112-1/+21
* core: allow disabling display of "album art" in audio fileswm42012-12-111-0/+10
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-111-1/+1
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-111-0/+6
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-112-13/+7
* subs: remove --utf8, simplify codeUoti Urpala2012-12-031-4/+0
* core: automatically pause on low cachewm42012-12-031-1/+10
* demux_lavf: add support for libavdevicewm42012-12-031-0/+3
* ao_pcm: fix references to -novideowm42012-12-032-1/+2
* encoding-example-profiles: updates, iphone 5 supportRudolf Polzer2012-12-011-1/+2
* DOCS: Add manpage metadata to the rst files.Rudolf Polzer2012-11-291-2/+13
* DOCS: Fix some rst error messagesRudolf Polzer2012-11-292-16/+17
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-252-1/+7
* sub: reimplement -spugauss as --sub-gausswm42012-11-252-0/+8
* manpage: remove --zoom remainswm42012-11-242-6/+3
* manpage: minor fixeswm42012-11-202-2/+2
* osd: make the OSD and sub font more customizablewm42012-11-202-30/+87
* options: support chapters for --start and --endwm42012-11-201-1/+5
* command: export A/V sync difference as "avsync" propertywm42012-11-161-0/+1
* demux_mf: allow displaying single image files, various cleanupswm42012-11-161-3/+1
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-161-0/+11
* command: add sub_reload and sub_remove commandswm42012-11-161-1/+11
* options: add --mute for setting initial audio mute statuswm42012-11-161-0/+4
* options: rename -sub-fuzziness to -autosub-match, change option valueswm42012-11-162-8/+9
* options: rename --cursor-autohide, replace magic number valueswm42012-11-162-2/+3
* options: --field-dominance: replace magic number values with choiceswm42012-11-161-7/+6
* options: rename -ss and -endpos, allow relative timeswm42012-11-162-19/+26
* cookies: don't read cookie files from ancient browserswm42012-11-161-2/+1
* options: remove --displaywm42012-11-161-9/+0
* options: rename --xineramascreen to --screen, remove magic valueswm42012-11-162-8/+7
* video/filter: rename vf_eq2 to vf_eqwm42012-11-162-3/+3
* vo_opengl: remove osdcolor suboptionwm42012-11-161-6/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-3/+0
* manpage: various fixeswm42012-11-167-81/+41
* Rename directories, move files (step 2 of 2)wm42012-11-121-18/+22
* vo_opengl: disable extended downscaling by defaultwm42012-11-111-1/+1
* manpage: vo_opengl: document that srgb subopt changes gammawm42012-11-111-1/+2
* cocoa_common: honor the `--geometry` optionStefano Pigozzi2012-11-101-0/+4
* Merge branch 'osd_changes' into masterwm42012-11-018-316/+123
|\
| * manpage: cleanupwm42012-10-246-214/+96
| * options: remove --ffactor switchwm42012-10-241-8/+0
| * options: remove --subfont-autoscale (changes default font scale)wm42012-10-241-12/+0
| * options: remove subtitle related options that did nothingwm42012-10-241-29/+0
| * core: disable vf_sub auto-insertionwm42012-10-241-2/+1
| * VF: rename vf_ass to vf_subwm42012-10-242-3/+3
| * manpage: optional input command args can't just be omittedwm42012-10-241-6/+6
| * screenshot: change "screenshot" input commandwm42012-10-243-18/+20
| * screenshot: allow taking screenshots with subtitleswm42012-10-241-0/+3
| * VO, sub: refactorwm42012-10-242-5/+5
| * Remove things related to old OSDwm42012-10-241-24/+0
| * Merge branch 'master' into osd_changeswm42012-10-1612-9231/+887
| |\
| * | sub: remove logic for disabling hinting on scaled EOSDwm42012-10-161-2/+0
| * | vo_gl, options: remove doublebuffering option (--double)wm42012-10-161-4/+0
* | | manpage: --codecpath was removedwm42012-11-011-3/+0
* | | options: remove --hr-mp3-seekwm42012-10-301-9/+0
* | | options: remove --adapterwm42012-10-301-5/+0
* | | manpage: -benchmark was renamed to -untimedwm42012-10-301-0/+1
* | | options: rename -ni to -avi-niwm42012-10-302-1/+2
* | | options, avi: remove -loadidx/-saveidxwm42012-10-301-15/+0
| |/ |/|
* | manpage: improvements to vo_opengl documentationwm42012-10-151-7/+19
* | input: add input test modewm42012-10-141-0/+7
* | core: show quvi page title in window title, clean up libquvi handlingwm42012-10-141-0/+2
* | Merge branch 'input_changes' into masterwm42012-10-125-33/+404
|\ \
| * | commands: use "up" and "down" as 2nd argument for cycle commandwm42012-10-121-3/+3
| * | commands: add print_text input command to print text on the terminalwm42012-10-121-0/+4
| * | sub: add --ass-style-override option to disable style overrideswm42012-10-122-0/+9
| * | options: add --status-msgwm42012-10-121-0/+4
| * | manpage: document input.conf related thingswm42012-10-124-17/+367
| * | commands: add more property-option bridge uses, rename some optionswm42012-10-122-7/+9
| * | options: accept "yes" and "no" only for flagswm42012-10-121-11/+11
| * | commands: rename "osdlevel" option and property, make it a choicewm42012-10-123-2/+3
| * | commands: replace --hardframedrop, change framedropping propertywm42012-10-122-7/+8
* | | Rename to "mpv"wm42012-10-128-211/+198
* | | manpage: remove old manpagewm42012-10-121-8099/+0
* | | vo_opengl: change default FBO formatwm42012-10-031-2/+2
* | | vo_opengl: use PBOs by default with opengl-hqwm42012-10-031-1/+1
* | | vo_opengl: use low quality default settings, add opengl-hq aliaswm42012-10-031-10/+19
* | | VO: actually rename VOs gl -> opengl-old, gl3 -> openglwm42012-10-033-209/+212
* | | vo_gl3: make it work on OpenGL 2.1wm42012-10-031-8/+10
* | | Remove useless video filterswm42012-10-031-649/+3
* | | encode: remove dependency on current ffmpegRudolf Polzer2012-10-011-2/+2
* | | encode: add options --ovfirst and --oafirstRudolf Polzer2012-09-291-17/+25
| |/ |/|
* | options: accept "yes" and "no" only for flagswm42012-09-231-11/+11
* | softvol, ao_pulse: prefer ao_pulse volume control by defaultwm42012-09-231-3/+13
|/
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-185-4/+470
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-181-1/+0
* options: change --vid, --aid, --sid optionswm42012-09-181-20/+12
* options: change --loop option, and extend choice option typewm42012-09-182-2/+4
* options: remove -subalignwm42012-09-181-8/+0
* rawaudio: use mplayer audio format for format optionwm42012-09-181-5/+2
* bluray: add bd:// as stream prefixwm42012-09-181-3/+3
* manpage: remove references to bitmap fontswm42012-09-182-7/+1
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* DOCS: add big picture overview over the codewm42012-08-261-0/+206
* DOCS: remove outdated/useless fileswm42012-08-252-34/+0
* Merge remote-tracking branch 'cantabile/manpage_fixes'wm42012-08-255-121/+68
|\
| * manpage: update default jpeg quality for vo_imagecantabile2012-08-241-1/+1
| * manpage: update default value of --softvol-maxcantabile2012-08-241-1/+1
| * manpage: --screenshot-template: update %n, add %{prop}cantabile2012-08-241-6/+14
| * manpage: update the list of available screenshot formatscantabile2012-08-241-3/+7
| * manpage: update example of the status linecantabile2012-08-241-3/+3
| * manpage: fix ambiguous statement about --(no-)keepaspectcantabile2012-08-241-1/+1
| * manpage: mention that videos' colormatrix and color range flags are honoredcantabile2012-08-241-2/+4
| * manpage: don't mention nonexistent VOs, command line switches, etc.cantabile2012-08-243-84/+17
| * manpage: fix various typoscantabile2012-08-245-20/+20
* | vf_dlopen: add a generic filter to load external filtersRudolf Polzer2012-08-231-0/+20
|/
* manpage: correct the definition of full range videocantabile2012-08-211-1/+1
* manpage: document -use-filename-title removal/replacementwm42012-08-201-0/+1
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-30/+0
* Remove dvdnav support (DVD menus)wm42012-08-161-34/+1
* vf_expand: remove OSD supportwm42012-08-161-41/+2
* core: intentionally cripple slave modewm42012-08-151-10/+15
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-151-11/+0
* manpage: document gl3, direct3d, portaudio, remove v4l2wm42012-08-082-18/+308
* manpage: document per-file optionswm42012-08-071-0/+42
* manpage: add initial documentation about changeswm42012-08-072-0/+156
* manpage: reflect recent VO changeswm42012-08-061-108/+33
* image_writer: rename "filetype" option to "format"wm42012-08-061-1/+1
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-031-0/+1
* x11: change stop_xscreensaver default to 1 to be more user-friendlymplayer-svn2012-08-031-2/+3
* vf_stereo3d.c: half-width side-by-side formats for stereo3dmplayer-svn2012-08-031-0/+8
* Remove teletext supportwm42012-08-032-31/+0
* mplayer: rip out --capture supportwm42012-08-021-14/+0
* VO: remove VO direct renderingwm42012-08-022-7/+2
* stream: remove stream_cuewm42012-08-021-1/+0
* AF: remove af_gate and af_compwm42012-08-021-9/+0
* man: update man with vo_corevideo and vo_sharedbufferStefano Pigozzi2012-08-021-14/+16
* man: update documentation related to screenshotswm42012-08-023-16/+97
* man: remove documentation for deleted stuffwm42012-08-024-448/+38
* manpage: merge new manpagewm42012-08-027-0/+6088
* mplayer: turn playtree into a list, and change per-file option handlingwm42012-07-311-123/+0
* commands: add show_tracks_osd command to display audio and subtitle tracks on...wm42012-07-281-0/+3
* commands: add show_chapters_osd command to display chapters on OSDwm42012-07-281-0/+2
* Rename DOCS/tech/ to DOCS/OUTATED-tech/wm42012-07-2822-0/+0
* Remove DOCS/xmlwm42012-07-2819-3757/+0
* Merge remote-tracking branch 'origin/master'wm42012-07-28100-215710/+0
|\
| * docs: delete outdated translated manpages/docsUoti Urpala2012-07-1699-215529/+0
| * build, codec-cfg.c: simplify builtin codecs.conf handlingUoti Urpala2012-07-161-181/+0
* | vo_gl: add noise filterreimar2012-02-091-0/+3
|/
* core: add screenshot mode for actual VO window contentswm42011-11-251-2/+9
* libmenu: remove OSD menu functionality (--menu)Uoti Urpala2011-10-251-28/+3
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-0/+3
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-122-0/+23
* manpage: improve vo_gl "stereo" suboption descriptionptt2011-07-061-19/+21
* vf_stereo3d: Add support for converting to interleaved 3Dreimar2011-07-061-0/+15
* vf_delogo: allow to change the rectangle based on the timecigaes2011-07-061-0/+4
* manpage: use upper case names for some keysib2011-06-291-4/+4
* ao_rsound: add new RSound audio output driverHans-Kristian Arntzen2011-06-261-0/+15
* vo_xvmc: drop XvMC supportUoti Urpala2011-05-091-40/+6
* ao_pcm, core: use new API in ao_pcm, change timing with itUoti Urpala2011-05-051-5/+0
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-022-0/+69
|\
| * stream: http: Allow setting custom http headercehoyos2011-04-131-0/+29
| * options: add -gamma (was only accessible from slave mode before)cehoyos2011-04-131-0/+5
| * OSD: support displaying fractional part of current positionUoti Urpala2011-04-122-0/+35
* | input: rewrite -key-fifo-size limiting logicUoti Urpala2011-05-021-7/+4
* | input: modify interpretation of doubleclick eventsUoti Urpala2011-05-021-4/+0
* | manpage: restore -lavfdopts doc accidentally removed in d76ad5f2Uoti Urpala2011-04-201-0/+37
* | subs: options: add -sub-pathsClément Bœsch2011-04-201-9/+26
* | options: drop support for numeric -demuxer valuesUoti Urpala2011-02-221-7/+1
|/
* DOCS/xml/en: remove various outdated documentationUoti Urpala2011-02-159-10952/+43
* manpage: remove BUGS section, misc fixesUoti Urpala2011-02-011-22/+4
* vo_zr2: drop Zoran supportUoti Urpala2011-01-311-122/+0
* vo_dxr2, ao_dxr2: drop dxr2 supportUoti Urpala2011-01-311-97/+1
* vidix: drop VIDIX supportUoti Urpala2011-01-312-230/+10
* DOCS/tech/codecs.conf.txt: add notes about BE/LE colorspacescompn2011-01-311-1/+5
* DOCS/xml: don't use old "--with-extralibdir" configure optiondiego2011-01-317-7/+7
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-319-310/+0
* DOCS/tech/: remove several obsolete filesUoti Urpala2011-01-2917-2544/+0
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32699jrash2011-01-291-3/+3
* Merge branch 'sub'Uoti Urpala2011-01-261-13/+11
|\
| * subtitles: options: enable -ass by defaultUoti Urpala2011-01-261-13/+11
* | manpage: document -playlist being unsafe in its option descriptionUoti Urpala2011-01-241-0/+9
|/
* manpage: Remove forgotten "MPlayer only" notesClément Bœsch2011-01-091-5/+5
* manpage: Remove "MPlayer only" notesClément Bœsch2011-01-061-16/+16
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintUoti Urpala2011-01-041-10/+13
* manpage: Remove MEncoder referencesClément Bœsch2010-12-251-3808/+25
* Merge branch 'hr-seek'Uoti Urpala2010-12-202-8/+41
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksUoti Urpala2010-12-201-0/+4
| * core: add support for precise non-keyframe-limited seeksUoti Urpala2010-12-202-4/+31
| * commands: add generic option -> property wrapperUoti Urpala2010-12-181-0/+1
| * options: add "choice" option type, use for -pts-association-modeUoti Urpala2010-12-181-4/+5
* | vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-201-2/+6
* | DOCS/tech/slave.txt: update some obsolete informationUoti Urpala2010-12-181-10/+7
* | manpage: correct -tv audiorate description, change bitrate to sampleratecompn2010-12-161-1/+1
* | commands: Allow cycling subtitles backwards with 'J'reimar2010-12-162-9/+14
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32661jrash2010-12-161-5/+25
* | DOCS/xml: change --with-extraincdir to --extra-cflagscompn2010-12-169-11/+11
|/
* ao_pcm: change message to mention "-novideo" instead of "-vc null"Uoti Urpala2010-12-081-1/+1
* core: ordered chapters: add heuristic for merging inaccurate chaptersUoti Urpala2010-11-261-0/+11
* sub_cc: Allow selecting the Close Captioning channelreimar2010-11-141-2/+2
* DOCS/tech/codecs.conf.txt: document how to add ffmpeg codecscompn2010-11-141-0/+40
* core: do initial A-V sync by modifying audio streamUoti Urpala2010-11-131-0/+11
* audio: add -gapless-audio optionUoti Urpala2010-11-121-0/+11
* DOCS/man/zh_CH: sync with en/mplayer.1 rev. 32566jrash2010-11-071-3/+123
* vf_stereo3d: Add stereo3d filterreimar2010-11-022-0/+193
* Add a simple capture feature (-capture)Uoti Urpala2010-11-022-1/+21
* manpage: Make commas and backslashes show properlyattila2010-11-026-6/+6
* new slave command: af_cmdline, for changing audio filter optionsreimar2010-11-021-0/+3
* DOCS/man: Add missing values for the chanlist suboption of -tvdiego2010-11-029-9/+27
* DOCS/xml/hu: synced with r32361Gabrov2010-11-025-67/+133
* DOCS/xml: Remove outdated warning about obsolete gcc 2.96.diego2010-11-021-5/+0
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-021-2/+2
* DOCS/man/zh_CN: Synced with rev. 32066jrash2010-11-021-4/+45
* manpage: Clarify the meaning of the -nosub optionreimar2010-11-021-1/+2
* DOCS/xml: edit TV/radio chaptersdiego2010-11-0240-3152/+3401
* DOCS/xml: Merge CD/DVD chapter into the usage chapterdiego2010-11-0230-2882/+2852
* DOCS/xml/zh_CN: replace usage.xml symlink to English with copydiego2010-11-021-1/+1123
* DOCS/xml: Remove pointless compilation sections from radio and TV input chaptersdiego2010-11-022-37/+8
* DOCS/xml: Integrate advanced audio usage sections into the general usage chap...diego2010-11-021-4/+0
* DOCS/xml: Remove bogus teletext hotkeys sectiondiego2010-11-026-224/+0
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31814jrash2010-11-021-3/+5
* DOCS/xml/README: improvediego2010-11-021-37/+1
* DOCS/xml/configure: misc changesdiego2010-11-021-75/+39
* DOCS/xml/en/documentation.xml: mark MPlayer as GPL v2 onlydiego2010-11-021-3/+2
* DOCS/*/hu: synced with r31833Gabrov2010-11-028-492/+211
* DOCS/xml: updatesdiego2010-11-025-433/+22
* manpage: don't claim teletext keys would depend on build optionsdiego2010-11-021-3/+2
* manpage: Fix wrong option name in input examplereimar2010-11-021-1/+1
* slave mode: Add stream_time_pos propertyreimar2010-11-021-0/+1
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31769jrash2010-11-021-1/+3
* manpage: mention -af stats in -af volume section for statisticsreimar2010-11-021-1/+1
* manpage: -af volume "max volume" feature requires floatsreimar2010-11-021-0/+2
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31715jrash2010-11-021-1/+9
* DOCS: Fix a few web page links in the documentation.diego2010-11-024-4/+4
* ao_coreaudio: Refactor device selectionadrian2010-11-021-0/+8
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31648jrash2010-11-021-12/+67
* vo_gl: remove "broken" comment from quadbuffer stereocehoyos2010-11-021-1/+1
* manpage: Fix outdated -vo gl usage example.reimar2010-11-021-2/+2
* vo_gl: Add initial stereo supportreimar2010-11-021-0/+21
* DOCS/man/cs: Fix Bulgarian vs. Hungarian typo in Czech manual page.diego2010-11-021-1/+1
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-021-4/+29
* DOCS/tech/slave.txt: Add disabling input to hintsreimar2010-11-021-0/+2
* DOCS/xml/Makefile: Remove help target that prints available targetsdiego2010-11-021-16/+2
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31552jrash2010-11-021-2/+2
* manpage: improve "-identify" description of "-frames 0"attila2010-11-021-1/+1
* DOCS/xml: Get rid of xsltproc wrapper redirectiondiego2010-11-022-24/+6
* DOCS/xml: Move xsltproc target file hack to the Makefile.diego2010-11-022-8/+6
* configure: drop support for Jade/OpenJade/Saxon XSLT processorsdiego2010-11-022-129/+0
* DOCS/xml: Get rid of xmllint wrapper redirectiondiego2010-11-022-14/+7
* DOCS/man/zc_CH: sync with en/mplayer.1 rev. 31372jrash2010-11-021-12/+9
* build: Rename configure.log file to config.logdiego2010-11-0229-48/+48
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31364jrash2010-11-021-35/+106
* vf_rgb2bgr: remove the filtersiretart2010-11-022-11/+1
* rtsp: Support RTSP/RTP over HTTP via LIVE555cehoyos2010-11-021-0/+5
* Merge svn changes up to r31332Uoti Urpala2010-06-051-1/+12
|\
| * Extend -vf format to allow substituting the format for a compatible onereimar2010-06-051-1/+12
* | Merge svn changes r31318 to r31328Uoti Urpala2010-06-052-10/+9
|\|
| * sync with en/mplayer.1 rev. 31292jrash2010-06-051-9/+6
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldreimar2010-06-051-1/+3
* | Skip svn changes up to r31294 (mostly)Uoti Urpala2010-06-021-0/+1
|\|
| * Extend the range of the -a52drc range up to two, as a experimental featurereimar2010-05-311-0/+1
* | Merge svn changes up to r31291Uoti Urpala2010-06-023-10/+12
|\|
| * synced with r31289Gabrov2010-05-302-10/+8
| * Add a referrer option to set the HTTP Referer field.reimar2010-05-301-0/+4
* | Merge svn changes up to r31226Uoti Urpala2010-05-301-309/+0
|\|
| * Remove obsolete new policy proposal draft from Michael.diego2010-05-251-309/+0
| * Remove ambiguous language about indenting if-blocks.diego2010-05-231-3/+0
| * K&R coding style should be applied to new code.diego2010-05-231-7/+9
* | documentation: remove svn-howto.txt, MAINTAINERSUoti Urpala2010-05-302-628/+0
* | Merge svn changes up to r31189Uoti Urpala2010-05-301-10/+6
|\|
| * sync with en/mplayer.1 rev. 31173jrash2010-05-211-10/+6
* | Merge svn changes up to r31176Uoti Urpala2010-05-301-7/+2
|\|
| * remove vf_yuy2, functionality is replaced by -vf format=yuv2siretart2010-05-141-7/+2
* | Merge svn changes up to r31169Uoti Urpala2010-05-3017-117/+39
|\|
| * 10l: Use the directory part of the stylesheet path to create a directory.diego2010-05-111-1/+1
| * cosmetics: Invoke all shell scripts during XML documentation build directly.diego2010-05-111-1/+1
| * Create output directory when copying stylesheet.diego2010-05-111-5/+3
| * Merge both XML documentation README files into one.diego2010-05-112-21/+22
| * Do not run xmllint prior to building the XML documentation.diego2010-05-111-2/+2
| * XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.diego2010-05-111-3/+3
| * Only mark targets whose names end in "clean" as phony.diego2010-05-111-1/+1
| * docs: Update documentation to account for recent build system changes.diego2010-05-111-13/+3
| * Make XML documentation build process nonrecursive.diego2010-05-112-35/+12
| * Get rid of pointless variable indirection for XSL stylesheets.diego2010-05-111-10/+4
| * Pass a language variable to submakes instead of reading subdirectory Makefiles.diego2010-05-1012-55/+18
| * Remove internal liba52 copy.diego2010-05-093-3/+2
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-10/+10
* | vo_vdpau: support queuing an arbitrary number of frames aheadUoti Urpala2010-05-141-5/+24
* | vo_vdpau: add option for studio level outputUoti Urpala2010-05-121-2/+8
* | Merge svn changes up to r31141Uoti Urpala2010-05-071-1/+1
|\|
| * Remove references to some long-removed files.diego2010-05-071-1/+1
* | Merge svn changes up to r31133Uoti Urpala2010-05-0714-9/+15
|\|
| * Put symlinks under revision control instead of generating them during make.diego2010-05-0314-9/+15
* | Merge svn changes up to r31100Uoti Urpala2010-05-071-1/+1
|\|
| * fix typoGabrov2010-04-271-1/+1
* | Merge svn changes up to r31097Uoti Urpala2010-04-269-43/+221
|\|
| * synced with r31096Gabrov2010-04-258-39/+217
| * typo fixesGabrov2010-04-251-4/+4
* | Merge svn changes up to r31050Uoti Urpala2010-04-261-1/+3
|\|
| * sync with en/mplayer.1 rev. 31028jrash2010-04-171-1/+3
* | Merge svn changes up to r31033Uoti Urpala2010-04-2653-1881/+1898
|\|
| * the great MPlayer tab removal: part Idiego2010-04-1251-1924/+1920
| * Add slave commands for loading and unloading audio filters at runtime.cehoyos2010-04-111-0/+11
| * Add osd_show_progression: Show progress bar and elapsed/total time.cehoyos2010-04-094-0/+10
* | Merge svn changes up to r31004Uoti Urpala2010-04-2611-48/+80
|\|
| * dont mention base64 about sending attachments.attila2010-04-021-2/+2
| * updated example line for encoding to psp (acodec faac is now libfaac)ptt2010-04-019-26/+26
| * updated table of libavcodec's audio codecsptt2010-04-011-20/+52
* | Merge svn changes up to r30967Uoti Urpala2010-04-268-52/+8
|\|
| * sync with en/mplayer.1 rev. 30936jrash2010-03-201-2/+7
| * Drop support for XANIM_MOD_DIR environment variable.diego2010-03-188-48/+0
| * Fix first line(s) of vo vdpau documentation.cehoyos2010-03-181-2/+1
* | Merge svn changes up to r30907Uoti Urpala2010-04-262-1/+86
|\|
| * Relocate -codecpath description in alphabetical order.komh2010-03-151-4/+4
| * Add -codecpath option.komh2010-03-151-0/+4
| * sync with en/mplayer.1 rev. 30868jrash2010-03-131-1/+82
* | build: create and install .mo translation filesUoti Urpala2010-04-011-0/+4
* | Merge svn changes up to r30876Uoti Urpala2010-03-102-8/+90
|\|
| * Document x264 VUI options.corey2010-03-091-0/+44
| * Add a note about what x264's 'aud' parameter is for.corey2010-03-091-0/+2
| * We have some sort of DVD menu support nowadays.diego2010-03-081-8/+2
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-051-0/+42
* | Merge svn changes up to r30848Uoti Urpala2010-03-107-32/+27
|\|
| * sync with en/mplayer.1 rev. 30822jrash2010-03-051-8/+13
| * Remove NUT specification stubs.diego2010-03-042-12/+0
| * Run script with /bin/sh instead of bash.diego2010-03-041-1/+1
| * cosmetics: Use consistent if expression syntax.diego2010-03-041-2/+1
| * Use $() syntax instead of backticks, it is easier to nest.diego2010-03-041-2/+2
| * Clarify that ssh is not required for committing to MPlayer.diego2010-03-041-0/+4
| * Update URL for Subversion homepage.diego2010-03-041-1/+1
| * Add support for specifying window position relative to right and bottomreimar2010-03-031-2/+5
| * Drop support for old-style DVB code.diego2010-03-021-4/+0
* | Merge svn changes up to r30748Uoti Urpala2010-03-103-40/+68
|\|
| * dots at end of sentences (kai driver section)ptt2010-02-261-2/+2
| * synced to r30610ptt2010-02-261-32/+57
| * new sentences on new lines, cropdetect filterptt2010-02-261-5/+5
| * sync with en/mplayer.1 rev. 30677jrash2010-02-261-1/+4
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-1/+2
|\|
| * Clarify that AC3/DTS passthrough is also possible with HDMI.tack2010-02-221-1/+2
* | Merge svn changes up to r30702Uoti Urpala2010-03-102-6/+8
|\|
| * wording fixesdiego2010-02-222-6/+8
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-11/+11
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-0/+3
|\|
| * Explain that -mc 0 will need -noskip.reimar2010-02-201-0/+3
* | Merge svn changes up to r30675Uoti Urpala2010-03-107-9/+0
|\|
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-2018-26/+0
* | Merge svn changes up to r30663Uoti Urpala2010-03-101-9/+90
|\|
| * sync with en/mplayer.1 rev. 30611jrash2010-02-191-9/+90
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-7/+93
|\|
| * Document several new x264 parameters.corey2010-02-171-0/+86
| * Update x264 defaults listed in the man page.corey2010-02-171-7/+7
* | Merge svn changes up to r30570Uoti Urpala2010-03-091-1/+2
|\|
| * QuickTime X supports SAR in H.264.diego2010-02-141-1/+2
* | Merge svn changes up to r30529Uoti Urpala2010-03-093-24/+67
|\|
| * synced with r30515Gabrov2010-02-062-13/+37
| * sync with en/mplayer.1 r30436jrash2010-02-061-11/+30
| * Clarify -vo vdpau:pullupcehoyos2010-02-041-1/+3
* | Merge svn changes up to r30494Uoti Urpala2010-03-091-1/+2
|\|
| * Document auto-detection of -vo gl:yuv=... value.reimar2010-02-021-1/+2
* | Merge svn changes up to r30484Uoti Urpala2010-03-091-2/+18
|\|
| * Reword tfields documentation to reflect that it works mostly with MPlayer,reimar2010-02-011-2/+2
| * Add OS/2 KAI audio driver supportkomh2010-02-011-0/+16
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-3/+1
|\|
| * Fix layout for the mouse/joystick controls sections.diego2010-01-311-2/+0
| * Document that -af-adv force=0 currently does the same as =1reimar2010-01-311-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-092-4/+9
|\|
| * sync with en/mplayer.1 r30436jrash2010-01-291-2/+7
| * Fix input/output channel mixup in the pan filter description.diego2010-01-281-2/+2
* | vo_vdpau: make queuing future frame flips adjustableUoti Urpala2010-02-051-0/+15
* | Merge svn changes up to r30448Uoti Urpala2010-01-281-2/+2
|\|
| * Stopping maintainership for -vo (x)mga attila2010-01-271-2/+2
* | Merge svn changes up to r30437Uoti Urpala2010-01-281-1/+8
|\|
| * Add an option to cropdetect to periodically reset the detected area.reimar2010-01-261-1/+8
* | Disable libass fallbacks for fontconfig < 2.4.2Grigori Goronzy2010-01-272-19/+5
* | Merge svn changes up to r30419Uoti Urpala2010-01-2520-14/+44
|\|
| * typo fix, accidently reverted the new year patch with previous commitGabrov2010-01-241-1/+1
| * synced with r30414Gabrov2010-01-241-3/+13
| * big new year patch for documentationsGabrov2010-01-2420-10/+20
| * sync with en/mplayer.1 r30336jrash2010-01-221-2/+12
* | Merge svn changes up to r30375Uoti Urpala2010-01-252-31/+90
|\|
| * synced with r30336ptt2010-01-191-1/+11
| * synced with r30197ptt2010-01-181-31/+70
| * Document levelconv -vo gl suboption.reimar2010-01-161-0/+10
* | Merge svn changes up to r30322Uoti Urpala2010-01-252-11/+48
|\|
| * synced with r30311Gabrov2010-01-161-10/+47
| * added a missing full stopptt2010-01-151-1/+1
* | Merge svn changes up to r30250Uoti Urpala2010-01-252-5/+34
|\|
| * Cosmetics: Fix indentationcehoyos2010-01-081-1/+1
| * QCELP is part of libavcodec.cehoyos2010-01-081-1/+1
| * update wishlistcompn2010-01-081-2/+4
| * sync with en/mplayer.1 r30197jrash2010-01-081-3/+30
* | Merge svn changes up to r30199Uoti Urpala2010-01-081-3/+3
|\|
| * Fix a few typos in the matrixview section.diego2010-01-041-3/+3
* | Merge svn changes up to r30185Uoti Urpala2010-01-081-0/+27
|\|
| * Basic -vo matrixview documentation.reimar2010-01-031-0/+15
| * Document -vo gl colorspace suboption.reimar2010-01-031-0/+12
* | Merge svn changes up to r30165Uoti Urpala2010-01-082-38/+99
|\|
| * sync with en/mplayer.1 r30135jrash2010-01-011-2/+2
| * sync w/r30135 (up to date at last!)gpoirier2009-12-291-36/+97
* | Merge svn changes up to r30136Uoti Urpala2009-12-302-4/+9
|\|
| * change bandwidth value to bandwidth bytescompn2009-12-291-1/+1
| * sync with en/mplayer.1 r30075jrash2009-12-261-3/+8
* | Merge svn changes up to r30104Uoti Urpala2009-12-302-13/+54
|\|
| * sync w/r29731gpoirier2009-12-201-10/+44
| * Slightly improve vo_gl suboption documentation.reimar2009-12-191-3/+10
* | Merge svn changes up to r30065Uoti Urpala2009-12-292-5/+7
|\|
| * divided a line in two, was too longptt2009-12-181-1/+2
| * synced with r30043ptt2009-12-181-4/+5
* | Merge svn changes up to r30055Uoti Urpala2009-12-1820-258/+65
|\|
| * sync with en/mplayer.1 r30053jrash2009-12-181-5/+5
| * Simplify the evaluation of the lang-def template:diego2009-12-161-8/+8
| * Add support for -geometry to corevideo.adrian2009-12-151-1/+1
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...adrian2009-12-151-2/+2
| * Filter list of missing source files so that it only contains nonexisting files.diego2009-12-141-2/+2
| * Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.diego2009-12-141-1/+1
| * Avoid hackish shell loop to symlink missing XML source files.diego2009-12-141-3/+1
| * Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.diego2009-12-141-2/+2
| * Reuse SYMLINKS_DEPS variable in the symlink targets.diego2009-12-141-1/+1
| * Simplify shell command to symlink missing translated source files.diego2009-12-141-3/+1
| * Ignore errors from failing rm commands in clean targets.diego2009-12-141-4/+4
| * Do not ignore errors from mkdir invocations.diego2009-12-141-1/+1
| * The general xmllint target should only check configured languages.diego2009-12-141-2/+2
| * Improve declaration of phony targets.diego2009-12-141-1/+2
| * Factorize dependencies of language-specific HTML generation targets.diego2009-12-141-2/+4
| * spelling cosmeticsdiego2009-12-141-2/+2
| * Remove pointless dependency on xmllint.sh from phony xmllint target.diego2009-12-141-1/+1
| * Drop pointless dependencies of the phony targets html-chunked and html-single.diego2009-12-141-1/+0
| * Fix dependencies of html-chunked and html-single targets.diego2009-12-141-3/+3
| * Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.diego2009-12-141-1/+1
| * Factorize all components generated by configure into a variable.diego2009-12-141-1/+2
| * Remove outdated comment about build system behavior.diego2009-12-141-2/+0
| * cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.diego2009-12-141-2/+2
| * Drop support for per-language XSL stylesheets.diego2009-12-142-57/+2
| * Remove pointless Polish stylesheet; it provides no real benefit.diego2009-12-143-31/+0
| * Drop support for per-language stylesheets.diego2009-12-1412-39/+2
| * Unconditionally symlink documentation files missing from a translation.diego2009-12-1412-37/+1
| * Use variable for HTML stylesheet so individual languages can use their own.diego2009-12-141-1/+1
| * Factorize stylesheet installation into its own target.diego2009-12-141-4/+5
| * Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.diego2009-12-1412-23/+13
| * Factorize generating the list of all main.xml files.diego2009-12-131-2/+4
| * configure also generates all main.xml files.diego2009-12-131-1/+1
| * Add html-chunk.xsl and html-single.xsl to targets generated by configure.diego2009-12-131-1/+1
| * Avoid '&>' bashism for redirecting both stdout and stderr.diego2009-12-131-1/+1
| * Simplify one more command via automatic variables.diego2009-12-131-1/+1
| * Simplify setting COMMON_XSL_DEPS variable:diego2009-12-131-5/+1
| * Do not build monolithic documentation in a separate directory.diego2009-12-132-13/+10
| * - Remove now unnecessary dependency on intermediate directories.diego2009-12-132-4/+4
| * Do not pointlessly set the HTMLFILE variable when running xmllint.diego2009-12-131-1/+1
| * Simplify some commands via automatic variables.diego2009-12-131-2/+2
| * Create required directories directly without intermediate steps.diego2009-12-131-5/+3
| * Declare common dependencies for chunked and single HTML targets together.diego2009-12-131-3/+3
| * cosmetics: Remove pointless trailing /.diego2009-12-131-1/+1
| * xmllint.sh is not a phony target.diego2009-12-131-1/+1
| * Do not use symlinks for translations that comprise all XML files.diego2009-12-133-3/+3
| * Remove pointless warning about Make being called from the wrong place.diego2009-12-131-11/+0
| * Replace shell command substitution by Makefile syntax construct.diego2009-12-131-1/+1
| * Use automatic variables instead of the target name.diego2009-12-131-2/+2
| * Do not pointlessly remove all targets before recreating them.diego2009-12-131-2/+0
| * Declare a dependency on xmllint instead of duplicating the target's commands.diego2009-12-131-4/+2
* | Support for multiple editions in MatroskaDaniel Dawson2009-12-041-0/+6
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-3/+1
|\|
| * small update wishlistcompn2009-11-231-3/+1
* | Merge svn changes up to r29962Uoti Urpala2009-11-232-33/+96
|\|
| * synced with r29912Gabrov2009-11-162-33/+96
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-211-2/+17
* | VO: Keep aspect by adding black bars in window mode too if necessaryUoti Urpala2009-11-201-2/+6
* | Merge svn changes up to r29912Uoti Urpala2009-11-1619-179/+530
|\|
| * cosmetics and grammar fixesptt2009-11-131-17/+18
| * sync with en/mplayer.1 r29905jrash2009-11-131-12/+32
| * synced with r29905ptt2009-11-131-1/+16
| * synced with r29885ptt2009-11-121-11/+33
| * cosmetic fixes as pointed out by diegoptt2009-11-121-4/+4
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-121-0/+14
| * Replace dead link explaining why not to use HTML on the mailing lists.tack2009-11-1110-10/+10
| * Add a "tips and tricks" section to the slave mode documentation.reimar2009-11-111-0/+9
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-101-1/+2
| * Update man page to reflect support for up to 8 channels.tack2009-11-101-6/+8
| * Add support for DVB teletext.reimar2009-11-101-1/+2
| * Clarify possible issues with gmplayer commandline options due to conflictsreimar2009-11-081-1/+4
| * sync with en/mplayer.1 r29823jrash2009-11-061-2/+9
| * So Long, and Thanks for All the Fishreynaldo2009-11-051-5/+5
| * Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-041-0/+7
| * The "ilaced" suboption of vf_scale was renamed to "interlaced".diego2009-11-027-14/+14
| * Improve VDPAU noforce-mixer documentation.cehoyos2009-11-021-1/+2
| * sync with en/mplayer.1 r29805jrash2009-10-311-12/+33
| * Slightly change behavior of "none" if fstype specification.corey2009-10-301-1/+1
| * Allow image format BGRA when using vo vdpau.cehoyos2009-10-271-0/+4
| * synced with r29791ptt2009-10-221-2/+2
| * Break an output line for consistency.diego2009-10-221-1/+1
| * cosmetic fixes in bs2b and vdpau sectionsptt2009-10-221-9/+9
| * removed daniele forghieri from italian man mantainers (as said by diego and him)ptt2009-10-141-1/+1
| * synced with r29771ptt2009-10-141-1/+19
| * Support SMPTE-240M colourspace in vo_vdpau.cehoyos2009-10-121-0/+2
| * Add colorspace option to vo_vdpau.cehoyos2009-10-101-0/+16
| * some coherence's fixesptt2009-10-081-6/+6
| * cosmetics in channels/capture sectionsptt2009-10-081-6/+6
| * synced with r29762ptt2009-10-081-19/+183
| * added myself to italian man mantainers section, since i'm the one that does thatptt2009-10-081-1/+1
| * various little aesthetic fixesptt2009-10-081-14/+15
| * synced with r28576ptt2009-10-081-51/+107
| * Clarify screenshot filter description.diego2009-10-061-3/+3
* | Support VDPAU MPEG4 hardware decodingUoti Urpala2009-11-161-1/+2
* | vo_vdpau: Add support for high-quality scaling featureUoti Urpala2009-11-151-0/+7
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-1/+21
* | Implement vsync-aware frame timing for VDPAUUoti Urpala2009-11-151-0/+5
* | manpage: Fix typo in -noordered-chapters option nameUoti Urpala2009-10-081-1/+1
* | Merge svn changes up to r29752Uoti Urpala2009-10-062-1/+13
|\|
| * add a warning to the description of -vf screenshot to add it afterattila2009-10-051-0/+4
| * sync with en/mplayer.1 r29731jrash2009-10-011-1/+5
| * Document -nosub optionreimar2009-09-281-0/+4
* | commands: Add set_property_osd and step_property_osdUoti Urpala2009-09-191-0/+8
* | Merge svn changes up to r29684Uoti Urpala2009-09-165-33/+30
|\|
| * sync with en/mplayer.1 r29661jrash2009-09-121-2/+2
| * synced with r29670Gabrov2009-09-113-25/+17
| * Make (no)t23 suboption description more consistent.diego2009-09-081-1/+1
| * sync with en/mplayer.1 r29638jrash2009-09-051-6/+11
* | Merge svn changes up to r29644Uoti Urpala2009-09-043-5/+15
|\|
| * Improve wording for file/directory specific config file explanation.reimar2009-09-031-4/+4
| * Document directory-specific configuration file.reimar2009-09-021-0/+5
| * sync with en/mplayer.1 r29555jrash2009-08-291-4/+6
| * Expand wid explanation.cehoyos2009-08-271-0/+3
| * Adjust documentation about filtering out whitespace changes from 'svn diff'.diego2009-08-261-1/+1
* | Merge svn changes up to r29532Uoti Urpala2009-08-185-25/+7
|\|
| * sync with en/mplayer.1 r29461jrash2009-07-311-5/+1
| * Update documentation for libamr replacement by OpenCORE in FFmpeg.diego2009-07-303-20/+4
| * undocumented keywordcompn2009-07-301-0/+2
* | Use light autohinting by default in libassGrigori Goronzy2009-08-071-1/+1
* | Merge svn changes up to r29455Uoti Urpala2009-07-294-5/+42
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
| * grammar and sentence fixptt2009-07-221-1/+1
| * sync with en/mplayer.1 r29413jrash2009-07-181-1/+18
| * synced with r39413Gabrov2009-07-131-2/+22
* | Merge svn changes up to r29417Uoti Urpala2009-07-121-0/+20
|\|
| * new debanding filterlorenm2009-07-071-0/+20
* | Remove the internal GUIAnton Khirnov2009-07-077-1323/+10
* | Merge svn changes up to r29412Uoti Urpala2009-07-0711-94/+151
|\|
| * Add a section about handling external code to the policy.diego2009-07-041-0/+9
| * forgot a line :(; addedptt2009-05-281-0/+2
| * synced with r2769ptt2009-05-281-18/+78
| * synced with r29305Gabrov2009-05-248-69/+42
| * sync w/r29244gpoirier2009-05-171-7/+20
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-1396-1612/+1612
* | Remove trailing whitespace from most filesUoti Urpala2009-07-0796-1628/+1611
* | Merge svn changes up to r29304Uoti Urpala2009-07-072-55/+13
|\|
| * Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.diego2009-05-121-1/+1
| * Remove redundant information about configuring MPlayer for GUI support.diego2009-05-091-42/+0
| * Move image formats section to a more appropriate place.diego2009-05-091-12/+12
* | Merge svn changes up to r29277Uoti Urpala2009-05-0820-107/+164
|\|
| * Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.adrian2009-05-071-2/+2
| * sync with en/mplayer.1 r29252jrash2009-05-071-8/+23
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-4/+4
| * ao_macosx was renamed to ao_coreaudio.diego2009-05-049-9/+9
| * Rename macosx video output driver to corevideo.diego2009-05-0418-63/+63
| * Rename macosx audio output driver to coreaudio.diego2009-05-042-2/+2
| * Ulion no longer has time to be maintainer.diego2009-05-041-3/+3
| * Support for libbs2b ver. 3.0.0 API.bircoph2009-05-031-4/+20
| * sync w/r29147gpoirier2009-04-271-11/+40
| * Remove reference to outdated documentation file.diego2009-04-201-1/+0
| * some updates about translation maintenancediego2009-04-101-5/+3
* | Merge svn changes up to r29150Uoti Urpala2009-04-084-14/+49
|\|
| * synced with r29147Gabrov2009-04-051-3/+24
| * eliminate a trailing whitespaceGabrov2009-04-051-1/+1
| * sync with en/mplayer.1 r29133jrash2009-04-051-8/+24
| * remove startup -volume wish, option was added a while agocompn2009-04-041-2/+0
* | Merge branch 'ordered_chapters'Uoti Urpala2009-04-081-3/+17
|\ \
| * | Add option -noordered-chapters.Uoti Urpala2009-04-081-0/+5
| * | Make -fixed-vo the defaultUoti Urpala2009-04-021-3/+5
| * | VO: Don't force window position in X11 VOsUoti Urpala2009-03-311-0/+7
* | | Merge svn changes up to r29134Uoti Urpala2009-04-021-1/+18
|\ \ \ | | |/ | |/|
| * | Add documentation for libbs2b audio filter.bircoph2009-04-021-0/+17
| * | At least direct3d vo supports -xineramascreen, tooreimar2009-04-011-1/+1
* | | Merge svn changes up to r29117Uoti Urpala2009-04-0123-679/+768
|\| | | |/ |/|
| * Add forgotten escapes for -reimar2009-03-311-2/+2
| * Explain relationship between -geometry and -xineramascreen.reimar2009-03-311-0/+3
| * sync with en/mplayer.1 r29059jrash2009-03-291-6/+3
| * synced with r29059Gabrov2009-03-281-6/+3
| * misc updatesdiego2009-03-271-8/+3
| * typo fixesdiego2009-03-251-5/+5
| * Update date in manual page.diego2009-03-251-1/+1
| * Rename 'default-binds' input option to 'default-bindings'.diego2009-03-255-5/+5
| * 1l: There is no more delay since r29051.cehoyos2009-03-251-3/+0
| * Clarify vdpau deinterlacers.cehoyos2009-03-251-2/+2
| * Sync with r28984: 17% done.bircoph2009-03-221-508/+504
| * Synced with r28991.bircoph2009-03-221-7/+6
| * sync with en/mplayer.1 r28991jrash2009-03-221-12/+57
| * Fix HTML docs generation, broken in r28980.rathann2009-03-191-1/+1
| * remove trailing whitespacesGabrov2009-03-194-10/+10
| * remove trailing whitespacesGabrov2009-03-191-5/+5
| * remove trailing whitespaces all over the placeGabrov2009-03-197-15/+15
| * synced with r28991Gabrov2009-03-192-23/+27
| * drop obsolete guidelinesrathann2009-03-181-6/+2
| * Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.cehoyos2009-03-181-6/+5
| * 10l: Fix indentation.cehoyos2009-03-181-1/+0
| * Get rid of trailing whitespaces.bircoph2009-03-171-24/+24
| * Synced with r28979.bircoph2009-03-171-4/+12
| * Avoid an error at the end of chunked HTML doc generation.reimar2009-03-171-2/+4
| * Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).cehoyos2009-03-161-0/+5
| * synced with r28968 with some extra roff markup fixesGabrov2009-03-161-36/+59
| * Initial support for advanced VDPAU deinterlacers (software-decoded videocehoyos2009-03-151-3/+5
| * sync w/r28958gpoirier2009-03-151-3/+4
| * Synced with r28958.bircoph2009-03-151-5/+26
| * roff markup: Place \& after abbreviations like i.e. and e.g.diego2009-03-151-4/+4
* | Merge svn changes up to r28951Uoti Urpala2009-03-1410-59/+186
|\|
| * sync w/r28950gpoirier2009-03-141-1/+22
| * KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian netdiego2009-03-141-0/+17
| * Move page heading and table of contents out of the codec support table.diego2009-03-141-12/+8
| * Give table headings more meaningful names.diego2009-03-141-14/+14
| * Clarify that -vo vdpau:deint=n delays video output for n>2 by one frame.cehoyos2009-03-141-0/+3
| * Set DOCTYPE in xsl-generated HTML documentation.reimar2009-03-141-1/+3
| * add some info for acm and tips for searchingcompn2009-03-121-5/+36
| * GraphEdit is also available in the Microsoft SDK nowadays.diego2009-03-091-1/+1
| * typokraymer2009-03-091-1/+2
| * Remove native nuv demuxer, it only needs more code to achieve the same thingreimar2009-03-091-1/+0
| * synced with r28895Gabrov2009-03-091-7/+13
| * sync w/r28895gpoirier2009-03-081-6/+13
| * Synced with r28895.bircoph2009-03-081-8/+13
| * Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-4/+6
| * Add a small howto explaining how to cross-compile for MinGWreimar2009-03-081-0/+31
| * Explain that disabling other input methods is not the purpose of -slavereimar2009-03-081-0/+2
| * Add an option to disable the default key binding that MPlayer includesreimar2009-03-081-0/+2
| * Make pausing_keep_force the default for the set_mouse_pos and key_down_event -reimar2009-03-071-0/+2
* | Merge svn changes up to r28862Uoti Urpala2009-03-0710-322/+488
|\|
| * sync w/r28807gpoirier2009-03-061-2/+2
| * synced with r28807Gabrov2009-03-051-3/+3
| * mphq now runs Subversion 1.5.diego2009-03-051-2/+2
| * Synced with r28807.bircoph2009-03-051-2/+2
| * 10l: Fix max value for -vo vdpau:deint.cehoyos2009-03-041-1/+1
| * synced with r28788Gabrov2009-03-031-3/+5
| * sync w/ r28788gpoirier2009-03-021-7/+64
| * sync w/r28707gpoirier2009-03-021-172/+190
| * french punctuation cosmeticsgpoirier2009-03-021-50/+49
| * - french punctuation cosmetics that was done weeks before.gpoirier2009-03-021-14/+22
| * Synced with r28788.bircoph2009-03-021-3/+18
| * Improve vdpau deinterlacing documentation.cehoyos2009-03-011-1/+2
| * Document that -heartbeat-cmd is only for video, not audio-onlyreimar2009-03-011-0/+1
| * Use UTF-8 as character set.diego2009-03-011-1/+1
| * cosmetics: Remove trailing whitespace.diego2009-03-011-25/+25
| * synced with r28775Gabrov2009-03-011-2/+14
| * DART audio output driver for OS/2 by KO Myung-Hun, komh chollian netdiego2009-03-011-0/+12
| * sync with en/mplayer.1 r28745jrash2009-03-011-39/+77
| * synced with r28745Gabrov2009-02-281-5/+8
* | Merge svn changes up to r28755Uoti Urpala2009-02-2811-88/+256
|\|
| * Synced with r28745.bircoph2009-02-281-3/+34
| * Update vdpau:deint documentation.cehoyos2009-02-271-2/+5
| * vdpau:pullup only works with temporal and temporal-spatial deinterlacing.cehoyos2009-02-271-1/+1
| * synced with r28736Gabrov2009-02-271-4/+4
| * r27801 Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.kraymer2009-02-261-18/+50
| * Support "D" to (de-)activate deinterlacing when using vo vdpau.cehoyos2009-02-261-1/+1
| * Document that -field-dominance also works for vdpau.cehoyos2009-02-261-1/+1
| * r27390 Fix a misleading section in the libavcodec options manualkraymer2009-02-251-52/+115
| * synced with r28727Gabrov2009-02-253-8/+47
| * copyright year update in man pagesGabrov2009-02-256-6/+6
* | Merge svn changes up to r28728Uoti Urpala2009-02-252-69/+197
|\|
| * Document -vo vdpau:pullup.cehoyos2009-02-241-0/+2
| * Document -vo vdpau:deint.cehoyos2009-02-241-0/+13
| * Clarify -vo vdpau:sharpen.cehoyos2009-02-241-1/+2
| * Document -vo vdpau:denoise.cehoyos2009-02-241-0/+2
| * Document -vo vdpau:sharpen.cehoyos2009-02-241-0/+6
| * sync with en/mplayer.1 r28576jrash2009-02-231-69/+173
* | Merge svn changes up to r28712Uoti Urpala2009-02-236-12/+44
|\|
| * Synced with r28707.bircoph2009-02-231-2/+2
| * Synced with r28706.bircoph2009-02-231-5/+13
| * Update faq about power management effect taking into account thatbircoph2009-02-231-1/+1
| * Update some statements:bircoph2009-02-231-3/+11
| * Synced with r28704.bircoph2009-02-231-1/+10
| * Add statistics audio filter that prints information about the audio stream.diego2009-02-211-0/+7
* | Merge svn changes up to r28690Uoti Urpala2009-02-2111-291/+304
|\|
| * Synced with r28266.bircoph2009-02-211-51/+46
| * Synced with r28670. (Copyright year update.)bircoph2009-02-191-2/+2
| * synced with r28670Gabrov2009-02-193-12/+19
| * update copyright year at the end of the man pageGabrov2009-02-191-1/+1
| * Drop official maintainership of ao_pulse since libpulseaudio still hasreimar2009-02-191-1/+1
| * Try to update libvo.txtreimar2009-02-191-13/+64
| * Synced with r28660.bircoph2009-02-191-202/+162
| * Another outdated text in <screen> example.bircoph2009-02-191-1/+1
| * Screen example for no audio problem is outdated:bircoph2009-02-191-4/+4
| * Spelling: capitalize pronouns.bircoph2009-02-191-4/+4
* | Merge svn changes up to r28655Uoti Urpala2009-02-194-5961/+5968
|\|
| * Replace the dash sign by &mdash; tag.bircoph2009-02-181-5/+6
| * Exterminate one more trailing whitespace.bircoph2009-02-181-1/+1
| * Sync with r26990.bircoph2009-02-181-21/+22
| * Current revision is in sync with r28645, because r28644 and r28645bircoph2009-02-181-1/+1
| * Restore synchronization with r28618.bircoph2009-02-181-1/+6
| * Revert r28597 as requested by Diego in order to be cautious beforebircoph2009-02-181-5937/+5932
| * Also shorten <channel> to <chan> in the description, not just in the example.diego2009-02-181-1/+1
| * Shorten one example line to avoid the groff warning:diego2009-02-181-1/+1
| * Sync with r28618.bircoph2009-02-181-1/+6
* | Merge svn changes up to r28641Uoti Urpala2009-02-183-1/+10
|\|
| * Add note about ffwmv3vdpau.cehoyos2009-02-161-1/+1
| * Add support for VDPAU video out, including hardware decoding.reimar2009-02-161-0/+5
| * Synced with r28615.bircoph2009-02-161-1/+3
| * Add ccache usage suggestion to speed up compilation.bircoph2009-02-161-0/+2
* | Merge svn changes up to r28610Uoti Urpala2009-02-166-5913/+6120
|\|
| * synced with r28593Gabrov2009-02-162-6/+6
| * Change man page encoding from KOI8-R to UTF-8.bircoph2009-02-151-5932/+5932
| * Remove trailing whitespaces.bircoph2009-02-152-20/+20
| * Synced with r28201.bircoph2009-02-151-32/+32
| * Get rid of the trailing whitespaces.bircoph2009-02-151-3/+3
| * 'Capitalize' mplayer -> MPlayer when used as a project name.bircoph2009-02-151-3/+3
| * Get rid of trailing whitespaces.bircoph2009-02-151-9/+9
| * Fix r28506.bircoph2009-02-151-2/+1
| * Sync with r28520, 100% done.bircoph2009-02-151-21/+70
| * Sync with r27979.bircoph2009-02-141-48/+69
| * Sync with r27639.bircoph2009-02-141-587/+725
* | Merge svn changes up to r28549Uoti Urpala2009-02-135-98/+45
|\|
| * synced with r28532Gabrov2009-02-125-98/+45
* | Merge svn changes up to r28537Uoti Urpala2009-02-1274-9981/+1174
|\|
| * Convert "advanced audio usage" into from a subsection to a chapter.diego2009-02-111-28/+28
| * Replace a mention of MPlayer by MEncoder in the MEncoder section.diego2009-02-111-1/+1
| * Remove outdated FAQ entries.diego2009-02-111-60/+0
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-101-2/+2
| * partial sync with obsolete section removaldiego2009-02-106-726/+163
| * partial sync with obsolete section removaldiego2009-02-106-692/+144
| * partial sync with obsolete section removaldiego2009-02-106-710/+148
| * partial sync with obsolete section removaldiego2009-02-093-272/+4
| * partial sync with obsolete section removaldiego2009-02-096-704/+144
| * Sync x264 section renaming.diego2009-02-093-3/+3
| * Use consistent names for codec installation sections.diego2009-02-092-2/+2
| * partial sync with obsolete section removaldiego2009-02-093-215/+2
| * partial sync with obsolete section removaldiego2009-02-095-839/+19
| * partial sync with obsolete section removaldiego2009-02-095-858/+18
| * partial sync with obsolete section removaldiego2009-02-095-829/+19
| * partial sync with obsolete section removaldiego2009-02-093-625/+21
| * partial sync with obsolete section removalsdiego2009-02-098-1316/+172
| * bruteforce partial sync with obsolete documentation removaldiego2009-02-0911-1935/+222
| * synced with r28432Gabrov2009-02-083-165/+59
| * sync w/r28415gpoirier2009-02-051-1/+5
* | Merge svn changes up to r28461Uoti Urpala2009-02-044-158/+56
|\|
| * Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpagerathann2009-02-011-0/+0
| * Reminder for Dominik to update the RPM packaging section.diego2009-02-011-3/+4
| * Rename "ARM" section to "ARM Linux".diego2009-02-011-2/+2
| * Move QNX subsection to commercial Unix section.diego2009-02-011-32/+17
| * Move note about binary packages to the top section.diego2009-02-011-4/+4
| * Reword beginning of MinGW section.diego2009-02-011-5/+3
| * Remove Amiga/MorphOS section, it only contained outdated information.diego2009-02-011-35/+0
| * Remove hints about specific binary packages, add a link to the listdiego2009-02-011-19/+3
| * Remove IRIX section, the advice it contained is now obsolete.diego2009-02-011-28/+0
| * Add a note about POSIX system requirements.diego2009-02-011-0/+5
| * Add a note about adding /usr/xpg4/bin to your PATH on Solaris.diego2009-02-011-0/+7
| * Remove remarks about GNU Make being required on some systems.diego2009-02-011-24/+1
| * Move GNU Make entry to the top of the list.diego2009-02-011-3/+3
| * Update binutils and compiler sections.diego2009-02-011-5/+5
| * Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.diego2009-02-011-0/+4
* | Merge svn changes up to r28348Uoti Urpala2009-01-232-7/+5
|\|
| * The homepage/ subdirectory should no longer be redirected on web mirrors.diego2009-01-201-5/+2
| * sync w/r28341gpoirier2009-01-201-2/+3
* | Merge svn changes up to r28341Uoti Urpala2009-01-192-10/+33
|\|
| * fix device_id option after r28165gpoirier2009-01-181-1/+2
| * sync w/r28279gpoirier2009-01-151-9/+31
* | Merge svn changes up to r28310Uoti Urpala2009-01-1565-4901/+220
|\|
| * spelling/grammar/wording/whitespacediego2009-01-111-77/+79
| * Fix d_width vs. d_height typo.diego2009-01-111-1/+1
| * Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.diego2009-01-111-6/+6
| * removed remaining english wordptt2009-01-111-1/+1
| * synced with r28279Gabrov2009-01-101-6/+7
| * Clarify relationship between -ass and -fontconfig in the man page.eugeni2009-01-071-4/+5
| * looks like I missed r27542...gpoirier2009-01-061-1/+1
| * update copyright yearGabrov2009-01-0520-11/+21
| * Fix nonstandard license headers in the documentation.diego2009-01-052-6/+6
| * synced with r28247Gabrov2009-01-052-3/+16
| * Sync removal of bugs.xml.diego2009-01-0512-845/+6
| * Do not run mkdir in a subshell.diego2009-01-051-2/+2
| * Skip pointless ignoring return value of 'rm -f'.diego2009-01-051-1/+1
| * nonrecursive releaseclean targetdiego2009-01-052-10/+4
| * cosmetics: Move clean targets to the bottom.diego2009-01-051-8/+8
| * Remove pointless language-specific clean and distclean targets.diego2009-01-041-7/+0
| * Subsume clean-html-chunked and clean-html-single targets into clean target.diego2009-01-041-9/+2
| * Get rid of pointless chunked-dir and single-dir targets.diego2009-01-041-9/+8
| * Simplify phony target declaration.diego2009-01-041-2/+1
| * Sync audio.xml removal.diego2009-01-0424-1673/+4
| * Sync history chapter removal.diego2009-01-0417-1504/+0
| * Remove history chapter; it is outdated and of little practical value.diego2009-01-042-188/+0
| * added support for manual audio substream selection out of 0xFD PES streams (B...nicodvb2009-01-041-0/+10
| * Replace deprecated jack_client_new with jack_client_open.reimar2009-01-041-0/+3
| * synced with r28215Gabrov2009-01-041-4/+9
| * Add an option to vo_macosx to set a custom buffer_name.gpoirier2008-12-301-0/+4
| * Update outdated availability note for -mouse-movementsreimar2008-12-301-1/+3
| * synced with r28211Gabrov2008-12-307-469/+25
| * Add nocache to example dvdnav profile, otherwise dvdnav is unusable.reimar2008-12-291-0/+1
| * Remove audio output section, it provides little to no useful information.diego2008-12-273-66/+0
| * Fix Chinese documentation build, English codecs.xml was removed.diego2008-12-271-2/+0
| * fix error message examplecompn2008-12-271-1/+2
* | Merge svn changes up to r28204Uoti Urpala2008-12-279-417/+116
|\|
| * Remove (audio) codecs section, its contents are part of the usage section.diego2008-12-273-102/+0
| * Convert Win32 codec importing HOWTO into a text document in the tech section.diego2008-12-273-160/+91
| * Remove/fix ancient CVS references.diego2008-12-273-13/+10
| * Remove known bugs section, it contains little useful information.diego2008-12-273-140/+1
| * Add entry about mysterious coredumps.diego2008-12-271-0/+12
| * Reorder sections: Put FAQ at the end, group usage sections together.diego2008-12-271-3/+3
| * grammar fix by Vineeth N, nvineeth gmail comdiego2008-12-251-1/+1
* | Merge svn changes up to r28176Uoti Urpala2008-12-221-0/+3
|\|
| * Document vo_macosx's shared_buffer option.gpoirier2008-12-191-0/+3
* | Merge svn changes up to r28162Uoti Urpala2008-12-193-10/+21
|\|
| * synced with r28160Gabrov2008-12-173-10/+21
* | Merge svn changes up to r28149Uoti Urpala2008-12-144-4/+12
|\|
| * Update links to RPM packages, now that Livna has merged into RPMFusion.rathann2008-12-142-3/+3
| * sync w/r28126gpoirier2008-12-101-1/+5
| * Add support for writing PNG files with alpha channel in -vo pngreimar2008-12-101-0/+4
* | Merge svn changes up to r28103Uoti Urpala2008-12-063-14/+36
|\|
| * sync w/r28096gpoirier2008-12-051-6/+14
| * Using rectangle=2 for vo_gl is probably a good idea nowadays.reimar2008-12-051-1/+1
| * Document missing vo_gl suboptionsreimar2008-12-051-2/+7
| * synced with r28089Gabrov2008-12-051-5/+14
* | Merge svn changes up to r28087Uoti Urpala2008-12-041-2/+6
|\|
| * sync w/r28056gpoirier2008-12-031-2/+6
* | Merge svn changes up to r28065Uoti Urpala2008-12-021-1/+4
|\|
| * Add a note about some known issues with -vo sdlreimar2008-12-011-1/+4
* | Merge svn changes up to r28038Uoti Urpala2008-11-252-79/+88
|\|
| * Another part of sync to 27843torinthiel2008-11-241-76/+80
| * sync w/r27979gpoirier2008-11-231-3/+8
* | Merge svn changes up to r27979Uoti Urpala2008-11-222-2/+8
|\|
| * Make description of the option more clear as suggested by bircoph2008-11-221-2/+3
| * add direct3d docs, ok'd by Guillaumecompn2008-11-211-0/+4
| * Direct3D based video_out module.reimar2008-11-181-0/+1
* | Merge svn changes up to r27949Uoti Urpala2008-11-179-2989/+3714
|\|
| * Fix build: Remove some references to sections that no longer exist.diego2008-11-162-2/+2
| * synced with r27938Gabrov2008-11-163-630/+44
| * Fix phrase to maintain consistency.bircoph2008-11-151-5/+5
| * Synced with r26763.bircoph2008-11-151-34/+117
| * sync w/r27906gpoirier2008-11-141-10/+14
| * document x264's option subq=0, plus a bit of factoring and added detailsgpoirier2008-11-131-8/+12
| * Partial sync to 27843torinthiel2008-11-111-1933/+3027
| * Synced with r25786.bircoph2008-11-081-378/+504
* | Merge svn changes up to r27899Uoti Urpala2008-11-0623-1918/+743
|\|
| * sync w/r27895gpoirier2008-11-061-23/+36
| * Fix typo in psy-rd x264 option description.diego2008-11-041-1/+1
| * Fix a typo.bircoph2008-11-041-1/+1
| * Remove outdated sections.diego2008-11-031-79/+0
| * synced with r27885Gabrov2008-11-037-482/+176
| * 44% synced with r22753 (going on... ;))ptt2008-11-031-101/+96
| * Add a few more supported URL protocolsreimar2008-11-021-1/+1
| * Add an option that sets initial playback volume.diego2008-10-312-0/+12
| * Consistently use dashes to separate words in section IDs.diego2008-10-301-1/+1
| * Fix typo noticed by Paul TT.diego2008-10-301-1/+1
| * linking correctionsptt2008-10-301-2/+2
| * synced with r27843ptt2008-10-301-3/+2
| * synced with r27843ptt2008-10-301-4/+3
| * synced with r27852ptt2008-10-302-191/+166
| * removed, as rev.27771ptt2008-10-301-539/+0
| * synced with r27770ptt2008-10-301-50/+59
| * synced with r27815ptt2008-10-301-7/+3
| * synced with r27640ptt2008-10-301-2/+2
| * synced with r27663ptt2008-10-301-9/+8
| * synced with r27683ptt2008-10-301-1/+1
| * updated links for other commit referenceptt2008-10-301-1/+1
| * synced with r27771ptt2008-10-301-27/+20
| * synced with r27833ptt2008-10-301-300/+37
| * Move codec installation instructions from the codecs section to a morediego2008-10-302-148/+152
| * Restore XMMS input plugin section from removed section in a better place.diego2008-10-301-0/+18
* | Merge svn changes up to r27850Uoti Urpala2008-10-305-115/+64
|\|
| * We now require GNU make 3.81.diego2008-10-291-2/+1
| * zlib is used in many places.diego2008-10-291-2/+1
| * Move libmad codec installation section to software requirements.diego2008-10-292-22/+4
| * section title wording fixesdiego2008-10-281-3/+3
| * Group codec library installation instructions together in a codecdiego2008-10-281-76/+76
| * Move general comments from the video codec section to the top level.diego2008-10-281-3/+3
| * Remove useless FFmpeg codec section.diego2008-10-284-35/+4
* | Merge svn changes up to r27841Uoti Urpala2008-10-282-13/+2
|\|
| * Merge two Xvid build steps.diego2008-10-261-4/+1
| * Remove reference to containers.xml, which was removed.diego2008-10-261-1/+0
| * Remove notice about necessary tool versions in Xvid section, the info isdiego2008-10-261-3/+1
| * Remove obsolete and pointless reference to Xvid divxcompat mode.diego2008-10-261-5/+0
* | Merge svn changes up to r27828Uoti Urpala2008-10-261-1/+1
|\|
| * minor fix in example command line for userscompn2008-10-251-1/+1
* | Merge svn changes up to 27824Uoti Urpala2008-10-2513-878/+150
|\|
| * remove outdated message about outfmt=i420compn2008-10-231-5/+0
| * Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.diego2008-10-191-2/+2
| * improve documentation of latest x264's optionsgpoirier2008-10-181-3/+3
| * misc updates for the Xvid, x264 and AAC sectionsdiego2008-10-142-77/+30
| * Remove some pointless and/or outdated codec documentation sections.diego2008-10-141-204/+0
| * Remove section about containers. Its contents are non-informative, redundant,diego2008-10-142-521/+0
| * Update VIDIX vs. svgalib documentation.diego2008-10-141-8/+4
| * update x264's section with r999 of x264gpoirier2008-10-141-16/+24
| * r27182: apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-10-081-12/+16
| * sync w/r27691gpoirier2008-10-061-2/+2
| * synced with r27718Gabrov2008-10-054-28/+71
| * vo_fbdev now supports -geometry.diego2008-10-031-1/+1
| * whitespace cosmeticsdiego2008-10-031-2/+0
* | Merge svn changes up to r27688Uoti Urpala2008-10-038-8/+8
|\|
| * fix FAQ about compiling 32 bit mplayer on x86_64gpoirier2008-10-028-8/+8
* | Merge svn changes up to r27682Uoti Urpala2008-10-024-30/+86
|\ \
| * | Revert "add outdir sub-option to vo png"Uoti Urpala2008-10-022-4/+0
| |/
| * Add a "pause" property to allow checking if MPlayer is paused.reimar2008-10-011-0/+1
| * sync w/r27651gpoirier2008-09-301-13/+61
| * sync w/r27607gpoirier2008-09-291-2/+6
| * slave command to get the number of chapters; patch by Kevin DeKorte - kdekort...nicodvb2008-09-261-0/+1
| * Add an experimental pausing_keep_force slave mode command prefixreimar2008-09-251-0/+4
| * misc fixes for the GUI sectiondiego2008-09-251-8/+6
| * typo fix spotted by diegocompn2008-09-201-8/+8
| * add outdir sub-option to vo pngben2008-09-202-0/+4
* | Merge svn changes up to r27649Uoti Urpala2008-09-204-22/+85
|\|
| * add windows NUL infocompn2008-09-191-1/+2
| * document lavc/lavf avoption o suboptioncompn2008-09-191-10/+48
| * add lavfopts matroska suboptioncompn2008-09-181-0/+2
| * synced with r27607Gabrov2008-09-141-7/+25
| * wording consistency cosmeticsdiego2008-09-141-3/+3
| * Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.reimar2008-09-141-1/+3
| * multiple locales in mplayer wishcompn2008-09-131-1/+3
* | Merge svn changes up to r27573Uoti Urpala2008-09-104-428/+552
|\|
| * sync w/r26990 and wording fixes, patch by Cédric Viougpoirier2008-09-101-73/+65
| * wording fixes by Cédric Viougpoirier2008-09-101-34/+66
| * typography and wording fixes, by Cédric Viou and myselfgpoirier2008-09-101-197/+268
| * more French typography fixes and wording fixes, by Cédric Viou and myselfgpoirier2008-09-091-72/+84
| * lots of fixes, original patch by Cédric Viougpoirier2008-09-091-50/+67
| * 'mp3lame' audio output codec was wrongly listed as 'lame'.diego2008-09-071-2/+2
* | Merge svn changes up to r27514Uoti Urpala2008-09-033-16/+42
|\|
| * synced with r27454ptt2008-08-271-15/+10
| * sync w/r27466gpoirier2008-08-151-1/+17
| * Document -lavcopts o, aka libavcodec AVOption.michael2008-08-151-0/+15
* | Merge svn changes up to r27458Uoti Urpala2008-08-123-35/+35
|\|
| * Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.ben2008-08-112-4/+6
| * sync w/r27348, patch by JRaSHgpoirier2008-08-111-17/+23
| * sync w/27407 + fixesgpoirier2008-08-091-14/+6
* | Merge svn changes up to r27441Uoti Urpala2008-08-084-16/+21
|\|
| * synced with r27420Gabrov2008-08-061-15/+11
| * typo fix, bump sync taggpoirier2008-08-031-2/+2
| * Add video driver for Nintendo Wii/GameCube.ben2008-08-033-0/+9
* | Merge svn changes up to r27399Uoti Urpala2008-08-022-12/+2
|\|
| * Fix a misleading section in the libavcodec options manual indicating that adiego2008-08-011-11/+1
| * bump sync taggpoirier2008-07-301-1/+1
* | Merge svn changes up to r27374Uoti Urpala2008-07-302-2/+7
|\|
| * synced with r27348ptt2008-07-281-2/+6
| * add list of supported vo's to -xineramascreencompn2008-07-251-0/+1
* | Merge svn changes up to r27347Uoti Urpala2008-07-254-14/+39
|\|
| * Add some more information about FTP mirror setup.diego2008-07-241-4/+8
| * Fix mailinglist vs. mailing list typo.diego2008-07-241-4/+4
| * Remove outdated "X11 only" from xineramascreen option and try to make clearerreimar2008-07-241-1/+4
| * sync w/r27337gpoirier2008-07-231-2/+1
| * sync'd with r27337ptt2008-07-231-2/+1
| * No idea which vos support -noborder how well, though those based onreimar2008-07-221-1/+0
| * -border/-noborder are supported by gl/gl2, too, but only on Windows.reimar2008-07-221-1/+1
| * Add instructions how to test the DNS round-robin virtual host, add adiego2008-07-221-0/+21
* | Merge svn changes up to r27332Uoti Urpala2008-07-2127-198/+194
|\|
| * docs build fixhenry2008-07-191-1/+1
| * Only build the documentation in the languages requested from configure.diego2008-07-191-11/+10
| * synced with r27326Gabrov2008-07-1818-176/+166
| * added missing revisions (26762 & 26795)ptt2008-07-181-0/+7
| * Add IDs to some XML elements to avoid warnings.diego2008-07-156-10/+10
* | Merge svn changes up to r27242Uoti Urpala2008-07-0920-84/+222
|\|
| * sync w/r27236gpoirier2008-07-091-9/+9
| * synced with r27236ptt2008-07-081-35/+175
| * another alphabetical order correctionptt2008-07-081-4/+4
| * moved o option beetwen m* and p*ptt2008-07-081-4/+4
| * Give all shell scripts a .sh suffix for consistency.diego2008-07-0718-26/+26
| * fix a FIXME: give the URL of the list of mailing lists (since we don't have a...gpoirier2008-07-052-4/+2
| * Sync with r27208.diego2008-07-051-2/+2
| * dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER ...nicodvb2008-07-051-1/+1
* | Merge svn changes up to r27202Uoti Urpala2008-07-051-3/+3
|\|
| * r27182: apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-041-3/+3
* | Merge svn changes up to r27184Uoti Urpala2008-07-017-152/+558
|\|
| * sync w/r27182gpoirier2008-07-011-3/+3
| * apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-011-2/+2
| * sync w/r27179 + misc fixes of untranslated chunksgpoirier2008-06-301-16/+17
| * r26502: Document rgbtest argumentskraymer2008-06-301-44/+164
| * remove two trailing whitespaceskraymer2008-06-301-2/+2
| * r25756: Document vo gl lscale=3kraymer2008-06-301-16/+30
| * r25385: Add new audio filter for encoding multi-channel audio into ac3 at run...kraymer2008-06-301-10/+111
| * r25179: Add missing forced linebreak, slight wording improvement.kraymer2008-06-301-21/+39
| * consistency fix: capitalize Windows Media Player, and add <application> tag a...gpoirier2008-06-301-2/+3
| * misc fixes, patch by Cédric Viougpoirier2008-06-301-18/+14
| * sync w/r27132, patch by JRaSHgpoirier2008-06-301-9/+19
| * sync w/r27169gpoirier2008-06-301-3/+3
| * add missing escapes and full stops for scaletempo filterkraymer2008-06-301-4/+4
| * r24808: Add a space behind openal to get minimum length of 7kraymer2008-06-301-6/+98
| * r24772: DirectShow based tv:// driver for win32kraymer2008-06-301-3/+30
| * r24727: H.264 content can also be decoded with multiple threadskraymer2008-06-301-6/+21
| * version bump to 24719kraymer2008-06-301-6/+6
| * sync w/r27132gpoirier2008-06-271-3/+8
| * one more wish, and an updatecompn2008-06-261-1/+3
| * Fix/restore the description of the rectangle video filter.diego2008-06-241-2/+6
* | Merge svn changes up to r27123Uoti Urpala2008-06-237-119/+180
|\|
| * sync w/r27107, patch by Cédric Viougpoirier2008-06-201-42/+87
| * use the new URL of NUT container websitegpoirier2008-06-201-1/+2
| * sync w/r27102, patch by Cédric Viou and minor fixes by myselfgpoirier2008-06-201-62/+74
| * fix a couple of broken URL linksgpoirier2008-06-202-4/+5
| * Change DVDNAV command key names.ben2008-06-191-7/+9
| * It cannot hurt to add -E to the diff options to avoid whitespace changes.diego2008-06-171-1/+1
| * sync w/r27057gpoirier2008-06-171-2/+2
* | Merge svn changes up to r27092Uoti Urpala2008-06-179-970/+1799
|\|
| * Ability for specifying TV standard individually for each TV channel.voroshil2008-06-141-1/+1
| * sync w/r23225, plus misc fixesgpoirier2008-06-111-41/+104
| * fix w/r24604, misc fixesgpoirier2008-06-111-25/+132
| * sync w/r21537 and misc fixesgpoirier2008-06-111-92/+196
| * fix file to conform to French typographygpoirier2008-06-111-200/+182
| * add missing <application> tag around MPlayer,gpoirier2008-06-111-1/+2
| * sync w/r26997gpoirier2008-06-111-4/+10
| * sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P...gpoirier2008-06-101-708/+1243
| * libdvdnav need libdvdread from the same repositorynicodvb2008-06-101-1/+9
| * Add information about the mga_vid Subversion repository.diego2008-06-091-1/+6
| * Mention that svgalib_helper only works with kernel 2.4.x.diego2008-06-091-1/+2
| * Make a section out of the svgalib_helper paragraph.diego2008-06-091-0/+5
| * sync w/r26853gpoirier2008-06-081-5/+17
* | Merge svn changes up to r27025Uoti Urpala2008-06-0720-237/+281
|\|
| * Restore support for compiling with svgalib_helper.diego2008-06-071-7/+4
| * Fix codec-specific options syntax declaration to be less confusing and wrong.diego2008-06-061-1/+1
| * sync w/r26806gpoirier2008-06-061-1/+23
| * fix fixes, patch by Benoit Fouetgpoirier2008-06-041-60/+58
| * Run the whole documentation through ispell.diego2008-06-0416-67/+67
| * Remove another reference to a removed configure option.diego2008-06-041-4/+0
| * Remove references to removed configure options.diego2008-06-041-3/+1
| * Get rid of needless emphasis.diego2008-06-041-17/+10
| * Document VIDIXIVTVALPHA environment variable.diego2008-06-041-0/+6
| * Move Matrox TV-out cable section to the end of the Matrox chapter.diego2008-06-041-26/+26
| * Move Matrox TV-out cable instructions into their own section.diego2008-06-041-2/+5
| * Fix some typos and update the Matrox TV output section. The relevantdiego2008-06-041-30/+9
| * sync w/r26909, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-06-041-25/+78
| * Remove due to objections by ivan.michael2008-06-041-1/+0
* | Merge svn changes up to r26979Uoti Urpala2008-06-0425-384/+496
|\|
| * small spelling/wording fixesdiego2008-06-041-6/+6
| * mphq2 runs svn 1.4.x.diego2008-06-041-2/+2
| * correct spelling error ;)ivo2008-06-031-1/+1
| * List more actions which have proven controversial in the past.michael2008-06-031-0/+3
| * grammar fixes by Benoit Fouetgpoirier2008-06-031-9/+9
| * sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P...gpoirier2008-06-031-23/+32
| * add missing <option> tags around the option "filmdint"gpoirier2008-06-031-1/+1
| * fix incorrect XML structure (I should have been more carefull when I checked ...gpoirier2008-06-031-0/+1
| * sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %gpoirier2008-06-031-129/+124
| * Add reverting commits to the list of potentially controversial actions.diego2008-06-031-0/+1
| * synced with r26967Gabrov2008-06-024-20/+18
| * Change spelling of XviD to Xvid as has already been done in the (rest of the)diego2008-05-313-3/+3
| * warn to always disable the internal dvdread; still menus are supported nownicodvb2008-05-311-3/+4
| * Add install-dhahelperwin target to simplify dhahelper installation on Windows.diego2008-05-301-4/+2
| * dhasetup.exe can be created via make instead of calling gcc directly.diego2008-05-301-1/+1
| * typo noticed by Mark Pilgrim, mark diveintomark orgdiego2008-05-291-1/+1
| * Revert commit r26897.iive2008-05-283-3/+3
| * Merge drivers/Makefile into top-level Makefile.diego2008-05-281-8/+6
| * Add a slave command to stop stream playback.ben2008-05-273-0/+7
| * cosmetics: XviD --> Xviddiego2008-05-273-3/+3
| * synced with r26853Gabrov2008-05-231-7/+17
| * little fixesptt2008-05-231-29/+29
| * Update gl vo section with the new force-pbo suboption.reimar2008-05-221-4/+13
| * fix a lot of misstranslations and typos, patch by Cedric Dumez-Viougpoirier2008-05-225-28/+28
| * r26675: update paragraphs related to x264, and update its checkout commandvoroshil2008-05-213-26/+34
| * left an english phrase in, removed.ptt2008-05-211-98/+92
| * synced with r26839Gabrov2008-05-201-25/+71
| * Document x264's AQ optionsgpoirier2008-05-181-0/+21
| * Document the -noar command-line option in en/fr manpages.ben2008-05-182-0/+8
| * Add support for AppleIR Remote as an input under Linux systems.ben2008-05-182-0/+5
* | Merge svn changes up to r26783Uoti Urpala2008-05-159-95/+167
|\|
| * its typo spotted by diegocompn2008-05-141-1/+1
| * clean up dll keywordcompn2008-05-141-4/+3
| * sync w/r26762gpoirier2008-05-141-6/+6
| * Remove '(pass 1/2)' from some lavcopts. These options really worked oncorey2008-05-131-15/+15
| * Add a new suboption to -vo xv and -vo xvmc that allows selectionben2008-05-132-0/+8
| * -psprobe can be used in mpeg-pes streams, toonicodvb2008-05-121-4/+4
| * Oops, remove stray .TP.diego2008-05-111-1/+0
| * sync w/r26732gpoirier2008-05-111-1/+15
| * Mark new options Michael committed as undocumented.diego2008-05-111-0/+15
| * synced with r26729Gabrov2008-05-113-17/+19
| * MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting...gpoirier2008-05-111-1/+1
| * Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so putgpoirier2008-05-101-4/+4
| * sync w/r26674gpoirier2008-05-091-12/+13
| * Add paragraph about homepage translation.diego2008-05-081-0/+17
| * Clarify order of importance for translations.diego2008-05-081-1/+5
| * Move some blocks around for better text structuring.diego2008-05-081-35/+35
| * Add paragraph headings.diego2008-05-081-0/+12
| * small wording fixdiego2008-05-071-1/+1
| * more complete mphelp_check.py command lines, typo, clarificationsdiego2008-05-071-4/+5
* | Merge svn changes up to r26680Uoti Urpala2008-05-073-14/+18
|\|
| * synced with r26674ptt2008-05-061-5/+7
| * update paragraphs related to x264, and update its checkout commandgpoirier2008-05-061-6/+6
| * add h264 to list of supported codecscompn2008-05-051-1/+1
| * Update documentation for the gl2 driver to make clear gl is usually preferred.reimar2008-05-031-2/+4
* | Merge svn changes up to r26599Uoti Urpala2008-04-301-2/+2
|\|
| * change cvs > svncompn2008-04-291-2/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-10/+10
|/
* Move phony target declaration to the bottom of the file; add distclean target.diego2008-04-221-1/+2
* synced with r26484Gabrov2008-04-212-20/+63
* sync w/r26460, patch by JRaSH %jrash06 A 163 P com%gpoirier2008-04-211-17/+54
* sync w/r26460gpoirier2008-04-211-8/+46
* add better information about inverse-telecining with vf_filmdintcorey2008-04-201-12/+17
* synced with r26460ptt2008-04-181-2/+40
* restore options alphabetical orderptt2008-04-181-8/+8
* typo: crahes --> crashescorey2008-04-151-1/+1
* Refer to where encoding quality is described.corey2008-04-151-1/+3
* As of r19025, the "above link" refers to an article, not a guide.corey2008-04-151-1/+1
* 10L, forgot to commit the documentation for the -noconfig options.albeu2008-04-141-0/+22
* Restore grayscale decoding support with FFmpeg.diego2008-04-131-1/+8
* Enable runtime control for colorful and/or module name outputzuxy2008-04-121-0/+8
* synced with r26333Gabrov2008-04-053-8/+11
* add switch_aspect cycle wishcompn2008-04-041-0/+2
* synced with r26297ptt2008-03-281-1/+3
* compacted new libavformat's 'ipod' descriptionptt2008-03-281-2/+1
* synced with r26073ptt2008-03-271-5/+6
* it's synced with r23520ptt2008-03-271-1/+1
* it's synced with r26258ptt2008-03-271-1/+1
* it's synced with r24035ptt2008-03-271-1/+1
* it's synced with r25566ptt2008-03-271-1/+1
* it's synced with 26146ptt2008-03-271-1/+1
* synced with 23516 (it was already ok)ptt2008-03-271-1/+1
* remove excessive space characterptt2008-03-271-1/+1
* grammar fixptt2008-03-271-1/+1
* 38% synced with r22753ptt2008-03-271-81/+82
* better explanation and grammar fixptt2008-03-271-1/+1
* grammar fixptt2008-03-271-2/+2
* synced with r26271ptt2008-03-251-1/+2
* add "ipod" to the list of formats handled by lavfgpoirier2008-03-251-0/+3
* Mention that '-frames 0' is useful with -identify, closes bug #1046.diego2008-03-241-0/+1
* add complete fifo instructions, user didnt know to use mkfifo first.compn2008-03-211-1/+2
* synced with r26260ptt2008-03-191-3/+3
* Experimental support for -framedrop with -correct-pts.reimar2008-03-171-2/+2
* fix typo: lavcoptc --> lavcoptsdiego2008-03-175-5/+5
* Fix missed part of previous sync.voroshil2008-03-161-3/+1
* r26072: removed nonsense in the dvbin sectionvoroshil2008-03-161-3/+5
* Sync tag updatevoroshil2008-03-161-1/+1
* synced with r26251Gabrov2008-03-162-15/+11
* synced with r26232ptt2008-03-141-13/+38
* synced with r26014ptt2008-03-131-28/+33
* added missing escapesptt2008-03-131-2/+2
* better syntax for A keyptt2008-03-131-1/+1
* removed an english line left inptt2008-03-131-1/+0
* 34% synced with r22753ptt2008-03-111-176/+177
* Try to fix the description of what mbcmp influences, please fix if I misunder...reimar2008-03-111-1/+4
* Grayscale encoding/decoding with FFmpeg is no longer enabled, remove referencesdiego2008-03-071-8/+1
* sync w/r26057, patch by JRaSH jrash06 A 163 P comgpoirier2008-03-061-7/+38
* Add some more paths to find tools on Slackware 12.diego2008-03-061-1/+3
* replace all occurences of "M$" by "Microsoft" because it's what we really mea...gpoirier2008-03-037-7/+7
* synced with r26138Gabrov2008-03-012-11/+46
* warn to always include PMT and PCR pids in channels.conf (dvb)nicodvb2008-02-231-3/+5
* removed nonsense in the dvbin sectionnicodvb2008-02-231-3/+1
* Fix copy&paste typo in rgbtest documentationreimar2008-02-211-1/+1
* sync w/r26052gpoirier2008-02-211-0/+9
* sync w/ r26019gpoirier2008-02-211-2/+24
* improve DTD dection of MacPort-install docbook packagegpoirier2008-02-211-1/+1
* Document rgbtest argumentsreimar2008-02-211-1/+10
* sync w/r25566, patch by mesecam %mesecam A gmail P com%gpoirier2008-02-201-19/+9
* sync w/r25308, patch by mesecam %mesecam A gmail P com %gpoirier2008-02-201-46/+691
* sync w/r24342, patch by jfallah mesecam at gmail dot comgpoirier2008-02-191-84/+105
* sync w/r26017gpoirier2008-02-181-3/+3
* Document af-*, copied from vf-*reimar2008-02-171-0/+21
* removed wrong examplecompn2008-02-171-0/+6
* synced with r26015Gabrov2008-02-171-13/+9
* Document that framedrop needs -no-correct-ptsreimar2008-02-171-2/+2
* -dumpstream will not dump chapters anymorecompn2008-02-171-6/+0
* sync w/ r25984gpoirier2008-02-111-3/+3
* Slightly document alpha for OSD colorreimar2008-02-111-2/+2
* sync w/r25973gpoirier2008-02-101-1/+4
* Hint about possible libmpeg2 problems with -hardframedropreimar2008-02-101-0/+2
* r25770: URL updates for contributed win32 stuff.voroshil2008-02-102-11/+6
* Sync tag update: changes in original text arevoroshil2008-02-101-1/+1
* Sync tag updatevoroshil2008-02-101-1/+1
* sync w/r25955gpoirier2008-02-051-2/+2
* typo fix, noticed by JRaSHgpoirier2008-02-051-1/+1
* Ben co-maintains stream_dvdnav.cnicodvb2008-01-291-1/+1
* clarify comments/docs about lav* being the preferred place to implement newivo2008-01-282-4/+6
* sync w/ r25821gpoirier2008-01-281-2/+2
* note on new demuxers and codecs, add them to lav* instead of libmp*ivo2008-01-282-0/+6
* port libmpdemux demuxers to libavformat or rewrite from scratchivo2008-01-281-0/+10
* sync with r25821, patch by JRaSH (jrash06 163 com)kraymer2008-01-271-19/+80
* spelling cosmeticsdiego2008-01-251-4/+4
* add documentation about switch_angle and switch_title slave commandsben2008-01-241-0/+10
* synced with r25826Gabrov2008-01-213-31/+84
* Added missing single quotation mark.cehoyos2008-01-201-1/+1
* sync w/r25786gpoirier2008-01-181-9/+66
* Add a fragment program for 5x5 unsharp maskingreimar2008-01-181-0/+2
* typo fixdiego2008-01-162-3/+3
* VIDIX is no longer a shared library.diego2008-01-161-5/+1
* URL updates for contributed win32 stuff.diego2008-01-161-2/+2
* better ao/vo profile examplesdiego2008-01-161-3/+3
* misc markup fixesdiego2008-01-161-7/+8
* misc spelling fixesdiego2008-01-161-13/+13
* removed a english part, left in here, sighptt2008-01-151-2/+0
* little grammar fixptt2008-01-151-2/+2
* synced with r25757ptt2008-01-151-7/+79
* added missing "&"ptt2008-01-151-2/+2
* added missing escapesptt2008-01-151-1/+1
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.reimar2008-01-151-0/+2
* Document vo gl lscale=3reimar2008-01-151-0/+2
* Seems that all - should be escaped in the man pagereimar2008-01-141-3/+3
* Extend heartbeat-cmd man page entryreimar2008-01-141-0/+5
* document vo.* and ao.* playback profilesben2008-01-111-0/+6
* updated english manpage with protocol/extension profile loading featureben2008-01-101-0/+19
* sync w/r25657gpoirier2008-01-091-4/+2
* dumpstream is NOT a better way to copy a dvd titlecompn2008-01-091-2/+0
* dvd-device can specify iso files toocompn2008-01-091-1/+1
* Add heartbeat-cmd optionreimar2008-01-071-0/+18
* Allow overriding [Script Info] parameters with -ass-force-style option.eugeni2008-01-051-1/+3
* documented angle commandsnicodvb2008-01-052-0/+7
* sync w/r25587gpoirier2008-01-041-2/+9
* synced with r25592Gabrov2008-01-032-4/+12
* when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first ...nicodvb2008-01-021-0/+2
* Add an example for dvdnav:// usage with path.cehoyos2008-01-021-0/+6
* update copyright year to 2008gpoirier2008-01-0119-13/+23
* sync w/r25529, patch by JRaSH: jrash06 A 163 P comgpoirier2007-12-301-16/+19
* synced with r25539Gabrov2007-12-292-19/+68
* synced with r25455ptt2007-12-281-2/+42
* Support ?(!NAME:TEXT) format for expanding string by property.ulion2007-12-261-0/+2
* typo: begining --> beginningdiego2007-12-233-4/+4
* 30% synced with r22753ptt2007-12-201-209/+215
* sync w/r25455gpoirier2007-12-191-1/+1
* typo noticed by Paul TTdiego2007-12-181-1/+1
* sync w/25440gpoirier2007-12-181-2/+2
* Fix the expand text's format by the source.ulion2007-12-171-1/+1
* mention that the sync is partialgpoirier2007-12-171-1/+1
* partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%gpoirier2007-12-171-18/+73
* cosmetics: reformattingdiego2007-12-161-17/+16
* There are no special rules for commits to the build system.diego2007-12-161-1/+1
* sync w/ r25389 (up-to-date!!)gpoirier2007-12-161-1/+14
* sync w/r25315gpoirier2007-12-161-23/+36
* partial sync with some of the latest commitsgpoirier2007-12-141-3/+110
* Support chapter as a property.ulion2007-12-141-0/+1
* Support using unrar executable to access rar-compressed vobsub files.ulion2007-12-141-0/+6
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.ulion2007-12-132-2/+31
* synced with r25379ptt2007-12-121-15/+23
* Fix libass to support -nofontconfig.ulion2007-12-121-0/+8
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-2/+0
* spelling/grammar/wording/formattingdiego2007-12-101-16/+15
* minor spelling/grammar fixesdiego2007-12-061-5/+5
* cleanup and conformation of values description for -ass-hintingptt2007-12-061-11/+13
* three little corrections...ptt2007-12-051-3/+3
* initial submit for revision... 24% synced with r22753ptt2007-12-051-0/+5326
* syncd with r25278ptt2007-12-031-3/+14
* synced with r25282Gabrov2007-12-034-18/+57
* fix typocorey2007-12-031-1/+1
* -identify shows chapters times when playing dvd streamsnicodvb2007-11-281-2/+2
* r24924: Add audio filter scaletempovoroshil2007-11-281-6/+97
* r25011: a couple of tricks to improve playback resistance and usability of dv...voroshil2007-11-283-11/+39
* Add an example for play DTS-CD with passsthrough.ulion2007-11-281-0/+11
* synced with r25179ptt2007-11-271-5/+4
* Takeover as maintainer of mplayer osx port with Nicolas' blessing.ulion2007-11-271-2/+4
* Add missing forced linebreak, slight wording improvement.diego2007-11-271-4/+3
* synced with r24954ptt2007-11-261-3/+6
* synced with r24604ptt2007-11-261-1/+97
* synced with r24346ptt2007-11-261-12/+33
* was synced to r25017, my fault sorryptt2007-11-261-1/+1
* synced with r25011ptt2007-11-261-1/+27
* synced with r25146ptt2007-11-261-6/+7
* Support select subtitle by source, add 4 properties:ulion2007-11-251-0/+32
* Clarify playtree explanation.diego2007-11-231-6/+7
* Fix a wrong cmdline example of using -menu-chroot.ulion2007-11-211-1/+1
* vcd://<n> now works for MinGW32 too, hence the updated doczuxy2007-11-211-0/+3
* Put colon inside replaceable tag.diego2007-11-201-1/+1
* warn users to disable dvdread internal (at least for the moment: there'snicodvb2007-11-181-1/+3
* Add a wish which is available in some filters and players on win32.ulion2007-11-181-0/+2
* mention the new build systemnicodvb2007-11-171-0/+3
* mencoder has mkv nut and mxf output using lavfcompn2007-11-141-3/+1
* some updatescompn2007-11-141-8/+4
* wording/grammar/spelling/formattingdiego2007-11-101-8/+8
* & => &amp;nicodvb2007-11-101-1/+1
* switch_audio works with many other formats than describednicodvb2007-11-101-1/+1
* small rephrasingnicodvb2007-11-101-1/+1
* a couple of tricks to improve playback resistance and usability of dvb streamsnicodvb2007-11-101-0/+25
* sync w/r24954, patch by JRaSH %jrash06 A 163 P com%gpoirier2007-11-051-45/+191
* Escape some more '-'.diego2007-11-048-8/+8
* synced with r24954Gabrov2007-11-041-8/+11
* Add an example on how to use slave mode with a fiforeimar2007-11-031-0/+4
* Escape a ton of '-'. Note that this is likely not complete.diego2007-11-039-1748/+1748
* another round of '-' escapesdiego2007-11-031-4/+4
* one more '-' escape, wording fixdiego2007-11-031-2/+2
* Escape some more '-' where appropriate.diego2007-11-031-13/+13
* Explain new ao_pulse option syntaxreimar2007-11-031-1/+4
* r24875: program switching in demux_lavfvoroshil2007-11-031-227/+227
* r24907: Remove paragraph that no long applies: runtime SSE detection on Windows.voroshil2007-11-031-8/+1
* synced with r24938Gabrov2007-11-022-238/+305
* Add audio filter scaletempouau2007-11-011-0/+73
* typovoroshil2007-11-011-1/+1
* Escape some more '-' where appropriate.diego2007-10-311-125/+125
* corrected vqscale indentationptt2007-10-311-0/+2
* Remove paragraph that no long applies: runtime SSE detection on Windows.zuxy2007-10-311-7/+0
* Remove outdated Hungarian translation of the playtree documentation.diego2007-10-301-120/+0
* Add a backslash.cehoyos2007-10-301-1/+1
* Explain the difference between '-' and '\-', correctly now.diego2007-10-301-4/+5
* movie player for Linux --> movie playerdiego2007-10-301-1/+1
* Add some missing escapes for '-'.diego2007-10-301-4/+4
* Consistently use \- in option names.diego2007-10-301-105/+105
* sync w/r24875gpoirier2007-10-281-10/+64
* program switching in demux_lavfnicodvb2007-10-271-1/+1
* r24740: misc roff fixesvoroshil2007-10-251-6/+55
* r24745: libavcodec now supports dnxhd encoding.voroshil2007-10-251-4/+8
* synced with r24841Gabrov2007-10-241-6/+16
* type fix: there was a 'not' too muchptt2007-10-221-1/+1
* synced with r24837ptt2007-10-221-3/+3
* synced with r24820ptt2007-10-221-9/+65
* Spelling, vf_ow parameters are optional.diego2007-10-221-2/+2
* grammar fixptt2007-10-221-1/+1
* ao_openal is mine as well (however someone else developing it further would b...reimar2007-10-211-0/+1
* I'll be maintaining ao_pulse for nowreimar2007-10-211-0/+1
* Clarify that -vo gl bicubic filtering is B-spline, not polynomialreimar2007-10-201-1/+1
* indentation fix+typo fixptt2007-10-191-2/+1
* Replace Polyp- by PulseAudio output.reimar2007-10-181-0/+10
* Add a space behind openal to get minimum length of 7reimar2007-10-181-1/+1
* Docs update: -ao openal handles more than one channels since some time alreadyreimar2007-10-181-1/+1
* synced with r24795Gabrov2007-10-161-2/+2
* better vfw encoding workaround for vp7 fourcccompn2007-10-161-1/+1
* synced with r24788Gabrov2007-10-152-9/+50
* Add -lavfdopts cryptokeyreimar2007-10-141-0/+5
* small grammar fixdiego2007-10-141-2/+2
* Consistently set NOTE: in italics.diego2007-10-141-2/+4
* DirectShow based tv:// driver for win32voroshil2007-10-131-0/+17
* my fault, left a wrong line, correctedptt2007-10-091-1/+0
* synced with r24344ptt2007-10-091-47/+1
* synced with r24342ptt2007-10-091-1/+5
* synced with r24710ptt2007-10-091-4/+30
* synced with r24087ptt2007-10-091-17/+16
* synced with r24082ptt2007-10-091-1/+2
* synced up to r24293ptt2007-10-091-9/+1
* Fix Zip Motion Blocks Video codec name.diego2007-10-091-2/+2
* document filter -vf ow: Overcomplete Wavelet denoiser.gpoirier2007-10-081-0/+15
* libavcodec now supports dnxhd encoding.diego2007-10-081-0/+4
* misc roff fixesdiego2007-10-081-5/+5
* sync to r24573jheryan2007-10-081-92/+270
* sync to 21.9.2007jheryan2007-10-0815-404/+511
* Sync tag updatevoroshil2007-10-081-1/+1
* synced with r24727Gabrov2007-10-071-3/+3
* H.264 content can also be decoded with multiple threadsgpoirier2007-10-072-2/+2
* I have mostly taken over maintaining x11_common stuff as wellreimar2007-10-071-1/+1
* Changed proposed monitorpixelaspect value for -vo aa to 0.5 as asked by Rich.cehoyos2007-10-074-4/+4
* r24706: Add hint to monitorpixelaspect for -vo aa.voroshil2007-10-071-2/+9
* r24709: Documentation follows implementation: Encrytped DVB channels are nevervoroshil2007-10-071-4/+2
* synced with r24711Gabrov2007-10-052-7/+13
* rtsp-stream-over-tcp also works with NEMESI.cehoyos2007-10-053-3/+3
* Fix typo.cehoyos2007-10-051-1/+1
* Documentation follows implementation: Encrytped DVB channels are nevercehoyos2007-10-052-5/+3
* Default monitorpixelaspect is 1.cehoyos2007-10-057-7/+7
* Fix typo.cehoyos2007-10-051-3/+3
* Add hint to monitorpixelaspect for -vo aa.cehoyos2007-10-052-0/+14
* synced with r24656ptt2007-10-051-38/+77
* sync'ed with r24136ptt2007-10-041-52/+104
* sync'd up to r24056ptt2007-10-044-29/+29
* cosmetics: Fix AltiVec spelling.diego2007-10-021-2/+2
* Move misplaced paragraph to the right question and fix the wording.diego2007-10-011-6/+8
* Remove stray XML tags that broke compilation.diego2007-10-011-2/+0
* sync w/24656gpoirier2007-09-291-2/+6
* compile fix for faq.xmlkraymer2007-09-294-23/+125
* r24655: analyzeduration option for lavf demuxervoroshil2007-09-291-2/+7
* synced with r24656Gabrov2007-09-291-3/+11
* r24030: Document special A-V sync issues with FLV fileskraymer2007-09-293-14/+223
* AVI can do video stream switching, tooreimar2007-09-291-1/+1
* analyzeduration option for lavf demuxerhenry2007-09-291-0/+4
* r24646: add -lavfdopts format optionvoroshil2007-09-291-1/+5
* sync w/r24646gpoirier2007-09-281-14/+23
* add -lavfdopts format optionhenry2007-09-281-0/+4
* r23578: Fix license header.kraymer2007-09-284-14/+10
* version bumps for codecs.xml and tvinput.xmlkraymer2007-09-287-19/+21
* some whitespace cosmeticskraymer2007-09-286-287/+230
* missing sync tag updatevoroshil2007-09-281-1/+1
* r22718: add new audio and video codecs to libavcodec listkraymer2007-09-281-2/+51
* r22679: Some more details for the mga_vid section taken from drivers/README.kraymer2007-09-271-29/+31
* some whitespace cosmeticskraymer2007-09-273-150/+206
* r22141: Move all "Encoding with the XXX codec family" sections together.kraymer2007-09-271-155/+153
* r21897: Rephrase mga_vid section.kraymer2007-09-274-22/+17
* r21896: Document vo_tdfx_vid.kraymer2007-09-271-1/+51
* r21861: explain how to use MEncoder to create QuickTime-compatible fileskraymer2007-09-271-11/+367
* r21748: Reformatting round continuedkraymer2007-09-273-10/+9
* r21744: Mention that you can use different image formats with mf://kraymer2007-09-271-1/+7
* r21705: remove stray propmt from examplekraymer2007-09-274-22/+29
* r21612: replace &quot; with ", better readabilitykraymer2007-09-2712-102/+102
* r21599: vstrict=0 is required to create DVDs decodable by standalone dvd playerskraymer2007-09-271-7/+15
* "fake" commit (postpone cosmetics from r21537 for now)kraymer2007-09-2717-22/+34
* r24550: msglevel 5 is the default.kraymer2007-09-251-9/+16
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* synced with r24606Gabrov2007-09-242-4/+98
* r24604: Teletext documentationvoroshil2007-09-241-0/+94
* r24558: Clarify the relationship between -msglevel and MPLAYER_VERBOSE.voroshil2007-09-241-4/+13
* Teletext documentationvoroshil2007-09-241-0/+91
* Change outdated note for -subfpsreimar2007-09-221-1/+2
* synced with r24573Gabrov2007-09-201-2/+7
* I don't maintain any Windows ports, but the Debian package.diego2007-09-191-3/+3
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-0/+5
* synced with r24565Gabrov2007-09-182-11/+12
* Explain how to use diff -uwbBE with svn directlyreimar2007-09-181-0/+2
* Clarify the relationship between -msglevel and MPLAYER_VERBOSE.diego2007-09-171-2/+4
* r24550: msglevel 5 is the default.voroshil2007-09-171-5/+5
* r24549: i_certify is no longer an optionvoroshil2007-09-171-2/+2
* Clarify description of MPLAYER_VERBOSE.diego2007-09-161-4/+3
* msglevel 5 is the default.diego2007-09-161-1/+1
* i_certify is no longer an optioncompn2007-09-161-1/+1
* r24423: Implementation of tv:// driver autodetection.voroshil2007-09-121-2/+2
* synced with r24423Gabrov2007-09-121-3/+3
* sync w/r24423gpoirier2007-09-111-6/+9
* r24294: suboption consistency, add fixme document -vivo suboptionskraymer2007-09-101-4/+17
* Implementation of tv:// driver autodetection.voroshil2007-09-101-1/+1
* r24386: move lavc option out of XviD section, to lavc sectionvoroshil2007-09-101-6/+5
* synced with r24386Gabrov2007-09-091-5/+5
* move lavc option out of XviD section, to lavc sectiongpoirier2007-09-091-4/+4
* synced with r24381Gabrov2007-09-093-59/+44
* r24356: spelling fixes, pointed by Diegovoroshil2007-09-071-3/+3
* Clarify teletext tlang option.diego2007-09-061-4/+4
* spelling fixes, pointed by Diegovoroshil2007-09-061-3/+3
* r24294: suboption consistency, add fixme document -vivo suboptionsvoroshil2007-09-061-3/+16
* r24216: Add missed in r24212 strings definitionsvoroshil2007-09-064-64/+34
* Support lowdelay flagreimar2007-09-061-0/+4
* sync w/ r24329gpoirier2007-09-051-2/+2
* Replace short region code explanation by more detailed section.diego2007-09-051-10/+28
* Remove technical description of DVDs and libdvdread implementation.diego2007-09-051-44/+0
* Matroska muxer now available in libavformat.diego2007-09-051-0/+4
* synced with r24329Gabrov2007-09-021-2/+2
* manpage fix: escape '\' in -vf geq descriptionuau2007-09-021-1/+1
* decerebrated-proof guide to the instalation of dvdnavnicodvb2007-09-021-0/+29
* fix broken MinGW-Howto linkkraymer2007-09-027-7/+7
* synced with r24310Gabrov2007-09-021-2/+9
* sync w/r24310gpoirier2007-08-311-51/+93
* Support for selecting language via packet 28.voroshil2007-08-311-0/+6
* synced with r24301Gabrov2007-08-292-12/+5
* replace deleted linecompn2007-08-291-0/+1
* suboption consistency, add fixme document -vivo suboptionscompn2007-08-291-2/+2
* remove planned features, ok by diegocompn2007-08-291-8/+0
* sync with r24137, patch by JRaSHkraymer2007-08-291-66/+113
* synced with r24216Gabrov2007-08-281-1/+26
* typosdiego2007-08-281-2/+2
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+3
* Typokraymer2007-08-281-1/+1
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.kraymer2007-08-261-65/+118
* r24125: Automatic TV channels scanning ability for MPlayer.voroshil2007-08-261-21/+44
* r24180: Document xorg.conf option needed for Xv playback on Intel cards.voroshil2007-08-261-1/+26
* Document xorg.conf option needed for Xv playback on Intel cards.rathann2007-08-251-0/+24
* sync w/r24084gpoirier2007-08-251-10/+32
* synced with r24137Gabrov2007-08-251-22/+53
* misc markup fixesdiego2007-08-241-20/+20
* Wording and markup improvements for the -tvscan option.diego2007-08-241-8/+9
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-232-0/+23
* r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.voroshil2007-08-221-46/+76
* r24030: Document special A-V sync issues with FLV filesvoroshil2007-08-227-73/+280
* synced with r24110Gabrov2007-08-211-30/+38
* Add some missing libavcodec video encoders.diego2007-08-201-0/+8
* Sort libavcodec encoders.diego2007-08-201-28/+28
* synced with r24091Gabrov2007-08-188-85/+314
* Complete the list of libavcodec audio encoders.diego2007-08-171-8/+209
* Reorder installation requirements list, wording/spelling.diego2007-08-171-14/+15
* small libavcodec audio codec clarificationsdiego2007-08-161-3/+3
* Explicitly mention the need to rebuild MPlayer after installing AMR libs.rathann2007-08-161-1/+1
* Document how to encode with some more libavcodec audio codecs.diego2007-08-151-2/+12
* AC3 --> AC-3, as done in r24056gpoirier2007-08-146-52/+52
* AC3 --> AC-3diego2007-08-136-50/+50
* Document how to encode with some libavcodec audio codecs.diego2007-08-131-7/+19
* MP3 audio encoder was renamed to libmp3lame in FFmpeg.diego2007-08-121-1/+1
* Change "object type complexity" parameter of FAAC in thegpoirier2007-08-091-2/+2
* The "svn copy" method for reverting has worked flawlessly for me withoutreimar2007-08-091-1/+0
* Add <application> tag around MEncoderreimar2007-08-081-2/+3
* synced with r24030ptt2007-08-081-1/+8
* synced with r23996ptt2007-08-081-2/+18
* Document special A-V sync issues with FLV filesreimar2007-08-081-0/+5
* This patch updates zh/mplayer.1, making it synchronized to en/mplayer.1 r23996kraymer2007-08-081-11/+80
* r23996: Hint at mf://@... syntaxkraymer2007-08-071-2/+2
* synced with r23982ptt2007-08-071-10/+6
* synced to r23983ptt2007-08-071-4/+3
* synced with r24016Gabrov2007-08-072-21/+33
* sync w/ r23996gpoirier2007-08-051-28/+77
* r23996: Hint at mf://@... syntaxvoroshil2007-08-021-2/+2
* Hint at mf://@... syntaxreimar2007-08-021-1/+1
* r23982: i_certify_that_my_video_stream_does_not_use_b_frames is gone.voroshil2007-08-012-13/+20
* r23687: Implemented tv://[<channel>][/<input_id>] url syntaxkraymer2007-08-011-17/+92
* Added FIXME skeletons for missing lavc options.diego2007-08-011-0/+16
* i_certify_that_my_video_stream_does_not_use_b_frames is gone.diego2007-08-011-3/+2
* i_certify_that_my_video_stream_does_not_use_b_frames is gone.diego2007-08-011-8/+0
* r23897: Experimental negative panscan valuesvoroshil2007-08-011-4/+65
* add possibly incorrect subfont entrycompn2007-07-311-0/+5
* another little correctionsptt2007-07-311-1/+1
* added missing ":"'sptt2007-07-311-7/+7
* better wordingptt2007-07-311-1/+1
* sorry, left english phrase in...ptt2007-07-311-2/+2
* synced with r23962ptt2007-07-311-6/+63
* added missing ':' for separatorptt2007-07-311-1/+1
* sync w/23588gpoirier2007-07-301-2/+4
* h/w -> hardwareben2007-07-301-2/+2
* synced with r23928Gabrov2007-07-301-6/+46
* update man page with v4l2 a/v outputsben2007-07-291-1/+18
* Teletext supportvoroshil2007-07-293-0/+48
* Document -rawvideo format="format string"reimar2007-07-291-1/+2
* punctuation, new sentences on new linesdiego2007-07-291-2/+3
* Set -vo gl slice-height default to 0, the current default of 4 seemsreimar2007-07-281-1/+1
* Experimental negative panscan valuesreimar2007-07-281-0/+4
* cosmetics: misc typo fixesdiego2007-07-281-1/+1
* r23852: af channels example for ffdca to ALSA reorderingvoroshil2007-07-281-1/+3
* synced with r23225ptt2007-07-271-0/+507
* synced with r23856ptt2007-07-261-1/+3
* small wording improvementdiego2007-07-251-1/+1
* more Spanish man page updates by Fernando Tarín (lists.im gmail com)kraymer2007-07-241-232/+251
* af channels example for ffdca to ALSA reorderingreimar2007-07-241-0/+2
* another correctionptt2007-07-231-2/+2
* a bunch of corrections, suggested by Nico Sabbi, tnxptt2007-07-231-28/+30
* synced with r21537ptt2007-07-231-0/+192
* now it's synced, to r23342ptt2007-07-231-0/+776
* my fault doesn't compile html docs...ptt2007-07-231-776/+0
* synced with r23342ptt2007-07-231-0/+776
* Update sync tagvoroshil2007-07-221-1/+1
* (finally) synced with r23272ptt2007-07-211-263/+273
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-2010-67/+0
* synced with r23748Gabrov2007-07-181-6/+6
* r23748: Leave out (no) prefix from option names for consistency.voroshil2007-07-181-5/+4
* sync w/r23748, patch by JRaSH % jrash06 A 163 P com %gpoirier2007-07-181-657/+2805
* better translationptt2007-07-171-1/+1
* synced with r23748ptt2007-07-171-5/+7
* another piece translated :)ptt2007-07-171-326/+347
* ISO8859-1 --> UTF-8diego2007-07-092-17/+17
* loop wish fulfilledcompn2007-07-091-2/+0
* Leave out (no) prefix from option names for consistency.diego2007-07-091-4/+4
* Add a loop command and property.albeu2007-07-091-0/+5
* Add the sub_scale property and command.albeu2007-07-091-0/+5
* r23687: Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-07-081-3/+5
* r23690: fix BUK->BUP typovoroshil2007-07-082-6/+6
* 100000000000000l, cured painful stab at the grammarnicodvb2007-07-071-1/+1
* Synced with 23536torinthiel2007-07-071-2/+2
* Synced with 23520torinthiel2007-07-071-6/+7
* Synced with 23579torinthiel2007-07-071-6/+4
* And antoher one, missed by me previouslytorinthiel2007-07-071-1/+1
* Some typos found and fixed by arctgx <arctgx@tlen.pl>torinthiel2007-07-071-6/+6
* Xvid name changetorinthiel2007-07-071-29/+29
* synced with r23731Gabrov2007-07-073-7/+9
* small grammar fixdiego2007-07-041-2/+2
* roff fix (new line for new sentence)kraymer2007-07-031-1/+2
* first step of video.xml translation... (it's soooo huuuuuge..... :))ptt2007-07-021-0/+2630
* synced to r23690, since it isptt2007-06-291-1/+1
* another bunch of corrections, suggested by nicoptt2007-06-294-11/+11
* synced with r23579ptt2007-06-291-6/+4
* revert r23538. my fault, didn't see there where 2 phrases, sorry...ptt2007-06-291-2/+2
* fix BUK->BUP typokraymer2007-06-291-2/+2
* sparse grammar and syntactical correctionsptt2007-06-296-59/+58
* Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-06-281-2/+3
* synced with r23680Gabrov2007-06-277-41/+50
* r23504: -lavdopts threads is only implemented for mpeg[12]kraymer2007-06-261-5/+33
* synced with r23609ptt2007-06-261-4/+30
* synced with r23608 + other fixesptt2007-06-251-4/+3
* r23504: -lavdopts threads is only implemented for mpeg[12]voroshil2007-06-241-5/+33
* r23578: Fix license header.voroshil2007-06-243-12/+10
* add myself as co-maintainer of demux_mkv.caurel2007-06-231-1/+1
* Document the effect of -really-quiet on gmplayer.reimar2007-06-231-0/+1
* Nico claims to never have had any problems with X11 compilation on Mandrake.diego2007-06-231-2/+1
* grammar error fixedptt2007-06-211-1/+1
* elected me as italian docs translation mantainer, so i can get my own insults ;)ptt2007-06-211-0/+1
* other corrections, pointed out by emanuele aina (italian translation project)ptt2007-06-211-6/+6
* a few corrections, pointed out nicely by nico sabbi, thanxptt2007-06-211-29/+30
* added some carriage returns and full stops, plus a missing 'option'ptt2007-06-212-4/+6
* Revert r23530.voroshil2007-06-213-45/+1
* The audio balance feature implemented with af_pan.zuxy2007-06-202-0/+3
* some more reqs from userscompn2007-06-191-2/+4
* fix typos noted by Nicolas Legrandgpoirier2007-06-191-3/+3
* misc small fixesdiego2007-06-181-6/+6
* Activate license notice.diego2007-06-181-2/+0
* Fix license header.diego2007-06-181-3/+3
* they said 'colla' was cacophonic.... probably indeed it was :) changed.ptt2007-06-181-1/+1
* synced with r21930ptt2007-06-181-0/+1311
* sync w/ r23561gpoirier2007-06-181-2/+28
* add missing IDCT algothim, as defined in libavcodec/avcodec.hgpoirier2007-06-161-0/+16
* synced with r23536ptt2007-06-151-0/+194
* update wishlistcompn2007-06-151-4/+11
* grammatical error fixedptt2007-06-131-1/+1
* refine the example of -menu-chroot yet moregpoirier2007-06-121-1/+2
* give an example of -menu-chroot usagegpoirier2007-06-121-0/+8
* little corrections suggested by nico sabbi , thanxptt2007-06-121-7/+7
* r23516: little indentation fixvoroshil2007-06-115-13/+16
* yes, interleave was deeply wrong translated. correctedptt2007-06-103-11/+11
* changed forgotten $Revision... to synced with.... sorry :(ptt2007-06-101-1/+1
* small grammar fixesptt2007-06-101-10/+10
* removed a forgotten part in english plus small correctionsptt2007-06-101-12/+9
* capital char and relative dot at end of phrase removedptt2007-06-101-2/+2
* <note><para> indentation correctedptt2007-06-101-1/+2
* caps character after "Explanation:" in tvinput.xmlptt2007-06-101-1/+1
* added italian translation of codecs.xml & containers.xmlptt2007-06-102-0/+1253
* synced with r23531Gabrov2007-06-103-17/+54
* sync w/r23530gpoirier2007-06-101-7/+33
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-103-1/+45
* x264 no longer defaults to qp=26.lorenm2007-06-091-1/+1
* sync w/r23504gpoirier2007-06-081-4/+4
* reversed previus modification (r23517)ptt2007-06-081-1/+1
* changed vowels to accented utf8 vowelsptt2007-06-087-259/+259
* other two files translated :)ptt2007-06-082-0/+547
* small indentation and tags fixesptt2007-06-081-7/+9
* little indentation fixptt2007-06-081-1/+1
* sync'ed up to r23504ptt2007-06-081-3/+3
* italian xml/html docs translation - first step. up till now accented vowels areptt2007-06-087-1/+1958
* -lavdopts threads is only implemented for mpeg[12]lorenm2007-06-081-2/+2
* Partial sync with en/mplayer.1 r23455 (patch by JRaSH)kraymer2007-06-061-8/+12
* r23440: New "automute" tv:// option.voroshil2007-06-061-2/+7
* little correction to make nroff not to complain about line lennghts....ptt2007-06-051-8/+8
* sync'd up to r23467ptt2007-06-051-2/+2
* r23410: add documentation for new -menu-chroot optionkraymer2007-06-051-5/+14
* sync w/23467 (was just a typo in english doc, no incidence here)gpoirier2007-06-051-1/+1
* then/than typo spotted by "JRaSH"corey2007-06-051-1/+1
* sync w/ r23455gpoirier2007-06-021-7/+12
* new sentences on new lines, diego says ;-Pptt2007-06-021-1/+2
* sync'ed up to r23440 + a _big_ correction of tv suboptionsptt2007-06-021-2/+8
* update manual date, its been 8 months...compn2007-06-021-1/+1
* New "automute" tv:// option.voroshil2007-05-311-0/+4
* r23370: added missing fpsvoroshil2007-05-311-5/+9
* Add new properties percent_pos and time_pos.albeu2007-05-311-0/+2
* Make the length property use the time type.albeu2007-05-311-1/+1
* sync to 24.5.2007jheryan2007-05-311-217/+431
* Add the recently introduced properties to the documentation.albeu2007-05-311-0/+4
* Allow setting the direction in the step_property command.albeu2007-05-311-2/+4
* sync.d up to r23425!!! ehi, it's updated :)))ptt2007-05-311-16/+65
* removed unneeded spaceptt2007-05-311-1/+1
* removed an unneeded commaptt2007-05-311-1/+1
* added '&' for 'e.g.'ptt2007-05-311-1/+1
* moved a line below, since probably it's righter there...ptt2007-05-301-2/+2
* added a missing space charptt2007-05-301-1/+1
* sync'd up to r22845ptt2007-05-301-128/+192
* add documentation for new -menu-chroot optionben2007-05-292-0/+8
* Only one section remains unfinished, typo.diego2007-05-291-3/+2
* typodiego2007-05-291-1/+1
* r23325: dv does not support YVU9kraymer2007-05-291-5/+3
* add note about unfinished "codec specific encoding options" sectionkraymer2007-05-291-1/+2
* little typo fixptt2007-05-281-1/+1
* sync w/ r23370gpoirier2007-05-271-10/+10
* synced with r23388Gabrov2007-05-273-9/+10
* Partial sync with r23370, with only one section obsolete.gpoirier2007-05-271-557/+1871
* Sync to 30.3.2007jheryan2007-05-2418-4800/+5750
* more sensless repo moving ..moving ...michael2007-05-242-2/+2
* synced with r23370Gabrov2007-05-221-12/+21
* sync'ed up with r21654ptt2007-05-211-7/+26
* sync'ed up with r21561ptt2007-05-211-19/+78
* added missing fpsptt2007-05-211-1/+1
* missed sync tag updatevoroshil2007-05-211-1/+1
* r23367: little alignment fixesvoroshil2007-05-211-2/+0
* little alignment fixesptt2007-05-211-3/+1
* little fixesptt2007-05-211-4/+2
* -----mencoder.xml----voroshil2007-05-192-4/+4
* Add ID to example.diego2007-05-191-1/+1
* 1L to me: dv does not support YVU9.corey2007-05-171-1/+1
* fix typokraymer2007-05-141-1/+1
* r23152: Add -ass-hinting option for setting font hinting method.kraymer2007-05-141-8/+37
* r23308: List dv in pixel formats lavc's dv encoder supports.voroshil2007-05-141-5/+7
* fix formating of lavcopts format suboptionscompn2007-05-141-3/+3
* add svq1 lavcopts format colorspacecompn2007-05-131-1/+3
* List dv in pixel formats lavc's dv encoder supports.corey2007-05-131-2/+2
* r23283: wrong suboption for vo gif89a, revision 16722 shows the problem, this...voroshil2007-05-121-4/+4
* r23271: libdha is no more.voroshil2007-05-122-6/+7
* update copyright year'compn2007-05-101-1/+1
* sync w/r23283, fix a French typogpoirier2007-05-101-4/+4
* wrong suboption for vo gif89a, revision 16722 shows the problem, this manpage...compn2007-05-101-2/+2
* take the lead on VIDIX, as pointed out by Diegoben2007-05-081-1/+1
* removed obsolete sectionben2007-05-081-8/+0
* 10l syntax errordiego2007-05-081-0/+1
* libdha is no more.diego2007-05-082-5/+5
* try to limit the mess from the svn moves by pointing to the new locationmichael2007-05-082-0/+10
* r23240: document lavc's 'level' option, patch by Carl Eugen Hoyosvoroshil2007-05-081-1/+10
* mention myself (besides Sascha) to VIDIX import and maintainshipben2007-05-081-1/+1
* libdha is gone now, don't mention it anymoreben2007-05-081-1/+1
* description for -menu-keepdir optionben2007-05-082-0/+9
* These files are now in the separate NUT repository.diego2007-05-082-1202/+0
* document lavc's 'level' optioncehoyos2007-05-061-0/+5
* document lavc's 'level' option, patch by Carl Eugen Hoyosgpoirier2007-05-061-0/+5
* r23225: The GUI no longer depends on libpng.voroshil2007-05-052-5/+4
* synced with r23227Gabrov2007-05-032-5/+4
* MJPEG decoding does not depend on libjpeg.diego2007-05-031-1/+1
* The GUI no longer depends on libpng.diego2007-05-032-2/+1
* sync w/ r23162gpoirier2007-05-011-3/+5
* Clarify whom to send translations to.diego2007-05-011-2/+2
* sync w/ r23152gpoirier2007-05-011-4/+35
* synced with r23179Gabrov2007-04-303-32/+33
* r23161: Remove outdated and wrong references to codecs.conf.voroshil2007-04-302-14/+4
* sync tag updatevoroshil2007-04-301-1/+1
* update wishlistcompn2007-04-281-12/+13
* updated manpages with new vidix subdevice namesben2007-04-2810-31/+20
* Remove outdated and wrong references to codecs.conf.diego2007-04-282-27/+5
* r23152: Add -ass-hinting option for setting font hinting method.voroshil2007-04-281-3/+27
* Make -monitorpixelaspect 1 the default.cehoyos2007-04-272-5/+6
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-0/+21
* Mark loader as unmaintained.diego2007-04-261-1/+1
* synced with r23100Gabrov2007-04-261-20/+4
* r23100: Update AMR instructions.voroshil2007-04-241-21/+4
* Update AMR instructions.diego2007-04-231-19/+3
* r19039 was missed in first sync (r19631). fixed.voroshil2007-04-231-10/+3
* Mark incompletely translated file as such.diego2007-04-231-1/+2
* spelling, wordingvoroshil2007-04-221-5/+6
* Suggest svn diff command that does not show most cosmeticsreimar2007-04-221-0/+4
* synced with r23003Gabrov2007-04-163-132/+74
* typovoroshil2007-04-141-1/+1
* r22975: cosmetics: remove trailing white spacevoroshil2007-04-121-2/+2
* r22845: Clarify -xineramascreen -2 behaviourkraymer2007-04-111-9/+17
* cosmetics: remove trailing white spacekraymer2007-04-111-2/+2
* more updates for Spanish man page by Fernando Tarín (lists im gmail com)kraymer2007-04-111-163/+611
* r22916: Ability to specify video and audio capture device namesvoroshil2007-04-091-1/+11
* r22951: Move netstream documentation into TOOLS/README.voroshil2007-04-091-64/+1
* Move netstream documentation into TOOLS/README.diego2007-04-091-62/+0
* more human description of -mpegopts :interleaving2nicodvb2007-04-081-2/+2
* documented -mpegopts :interleaving2nicodvb2007-04-081-0/+6
* Add "Requirements" and "Mailinglist" sectionattila2007-04-071-2/+21
* Ability to specify video and audio capture device namesvoroshil2007-04-051-0/+4
* typo fix (s/M/N/) in IMPORTA_M_Tgpoirier2007-04-041-1/+1
* sync with r22902gpoirier2007-04-041-9/+7
* r22854: Remove empty section.voroshil2007-04-031-60/+56
* r22845: Clarify -xineramascreen -2 behaviourvoroshil2007-04-031-10/+9
* Mention DNS round-robin system in the mirroring HOWTO.diego2007-04-031-1/+15
* restored previous definition of -mpegopts :drop and :tsaf (r22900); they were...nicodvb2007-04-011-2/+2
* removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsafnicodvb2007-04-011-2/+2
* documented -mpegopts :adelaynicodvb2007-04-011-8/+6
* Remove empty section.diego2007-03-311-59/+55
* synced with r22800 (missing from previous commit)Gabrov2007-03-311-3/+2
* synced with r22849Gabrov2007-03-313-44/+103
* synced with r22845Gabrov2007-03-311-7/+20
* sync w/ r21155gpoirier2007-03-301-40/+35
* Clarify -xineramascreen -2 behaviourreimar2007-03-301-1/+2
* cosmetics: Remove all trailing whitespace.diego2007-03-291-46/+46
* some sync by Fernando Tarín, lists.im gmail comdiego2007-03-291-163/+140
* Spanish man page updates by Fernando Tarínkraymer2007-03-271-51/+156
* r22637: Allow to specify frequencies in channels option.kraymer2007-03-261-2/+7
* Spanish man page updates by Fernando Tarínkraymer2007-03-261-171/+90
* r22800: Get rid of useless conditional, using svgalib_helper now requires mod...voroshil2007-03-251-4/+3
* Get rid of useless conditional, using svgalib_helper now requires modifyingdiego2007-03-241-3/+2
* the mirror howto isnt preliminary anymoreattila2007-03-241-6/+2
* r22622: Wording improvement as suggested by Michael.voroshil2007-03-241-3/+8
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-6/+54
* r22547: fix up some longer than 80 char lines , and use suggestion from Diego.voroshil2007-03-241-23/+35
* add mf://bmp wish, remove deinterlace filter during playbackcompn2007-03-231-2/+2
* sync with r22779gpoirier2007-03-221-2/+3
* sync'd up to r21452ptt2007-03-221-13/+37
* roff fix: escape dash for optionskraymer2007-03-221-1/+1
* r22776: 'D' also turns off and on kerndeintcehoyos2007-03-225-5/+5
* 'D' also turns off and on kerndeintcehoyos2007-03-221-1/+1
* ok so cljr , vcr1 and msmpegv1 dont actually work... removedcompn2007-03-191-12/+0
* aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!compn2007-03-191-4/+0
* gsm requires libgsm so remove itcompn2007-03-191-4/+0
* add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)compn2007-03-191-0/+20
* split sonic into sonic/sonicls and wma into wmav1/wmav2compn2007-03-191-3/+11
* add png and gif encoders, how to use them with mencoder is another questioncompn2007-03-191-1/+9
* Explain workaround for -vo gl:scaled-osd -ass image corruption.reimar2007-03-191-1/+2
* video filters i maintain ...michael2007-03-191-0/+1
* sync with r22637gpoirier2007-03-181-4/+17
* add new audio and video codecs to libavcodec listcompn2007-03-181-0/+32
* 'make install' now takes care of most manual installation steps for *_vid.o.diego2007-03-171-19/+13
* Add a link to Attila's mga_vid port to Linux 2.6.x.diego2007-03-171-0/+5
* tdfx_vid compilation has been simplified.diego2007-03-171-1/+1
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+3
* Some more details for the mga_vid section taken from drivers/README.diego2007-03-171-5/+14
* r22492: documented -reuse-socketkraymer2007-03-161-1/+10
* Allow to specify frequencies in channels option.voroshil2007-03-161-0/+4
* Mark myself as new TV maintainer as suggested by Jindrich Makovickavoroshil2007-03-161-1/+1
* sync with r22503gpoirier2007-03-161-3/+9
* some updates from memory and mplayer irc userscompn2007-03-161-1/+18
* Wording improvement as suggested by Michael.diego2007-03-151-1/+1
* Add a FIXME note about new sentences on new lines.diego2007-03-151-0/+1
* update password-gpg rule from ffmpegmichael2007-03-151-1/+1
* update >5 line reindention rule to what is in ffmpegmichael2007-03-151-2/+3
* update spliting rule to what i just added to ffmpegmichael2007-03-151-7/+7
* cosmetic (move warning point after the existing policy points instead of the ...michael2007-03-151-4/+5
* dont start newline with a space and readd subdirectorycompn2007-03-141-8/+8
* major man page updatekraymer2007-03-141-229/+895
* fix wrong typo fix, as noted by Diegogpoirier2007-03-131-1/+1
* fix some trivial typosgpoirier2007-03-131-3/+3
* fix up some longer than 80 char lines , and use suggestion from Diego.compn2007-03-131-5/+10
* r22521: Clarify -reuse-socket description.voroshil2007-03-121-4/+3
* r22408: add -tv driver=help entry, also add dshow tv drivervoroshil2007-03-121-2/+15
* r22413: add xvfwopts compdata and vfw2menc documentation and change to better...voroshil2007-03-123-11/+60
* Clarify that commits should not be split arbitrarily by file/directory.diego2007-03-121-1/+2
* spelling/punctuationdiego2007-03-121-11/+11
* minor clarificationdiego2007-03-121-1/+1
* Clarify -reuse-socket description.diego2007-03-121-2/+2
* typodiego2007-03-121-1/+1
* Make sure docbook 4.x gets preferred over 3.x.diego2007-03-111-0/+2
* wording/spelling for lscale=2 suboptiondiego2007-03-111-2/+2
* Document lscale=2reimar2007-03-111-0/+3
* corrected description of -reuse-socket as described by Richnicodvb2007-03-091-2/+1
* Improve MPlayerOSX building process:gpoirier2007-03-091-4/+4
* documented -reuse-socketnicodvb2007-03-081-0/+5
* spelling/punctuation/grammar/wording improvements, no semantic changesdiego2007-03-081-229/+230
* Merge all .PHONY target declarations.diego2007-03-071-10/+3
* mplayer.1kraymer2007-03-061-2/+8
* synced with r22469Gabrov2007-03-053-8/+58
* -nomouseinput is no longer X11 only.diego2007-03-051-1/+1
* add -xvfwopts compdata suboption to man pagecompn2007-03-041-0/+4
* add xvfwopts compdata and vfw2menc documentation and change to better mencode...compn2007-03-021-2/+42
* 10l: dshow isnt in svn yetcompn2007-03-021-1/+1
* add -tv driver=help entry, also add dshow tv drivercompn2007-03-021-1/+2
* rename to *_proposal.txtmichael2007-03-011-0/+0
* clarify quorum and majority requirements in respect to debians voting systemmichael2007-03-011-4/+18
* url with a good description of how to determine the winner from the votesmichael2007-03-011-1/+1
* Explain how to select all DVB channels on a frequency.reimar2007-03-011-0/+5
* s/admin/leader/michael2007-03-011-18/+16
* weaken veto rightmichael2007-03-011-1/+3
* clarify root vs adminmichael2007-03-011-0/+2
* spelling fixes by ivanmichael2007-03-011-19/+19
* new policy draftmichael2007-03-011-0/+291
* grammar/spellingdiego2007-02-271-4/+4
* 10l to me for bad todo itemscompn2007-02-241-3/+0
* iive says xvmc stuff is long donecompn2007-02-241-1/+0
* remove some old and add new TODOcompn2007-02-241-27/+26
* cosmetics: Fix some common typos, appropiate --> appropRiate,diego2007-02-244-4/+4
* synced with r22326Gabrov2007-02-234-192/+199
* typodiego2007-02-221-1/+1
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as welldiego2007-02-223-5/+5
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.diego2007-02-211-5/+5
* Remove remnants of the nonfunctional "grab_frames" command.uau2007-02-191-3/+0
* clarify that language must be a 3 letter codemichael2007-02-181-4/+5
* Mark myself as MPlayer sync/core maintaineruau2007-02-181-1/+2
* Some typo fixes in svn-howtoreimar2007-02-181-7/+7
* wording, typos fixvoroshil2007-02-171-534/+534
* r22201: some clarification about dvb-out playbackvoroshil2007-02-161-5/+7
* update wishlist, approved by diegocompn2007-02-161-15/+11
* random small fixesdiego2007-02-141-3/+3
* demuxers must ignore unknown lang/country codes, it seems we all agree that t...michael2007-02-141-0/+2
* some clarification about dvb-out playbacknicodvb2007-02-111-3/+4
* sync w/r22150gpoirier2007-02-101-9/+13
* clarify description of reserved_count in frame header patch by (Clemens Ladis...michael2007-02-101-2/+3
* r22150: key-fifo-size default changedkraymer2007-02-091-2/+2
* fix typo, line break, wordingkraymer2007-02-091-4/+4
* sync w/r22107gpoirier2007-02-061-32/+36
* r22104: Add global field dominance flag instead of duplicating this "everywhere"voroshil2007-02-051-37/+70
* r22129: Link to the mencoder-users list for mencoder stuffvoroshil2007-02-052-181/+183
* key-fifo-size default changedreimar2007-02-051-1/+1
* fix unintentional line breakkraymer2007-02-051-2/+1
* some more docbook paths, patch by Torinthieldiego2007-02-051-8/+6
* synced with r22104gpoirier2007-02-051-3/+28
* r22123: tinterlace mode 4 leaves height unchanged.kraymer2007-02-051-10/+13
* Move all "Encoding with the XXX codec family" sections together.diego2007-02-051-177/+177
* vp6vfw.dll appears to no longer crash under Linux.diego2007-02-051-1/+1
* wording/formattingdiego2007-02-051-1/+1
* formatting/wordingdiego2007-02-051-2/+6
* Link to the mencoder-users list for mencoder stuffreimar2007-02-041-2/+4
* Fix vqscale description to match at least somewhat the code.reimar2007-02-041-3/+3
* synced with r22123Gabrov2007-02-041-90/+132
* tinterlace mode 4 leaves height unchanged.reimar2007-02-041-1/+1
* r22107: Move -vo gl suboptions that should be irrelevant for the average userkraymer2007-02-031-29/+33
* r22089: x264's crf takes a float argumentkraymer2007-02-031-4/+29
* r22062: alphabetical orderkraymer2007-02-031-69/+74
* r21959: Apply ancient double-click patch that nobody cares to comment on.kraymer2007-02-031-13/+30
* insert line break for readabilitykraymer2007-02-031-0/+1
* formatting fixes for r22104kraymer2007-02-031-5/+10
* Move -vo gl suboptions that should be irrelevant for the average userreimar2007-02-031-24/+28
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-2/+22
* synced with r22089 (again)gpoirier2007-02-011-58/+58
* sync w/r22089gpoirier2007-02-011-12/+23
* r22060: describe -psprobevoroshil2007-01-311-2/+14
* x264's crf takes a float argumentlorenm2007-01-311-1/+1
* Document -noidx.diego2007-01-301-0/+5
* typodiego2007-01-301-1/+1
* better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail...michael2007-01-301-4/+5
* Expand property documentationreimar2007-01-291-49/+52
* List available propertiesreimar2007-01-291-0/+54
* alphabetical orderdiego2007-01-291-63/+63
* typo, new sentences on lines of their owndiego2007-01-291-3/+3
* describe -psprobenicodvb2007-01-281-0/+7
* synced up to r21221ptt2007-01-271-245/+265
* r21989: fix typovoroshil2007-01-271-10/+7
* synced with r22016Gabrov2007-01-261-10/+8
* Remove confusing line about forcing MP3 demuxing.diego2007-01-251-1/+0
* Clarify -delay.diego2007-01-251-0/+2
* 10l to Gabrov for breaking docs build.rathann2007-01-251-1/+1
* Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.diego2007-01-241-8/+5
* synced with r21989Gabrov2007-01-214-67/+455
* fix typoGabrov2007-01-211-1/+1
* r21959: Apply ancient double-click patch that nobody cares to comment on.voroshil2007-01-211-1/+12
* sync w/ r21959gpoirier2007-01-181-17/+33
* synced with r21959Gabrov2007-01-183-823/+855
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-181-0/+11
* r21930: gcc_bug++;voroshil2007-01-183-18/+45
* r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a whilekraymer2007-01-171-3/+4
* "-lavdopts fast" has applied to mpeg4 and h264 for a whilelorenm2007-01-171-4/+4
* synced with r21952Gabrov2007-01-172-498/+571
* r21727: Must refer to option name instead of internal variablekraymer2007-01-171-17/+22
* r21691: added smb:// to the list of allowed input urlskraymer2007-01-171-12/+21
* get rid of two spaces after a period (instead of one)gpoirier2007-01-151-13/+13
* fixes suggested by Diegogpoirier2007-01-151-7/+7
* update and factorize information about x264's multi-threading modegpoirier2007-01-151-6/+22
* update x264's subq otion descriptiongpoirier2007-01-151-1/+10
* gcc_bug++;diego2007-01-151-2/+3
* r21882: sync to x264 r607 (update description of threads)voroshil2007-01-141-9/+6
* translation status updatevoroshil2007-01-141-1/+1
* spelling, wording fixvoroshil2007-01-141-48/+40
* r21917: typo fixesvoroshil2007-01-142-12/+50
* typo fixes:gpoirier2007-01-141-2/+2
* Rephrase mga_vid section.diego2007-01-131-8/+3
* Document vo_tdfx_vid.diego2007-01-131-0/+45
* sync tag updatevoroshil2007-01-121-1/+1
* r21879: fix wrong option names that were suggested to use to producevoroshil2007-01-121-1/+342
* spelling, wordingvoroshil2007-01-121-119/+115
* sync to x264 r607 (update description of threads)lorenm2007-01-111-6/+5
* r21865: Audio track switching works with DVDs as well.voroshil2007-01-111-2/+2
* fix wrong option names that were suggested to use to producegpoirier2007-01-111-2/+2
* Typovoroshil2007-01-111-1/+1
* Sync tag bumptorinthiel2007-01-101-1/+1
* upgrade copyright yearsgpoirier2007-01-1018-10/+19
* Audio track switching works with DVDs as well.diego2007-01-101-1/+1
* explain how to use MEncoder to create QuickTime-compatible filesgpoirier2007-01-101-2/+318
* r21848: clarify a few things about the interaction between *cmp and mbd optionsvoroshil2007-01-081-6/+6
* r21848: clarify a few things about the interaction between *cmp and mbd optionsvoroshil2007-01-081-4/+9
* fix typogpoirier2007-01-071-1/+1
* clarify a few things about the interaction between *cmp and mbd optionsgpoirier2007-01-072-6/+13
* synced with r21624Gabrov2007-01-061-295/+354
* synced with r21748Gabrov2007-01-061-180/+194
* synced with r21741Gabrov2007-01-061-87/+112
* add autodetection support for docbook stuff installed in /opt, such as macpor...gpoirier2007-01-041-0/+4
* Synced with r21760, typostorinthiel2007-01-041-5/+5
* translated r21748torinthiel2007-01-041-0/+99
* synced with r21537Gabrov2007-01-021-93/+168
* synced with r21737Gabrov2007-01-021-157/+218
* better wording and typos fixingvoroshil2007-01-021-218/+225
* r21791: avoid a possible confusion, as suggested by Wanderervoroshil2007-01-021-3/+3
* I've found a mistake in encoding-guide:rtogni2006-12-311-1/+1
* avoid a possible confusion, as suggested by Wanderergpoirier2006-12-291-1/+1
* sync with r21758gpoirier2006-12-291-12/+17
* spellfixnicodvb2006-12-291-1/+1
* synced with r21612Gabrov2006-12-281-2130/+2318
* file added: Chinese translation for cd-dvd.xmlkraymer2006-12-271-0/+277
* synced with r21741Gabrov2006-12-261-35/+37
* synced with r21741Gabrov2006-12-261-96/+154
* synced with r21748Gabrov2006-12-261-246/+285
* synced with r21612Gabrov2006-12-261-77/+93
* synced with r21686Gabrov2006-12-261-66/+104
* Translation of menc-feat-telecine sect1 in encoding-guide.xml.voroshil2006-12-251-360/+379
* audio.xml & bugreports.xml synced with r21764Gabrov2006-12-252-99/+181
* Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xmlvoroshil2006-12-241-192/+187
* Translation of menc-feat-x264 sect1 in encoding-guide.xmlvoroshil2006-12-241-360/+354
* r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.voroshil2006-12-241-2/+2
* r21748: Reformatting round continuedvoroshil2006-12-246-29/+25
* Directly point to the Subversion instructions.diego2006-12-241-2/+2
* Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.diego2006-12-241-1/+1
* Synced with r21748torinthiel2006-12-235-620/+592
* Reformatting round continuedtorinthiel2006-12-235-24/+24
* r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.voroshil2006-12-237-7/+13
* Mention that you can use different image formats with mf://torinthiel2006-12-231-0/+6
* Synced with r21741 (or just tag bump)torinthiel2006-12-235-12/+16
* And <simpara> -> <para> continued, those languages somehow slipped by duringtorinthiel2006-12-2312-634/+634
* Massive <simpara> -> <para>, as no <simpara>'s are actually needed.torinthiel2006-12-2337-1649/+1649
* r21736: Add <keycombo> barkup for key combinationsvoroshil2006-12-233-20/+29
* Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.torinthiel2006-12-232-4/+8
* Add <keycombo> markup for key combinationstorinthiel2006-12-232-11/+13
* r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a whilevoroshil2006-12-221-10/+18
* Must refer to option name instead of internal variable voroshil2006-12-221-1/+1
* wording and markup improvementsdiego2006-12-221-2/+11
* small wording/markup improvementsdiego2006-12-221-3/+3
* ffv1 and ffvhuff haven't required vstrict=-2 for a whilelorenm2006-12-211-3/+3
* Fixed wrong sync tagvoroshil2006-12-211-1/+1
* r21691: added smb:// to the list of allowed input urlsvoroshil2006-12-211-5/+4
* r21686: [cosmetocs] minor fixes after reformatting roundvoroshil2006-12-214-42/+56
* Typos, spelling fixesvoroshil2006-12-2114-184/+183
* Fixed:voroshil2006-12-211-282/+281
* consistent naming for revision tagsdiego2006-12-215-5/+5
* Remove very outdated Italian translation.diego2006-12-2111-7909/+0
* Typosvoroshil2006-12-211-4/+4
* Synced with 21706torinthiel2006-12-212-240/+327
* Synced with 21537torinthiel2006-12-211-99/+174
* Move message translation outside <screen> tagstorinthiel2006-12-211-1/+1
* [cosmetics] <simpara> -> <para>, for consistencytorinthiel2006-12-211-2/+2
* Still some reformatting:torinthiel2006-12-212-32/+45
* new file: DOCS/xml/zh_CN/mencoder.xmlkraymer2006-12-201-0/+709
* Translation of menc-feat-video-for-windows sect1 in encoding-guide.xmlvoroshil2006-12-201-26/+27
* synced with r21697gpoirier2006-12-201-14/+33
* typo fix in denoise3d's chroma_tmp option descriptiongpoirier2006-12-201-1/+1
* Translation of menc-feat-xvid sect1 in encoding-guide.xmlvoroshil2006-12-201-167/+160
* mentioned file:// and smb:// as alternative stream outputs for mencodernicodvb2006-12-191-1/+1
* added smb:// to the list of allowed input urlsnicodvb2006-12-191-1/+1
* Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xmlvoroshil2006-12-191-236/+241
* Sync tag bumped to 21686torinthiel2006-12-192-2/+2
* [cosmetics] minor fixes after reformatting roundtorinthiel2006-12-192-2/+2
* Synced with 21537torinthiel2006-12-193-100/+150
* Synced with 21624torinthiel2006-12-191-159/+197
* Synced with 21612torinthiel2006-12-193-173/+303
* r21465: [cosmetics] Reindent XML sourcekraymer2006-12-191-725/+717
* r21508: emphasis the fact that leaving black borders really hurts qualitykraymer2006-12-192-10/+12
* update the list of files I maintainnicodvb2006-12-181-0/+7
* r21425: Some fixes for previous commit, 10l for mekraymer2006-12-181-5/+5
* r21423: Consistent capitalization of table entrieskraymer2006-12-181-34/+45
* remove outdated html docs, Chinese translationkraymer2006-12-1811-6066/+0
* svn move xml/zh to xml/zh_CNkraymer2006-12-186-1/+1
* r21651: add missing line breakvoroshil2006-12-171-9/+25
* Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"voroshil2006-12-171-1456/+1578
* more sensible names for denoiser optionsgpoirier2006-12-171-4/+4
* typokraymer2006-12-171-1/+1
* r21654: add man page entry for new -dvd-speed optionkraymer2006-12-171-1/+17
* document hqdn3d and dn3d's 4th parametergpoirier2006-12-171-4/+6
* add man page entry for new -dvd-speed optionkraymer2006-12-171-0/+14
* r21561: update vbuf_size and suggest 400 for HDTV videokraymer2006-12-171-10/+18
* add missing line breakkraymer2006-12-171-1/+2
* r21624: RedHat RPMs are long gone. Greysector repository is going away, and I'vevoroshil2006-12-172-7/+6
* r21621: mpegts uses 3-letter language codesvoroshil2006-12-171-6/+10
* Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.eugeni2006-12-171-3/+7
* Partially revert r20940, we had some local modifications.torinthiel2006-12-173-0/+31
* CVS -> SVNtorinthiel2006-12-171-1/+1
* - there's no <book lang=""> for ages, it's automatedtorinthiel2006-12-171-11/+6
* Initial Chinese translation, by Kun Niu, haoniukun gmail comtorinthiel2006-12-176-1/+933
* RedHat RPMs are long gone. Greysector repository is going away, and I'verathann2006-12-154-12/+10
* mpegts uses 3-letter language codesnicodvb2006-12-141-2/+2
* r21612: replace &quot; with ", better readabilityvoroshil2006-12-1412-58/+58
* transliteration -> translation for "dB" and "intra"voroshil2006-12-141-2/+2
* replace &quot; with ", better readabilitytorinthiel2006-12-1412-50/+50
* r21599: vstrict=0 is required to create DVDs decodable by standalone dvd playersvoroshil2006-12-132-12/+19
* spelling fixvoroshil2006-12-131-11/+11
* wordingdiego2006-12-121-4/+4
* vstrict=0 is required to create DVDs decodable by standalone dvd playersgpoirier2006-12-121-6/+13
* sync w/r21561gpoirier2006-12-111-8/+10
* sync w/ r21506 and miscgpoirier2006-12-111-6/+45
* sync w/ r21486gpoirier2006-12-111-6/+34
* r21561: update vbuf_size and suggest 400 for HDTV videovoroshil2006-12-101-2/+3
* update vbuf_size and suggest 400 for HDTV videonicodvb2006-12-091-1/+2
* synced with r21558Gabrov2006-12-093-128/+227
* r21537: General reformatting round:voroshil2006-12-0918-4406/+4890
* General reformatting round:torinthiel2006-12-0818-4463/+5111
* r21531: Document geq filter.kraymer2006-12-071-1/+32
* r21529: spellingvoroshil2006-12-071-6/+38
* Typovoroshil2006-12-071-1/+1
* Document geq filter.diego2006-12-071-0/+31
* r21529: spellingkraymer2006-12-071-3/+3
* spellingdiego2006-12-071-2/+2
* r21503: updated documentation of -mpegopts :tele*kraymer2006-12-071-11/+9
* Synced with 30.11.2006jheryan2006-12-071-236/+231
* Translated section "GENERAL ENCODING OPTIONS"voroshil2006-12-061-118/+126
* r21503: updated documentation of -mpegopts :tele*voroshil2006-12-051-8/+8
* r21508: emphasis the fact that leaving black borders really hurts qualityvoroshil2006-12-051-3/+3
* Translation of "VIDEO FILTERS" section.voroshil2006-12-051-935/+1042
* emphasis the fact that leaving black borders really hurts qualitygpoirier2006-12-051-1/+2
* wording fix suggested by Diegonicodvb2006-12-051-2/+2
* updated documentation of -mpegopts :tele*nicodvb2006-12-041-6/+6
* r21372: Some punctuation cosmetics and better wordingkraymer2006-12-043-11/+11
* help_mp-de.h:kraymer2006-12-041-19/+61
* r21484: documented -mpegopts :tele_src and :tele_destvoroshil2006-12-041-6/+31
* slight clarificationdiego2006-12-041-1/+1
* document s3fb suboption, note that it's a Linux-only driver (to the best of m...gpoirier2006-12-041-1/+7
* Improoving readability of pullup filter sectionvoroshil2006-12-041-4/+13
* documented -mpegopts :tele_src and :tele_destnicodvb2006-12-041-0/+10
* sync w/ r21452gpoirier2006-12-031-14/+31
* One FIXME (CC subtitles related) resolved.voroshil2006-12-031-7/+7
* r21462: mention all other image formatsvoroshil2006-12-031-93/+126
* Synced with r21466torinthiel2006-12-031-109/+141
* [cosmetics] Consistent XML source formattingtorinthiel2006-12-031-8/+43
* [cosmetics] Reindent XML sourcetorinthiel2006-12-031-102/+102
* Synced with r21462torinthiel2006-12-031-3/+4
* mention all other image formatstorinthiel2006-12-031-2/+2
* fix two overlooked typos in previous sync cause build errorvoroshil2006-12-031-2/+2
* Fix translation error in previous syncvoroshil2006-12-031-1/+1
* muxer FIXME resolvedvoroshil2006-12-031-2/+1
* r21423: Consistent capitalization of table entriesvoroshil2006-12-031-27/+43
* fixed missing tag updatevoroshil2006-12-031-1/+1
* r21430: documented -mpegopts :[va]buf_sizevoroshil2006-12-031-13/+25
* document s3fb video out drivergpoirier2006-12-031-0/+8
* Merge dga/nodga suboption of vo_vesa, no short forms.diego2006-12-021-5/+3
* synced with r21446Gabrov2006-12-021-8/+2
* Remove long-deprecated -vop option.diego2006-12-021-7/+0
* Audio track switching works for AVI and libavformat as well.diego2006-12-021-1/+1
* synced with r21438Gabrov2006-12-027-275/+136
* Translated section "AUDIO FILTERS"voroshil2006-12-021-275/+286
* Typovoroshil2006-12-021-1/+1
* documented -mpegopts :[va]buf_sizenicodvb2006-12-021-0/+13
* Synced with r21395torinthiel2006-12-011-5/+5
* Sync r21425torinthiel2006-12-011-54/+125
* Some fixes for previous commit, 10l for metorinthiel2006-12-011-2/+2
* Reformat examples:torinthiel2006-12-011-26/+41
* Consistent capitalization of table entriestorinthiel2006-12-011-9/+9
* r21410: document new meaning of dia=1 introduced by lavc r7192voroshil2006-12-011-2/+2
* mark lavc's uneven multi-hexagon search as slow, remove stray '.'gpoirier2006-12-011-1/+1
* document new meaning of dia=-1 introduced by lavc r7192gpoirier2006-12-011-1/+1
* move reserved_bytes out of packet_footer. this makes all packets uniform.ivo2006-11-301-2/+5
* r21398: improve description of lavf's i_certify_that_my_video_stream_does_not...voroshil2006-11-301-1/+4
* r21372: Some punctuation cosmetics and better wordingvoroshil2006-11-304-11/+11
* fix suggested by Diegogpoirier2006-11-301-1/+1
* improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_f...gpoirier2006-11-301-0/+3
* Better wording for previous committorinthiel2006-11-291-3/+3
* Typotorinthiel2006-11-291-1/+1
* URL fixdiego2006-11-291-1/+1
* Synced with r21374torinthiel2006-11-291-2/+2
* Fix URL, it has moved.torinthiel2006-11-291-1/+1
* Synced with r21372torinthiel2006-11-291-233/+26
* Some punctuation cosmetics and better wordingtorinthiel2006-11-291-6/+6
* Make me maintainer of demux_nuv since I am the only onereimar2006-11-281-0/+1
* r21298: "D" interactive key also works with yadif nowvoroshil2006-11-281-3/+3
* Cycling through video tracks works with libavformat as well.diego2006-11-281-1/+1
* help messages:kraymer2006-11-271-2/+13
* Synced with r21168torinthiel2006-11-271-1/+2
* sync w/ 21298gpoirier2006-11-261-2/+2
* "D" interactive key also works with yadif nowgpoirier2006-11-261-1/+1
* rename all *_nom (nominator) to the correct *_num (numerator)ivo2006-11-261-10/+10
* sync w/ r21255 (improved deadzone desc.)gpoirier2006-11-261-1/+12
* r21186: Remove "OSD only" tags; those options always exist.voroshil2006-11-261-9/+19
* typo in deadzone_interlorenm2006-11-261-1/+1
* nits and picks by The Wanderer :)gpoirier2006-11-261-3/+3
* fix typos noticed by Diegogpoirier2006-11-251-4/+4
* improve description of x264's deadzone* optionsgpoirier2006-11-251-0/+10
* a few more clarifications for codec_specific_data by Ralph Giles and memichael2006-11-251-0/+6
* add two missing descriptions (index.syncpoints and info_packet.count)ivo2006-11-241-0/+6
* specify the bitnumber for frame_flags, instead of a decimal bitmaskivo2006-11-241-9/+9
* specify, where possible, the type of the tags in the tag description sectionivo2006-11-241-44/+44
* r21161: MSGTR for libmpcodecs/vd.ckraymer2006-11-241-13/+13
* codec_specific_data clarificationmichael2006-11-241-0/+7
* sync with r21186gpoirier2006-11-241-10/+14
* fix another typoivo2006-11-241-1/+1
* Remove "OSD only" tags; those options always exist.uau2006-11-241-8/+8
* fix sync comment, it was left out in last commitkraymer2006-11-232-4/+7
* r21078: add a link to Michael's de-interlacing filters, and replace the crappy kraymer2006-11-235-289/+45
* fix some typosivo2006-11-231-26/+26
* Better translation of "demuxer" word.voroshil2006-11-221-30/+29
* r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.voroshil2006-11-224-220/+27
* x264 supports interlaced encoding for some timegpoirier2006-11-221-0/+1
* sync w/ r21154gpoirier2006-11-211-216/+29
* Synced with r21152torinthiel2006-11-211-2/+2
* documented :format=pes[12] in -mpegoptsnicodvb2006-11-211-2/+5
* Remove outdated and superfluous video cards section.diego2006-11-211-153/+0
* Remove outdated and superfluous sound card section.diego2006-11-211-24/+0
* Miscellaneous updates for the introduction and the requirements section.diego2006-11-211-46/+22
* typo: Bitrate is printed in kb/s, not Mb/s on the status line.diego2006-11-211-1/+1
* r21078: add a link to Michael's de-interlacing filters...voroshil2006-11-212-6/+18
* typo / small fixeskraymer2006-11-211-1/+1
* Add a new MPEG encoding example using lavfgpoirier2006-11-191-0/+6
* add a link to Michael's de-interlacing filters, and replace the crappy gpoirier2006-11-191-4/+8
* sync w/ r21026gpoirier2006-11-191-201/+157
* sync w/r21004gpoirier2006-11-191-38/+30
* sync w/ r20933, patch by Jerome Ferrarigpoirier2006-11-191-30/+12
* sync tag updatevoroshil2006-11-191-1/+1
* Translated section "DECODING/FILTERING OPTIONS"voroshil2006-11-191-264/+282
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-191-19/+136
* synced with r21058Gabrov2006-11-197-359/+375
* new slave command: radio_step_freqvoroshil2006-11-191-0/+3
* Update section "AUDIO FILTERS"; Some sync w/ r21026; kraymer2006-11-191-142/+570
* sync w/ r20876, patch by Jerome Ferrarigpoirier2006-11-181-9/+9
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-181-240/+108
* help_mp-ru.h sync with r21001voroshil2006-11-181-200/+153
* fix wrong 60000/10001 fractionkraymer2006-11-186-6/+6
* r20969: document new key binding for switching video streams in MPEG-TSkraymer2006-11-181-54/+58
* r21012: group together "quality" control optionskraymer2006-11-181-114/+114
* r20876: rename: XviD -> Xvid (man page part)kraymer2006-11-181-24/+24
* r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_typekraymer2006-11-181-52/+27
* TAB switches between programsnicodvb2006-11-181-0/+2
* group together B-frames options with I,P frames optionsgpoirier2006-11-181-21/+21
* group together xvid's rate control optionsgpoirier2006-11-181-19/+19
* group together "quant_type" and quant_*_matrix since they are relatedgpoirier2006-11-181-10/+10
* group together "debug" and "psnr", note that "threads" option is featured on ...gpoirier2006-11-181-7/+7
* Move xvid 'grayscale' option close to 'interlacing'gpoirier2006-11-181-6/+6
* group together "quality" control optionsgpoirier2006-11-181-94/+94
* group together xvid's 'closed_gop' and 'packed' optionsgpoirier2006-11-181-17/+12
* remove xvid3's divx5bvop and replace it by xvid4's closed_gopgpoirier2006-11-181-14/+6
* r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options...kraymer2006-11-181-36/+26
* remove xvid3's mpeg_quant, replace it by xvid4's quant_typegpoirier2006-11-181-15/+5
* r21001: Add *BSD BT848 radio supportkraymer2006-11-181-25/+8
* document new "D" keybinding for deinterlacing, introduced inkraymer2006-11-181-0/+2
* remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there i...gpoirier2006-11-181-32/+22
* Xvid3 support is no more: Remove Xvid3-specific optionsgpoirier2006-11-181-22/+0
* Add *BSD BT848 radio supportvoroshil2006-11-181-1/+5
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-171-1/+1
* r20972: defined MSGTR_OSDVideovoroshil2006-11-171-1/+3
* sync w/r20969gpoirier2006-11-171-6/+8
* clarify syncpoint placement recommanditionsmichael2006-11-171-3/+13
* seekingmichael2006-11-171-0/+23
* dts & synchronous decodermichael2006-11-171-1/+2
* document new key binding for switching video streams in MPEG-TSkraymer2006-11-161-0/+2
* Removing redundant entry, kraymer is doing all this work while maintaining tr...reynaldo2006-11-161-1/+0
* synced with r20879torinthiel2006-11-161-47/+42
* missing small update about libsmb in previous commitvoroshil2006-11-151-1/+2
* r20933: libvorbis is not necessary for Vorbis playback, small wording improve...voroshil2006-11-151-4/+1
* Output UTF-8 instead of legacy encodings by default.diego2006-11-159-68/+7
* r20878: [cosmetics] (skipped)kraymer2006-11-152-14/+8
* revert last 2 commits on nut.txtods152006-11-151-16/+6
* [cosmetics] Fix indentationtorinthiel2006-11-141-49/+49
* Synced with r20933torinthiel2006-11-141-6/+2
* libvorbis is not necessary for Vorbis playback, small wording improvement.diego2006-11-141-4/+1
* add character encoding infokraymer2006-11-141-0/+1
* Introduce step_property command.reimar2006-11-141-0/+3
* r20900: Missing : in -vf expand ar examplevoroshil2006-11-141-1/+1
* sync w/ 20637, patch by Francois franz A ephack P netgpoirier2006-11-141-86/+27
* bump date of NUT spec for previous commitods152006-11-141-1/+1
* allow info packets to appear in mid-stream, outside of main headers.ods152006-11-141-5/+15
* Update libao2 description, delete completely outdated "audio plugins" partuau2006-11-141-60/+19
* sync with r20900gpoirier2006-11-131-2/+2
* r20900: Missing : in -vf expand ar examplekraymer2006-11-131-2/+2
* Missing : in -vf expand ar examplereimar2006-11-131-1/+1
* rename: XviD -> Xvidgpoirier2006-11-134-25/+25
* sync with r20876gpoirier2006-11-131-31/+32
* r20872: Clarify -dumpaudio, it is not useful normallyvoroshil2006-11-131-33/+34
* Update missing tags of previous commitvoroshil2006-11-136-6/+6
* r20876: rename: XviD -> Xvidvoroshil2006-11-136-143/+204
* pts definition by mansmichael2006-11-131-4/+12
* Synced with 20876torinthiel2006-11-132-10/+10
* Partial sync with r20879torinthiel2006-11-131-140/+153
* [small fixes]torinthiel2006-11-131-10/+10
* [cosmetics]torinthiel2006-11-131-104/+170
* r20866: Recommend gcc 3.4+.kraymer2006-11-137-44/+44
* rename: XviD -> Xvidkraymer2006-11-135-57/+57
* synced with r20873Gabrov2006-11-123-13/+15
* Misc issues noticed by Torinthiel.diego2006-11-121-6/+6
* Clarify -dumpaudio, it is not useful normallyreimar2006-11-121-1/+2
* Synced with r20870torinthiel2006-11-121-8/+4
* Restore PowerPC gcc note that I mistakenly removed.diego2006-11-121-1/+1
* Recommend gcc 3.4+.diego2006-11-121-2/+2
* least restrictive dts ordering rule which ensures frames are in decoding ordermichael2006-11-121-0/+2
* synced with r20859Gabrov2006-11-114-54/+58
* r20834: The -gui command line option is back.kraymer2006-11-111-6/+1
* 1. convert single quotation mark to double one for better lookingkraymer2006-11-111-72/+73
* add encoding info to some man pageskraymer2006-11-115-0/+5
* remove very outdated and unmantained Swedish man pagekraymer2006-11-111-7327/+0
* s/by/be/michael2006-11-111-1/+1
* r20834: The -gui command line option is back.voroshil2006-11-101-7/+1
* Translated section "VIDEO OUTPUT DRIVERS"voroshil2006-11-101-443/+484
* within array MUST for time_base_idmichael2006-11-101-0/+1
* clearer time_base_id descriptionmichael2006-11-101-1/+1
* time_base_countmichael2006-11-101-0/+4
* stream_countmichael2006-11-101-0/+8
* The -gui command line option is back.diego2006-11-101-5/+0
* r20774: Adding ability to check allowed frequency range.kraymer2006-11-101-1/+3
* Mark file as UTF-8-encoded.diego2006-11-101-1/+1
* r20657: (does not apply)kraymer2006-11-094-37/+106
* r20648: Document ao_openal.kraymer2006-11-091-11/+37
* sync with r20774gpoirier2006-11-081-4/+8
* Updated for controversial changes and irc-only decisionsrtogni2006-11-081-0/+15
* partial syncgpoirier2006-11-081-0/+13
* dts, width/height explanationmichael2006-11-081-0/+6
* size and stream_id docsmichael2006-11-081-0/+11
* clearer frame_code explanationmichael2006-11-081-1/+5
* simple 1 line definition of what a keyframe ismichael2006-11-081-0/+2
* sync with r20774voroshil2006-11-081-3/+26
* partial sync with latest manpage commitsgpoirier2006-11-081-2/+27
* Generated XSL files should be in UTF-8.diego2006-11-081-3/+3
* Adding ability to check allowed frequency range.voroshil2006-11-081-0/+1
* - explain lavc lmin option more clearlycorey2006-11-081-2/+23
* Partial sync with en/mplayer.1 r20739gpoirier2006-11-071-430/+556
* Adding myself to man page translation and stram sections.voroshil2006-11-071-1/+3
* r20739: Remove remnants of long-gone libfame.voroshil2006-11-072-16/+7
* Initial (partially, about 40%) translation.voroshil2006-11-071-0/+4905
* Remove remnants of long-gone libfame.diego2006-11-062-12/+4
* Synced to 3.11.2006jheryan2006-11-0619-26/+49
* fix typo (noticed by jerome.ferrari lappis com)kraymer2006-11-051-1/+1
* Initial partial translation of man page voroshil2006-11-051-0/+10238
* r20699: Missing <option> tagvoroshil2006-11-051-25/+21
* Synced with r20705torinthiel2006-11-051-341/+85
* spellfix and improvement suggested by Wanderernicodvb2006-11-051-2/+2
* Unify ./configure script handlingtorinthiel2006-11-051-4/+4
* Better URL markuptorinthiel2006-11-051-2/+2
* Better wording, especially if hyperlinks are not visibletorinthiel2006-11-051-3/+4
* Remove ugly indentation in <screen> tagstorinthiel2006-11-051-6/+2
* Don't break a paragraph in a middle of a thoughttorinthiel2006-11-051-3/+0
* A bunch of missing <systemitem class="library"> tagstorinthiel2006-11-051-7/+8
* Missing <option> tagtorinthiel2006-11-051-1/+1
* better wording for note about utf-8kraymer2006-11-051-3/+3
* note for translators to use utf-8 encoding for help_mp files and xml docskraymer2006-11-051-0/+4
* synced with r20693Gabrov2006-11-053-11/+13
* markup fixkraymer2006-11-051-1/+1
* Partial sync w/ en/mplayer.1 (6)kraymer2006-11-051-48/+832
* consistency/grammardiego2006-11-051-2/+2
* Split too long line into a number of small onevoroshil2006-11-051-1/+3
* r20682: punctuation, full stop -> commavoroshil2006-11-051-3/+2
* (cosmetics) remove unneeded tabstorinthiel2006-11-051-41/+39
* reccomend the usage of :tsaf with :format=dvd in -mpegoptsnicodvb2006-11-051-1/+3
* mention :tsaf on every instance of -mpegopts format=dvdnicodvb2006-11-051-7/+7
* punctuation, full stop -> commatorinthiel2006-11-051-1/+1
* synced with r20677Gabrov2006-11-0419-44/+77
* Corrigendum 1michael2006-11-041-2/+3
* convert DOCS/xml/hu to UTF-8kraymer2006-11-0418-6507/+6507
* SHOULD not -> SHOULD NOTods152006-11-041-1/+1
* intromichael2006-11-041-0/+9
* Clarify state of openal ao.reimar2006-11-041-1/+1
* no real change needed for r20657voroshil2006-11-041-6/+10
* Sync with r20637torinthiel2006-11-041-7/+6
* Synced with r20658torinthiel2006-11-041-2/+2
* (cosmetics) Unify and clarify blank lines usagetorinthiel2006-11-041-5/+13
* Move "and" to end of list, improves grammartorinthiel2006-11-041-2/+2
* attempt to fix the unbound future frame issue with keyframes on the muxer sidemichael2006-11-031-0/+5
* Document ao_openal.diego2006-11-031-0/+4
* 2nd try for a keyframe definitionmichael2006-11-031-5/+9
* partial syncgpoirier2006-11-031-2/+14
* add missing tag updatevoroshil2006-11-031-1/+1
* r20637:libmpdvdkit no longer exists.voroshil2006-11-031-5/+4
* r20620: better description for -correct-ptskraymer2006-11-031-6/+11
* r20571: cvidix trickskraymer2006-11-033-9/+17
* fix typokraymer2006-11-031-1/+1
* keyframe definitionmichael2006-11-031-0/+7
* libmpdvdkit no longer exists.diego2006-11-031-4/+4
* I'm effectively maintaining libdvdcss and libdvdread.diego2006-11-031-1/+2
* main header typomichael2006-11-031-1/+1
* move file up so its found first, this probably improves readabilitymichael2006-11-031-47/+48
* libmpdvdkit2 --> libdvdcssdiego2006-11-031-1/+1
* typo, roff markupdiego2006-11-031-3/+3
* better description for -correct-ptsuau2006-11-031-3/+7
* - random fixestorinthiel2006-11-031-228/+233
* Partial sync w/ en/mplayer.1 (5).kraymer2006-11-031-75/+405
* Synced with r20614torinthiel2006-11-031-83/+142
* another missing <application>torinthiel2006-11-021-2/+2
* Replace some chars with &#<somecode>; to allow make vim working properly with...voroshil2006-11-021-2/+2
* some non russian/english characters (in people's names) copypasted from engl...voroshil2006-11-011-4/+2
* The col utility eats non-ASCII characters without the -p option it seems.diego2006-11-011-1/+1
* cosmetics: Reformat section.diego2006-11-011-23/+24
* paragraph about groff and UTF-8diego2006-11-011-0/+5
* encoding is now UTF-8diego2006-11-011-1/+1
* trivial sync with r20551voroshil2006-11-0117-18/+29
* Sync r20551 and some wording fixestorinthiel2006-10-311-12/+16
* Bump sync tag, r20551torinthiel2006-10-3110-10/+10
* Revert broken encoding translationtorinthiel2006-10-315-1657/+1657
* Typo fix: missing "get".corey2006-10-311-1/+1
* cvidix tricks, based on a patch by Reimardiego2006-10-311-0/+11
* update 3 sections: "AUDIO OUTPUT OPTIONS", "AUDIOkraymer2006-10-311-600/+647
* --with-codecsdir --> --codecsdirdiego2006-10-317-16/+16
* --with-codecsdir --> --codecsdirdiego2006-10-311-2/+2
* r20534: An example of using -vf ass.kraymer2006-10-311-1/+9
* :Little typojheryan2006-10-311-1/+1
* Synced to 26.10.2006 with respect to later utf-8 conversion.jheryan2006-10-3115-5272/+4916
* convert DOCS/xml/en and help_mp-en.h to UTF-8kraymer2006-10-3118-20/+20
* convert DOCS/xml/cs and help/help_mp-cs.h* to UTF-8kraymer2006-10-3018-6223/+6223
* convert DOCS/xml/es and help/help_mp-es.h* to UTF-8kraymer2006-10-3017-2704/+2704
* convert DOCS/xml/pl and help/help_mp-pl* to UTF-8kraymer2006-10-3018-4222/+4222
* convert DOCS/fr and help/help_mp-fr.* to UTF-8kraymer2006-10-3018-4498/+4498
* misc fixes by Sheldon Jin (jinsh2 yahoo com)diego2006-10-301-6/+6
* wording/roff fixdiego2006-10-301-2/+2
* An example of using -vf ass.eugeni2006-10-301-0/+8
* better wording for MSGTR_MENU_Nonekraymer2006-10-302-5/+6
* convert DOCS/de from ISO-8859-1 to UTF-8kraymer2006-10-3018-3191/+3191
* convert DOCS/ru from koi8r to UTF-8voroshil2006-10-3017-4611/+4611
* Warn about vo_gl scaled-osd broken with -assreimar2006-10-291-0/+1
* Add some <application> tags.diego2006-10-291-3/+4
* Partially synced with en/mplayer.1 (3).kraymer2006-10-281-164/+359
* r20477: Add missing parenthesiskraymer2006-10-281-4/+4
* indentation fixods152006-10-281-1/+1
* Add missing parenthesis. Patch by Andrew Savchenko, Bircoph <at> list <dot> ru.corey2006-10-281-1/+1
* clarify pts related stuffmichael2006-10-281-0/+8
* Partial sync with en/mplayer.1 (2)kraymer2006-10-271-303/+611
* Add a note about charset configuration to the Apache section.diego2006-10-271-0/+5
* synced with r20468Gabrov2006-10-272-63/+4
* synced with r20445Gabrov2006-10-271-2/+8
* Fix translation inconsistencies, noticed by Torinthiel.voroshil2006-10-271-9/+9
* Fix a multitude of roff errors and warnings.diego2006-10-261-12/+27
* various orthography and wording fixeskraymer2006-10-261-31/+31
* r20426: -chapter works with dvd:// and dvdnav://kraymer2006-10-261-2/+9
* r20412: Fix some inconsistencies pointed out by Torinthiel.kraymer2006-10-265-102/+24
* Improve translation of autogenerated labelstorinthiel2006-10-261-0/+8
* Clearly state that main.xml is generatedtorinthiel2006-10-261-0/+3
* sync r20341torinthiel2006-10-261-34/+19
* r20379: Remove doubled -dvd-device information.voroshil2006-10-264-102/+30
* Transtale a skipped titletorinthiel2006-10-261-1/+1
* sync r20449torinthiel2006-10-251-224/+53
* Typo fixtorinthiel2006-10-251-1/+1
* sync r20442torinthiel2006-10-251-66/+3
* Partially synced with r20426, patch by S Jin jinsh2 A yahoo P comgpoirier2006-10-251-193/+808
* finally document -correct-ptsods152006-10-251-0/+6
* Remove confusing and probably wrong paragraph about libdvdcss.diego2006-10-251-58/+1
* Microsync, just to keep documentation buildingtorinthiel2006-10-242-2/+305
* sync r20412torinthiel2006-10-241-444/+109
* sync r20401torinthiel2006-10-241-9/+8
* -chapter works with dvd:// and dvdnav://nicodvb2006-10-231-1/+1
* synced with r20423Gabrov2006-10-233-17/+19
* sync w/ r20419gpoirier2006-10-231-2/+1
* Yet some more CVS->CVSgpoirier2006-10-231-3/+2
* sync w/ r20417gpoirier2006-10-231-22/+142
* s/DarwinPorts/MacPorts/gpoirier2006-10-231-5/+5
* Fix some inconsistencies pointed out by Torinthiel.diego2006-10-231-6/+9
* r20399: Remove bio2jack from list of required software.kraymer2006-10-233-19/+7
* sync w/ r20408gpoirier2006-10-231-3/+3
* swap telecine and pulldown, typo noticed by RCgpoirier2006-10-231-2/+2
* Add sync tag, patch by Sheldon Jin, jinsh2 yahoo com.diego2006-10-231-1/+3
* synced with r20405Gabrov2006-10-234-32/+17
* man/hu/mplayer.1 synced with r20375Gabrov2006-10-231-4/+8
* add missing dots as in r20328gpoirier2006-10-231-2/+2
* it's "die Syntax" not "der Syntax"attila2006-10-232-4/+4
* <replaceable> tags aren't needed in literal exampletorinthiel2006-10-231-1/+1
* Remove bio2jack from list of required software.diego2006-10-221-10/+0
* r20392: misc fixeskraymer2006-10-221-12/+10
* r20379: Remove doubled -dvd-device information.kraymer2006-10-221-8/+2
* misc fixesdiego2006-10-221-9/+8
* Some more spelling fixestorinthiel2006-10-221-2/+2
* sync w/r20375gpoirier2006-10-221-5/+11
* sync w/r20379gpoirier2006-10-221-7/+1
* sync w/r20341gpoirier2006-10-221-16/+1
* sync w/r20361gpoirier2006-10-221-2/+2
* sync w/r20361gpoirier2006-10-221-282/+27
* Sync r20379 + small fixestorinthiel2006-10-221-78/+44
* Remove doubled -dvd-device information.torinthiel2006-10-221-6/+0
* r20369: Warn about dangers of -use-filedir-conf optionkraymer2006-10-221-1/+4
* capitalization at beginning of sentencekraymer2006-10-221-1/+1
* remove mkdir warningskraymer2006-10-221-4/+4
* Warn about dangers of -use-filedir-conf optionrtogni2006-10-221-0/+3
* remove outdated reference to "tvout-voodoo"; fixes compilationkraymer2006-10-221-1/+1
* r20352: fix XviD spelling. replace some old DivX5's.voroshil2006-10-221-5/+5
* r20358: Make documentation links point to the online version.kraymer2006-10-223-21/+11
* remove some DivX version numberskraymer2006-10-222-4/+4
* Make documentation links point to the online version.diego2006-10-221-3/+5
* synced with r20352Gabrov2006-10-222-6/+6
* fix "typo"kraymer2006-10-221-1/+1
* fix XviD spellingkraymer2006-10-224-11/+11
* synced with r20350Gabrov2006-10-224-296/+80
* man/hu/mplayer.1 synced with 20336Gabrov2006-10-221-93/+55
* r20341: Remove obsolete parts, some updates.kraymer2006-10-222-260/+19
* sync w/r20336gpoirier2006-10-211-73/+23
* r20318: capitalization fixes, add missing dots to sentences voroshil2006-10-212-287/+27
* Remove obsolete parts, some updates.diego2006-10-212-273/+19
* fixed sync tagkraymer2006-10-211-1/+1
* r20317: Greatly simplify synopsis roff markup and add a bit of consistency.kraymer2006-10-211-75/+26
* escape -mfkraymer2006-10-211-1/+1
* added a ". ..." line before gmplayerptt2006-10-211-0/+1
* little fix, sorryptt2006-10-211-1/+1
* sync with r20317ptt2006-10-211-73/+23
* some random fixes (wording, spelling..)kraymer2006-10-212-20/+21
* add German translation of codecs.xmlkraymer2006-10-211-0/+917
* sync w/ r20321gpoirier2006-10-201-4/+5
* --enable-external-faad doesn't exist any morekraymer2006-10-201-3/+4
* sync w/r20318gpoirier2006-10-201-7/+7
* capitalization fixes, add missing dots to sentenceskraymer2006-10-201-6/+6
* Greatly simplify synopsis roff markup and add a bit of consistency.diego2006-10-201-73/+22
* sync w/ 20054gpoirier2006-10-191-119/+33
* sync w/ 20310gpoirier2006-10-191-5/+1
* r20183: Recommend gcc 4.x on PowerPCvoroshil2006-10-192-3/+39
* r20288: vf uspp description: it now uses snow, not mpeg4kraymer2006-10-192-7/+45
* sync with r20295, patch by Francois Badier %frabad A gmail P com%gpoirier2006-10-191-107/+132
* What is the meaning of the numbers on the status line during the encoding pro...gpoirier2006-10-191-0/+37
* sync w/ r19738gpoirier2006-10-181-3/+3
* sync with r20288ptt2006-10-181-4/+7
* sync w/ r20288gpoirier2006-10-181-4/+8
* sync w/ r20083gpoirier2006-10-181-37/+18
* vf uspp description: it now uses snow, not mpeg4lorenm2006-10-171-1/+1
* rewording of config file usagekraymer2006-10-172-6/+7
* r20257: Disable loading of file-specific configuration file from the samekraymer2006-10-172-20/+28
* sync w/20280gpoirier2006-10-171-2/+2
* remove me=3 leftover (x264)kraymer2006-10-171-1/+1
* mention new -use-filedir-conf option in general config descriptionkraymer2006-10-171-1/+3
* sync with 20277gpoirier2006-10-171-6/+7
* Update x264 option names that changed with r20060lorenm2006-10-161-5/+6
* sync up to r20265 + some li'l fixptt2006-10-161-17/+25
* sync w/ r19715gpoirier2006-10-161-12/+6
* Woops, forgot to bump sync taggpoirier2006-10-161-1/+1
* Sync w/ 20260gpoirier2006-10-161-20/+184
* Use American spelling of "gray" instead for British's "grey" for XviD option,...gpoirier2006-10-162-4/+4
* small grammar fixdiego2006-10-161-2/+2
* sync w/ r20257gpoirier2006-10-161-2/+10
* r20237gpoirier2006-10-161-22/+21
* Update x264 option names that changed with r20060gpoirier2006-10-161-13/+12
* sync with r20132gpoirier2006-10-161-87/+101
* Disable loading of file-specific configuration file from the same rtogni2006-10-151-0/+5
* r20254: bump date, small consistency fixkraymer2006-10-151-3/+3
* bump date, small consistency fixdiego2006-10-151-2/+2
* escape - (bobdeint)kraymer2006-10-152-3/+3
* Implement bob (pseudo?) deinterlacing for xvmc.reimar2006-10-152-0/+8
* r20237: Escape some more - signs.kraymer2006-10-151-8/+8
* man/hu/mplayer.1 synced with r20237Gabrov2006-10-151-8/+8
* convert chinese man page to UTF-8kraymer2006-10-151-1731/+1731
* syn with r20043, Patch by Emmanuel Turlay %bluesmanu AH gmail P com%gpoirier2006-10-151-28/+63
* Actually convert sync tag to subversion style (and found out that this file i...gpoirier2006-10-151-5/+5
* Bump sync tag, remove useless FIXMEgpoirier2006-10-151-2/+1
* missing console messages are (also) replaced by English versionskraymer2006-10-151-2/+2
* update mailman linkskraymer2006-10-151-2/+2
* Escape some more - signs.diego2006-10-151-7/+7
* Sebastian now coordinates translations, some cosmetics.diego2006-10-151-4/+5
* cosmetics: indentationkraymer2006-10-154-1561/+1815
* synced with r20176Gabrov2006-10-151-20/+8
* Remove removed/renamed files.diego2006-10-152-715/+0
* Add standard svn:eol-style and svn:keywords properties, remove svn:executable.diego2006-10-151-0/+0
* synced with r20183Gabrov2006-10-151-2/+2
* synced with r20194Gabrov2006-10-151-25/+26
* Deleting formats.xml and users-vs-dev.xml.Gabrov2006-10-152-719/+0
* synced with r20083Gabrov2006-10-151-11/+22
* Sync mail-lists.xml removal.diego2006-10-143-156/+4
* sync: radio w/r20051, history.xml w/r14025, usage.xml w/r20041, install.xml w...gpoirier2006-10-146-461/+360
* r20189: Some more consistency for the -pvr options, typo.kraymer2006-10-141-21/+21
* some minor fixes & sync to r20194ptt2006-10-121-153/+54
* some little consistency fixesptt2006-10-121-7/+7
* r20172: Update paragraph about libdvdcss and libdvdread.voroshil2006-10-121-17/+4
* Some more consistency for the -pvr options, typo.diego2006-10-121-11/+12
* r20183: Recommend gcc 4.x on PowerPC.kraymer2006-10-121-2/+2
* Recommend gcc 4.x on PowerPC.diego2006-10-121-1/+1
* r20132: little typo fixeskraymer2006-10-121-6/+6
* r20176: small consistency/format fixkraymer2006-10-121-20/+13
* small consistency/format fixkraymer2006-10-121-1/+1
* initial import of cd-dvd.xml (german translation)kraymer2006-10-121-0/+444
* Merge the two libdvdcss/libdvdread paragraphs.diego2006-10-121-7/+2
* Update paragraph about libdvdcss and libdvdread.diego2006-10-121-9/+2
* little typo fixesptt2006-10-091-5/+5
* done! sync'ed with r20061, hoping not to have written 'strafalcioni'ptt2006-10-091-83/+232
* sync'ed with r19361ptt2006-10-091-28/+154
* synced with r20061Gabrov2006-10-081-70/+92
* synced with r20119Gabrov2006-10-088-111/+47
* Cosmetics: remove lone (evil ;-) ) tabreimar2006-10-081-1/+1
* r20083: Unify labels of two solutions to similar problems.kraymer2006-10-071-12/+19
* cosmetics: reformatting, aligningkraymer2006-10-072-255/+309
* r20085: fix FIXME: move history to appendixkraymer2006-10-072-6/+5
* - missing space before '('torinthiel2006-10-061-3/+2
* sync r20085torinthiel2006-10-062-6/+5
* r20080: (cosmetics) add some empty lines to improve readability.voroshil2006-10-063-14/+23
* fix FIXME: move history to appendixkraymer2006-10-052-4/+3
* sync r20083torinthiel2006-10-051-9/+19
* Unify labels of two solutions to similar problems.torinthiel2006-10-051-2/+2
* Missing space before '('torinthiel2006-10-051-2/+2
* Remove unnecessary </itemizedlist><itemizedlist>,torinthiel2006-10-051-6/+0
* (cosmetics) add some empty lines to improve readabilitytorinthiel2006-10-051-0/+15
* Sync 20074torinthiel2006-10-051-32/+6
* Remove stray $ from sync tag.diego2006-10-051-1/+1
* Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)gpoirier2006-10-0516-17/+17
* Synced with 2.10.2006jheryan2006-10-051-62/+204
* Synced with 2.10.2006jheryan2006-10-057-541/+342
* r20061: document new x264 options through r579. (ssim, interlaced, deadzone_i...kraymer2006-10-051-74/+91
* Fix build failuregpoirier2006-10-052-3/+3
* sync with r20051torinthiel2006-10-051-10/+10
* r20054: Remove outdated/duplicate parts from the SDL section.voroshil2006-10-051-59/+1
* r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in r1...voroshil2006-10-051-22/+26
* document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)lorenm2006-10-051-2/+21
* Remove the x264 option parser, and pass the options on to libx264 as a string...lorenm2006-10-051-63/+55
* r20054: Remove outdated/duplicate parts from the SDL section.kraymer2006-10-041-61/+1
* Remove outdated/duplicate parts from the SDL section.diego2006-10-041-58/+0
* Mark ao_sdl as SDL-only.diego2006-10-041-1/+1
* Add SDL-specific keys.diego2006-10-041-0/+14
* some reformattingdiego2006-10-041-9/+9
* synced with r20049Gabrov2006-10-041-48/+50
* Partial sync to r20024, more to follow (hopefully soon)torinthiel2006-10-048-395/+138
* r20041: Add IDs to some examples/tables.kraymer2006-10-044-17/+17
* Fix russian docs build error, caused by my r20046 commitvoroshil2006-10-041-0/+1
* r20041: Add IDs to some examples/tables.voroshil2006-10-043-17/+15
* Fix hz vs Hz typo.diego2006-10-042-7/+7
* Remove unused files.diego2006-10-042-270/+0
* Add IDs to some examples/tables.diego2006-10-043-8/+8
* Make sync tags consistent.diego2006-10-0421-21/+21
* Remove stray $ from sync tags.diego2006-10-042-2/+2
* Remove outdate, obsolete and inflammatory rants section made in r19973 of Eng...gpoirier2006-10-042-224/+0
* Add a note about checking XML documentation build.diego2006-10-041-0/+3
* r20028: faacopts :object is in the range 1..4, not 0..3kraymer2006-10-041-2/+2
* Comment out sections that break the build.diego2006-10-041-0/+5
* faacopts :object is in the range 1..4, not 0..3nicodvb2006-10-041-1/+1
* Recent updates, to r 20024torinthiel2006-10-041-6/+20
* remove trailing periods in listing, insert dashes for "MPEG n"skraymer2006-10-032-13/+13
* r20008: correct parameter value case for -pvr vmode optionkraymer2006-10-031-22/+22
* Fixed typos and some translation errors.voroshil2006-10-011-110/+83
* correct parameter value case for -pvr vmode optionben2006-09-292-2/+2
* updated en and fr man pages with changes introduced by new pvr layerben2006-09-272-48/+49
* Sync section removal.diego2006-09-276-451/+11
* fixes by jerome ferrarigpoirier2006-09-271-97/+111
* Lots of fixes by Jerome Ferrarigpoirier2006-09-271-208/+213
* Some fixes by Jerome Ferrarigpoirier2006-09-271-6/+6
* r19974: Update gcc section. Some rewording.voroshil2006-09-271-13/+9
* r19973: Remove outdate, obsolete and inflammatory rants section.voroshil2006-09-272-251/+1
* r19975: Also mention sysctl for adjusting RTC settings.kraymer2006-09-271-19/+14
* cosmetics: reformatting, aligningkraymer2006-09-277-7634/+7916
* r19973: Remove outdate, obsolete and inflammatory rants sectionkraymer2006-09-272-259/+1
* r19979: after a long time, finally i could add -endpos option to mplayer..kraymer2006-09-271-21/+23
* sync up to rev.19134ptt2006-09-251-28/+210
* nit: Subversion revision numbers are referenced as r12345.diego2006-09-251-1/+1
* after a long time, finally i could add -endpos option to mplayer executable.ptt2006-09-251-20/+24
* sync'd up to rev.18570ptt2006-09-251-5/+13
* sync'd up to (yet) CVS rev.1.1289 thanks to translation by daniele forghieriptt2006-09-251-29/+131
* Also mention sysctl for adjusting RTC settings.diego2006-09-241-1/+6
* Update gcc section, some rewording.diego2006-09-241-15/+7
* Remove outdate, obsolete and inflammatory rants section.diego2006-09-242-227/+0
* synced to 14.9.2006jheryan2006-09-228-63/+672
* r19927: Fix typos noticed by Paul TT.kraymer2006-09-221-3/+3
* remove some unbreakable lines roff errors.gpoirier2006-09-221-8/+8
* sync up to (yet) CVS rev. 1.1260ptt2006-09-221-29/+121
* synced with r19927gpoirier2006-09-221-8/+10
* Fix typos noticed by Paul TT.diego2006-09-221-2/+2
* cosmeticsdiego2006-09-221-52/+53
* removed mention of dvdnav_eventnicodvb2006-09-191-3/+0
* sync with r19881gpoirier2006-09-191-18/+61
* Allow shared libavcodec, but explain the implications.rathann2006-09-191-5/+5
* Add (if applicable) footnote to binary codecs in the feature list.rathann2006-09-181-4/+12
* synced with r19895Gabrov2006-09-181-6/+6
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-181-1/+1
* fix "groff comment issue" (' at beginning of line)kraymer2006-09-181-4/+4
* r19881: Shorten scale filter parameter names to avoid excessive line length.kraymer2006-09-181-4/+4
* Add hint about how to check man pages for markup errors.diego2006-09-181-1/+2
* roff markup fixesdiego2006-09-183-12/+12
* Shorten scale filter parameter names to avoid excessive line length.diego2006-09-181-3/+3
* synced with r19879Gabrov2006-09-176-374/+201
* better description of set_mouse_pos.nicodvb2006-09-171-1/+2
* more appropriate translation for INTERACTIVE CONTROLkraymer2006-09-171-2/+2
* r19865: Wording improvements, document only one half of -mouse-movements flag...kraymer2006-09-171-4/+10
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-171-0/+1156
* Wording improvements, document only one half of -mouse-movements flag option.diego2006-09-161-9/+10
* minor wording/spelling changesdiego2006-09-161-3/+3
* documented set_mouse_posnicodvb2006-09-161-0/+3
* documented -[no]mouse-movementsnicodvb2006-09-161-0/+6
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-161-0/+2546
* r19839: Add repeated screenshot mode to vf_screenshot.kraymer2006-09-151-2/+6
* Add repeated screenshot mode to vf_screenshot.eugeni2006-09-152-3/+8
* r19829: Improve TrueType font installation sectionvoroshil2006-09-144-260/+172
* r19832: remove leftover parenthesiskraymer2006-09-134-142/+150
* remove leftover parenthesiskraymer2006-09-131-1/+1
* r19825: TrueType fonts now preferred over bitmap fonts, rewrite the font inst...kraymer2006-09-133-99/+53
* Improve TrueType font installation section.diego2006-09-131-19/+20
* Move subtitles and OSD section from the installation to the usage chapter.diego2006-09-134-125/+131
* Slightly restructure font installation section.diego2006-09-132-3/+9
* TrueType fonts now preferred over bitmap fonts, rewrite the font installation.diego2006-09-131-88/+39
* r19823: Remove mpsub section, the format is documented in DOCS/tech.kraymer2006-09-131-47/+2
* Remove mpsub section, the format is documented in DOCS/tech.diego2006-09-131-46/+1
* various fixes, rewordingkraymer2006-09-132-90/+90
* r19820: Marillat packages binary codecs, not bitmap fonts.kraymer2006-09-131-3/+4
* Marillat packages binary codecs, not bitmap fonts.diego2006-09-131-1/+1
* r19809: link fix: The codecs page was merged into the download pagevoroshil2006-09-123-106/+5
* r19810: Remove bogus and outdated codecs installation section.kraymer2006-09-121-110/+1
* r19809: link fix: The codecs page was merged into the download page.kraymer2006-09-123-6/+6
* Remove bogus and outdated codecs installation section.diego2006-09-121-104/+0
* link fix: The codecs page was merged into the download page.diego2006-09-123-3/+3
* r19801: Mailing list page URL changed.kraymer2006-09-122-24/+29
* r19799: ability to pass channel name (not only number) to radio_set_channelkraymer2006-09-121-14/+46
* Fix missing link change from previous commitvoroshil2006-09-121-1/+1
* No real change for r19801: already have correct urlvoroshil2006-09-121-1/+1
* Mailing list page URL changed.diego2006-09-111-1/+1
* r19793: Fixes suggested by the Wanderervoroshil2006-09-111-3/+4
* Clarify binary codecs section.diego2006-09-111-2/+3
* Many translation and typo fixes.voroshil2006-09-111-97/+73
* separate independant clauses with a semicolon, as suggested by The Wanderergpoirier2006-09-101-1/+1
* Fixes suggested by The Wanderergpoirier2006-09-101-3/+4
* r19779: RTC is no longer the default timing methodvoroshil2006-09-102-7/+5
* synced with r19790Gabrov2006-09-103-36/+52
* grammar fixdiego2006-09-101-3/+3
* Some more hints for binary packagers.diego2006-09-101-2/+17
* small wording/spelling fixesdiego2006-09-101-5/+5
* keypad 7 returns to nearest dvdnav menunicodvb2006-09-101-0/+2
* RTC is no longer the default timing method.diego2006-09-092-4/+3
* mention dvdnav keys bindingsnicodvb2006-09-091-0/+24
* mention that 'h' and 'k' work with dvb input, toonicodvb2006-09-091-2/+2
* r19767: Remove outdated hint about patching kernel sources.voroshil2006-09-091-18/+2
* Remove outdated hint about patching kernel sources.diego2006-09-091-16/+1
* r19760: remove trailing slash from linkvoroshil2006-09-091-2/+2
* -nortc is now the default, document -rtc instead. Change the descriptionuau2006-09-091-4/+8
* increased revision tag after typo fix in English faq.xml (synced with r19760)Gabrov2006-09-081-1/+1
* remove trailing slash from linkGabrov2006-09-081-1/+1
* DOCS/xml/hu synced with r19757Gabrov2006-09-0813-96/+553
* man/hu/mplayer.1 synced with r19751Gabrov2006-09-081-2/+19
* translation by Vladimir Voroshilov, voroshil gmail comvoroshil2006-09-081-0/+692
* Sections structure synced with english pages.voroshil2006-09-086-124/+127
* Removed outdated file. Content moved to documentation.xml.voroshil2006-09-082-18/+10
* r19751: Abit of doc about dvdnav support in MPlayer, ...voroshil2006-09-082-2/+20
* Fixes suggested by Diegogpoirier2006-09-081-4/+4
* Add a bit of doc about dvdnav support in MPlayer, and why you may want to use...gpoirier2006-09-083-1/+20
* rename formats.xml into containers.xmlgpoirier2006-09-082-1/+1
* r19738: formats.xml --> containers.xml, the chapter was renamed long ago.kraymer2006-09-082-3/+3
* r19742: Remove reference to nvidia-opinions section, it's completely outdated.kraymer2006-09-082-33/+6
* 19737: Remove 404 NuppelVideo link.kraymer2006-09-081-2/+2
* r19738: formats.xml --> containers.xml, chapter wa renamed long agovoroshil2006-09-083-4/+9
* r19739: readvcd link fixvoroshil2006-09-081-2/+2
* r19737: Remove 404 NuppelVideo link.voroshil2006-09-081-2/+2
* r19736: Remove references to obsolete font generators and 404 links.voroshil2006-09-081-22/+3
* Remove reference to nvidia-opinions section, it's completely outdated.diego2006-09-071-2/+1
* Remove reference to gcc-296 section, it's very outdated now.diego2006-09-071-4/+1
* Remove tvout-voodoo section that only consists of one broken link.diego2006-09-072-8/+1
* readvcd link fixdiego2006-09-071-1/+1
* formats.xml --> containers.xml, the chapter was renamed long ago.diego2006-09-072-1/+1
* Remove 404 NuppelVideo link.diego2006-09-071-1/+1
* Remove references to obsolete font generators and 404 links.diego2006-09-071-16/+0
* r19733: (hopefully last) mplayer lists link fixkraymer2006-09-073-140/+12
* r19732: Mailing list descriptions are on homepage, remove from herevoroshil2006-09-073-147/+10
* (hopefully last) mplayer lists link fixkraymer2006-09-071-1/+1
* Mailing list descriptions are on the homepage, remove from here.diego2006-09-073-139/+7
* Outdated file synced with r19589voroshil2006-09-071-33/+35
* fixed wrong synced tagvoroshil2006-09-071-1/+1
* r19687: Codecs page link fix, paragraph rewordedvoroshil2006-09-071-5/+6
* Made better translation of some phrases, typos fixedvoroshil2006-09-071-23/+23
* Outdated file synced with r17322voroshil2006-09-071-5/+12
* Outdated file synced with r19715voroshil2006-09-061-88/+550
* updated missed sync tagvoroshil2006-09-061-1/+1
* r19719: fix cpufreq linkvoroshil2006-09-061-1/+1
* fix cpufreq linkkraymer2006-09-061-1/+1
* r19715: fix some more mailman linksvoroshil2006-09-063-10/+10
* r19715: fix some more mailman linkskraymer2006-09-065-10/+10
* replace tabs by spaces (more readable in std editor..)kraymer2006-09-061-1443/+1442
* fix some more mailman linkskraymer2006-09-065-9/+9
* r19713: fix link to amigasoft.netkraymer2006-09-061-2/+2
* fix link to amigasoft.netkraymer2006-09-061-1/+1
* sync of existing (German) xml docs:kraymer2006-09-069-56/+71
* Outdated file synced with r18964voroshil2006-09-061-198/+683
* Some more CVS --> Subversion changes, explain what to do with the sync tagdiego2006-09-061-4/+8
* better translation of some technical phrases, typos fixedvoroshil2006-09-061-46/+46
* sync w/ r19688gpoirier2006-09-061-2/+95
* r19685: Fix mailing list URLs.voroshil2006-09-061-2/+2
* Outdated file synced with r19685voroshil2006-09-061-11/+10
* r19686: Remove the most outdated entries, small updates.voroshil2006-09-061-30/+5
* Added myself to MAINTAINERSvoroshil2006-09-061-1/+1
* fix charset issues and a little wordingkraymer2006-09-051-24/+16
* added radio.xml, patch by Christian Obst (christian_obst gmx net)kraymer2006-09-052-0/+111
* r19688: insert linebreakkraymer2006-09-051-1/+26
* insert linebreakkraymer2006-09-051-1/+2
* Codecs page link fix, paragraph reworded.diego2006-09-051-4/+5
* Remove the most outdated entries, small updates.diego2006-09-051-28/+4
* Fix mailing list URLs.diego2006-09-053-3/+3
* sync with r18247diego2006-09-051-41/+45
* sync with r19677diego2006-09-051-18/+18
* Remove reference to deleted divx4 section.diego2006-09-051-23/+1
* sync with r19587diego2006-09-051-309/+189
* sync with r18426diego2006-09-051-41/+67
* Remind packagers not to use deprecated codecs and skins paths.diego2006-09-041-0/+3
* lists.mplayerhq.hu URL fix, comment out mailing list search.diego2006-09-041-17/+19
* sync with r19587diego2006-09-041-30/+41
* synced with r18606diego2006-09-041-10/+26
* synced with r14024diego2006-09-041-3/+3
* synced with r19620diego2006-09-041-13/+14
* Add -ass-styles man page entry.eugeni2006-09-041-0/+6
* minor wording changediego2006-09-041-1/+1
* Remove Alex from some maintainer positions that he no longer has.diego2006-09-031-7/+7
* Add note about translating in teams and taking over unmaintained translations.diego2006-09-031-0/+10
* Remove outdated references to CVS.diego2006-09-031-8/+9
* translation by Vladimir Voroshilov, voroshil gmail comdiego2006-09-031-0/+1156
* small markup/grammar fixdiego2006-09-031-2/+4
* ass-color and ass-border-color options.eugeni2006-09-031-0/+8
* added missing reference to radio.xmlGabrov2006-09-021-0/+1
* man/hu/mplayer.1 synced with r19635Gabrov2006-09-021-5/+97
* Fix sync tag.diego2006-09-021-1/+1
* Set default svn:keywords and svn:eol-style properties.diego2006-09-021-1/+1
* DOCS/xml/hu synced with r19634Gabrov2006-09-028-7/+169
* Set default svn:eol-style and svn:keywords properties.diego2006-09-021-1/+1
* new translation, synced with r17322diego2006-09-021-0/+59
* Get rid of code I neither know nor use anymore.attila2006-09-021-1/+1
* sync with r19587diego2006-09-021-3/+85
* Document (no)global x264 encoding option.diego2006-09-011-0/+7
* adding myself to the files in relevant placesrik2006-09-011-0/+2
* Update with current status.diego2006-09-011-4/+5
* The FSF changed postal address.diego2006-09-018-8/+8
* Remove spurious line.diego2006-08-311-1/+0
* Improve radio command descriptions.diego2006-08-311-4/+6
* sync w/r19569gpoirier2006-08-311-14/+25
* wording/markup fixesdiego2006-08-311-4/+5
* r19606: documented -lavfdoptskraymer2006-08-311-1/+11
* mention -demuxer lavf in the dvb input sectionnicodvb2006-08-301-0/+7
* documented -lavfdoptsnicodvb2006-08-301-0/+10
* r19599: Improve radio section.kraymer2006-08-301-3/+69
* Improve radio section.diego2006-08-291-17/+19
* description of radio slave commands, copied from TV command descriptions :-)reimar2006-08-291-0/+9
* r19265: how to encode to PSP format (patch by Christian Obst, christian_obst ...kraymer2006-08-291-1/+45
* grammar/wording/markup fixesdiego2006-08-291-19/+27
* fixe some typos and formatting of -radio entrykraymer2006-08-291-16/+16
* Fix build after radio commit, patch by Jindrich Makovicka.diego2006-08-293-11/+7
* ftp.mplayerhq.hu --> upload.mplayerhq.hudiego2006-08-2817-31/+31
* svn diff does not show files you forgot to add, so recommend of svn status, tooreimar2006-08-281-0/+7
* Forgotten documentation part of radio support patchreimar2006-08-282-0/+234
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-285-0/+72
* Add missing backslashes.diego2006-08-281-2/+2
* Add -(no)ass-use-margins option.eugeni2006-08-281-2/+7
* Synced to 25.8.2006jheryan2006-08-289-166/+137
* Synced to 25.8.2006jheryan2006-08-281-117/+224
* live.com --> LIVE555diego2006-08-2813-16/+16
* documented new slave mode commandsben2006-08-261-0/+42
* r19508: Put -ass options in alphabetical order.kraymer2006-08-231-13/+13
* r19507: syntax/consistency fixkraymer2006-08-231-1/+12
* Put -ass options in alphabetical order.diego2006-08-231-11/+11
* syntax/consistency fixdiego2006-08-231-1/+7
* sync w/ r19503gpoirier2006-08-231-1/+7
* How to handle broken/copy protected VOB files?gpoirier2006-08-231-0/+24
* Add -ass-force-style to man page.eugeni2006-08-221-0/+5
* Enclose all space padded headings with quotes.diego2006-08-229-1740/+1740
* help_mp-hu.h & xml/hu/ports.xml synced with r19449Gabrov2006-08-191-2/+2
* r19361: Reintroduce an ugly variant of the -gui/-nogui options.kraymer2006-08-171-18/+137
* r19424: Update new DarwinPorts URLkraymer2006-08-171-2/+2
* Fixes by Jerome Ferrari % jerome P ferrari A lappis P com %gpoirier2006-08-171-263/+256
* Update new DarwinPorts URL (as opendarwin.org is going bye-bye and gpoirier2006-08-171-1/+1
* Fixes by Jerome Ferrarigpoirier2006-08-171-180/+171
* m-x whitespace-cleanupgpoirier2006-08-1617-352/+352
* xml/hu/codecs.xml synced with r19387Gabrov2006-08-141-2/+2
* trying to fix the reverting paragraphmichael2006-08-131-5/+36
* XAnim homepage URL fixdiego2006-08-131-1/+1
* Update for recent discussions on mplayer-dev-eng.diego2006-08-131-8/+7
* sync with 19361gpoirier2006-08-121-2/+9
* help_mp-hu.h & man/hu/mplayer.1 synced with r19369Gabrov2006-08-121-2/+10
* editorial spelling/wording/grammar changesdiego2006-08-101-8/+8
* update the moving & copying rules as disscussed on mplayer-dev + some (but no...michael2006-08-091-4/+11
* Reintroduce an ugly variant of the -gui/-nogui options.reimar2006-08-081-0/+6
* remove trailing spaces + remove some obviously redudant wordsgpoirier2006-08-071-709/+709
* synced with r19348gpoirier2006-08-071-10/+12
* punctuation, slight clarificationdiego2006-08-061-2/+2
* Add matroska chapter seeking capability.eugeni2006-08-062-0/+7
* inputs is for keys, this is streamben2006-08-041-1/+1
* a few more files i'll maintainben2006-08-041-0/+3
* synced with r19293Gabrov2006-08-022-14/+152
* clarification on -mpegopts :vaspectnicodvb2006-08-011-1/+1
* New sentences should start on a new line.diego2006-07-311-2/+2
* don't use vaspect on mpeg1 video streamsnicodvb2006-07-311-1/+2
* Move the section describing the per movie config filesattila2006-07-311-5/+5
* Add Indexes to Options as suggested by Jaeho Shin.diego2006-07-301-1/+1
* How to encode movies for PSPgpoirier2006-07-301-0/+44
* alex didnt commit his (very incomplete) rfc conversion of my proposal so i co...michael2006-07-301-0/+127
* Add a paragraph about which Subversion version to use.diego2006-07-291-0/+6
* typo fixben2006-07-291-1/+1
* Part 2 of the various fixes features by Jerome Ferrarigpoirier2006-07-291-118/+112
* missed some escapingben2006-07-292-2/+2
* use DOCS writing standards for default values (asked by diego)ben2006-07-291-12/+9
* Part 1 of review of Jerome's Ferrari's patchgpoirier2006-07-291-102/+101
* sync w/ r19233gpoirier2006-07-291-4/+21
* french manpage for pvr:// inputben2006-07-291-1/+77
* english manpage for pvr:// inputben2006-07-291-1/+75
* updated en/fr manpages for ao_ivtvben2006-07-282-0/+10
* ao_ivtv driver in authors/maintainers filesben2006-07-281-0/+1
* removed default outfile for -ao mpegpesnicodvb2006-07-281-1/+1
* Improve ao_mpegpes description.diego2006-07-271-7/+5
* description of the arnd scale video filter parameterdiego2006-07-261-1/+9
* new -ao mpegpes optionsnicodvb2006-07-261-0/+11
* - synced with 18964 by Emdej and fixes from Boskiboskicinek2006-07-251-18/+681
* synced with r19181gpoirier2006-07-251-3/+3
* - Add missing "00" in -af pan usage line.corey2006-07-241-2/+2
* ketchup time (merge forgotten commit)gpoirier2006-07-241-92/+1
* synced with r19161gpoirier2006-07-241-1/+15
* hu/ports.xml & man/hu/mplayer.1 synced with r19175Gabrov2006-07-242-19/+34
* cosmetics/punctuation/spellingdiego2006-07-221-5/+7
* sync r19134gpoirier2006-07-211-5/+6
* updated french man page with vo_ivtv descriptionben2006-07-211-3/+20
* updated english man page with vo_ivtv descriptionben2006-07-211-3/+16
* added myself as maintainer of vo_ivtv driverben2006-07-191-0/+1
* move -ass on top of -ass-* optionskraymer2006-07-182-15/+15
* r19131: 10l to someone..kraymer2006-07-181-3/+3
* 10l compilation fix: misplaced tagdiego2006-07-181-1/+2
* 10l to someone..rfelker2006-07-181-2/+2
* remove vorbis and theora support by request of ivanmichael2006-07-171-10/+0
* 10l typo, please check compilation before committing.diego2006-07-171-1/+1
* clarify H.264 global header formatmichael2006-07-161-0/+2
* r19081: Update some old and crufty sections.kraymer2006-07-162-48/+5
* r19097: wording fix; default dvb tuning timeout is now 30 secondskraymer2006-07-161-3/+19
* r19087: Remove support for obsolete and non-free divx4/odivx libraries.kraymer2006-07-162-118/+3
* r19050: grammar and consistency fixeskraymer2006-07-161-29/+29
* r18964: wording fixkraymer2006-07-162-8/+58
* sync of ports.xml:kraymer2006-07-161-11/+55
* some xml docs review, based on patches by Kurt Lettmaier (k . lettmaier @at@ ...kraymer2006-07-164-42/+41
* clarify "extradata"michael2006-07-151-0/+13
* now obsoletediego2006-07-151-14/+0
* Change sync tags to rXXXX.diego2006-07-1518-36/+18
* - sync and fixesboskicinek2006-07-158-318/+298
* - CVS --> SVNboskicinek2006-07-151-1/+1
* Hungarian docs & man page synced with r19101Gabrov2006-07-155-234/+25
* print frame type and keep track of last encountered keyframeivo2006-07-151-0/+3
* new black frame detection filterivo2006-07-152-0/+12
* wording fix; default dvb tuning timeout is now 30 secondsnicodvb2006-07-141-1/+1
* Remove support for obsolete and non-free divx4/odivx libraries.diego2006-07-143-185/+1
* Update some old and crufty sections.diego2006-07-142-42/+3
* some updates and corrections by Jerome Ferrari < jerome PP ferrari AH lappis ...gpoirier2006-07-131-160/+159
* rename mpcf.txt to nut.txtmichael2006-07-131-0/+0
* freeze (this is pretty much oded shimons patch from a few month ago)michael2006-07-131-4/+6
* man/hu/mplayer.1 synced with r19052Gabrov2006-07-131-30/+30
* synced with r19051gpoirier2006-07-131-36/+35
* Rename OSD/SUB section to OSD/SUBTITLES.diego2006-07-122-2/+2
* alphabetical order for the OSD/SUB sectiondiego2006-07-121-24/+24
* grammar and consistency fixesdiego2006-07-121-5/+5
* HU DOCS & man synced with r19046Gabrov2006-07-123-14/+7
* r19046: two small fixeskraymer2006-07-121-8/+66
* two small fixeskraymer2006-07-121-2/+2
* r19043: add missing comma [does not apply]kraymer2006-07-121-5/+4
* r19039: Use only one global config.mak file.kraymer2006-07-121-8/+1
* add missing commacorey2006-07-121-1/+1
* Use only one global config.mak file.diego2006-07-121-6/+0
* - svn sync tag addedboskicinek2006-07-1217-2178/+1304
* - incomplete but we probably need this (because we updated mencoder.xml already)boskicinek2006-07-121-0/+4418
* - svn sync tag addedboskicinek2006-07-121-7/+8
* Telecine article on divx.com has gone 404, link to Wikipedia instead.diego2006-07-121-4/+4
* sync w/ 18969 (latest Eng. version)gpoirier2006-07-111-1/+8
* sync w/ r18942gpoirier2006-07-111-2/+40
* added myself as maintainer of pvr input layerben2006-07-101-0/+3
* sync w/ r18928gpoirier2006-07-101-3/+8
* sync w/ 18916gpoirier2006-07-101-4/+4
* Sync w/ 18712gpoirier2006-07-101-5/+10
* sync w/ 18702gpoirier2006-07-101-22/+15
* DOCS/xml/hu synced with r18973Gabrov2006-07-092-4/+48
* DOCS/man/hu/mplayer.1 synced with r18969Gabrov2006-07-091-5/+59
* Mention hardware DTS pass-through. This wasn't strictly needed, but requested...gpoirier2006-07-081-0/+2
* customtrect -vo gl suboptionreimar2006-07-081-0/+3
* forgotten customtlin -vo gl suboption documentationreimar2006-07-081-0/+3
* wording fixdiego2006-07-081-2/+2
* Add myself to maintainers.eugeni2006-07-081-0/+1
* grammar/markup fixesdiego2006-07-081-9/+13
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+33
* Building on Mac OS 10.3 leads to several link errors: this new FAQ entry expl...gpoirier2006-07-071-0/+44
* some grammar/spelling/markup fixes for -rtsp-destinationdiego2006-07-061-2/+6
* DOCS/xml/hu synced with r18923Gabrov2006-07-063-22/+68
* Update MPlayerOSX checkout commandlines with subversion commandlinegpoirier2006-07-061-6/+5
* document the change on -edlout's behaviorreynaldo2006-07-051-6/+6
* Modifies behavior of -edloutreynaldo2006-07-051-4/+3
* trying to end the codec id battlemichael2006-07-041-0/+7
* Sync with 18835jheryan2006-07-041-47/+227
* Sync to svn up to 27.6.2006jheryan2006-07-0419-209/+366
* updated english and french manpages with new -rtsp-destination optionben2006-07-012-0/+10
* havent seen him in ages..reynaldo2006-06-301-2/+2
* Nicolas Le Gaillart has vanishedgpoirier2006-06-301-1/+1
* Update list of documentation maintainers.diego2006-06-301-6/+7
* Fix misplaced apostrophe.diego2006-06-291-1/+1
* cosmeticsdiego2006-06-281-0/+30
* Rewrite and extend the Subversion guidelines.diego2006-06-281-64/+92
* typo/grammar fixesdiego2006-06-281-12/+18
* More information on how to compile MPlayer on OSX with extra featuresgpoirier2006-06-271-1/+42
* updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port optionben2006-06-266-6/+6
* Add new Subversion beginners guideivo2006-06-261-0/+62
* Remove old CVS beginners guideivo2006-06-261-141/+1
* r18824: URL update for Marillat Debian packageskraymer2006-06-261-1/+1
* added myself as freesdp imported library maintainerben2006-06-261-0/+1
* URL update for Marillat Debian packagesdiego2006-06-262-2/+2
* natsuki.mplayerhq.hu -> rsync.mplayerhq.huattila2006-06-241-2/+2
* added myself as the new librtsp maintainerben2006-06-231-0/+1
* rename cvs-howto.txt to svn-howto.txtivo2006-06-211-0/+0
* minor Subversion-related changesdiego2006-06-211-12/+3
* add command for changing commit messages after the commit took place.ivo2006-06-211-0/+7
* fix link to help_mp-XX.h files in svn repokraymer2006-06-181-1/+1
* r18712: improved -vo gl:lscale documentationkraymer2006-06-181-31/+26
* DOCS/man/hu/mplayer.1 synced with r18712Gabrov2006-06-161-27/+22
* Setting up a web server and FTP server.diego2006-06-161-2/+19
* misc correctionsdiego2006-06-161-46/+52
* improved -vo gl:lscale documentationreimar2006-06-141-4/+9
* More CVS --> Subversion changesivo2006-06-141-52/+51
* CVS --> Subversionivo2006-06-141-14/+11
* DOCS/xml/hu/ports.xml synced with r18704Gabrov2006-06-141-11/+85
* Remove unnecessary rsync exclude.diego2006-06-141-2/+1
* cosmeticsdiego2006-06-141-7/+7
* formatting fixesdiego2006-06-141-22/+14
* sync with r18697gpoirier2006-06-141-1/+1
* r18697: scaler -> scale typo fixkraymer2006-06-131-2/+2
* review of large parts of xml documentationkraymer2006-06-1311-448/+450
* scaler -> scale typo fixreimar2006-06-131-1/+1
* sync with r18656 (French man page is now in sync)gpoirier2006-06-111-4/+30
* sync with r18673kraymer2006-06-101-6/+77
* Preliminary version of mirror howtoattila2006-06-102-0/+191
* Expand and update the Solaris and AIX sections.diego2006-06-101-6/+79
* r18656: Add yuv to rgb conversion using a 3D lookup texturekraymer2006-06-091-1/+10
* CVS --> Subversiondiego2006-06-091-12/+4
* synced with r18656Gabrov2006-06-091-15/+62
* unify wording of "Manpage" (according to most occurences in de/mplayer.1)kraymer2006-06-089-30/+30
* Add yuv to rgb conversion using a 3D lookup texturereimar2006-06-081-0/+6
* synced with r18651Gabrov2006-06-0819-149/+58
* Except for missing cd-dvd.xml and codecs.xml, German xml docskraymer2006-06-0811-103/+104
* small fixes in en/video.xmlkraymer2006-06-082-179/+166
* s/CVS/Subversion/diego2006-06-081-7/+7
* review of ports.xml and formats.xml translationskraymer2006-06-082-95/+93
* 10l: double "and"kraymer2006-06-081-1/+1
* review of history.xml and users-vs-dev.xmlkraymer2006-06-082-33/+33
* review of mencoder.xmlkraymer2006-06-081-65/+64
* rewording/clarification of vqscale optionkraymer2006-06-072-5/+9
* Project Mayo is long dead, their CVS does not work. Some more changesdiego2006-06-071-46/+2
* sync with r18631 (except a gl commit that will be translated later)gpoirier2006-06-071-1/+42
* r18631: yadif filter: formatting fixeskraymer2006-06-071-6/+59
* yadif filter: formatting fixeskraymer2006-06-071-4/+9
* add vqscale=0 option, explain different meanings for snow and other codecskraymer2006-06-071-2/+4
* mcdeint is happy with yadif=3 toomichael2006-06-071-1/+1
* make spatial interlacing check optionalmichael2006-06-071-1/+2
* Add bicubic texture scalingreimar2006-06-071-0/+10
* sync with r18574gpoirier2006-06-071-2/+5
* some more s/CVS/Subversion/ + update some step-by-step directions which were ...gpoirier2006-06-072-34/+17
* Remove all references to MPlayer CVS from bugreports.xmlgpoirier2006-06-071-12/+13
* Rename sinesupress to sinesuppress, including af_sinesupress.c file rename.corey2006-06-075-5/+5
* yet another deinterlacing filtermichael2006-06-061-1/+13
* small consistency fixdiego2006-06-061-2/+2
* grammar/wording and formatting fixes for mcdeintdiego2006-06-061-5/+14
* Fix mailing list name.diego2006-06-061-1/+1
* * fix obsolete cvs revision tagskraymer2006-06-067-10/+17
* (at least for now) finalizing review of encoding-guide.xmlkraymer2006-06-061-119/+119
* </para> tag was accidently deleted and caused compile errorkraymer2006-06-061-0/+1
* fixes by jerome ferrarigpoirier2006-06-061-63/+62
* xml docs: CVS --> Subversionkraymer2006-06-064-69/+24
* synced with r18573gpoirier2006-06-061-2/+18
* synced with r18591Gabrov2006-06-061-6/+44
* Motion compensating deinterlacermichael2006-06-061-0/+14
* (unfinished) review with lots of changeskraymer2006-06-051-403/+400
* r18577: mention when vo_gl yuv conversion methods are inexactkraymer2006-06-051-3/+20
* sync with r18567gpoirier2006-06-051-5/+8
* mention when vo_gl yuv conversion methods are inexactreimar2006-06-051-0/+2
* German man page is completed since some time..kraymer2006-06-051-1/+1
* Make aic description a bit more helpful and less misleading.corey2006-06-051-1/+3
* Support and document lavc b_sensitivity option.corey2006-06-051-0/+12
* A couple typos: whith --> with, Defult --> Defaultcorey2006-06-051-2/+2
* r18570: document the recent changes in Snow. new lavcopts: 'refs', 'vqscale=0'kraymer2006-06-051-1/+6
* document the recent changes in Snow.lorenm2006-06-052-17/+36
* initial import of some missing German xml translation, review(s) pendingkraymer2006-06-058-0/+11439
* 18567: fixed -dvbin :timeout rangekraymer2006-06-051-5/+9
* fixed -dvbin :timeout rangenicodvb2006-06-041-1/+1
* configurable tuning timeoutnicodvb2006-06-041-0/+3
* fixed off by one object_types in -faacoptsnicodvb2006-06-041-4/+4
* Remove now obsolete .cvsignore files.diego2006-06-0211-16/+0
* URL fixpoirierg2006-05-301-1/+1
* synced with 1.87gabrov2006-05-181-1/+8
* typo fixesgabrov2006-05-181-1/+1
* increased sync tag (1.16) after URL updategabrov2006-05-181-1/+1
* synced with 1.53gabrov2006-05-181-6/+25
* typo fixesgabrov2006-05-181-2/+2
* Mention new mphelp_check.py script.diego2006-05-171-7/+13
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-171-0/+7
* version bump (we are in sync with 1.16)kraymer2006-05-151-1/+1
* URL fixgpoirier2006-05-158-8/+8
* sync with 1.1289gpoirier2006-05-151-1/+27
* document more codecs supported by vfw interface.gpoirier2006-05-151-1/+16
* explains why current players do not deinterlace to full fieldrate, original p...gpoirier2006-05-141-2/+6
* add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP fer...gpoirier2006-05-141-0/+123
* synced with 1.1289gabrov2006-05-141-1/+17
* remove stray ')'reimar2006-05-131-1/+1
* grammar fix for 'Syntax'kraymer2006-05-131-2/+2
* 1.1289: support lavc mv0_thresholdkraymer2006-05-131-2/+30
* support lavc mv0_thresholdcorey2006-05-131-0/+15
* synced with 1.50gabrov2006-05-131-34/+44
* synced with 1.1288gabrov2006-05-131-2/+13
* Rework the karaoke audio filter section.diego2006-05-131-10/+7
* New karaoke afreynaldo2006-05-132-0/+13
* Further random updates by Jerome Ferrari <jerome PIOS ferrari A lappis POIU com>gpoirier2006-05-121-53/+59
* some fixes for the VfW encoding sectiondiego2006-05-121-33/+43
* roff syntax fixdiego2006-05-111-0/+2
* like it or not, the vfw options are -(xvfw)opts, not -(vfw)optsgpoirier2006-05-111-1/+1
* sync with 1.1285gpoirier2006-05-111-2/+14
* synced with 1.1284gabrov2006-05-111-3/+15
* synced with 1.29gabrov2006-05-111-1/+1
* synced with 1.17 (increased sync tag after English typo fix)gabrov2006-05-111-1/+1
* synced with 1.49gabrov2006-05-111-4/+4
* 1.284: fix vfw-related thingskraymer2006-05-111-2/+2
* fix vfw-related things, patches by RC and Compngpoirier2006-05-111-1/+1
* grammar fixkraymer2006-05-101-1/+1
* missing period, noticed by Christian Korff christian.korff$$@$$gmail$$.$$comdiego2006-05-101-1/+1
* align xml tagskraymer2006-05-091-171/+171
* wordingkraymer2006-05-091-1/+1
* German translation for tvinput.xmlkraymer2006-05-091-0/+216
* 1.1283: Document xvfwopts.kraymer2006-05-091-2/+13
* Document xvfwopts.diego2006-05-091-1/+11
* small layout fixdiego2006-05-091-0/+2
* Ignore main.xml.diego2006-05-091-0/+1
* 1.1281: Small wording fix, add parameters to the lavfopts option declarations.kraymer2006-05-091-6/+6
* typo/wording fixesdiego2006-05-091-6/+6
* Add a note about main.xml.diego2006-05-091-2/+3
* synced with 1.48gabrov2006-05-091-1/+140
* Explain how to use -ovc vfw, patch by compn < tempn AH twmi PIO rr POI com >,...gpoirier2006-05-091-0/+139
* This file is autogenerated and should not be in CVS.diego2006-05-081-28/+0
* 2nd part of review by Pierre Lombard + some more fixes by me.gpoirier2006-05-081-244/+236
* French correction by Pierre Lombard <p_l AH gmx PO fr>, and some further chan...gpoirier2006-05-081-114/+115
* French Fixes by Pierre Lombard, (and 10l to me for not checking they weregpoirier2006-05-041-369/+352
* synced with 1.1281gabrov2006-05-021-5/+5
* French fixes by jerome WOF ferrari YAP lappis WOF comgpoirier2006-05-021-102/+111
* some more correctionsgpoirier2006-05-012-4/+2
* sync with 1.1281gpoirier2006-05-011-6/+6
* french corrections by Bounecgpoirier2006-05-012-170/+170
* Small wording fix, add parameters to the lavfopts option declarations.diego2006-05-011-5/+5
* Expand a bit, clarification and grammar fix.diego2006-05-011-5/+6
* Remove obsolete features.xml file.diego2006-05-012-28/+0
* synced with 1.1280gabrov2006-05-011-212/+529
* 10lattila2006-04-301-5/+2
* patches should be always created from root dirattila2006-04-301-12/+16
* add section about resending patchesattila2006-04-301-0/+6
* 1.1280: -lavfopts muxrate in in bits/seckraymer2006-04-301-2/+2
* -lavfopts muxrate in in bits/secnicodvb2006-04-301-1/+1
* 1.1279: Bump the date.kraymer2006-04-301-6/+6
* 1.1276: Consistency for the 'i' key, [does not apply]kraymer2006-04-301-4/+18
* 1.1273: small spelling/grammar fixeskraymer2006-04-301-9/+21
* synced with 1.1200gabrov2006-04-301-122/+633
* French fixes by Jerome Ferrarigpoirier2006-04-291-50/+45
* French fixes by Bounecgpoirier2006-04-291-116/+115
* I already bumped the date to tomorrow, which is pre8 "Neu Team Strikes back" ...gpoirier2006-04-291-1/+1
* Bump the date.diego2006-04-291-1/+1
* sync with 1.1278gpoirier2006-04-291-13/+50
* Correct vglobal description, as pointed out by Loren.diego2006-04-281-1/+1
* cosmetics: Remove trailing whitespace.diego2006-04-281-18/+18
* Consistency for the 'i' key, document vglobal, aglobal anddiego2006-04-281-5/+20
* synced with 1.1124gabrov2006-04-281-31/+82
* Small grammar fix introduced by my previous commit :/reynaldo2006-04-281-1/+1
* Some Fench fixes by Bounecgpoirier2006-04-281-4/+4
* Some French corrections, patch by Jérome Ferrari <jerome POIS ferrari AH lap...gpoirier2006-04-281-21/+21
* synced with 1.1114gabrov2006-04-281-62/+121
* Small clarification to the i keystroke description, it doesnt make an EDL mar...reynaldo2006-04-281-1/+1
* small spelling/grammar fixesdiego2006-04-281-3/+3
* clarified restriction on -lavfopts :delaynicodvb2006-04-271-1/+1
* document more -lavfopts entriesnicodvb2006-04-271-4/+16
* synced with 1.1100gabrov2006-04-271-65/+275
* EDL no longer conditionally compiled.diego2006-04-271-3/+3
* I think I can safely take care of the equalizer af, going to maintain itreynaldo2006-04-271-0/+1
* German translation for faq.xmlkraymer2006-04-261-0/+1371
* French corrections by Pierre Lombard < p_l AH gmx POIS fr >gpoirier2006-04-261-180/+181
* (.)~(.)gpoirier2006-04-262-1299/+572
* synced with 1.1059gabrov2006-04-261-69/+169
* 1.1269: Kiriuja's rephrasing of the identify=6 v/s -identify issue, ...kraymer2006-04-261-2/+8
* Kiriuja's rephrasing of the identify=6 v/s -identify issue, patch by himself,...reynaldo2006-04-261-1/+3
* some fixes by Pierre Lombardgpoirier2006-04-251-140/+143
* synced with 1.1042gabrov2006-04-251-12/+47
* synced with 1.105gabrov2006-04-251-8/+8
* synced with 1.26gabrov2006-04-251-3/+3
* Synced with 1.1258jheryan2006-04-251-21/+105
* Synced with 1.15jheryan2006-04-252-19/+69
* Synced with 1.80jheryan2006-04-251-98/+152
* Synced with 1.103jheryan2006-04-251-11/+23
* Synced with 1.63jheryan2006-04-251-2/+2
* Synced with 1.25jheryan2006-04-251-2/+2
* Synced with 1.102jheryan2006-04-251-1/+11
* Synced with 1.47jheryan2006-04-251-28/+52
* Synced with 1.76jheryan2006-04-251-1/+46
* Synced with 1.16jheryan2006-04-251-1/+2
* synced with 1.1036gabrov2006-04-241-2343/+7253
* Small grammar fixes:corey2006-04-241-2/+2
* small fix on -identify section of the manpage, new line for new sentence and ...reynaldo2006-04-241-2/+2
* AVI files *can* contain aspect ration information, closes #483.diego2006-04-241-1/+1
* Other players apart from MPlayer support MPEG-4 aspect now, closes #482.diego2006-04-241-3/+3
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-1/+3
* sycn with 1.1266gpoirier2006-04-241-3/+1
* 1.1266: Remove support for default.sub.kraymer2006-04-231-3/+1
* Remove support for default.sub.diego2006-04-231-2/+0
* Sync with 1.47, patch by Johan Bos < dariusjb AH gmail com> and LMJ.gpoirier2006-04-231-0/+4377
* 1.1265: Add a new command: osd_show_property_text that show an expanded prope...kraymer2006-04-231-1/+32
* sync with 1.1265gpoirier2006-04-231-4/+37
* Fix up osd_show_/operty_text.diego2006-04-231-2/+2
* Align osd_show_text with osd_show_property_text.albeu2006-04-231-1/+1
* Add a new command: osd_show_property_text that show an expanded propertyalbeu2006-04-232-0/+8
* Fix up -msgcharset and MPLAYER_CHARSET.diego2006-04-231-9/+11
* typo fixgabrov2006-04-231-1/+1
* document message charset functionalityreimar2006-04-231-4/+10
* Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.diego2006-04-221-0/+8
* The tv color control commands can now also adjust the values.albeu2006-04-221-8/+8
* sync to x264 r503 (dct_decimate)lorenm2006-04-221-0/+9
* synced with 1.76gabrov2006-04-221-1/+33
* 1.260: 10lkraymer2006-04-211-2/+4
* 10lkraymer2006-04-211-1/+1
* syntax fix for "s" (keyboard control)kraymer2006-04-211-1/+1
* typo (noticed by "veal" on freenode)kraymer2006-04-211-1/+1
* remove private comment tagkraymer2006-04-191-1/+0
* German translation for usage.xmlkraymer2006-04-191-0/+1086
* spellcheck revealed 2 more typos..kraymer2006-04-191-2/+2
* small grammar fixkraymer2006-04-181-2/+2
* German translation for documentation.xmlkraymer2006-04-181-0/+196
* 1.15: Explain how security issues should be reported, based on a patch by Ivannkraymer2006-04-181-1/+16
* German translation for mail-lists.xmlkraymer2006-04-181-0/+131
* German translation for install.xmlkraymer2006-04-181-0/+988
* Remove outdated references to Arpi as admin.diego2006-04-181-3/+1
* A new German translation of the XML documentation is in the works.diego2006-04-1810-8024/+0
* minor markup fixesdiego2006-04-181-2/+2
* 10l: build fix.gpoirier2006-04-171-8/+8
* add translation of audio.xmlkraymer2006-04-171-0/+61
* English docs should be built first.diego2006-04-171-1/+1
* Simplify link removal.diego2006-04-171-3/+1
* add support for German translationkraymer2006-04-171-1/+1
* add finished translations forkraymer2006-04-173-0/+640
* add missing Makefile for German xml docskraymer2006-04-171-0/+11
* sync with 1.1257gpoirier2006-04-161-2/+40
* 1.1257: Fix and improve xinerama supportkraymer2006-04-161-2/+22
* Fix and improve xinerama supportreimar2006-04-161-1/+6
* Add some files I maintainreimar2006-04-161-0/+3
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...reimar2006-04-151-0/+7
* synced with 1.15gabrov2006-04-151-2/+17
* synced with 1.103gabrov2006-04-151-1/+14
* Major update of all French files (except mencoder and encoding-guide)gpoirier2006-04-1513-315/+524
* small typo/grammar fixesdiego2006-04-141-3/+3
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-141-0/+5
* 1.1253: Document sinesupress audio filter, [...]kraymer2006-04-141-1/+23
* Document sinesupress audio filter, thanks to the help of Michael Niedermayer ...gpoirier2006-04-131-0/+17
* Fix a few French barbarism, add missing sentence.gpoirier2006-04-101-2/+3
* synced with 1.1252gpoirier2006-04-091-3/+6
* Explain how security issues should be reported, based on a patch by Ivann, fe...gpoirier2006-04-091-0/+14
* AMR codecs support info, patch by Rathann, with slight alteration by me.gpoirier2006-04-091-0/+32
* co_N_pilation to compilationiive2006-04-091-1/+1
* New mode for tinterlace filteriive2006-04-081-0/+3
* French fixes, by Bounecgpoirier2006-04-071-171/+171
* sync up to 1.1234ptt2006-04-041-16/+81
* Slight grammar and wording fixes.corey2006-04-031-4/+4
* 1.1251: -crash-debug does not get enabled with .developer in the source tree.kraymer2006-04-021-3/+2
* Add a note explaining that it's okay to use a different target bitrate on the...gpoirier2006-04-021-0/+13
* -crash-debug does not get enabled with .developer in the source tree.diego2006-04-021-2/+1
* More French fixes by Bounecgpoirier2006-03-311-63/+63
* increasing sync tag to 1.15 after update by Diegogabrov2006-03-301-1/+1
* increasing sync tag to 1.63 after update by Diegogabrov2006-03-301-1/+1
* French proofreading, by Bounecgpoirier2006-03-291-59/+59
* sync up to 1.223ptt2006-03-281-88/+94
* synced with 1.1249gpoirier2006-03-271-12/+29
* Properly document sub_alignment.diego2006-03-271-1/+4
* 1.1250: [applied by Diego, #1.216]kraymer2006-03-271-6/+7
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-2730-95/+99
* Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.diego2006-03-261-2/+3
* Simplify mkdir calls, test is not necessary before creating directories,diego2006-03-261-4/+4
* support custom OSD colour for vo_gl.creimar2006-03-261-0/+2
* typo, parameter naming consistencydiego2006-03-261-3/+3
* Use <value> and [value] consistently.diego2006-03-261-42/+42
* fix for the macosx tiger (groff 1.19.x) indentation issuejonas2006-03-251-3/+1
* max_distance clarificationods152006-03-251-8/+16
* cosmetic, table alignods152006-03-251-1/+1
* switch to using vlc for stream_flagsods152006-03-251-5/+5
* Update to the recent properties changes.albeu2006-03-241-18/+20
* Add get/set_property and update volume/mute to the last changes.albeu2006-03-221-4/+11
* 1.1246: insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+17
* insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+2
* 1.1243: 10lkraymer2006-03-221-8/+27
* 1.1237: Capitalize some sentences after colons.kraymer2006-03-221-6/+18
* 1.1234: Add some undocumented options.kraymer2006-03-221-1/+36
* 1.1232: put options in alphabetical orderkraymer2006-03-221-6/+18
* Shortly describe -playing-msg and -list-properties.albeu2006-03-221-0/+15
* Prevent building lavc with xvid support unless xvid version is 1.1 orcorey2006-03-211-1/+1
* 10llorenm2006-03-201-1/+1
* sync to x264 r476 (subq=7)lorenm2006-03-201-4/+6
* synced with 1.1241gpoirier2006-03-201-2/+21
* 1.1230: Typo fix: "URLs to forces" --> "URLs to force"kraymer2006-03-181-20/+37
* flags cleanupmichael2006-03-181-9/+13
* Support libavcodec vrc_strategy=1 (XviD ratecontrol).corey2006-03-171-1/+12
* timebases guidelinesods152006-03-171-0/+2
* sync with new MEncoder config file namegpoirier2006-03-151-2/+2
* rephrase index_ptr positioningods152006-03-151-1/+2
* timebase tableods152006-03-151-5/+12
* The system-wide and the user-specific MEncoder configuration file should bothdiego2006-03-146-9/+9
* mpegopts examplerathann2006-03-141-0/+7
* synced with 1.36gabrov2006-03-141-6/+1
* Remove totally wrong suggestion to use -dumpaudio and -dumpvideo to savertognimp2006-03-141-4/+0
* sync with 1.1238gpoirier2006-03-131-2/+1
* adapter doesn't require vm anymorefaust32006-03-131-1/+0
* fixed character encodinggabrov2006-03-132-2/+2
* cosmetic, move stuff aroundods152006-03-131-20/+20
* + muxer_lavf.c - Michael Niedermayermichael2006-03-121-0/+3
* strings without terminating NULods152006-03-121-0/+2
* bump neglected dateods152006-03-121-2/+2
* revert last changeods152006-03-121-4/+4
* better max for frame code values, still allowing compact implementationods152006-03-121-5/+5
* 10l to me, misarrangment of flagsods152006-03-121-1/+1
* change max_distance back to 64kb and set max frame size to 2*max_distance.ods152006-03-121-3/+4
* change max_distance max to 128kb instead of 65kbods152006-03-111-1/+1
* move bit flags to be more convinient...ods152006-03-111-8/+8
* clarify, header_checksum is not included in forward_ptr and in packet checksumods152006-03-111-2/+2
* SHOULD NOT be higher than 1/timebase limitmichael2006-03-101-0/+1
* div8 -> div16michael2006-03-101-6/+7
* drop max_frame_sizemichael2006-03-101-7/+4
* double muxing examples (cant hurt to explictly mention the most common)michael2006-03-101-0/+2
* limit stuffing to prevent header_checksum from endup being useless due to a g...michael2006-03-101-1/+2
* universal timestamp (= stream_id + timestamp in stream timebase)michael2006-03-101-14/+14
* little clarification of sample_width/sample_heightmichael2006-03-101-1/+1
* 0x00 and 0xFF should be invalid (libnut does that already and it seems like a...michael2006-03-101-0/+2
* push back userdata stream_classods152006-03-101-1/+1
* header_checksummichael2006-03-101-0/+5
* cosmeticmichael2006-03-081-4/+2
* remove info streamsmichael2006-03-081-20/+6
* synced with 1.1237gpoirier2006-03-071-8/+11
* Correct toolchain for building XML docs on Debian Sarge.diego2006-03-071-1/+1
* synced with 1.47gabrov2006-03-061-22/+31
* 10l to Guillaume. It's <option>, not <options>. xmllint would've told you that.rathann2006-03-061-1/+1
* various improvements of the section "Choosing the video codec"gpoirier2006-03-061-24/+29
* increasing sync tag to 1.45 after typo fix in English versiongabrov2006-03-051-1/+1
* typo fixgabrov2006-03-051-2/+1
* Capitalize some sentences after colons.diego2006-03-051-4/+4
* synced with 1.80gabrov2006-03-051-33/+115
* synced with 1.35gabrov2006-03-051-1/+18
* synced with 1.62gabrov2006-03-051-18/+19
* file removegabrov2006-03-051-14/+0
* increased sync tag to 1.102 after Diego's updategabrov2006-03-051-1/+1
* increased sync tag after Diego's updategabrov2006-03-051-1/+1
* synced with 1.44gabrov2006-03-051-8/+24
* synced with 1.85gabrov2006-03-051-107/+113
* synced with 1.25gabrov2006-03-051-70/+54
* synced with 1.75gabrov2006-03-051-1/+13
* synced with 1.16gabrov2006-03-051-2/+2
* synced with 1.16gabrov2006-03-051-8/+19
* synced with 1.28gabrov2006-03-051-4/+10
* synced with 1.74gabrov2006-03-051-64/+64
* synced with 1.32gabrov2006-03-051-7/+7
* synced with 1.14gabrov2006-03-051-17/+52
* synced with 1.36gabrov2006-03-051-7/+130
* sync to x264 r457 (direct_pred=3)lorenm2006-03-051-3/+6
* cosmetics, rename max_size to max_frame_sizeods152006-03-051-8/+8
* snow supports vme=8lorenm2006-03-051-8/+10
* return index_ptr to inside indexods152006-03-041-10/+21
* typoods152006-03-041-1/+1
* slightly better max_distance rulemichael2006-03-031-3/+2
* the return of the monolithic indexmichael2006-03-031-9/+2
* update tmp_field numbers (pretty much just cosmetic)michael2006-03-031-7/+7
* simplify flagsmichael2006-03-031-22/+16
* Synced with 1.1234, patch by Jiří Heryán < technik AH domotech DOO cz >gpoirier2006-03-031-123/+191
* syncpoint_start descriptionmichael2006-03-021-0/+6
* add forward_ptr to syncpoint (+0.006% overhead)michael2006-03-011-49/+84
* leading coeff for crc polynommichael2006-03-011-1/+1
* width/height/samplerate MUST not be 0michael2006-03-011-2/+2
* remove chapter_id == 0 special casemichael2006-03-011-4/+2
* Change obsolete references to design6 to design7.diego2006-03-015-5/+5
* New website structure, the /homepage subdirectory is gone.diego2006-03-0142-73/+73
* synced with 1.1235gpoirier2006-03-011-12/+54
* XviD multi-threaded encoding supportgpoirier2006-03-011-2/+11
* reverse 'low detail' for 'high detail' in 2-pass encoding explanation, patch ...wanderer2006-02-281-2/+4
* synced with 1.101gabrov2006-02-271-20/+29
* synced with 1.12gabrov2006-02-271-1/+74
* fixed XML syntax errorgabrov2006-02-271-1/+0
* synced with 1.101gabrov2006-02-261-1/+21
* 10l: section "13.3.6. Example" talks about a telecined source, but the exampl...gpoirier2006-02-261-2/+2
* cosmetic, trailing whitespaceods152006-02-251-2/+2
* use short 'type' namesods152006-02-251-3/+6
* allow rationals with denom of '1'ods152006-02-251-1/+1
* CRC32 stuffods152006-02-251-0/+3
* Add a practical description of endian-independent RGB/BGR codingpacman2006-02-241-0/+21
* link fixdiego2006-02-242-2/+2
* Add some undocumented options.diego2006-02-241-0/+23
* Document the noup suboption of the scale video filter.diego2006-02-241-1/+10
* Add XML tool paths for SUSE 10.0diego2006-02-241-2/+6
* link fixesdiego2006-02-243-12/+12
* fix bit specification for fixed_fpsods152006-02-241-1/+1
* info packet stuff, chapters...ods152006-02-241-41/+53
* link fixesdiego2006-02-222-26/+27
* link fixesdiego2006-02-225-5/+5
* Fix stylesheet path.diego2006-02-211-1/+1
* Remove duplicate explanation of how man page format conversion.diego2006-02-212-10/+0
* grammar, put options in alphabetical orderdiego2006-02-201-7/+7
* sync with 1.1231gpoirier2006-02-201-1/+12
* New option: -ignore-startcorey2006-02-201-0/+12
* fields should be in english...ods152006-02-201-0/+2
* Typo fix: "URLs to forces" --> "URLs to force"corey2006-02-191-1/+1
* synced with 1.1229gpoirier2006-02-191-9/+17
* Allows the LIVE555 library to forces the client's port to be usedbertrand2006-02-192-0/+13
* dwStart support for mencoder.corey2006-02-191-6/+13
* more cosmeticsods152006-02-171-27/+24
* some cleanup. enforce decode_delay to not be too high.ods152006-02-171-13/+6
* synced with 1.1227gpoirier2006-02-131-6/+3
* This patch removes mmap support because it doesn't have any benefit.cladisch2006-02-131-4/+2
* fix index, first keyframe cannot be written with pts=0ods152006-02-131-0/+1
* synced with 1.1226gpoirier2006-02-121-12/+12
* Make 'N' frame code implictly invalidods152006-02-121-2/+5
* Rephrase telecine and film2pal mpegopts.diego2006-02-121-8/+8
* Remove stray space.diego2006-02-121-1/+1
* sync with 1.1224gpoirier2006-02-121-2/+12
* mention film2pal in -mpegoptsnicodvb2006-02-121-1/+9
* No sane person should encode last pass without at least 'mbd=2' and 'trell' (...gpoirier2006-02-111-8/+8
* Gives some examples of in which form MPEG* videos can comegpoirier2006-02-111-1/+4
* Remove all the sections that are now merged in the XML docgpoirier2006-02-111-681/+0
* Put index_ptr within index to avoid it popping out of nowhere.ods152006-02-111-7/+6
* Add syncpoint_checksum after frame headerods152006-02-111-0/+8
* Attila and I are root@mphq.diego2006-02-101-1/+1
* Clarify feature removal policy: it must be approved on the mailing list.rathann2006-02-101-2/+2
* Clarify policy on feature removal.rathann2006-02-101-3/+3
* change checksum to crc32ods152006-02-101-1/+8
* I took over ao_alsa maintainership.cladisch2006-02-091-1/+1
* expanded and improved NeoMagic TV-out sectiondiego2006-02-081-15/+20
* EOR can only be (un)set for non delayed streams.ods152006-02-071-1/+1
* small syntax/upper-lowercase fixptt2006-02-071-2/+2
* synced with 1.1223gpoirier2006-02-071-4/+4
* Minor correction of last two updatesdanny2006-02-071-5/+6
* Allow headers to be repeated anywhereods152006-02-071-2/+7
* -fixed-vo shall no longer be called BETA-CODE.diego2006-02-071-1/+1
* 1.1222: cs and ls swscale parameters accept different value ranges now.kraymer2006-02-051-15/+12
* cs and ls swscale parameters accept different value ranges now.diego2006-02-051-2/+2
* Index repetitionods152006-02-041-7/+11
* add compare_tsods152006-02-041-0/+18
* EOR in indexods152006-02-041-4/+14
* synced with 1.1221gpoirier2006-02-031-14/+11
* Add -nocache option, -cache is not a flag option.diego2006-02-021-0/+4
* x264 tweakslorenm2006-02-021-12/+6
* typo fixesptt2006-02-011-2/+2
* sync up to 1.1216ptt2006-01-311-49/+136
* update for recent developmentsdiego2006-01-301-19/+25
* 1.218: typo, consistencykraymer2006-01-301-86/+86
* Synced with 1.1214jheryan2006-01-301-68/+246
* sync up to 1.202ptt2006-01-301-47/+116
* 1.219: More detailed description of brd_scale.kraymer2006-01-301-5/+18
* synced with 1.1219 + typo fixgpoirier2006-01-301-4/+9
* More detailed description of brd_scale.corey2006-01-291-2/+7
* synced with 1.1218gpoirier2006-01-291-75/+75
* typo, consistencydiego2006-01-291-4/+4
* Try to only use a linebreak without hyphenation (\:) where it makes sense.diego2006-01-291-69/+69
* synced with 1.1216gpoirier2006-01-291-44/+104
* Unify the handling of escaped spaces.diego2006-01-291-38/+38
* Include MEncoder config files in list of files.diego2006-01-291-2/+10
* 10l: wrong syntaxgpoirier2006-01-282-5/+5
* SDL video out syntax has changed a while ago, but the XML was not updated sin...gpoirier2006-01-282-5/+5
* cosmetic, fix spacingods152006-01-271-1/+1
* Typo fix: missing "by" in brd_scale recommendation.corey2006-01-241-2/+2
* Fix up new profiles section and the MPLAYER_VERBSE environment variable.diego2006-01-241-5/+7
* 1.212: Make -list-options work in both MPlayer and MEncoder.kraymer2006-01-241-6/+45
* 1.1206: sync to x264 r398.kraymer2006-01-241-1/+17
* major update of x264encopts, credits go to Alex Günsche < ag .ät. zirona.co...kraymer2006-01-241-251/+524
* Make -list-options work in both MPlayer and MEncoder.albeu2006-01-241-4/+4
* Profiles support.albeu2006-01-241-0/+36
* 1.1210: support libavcodec's new sc_factor parameterkraymer2006-01-221-1/+13
* support libavcodec's new sc_factor parametercorey2006-01-221-0/+10
* s/LIVE.COM/LIVE555/ + URL updategpoirier2006-01-221-1/+1
* s/LIVE.COM/LIVE555/ + URL updategpoirier2006-01-223-3/+3
* correcting sync version numberkraymer2006-01-221-1/+2
* add comment about sync status of this filekraymer2006-01-221-0/+1
* let configure find docbookx.dtd (version 4.4)kraymer2006-01-221-0/+1
* German man page review part XVIIkraymer2006-01-221-95/+130
* Interleave index to ease per-need decoding.ods152006-01-221-10/+11
* 1.209: consistency fix over the previous consistency fixkraymer2006-01-221-4/+2
* consistency fix over the previous consistency fixgpoirier2006-01-211-1/+1
* consitency fixgpoirier2006-01-211-5/+5
* synced with 1.1208gpoirier2006-01-211-2/+10
* German man page review part XVIkraymer2006-01-211-53/+57
* 1.1207: MPLAYER_VERBOSE, new enviorment variable to control verbosity before ...kraymer2006-01-211-3/+13
* German man page review part XVkraymer2006-01-211-70/+72
* List Derek Lewis as AIX/Solaris maintainer, patch by himself.diego2006-01-201-1/+2
* AIX section for the ports descriptiondiego2006-01-201-0/+49
* MPLAYER_VERBOSE, new enviorment variable to control verbosity before initods152006-01-201-1/+9
* cosmetic change, shift stuff around to more logical placesods152006-01-201-24/+24
* change goals slightly..ods152006-01-201-37/+57
* bump dateods152006-01-201-20/+42
* German man page review part XIVkraymer2006-01-201-83/+77
* documented audio codec hwmpanicodvb2006-01-192-0/+30
* Typo fixes by Bounecgpoirier2006-01-191-2/+2
* Mention possible region setting requirement for some RPC-2 drives.rathann2006-01-181-1/+1
* FAQ about problems with playing DVDs on certain drives.rathann2006-01-181-0/+10
* German man page review part XIIIkraymer2006-01-181-111/+115
* German man page review part XII (right from the beginning.. again..)kraymer2006-01-171-152/+158
* German man page review part X:kraymer2006-01-161-29/+67
* MEncoder's MPEG muxer needs -vf harddup to function properly, no add a note a...gpoirier2006-01-161-0/+17
* sync with 1.1206gpoirier2006-01-161-1/+18
* sync to x264 r398.lorenm2006-01-161-0/+14
* German man page review part X:kraymer2006-01-141-77/+180
* German man page review part IX:kraymer2006-01-141-56/+64
* add mod playback to the wishlistrathann2006-01-141-0/+1
* German man page review part VIIIkraymer2006-01-141-68/+82
* German man page review part VIIkraymer2006-01-131-50/+66
* Synced with 1.82jheryan2006-01-131-86/+87
* Synced with 1.16jheryan2006-01-131-3/+12
* Synced with 1.76jheryan2006-01-131-35/+70
* Synced with 1.60jheryan2006-01-131-18/+18
* Synced with 1.24jheryan2006-01-131-70/+53
* Synced with 1.100jheryan2006-01-131-2/+2
* Synced with 1.38jheryan2006-01-131-9/+111
* Synced with 1.28jheryan2006-01-131-5/+11
* Synced with 1.74jheryan2006-01-131-62/+61
* Synced with 1.32jheryan2006-01-131-7/+6
* wording fixkraymer2006-01-121-1/+4
* 1.1202: Reformat examples to prevent linebreaks and hyphenation.kraymer2006-01-121-34/+83
* 1.1201: Explain DVDREAD_NOKEYS environment variable.kraymer2006-01-111-18/+47
* 1.1193: [does not apply]kraymer2006-01-111-5/+27
* 1.1186: Merry Christmas and happy cola-chugging!kraymer2006-01-111-10/+24
* I'm the new mailling list maintainergpoirier2006-01-101-1/+1
* Minor correction of last updates, credit to Paul TTdanny2006-01-091-27/+39
* sync w/ 1.1205gpoirier2006-01-081-31/+65
* Remove non-ASCII character.diego2006-01-081-1/+1
* Remove empty sections, speak of container formats, not file formats.diego2006-01-071-20/+3
* minor rewordingdiego2006-01-071-2/+2
* This patch makes real rtsp tell the server to deliver data at specifiedrtognimp2006-01-061-0/+2
* Reformat examples to prevent linebreaks and hyphenation. When occurringdiego2006-01-061-34/+77
* align byte is deprecatedods152006-01-061-4/+0
* 1) remove global_timebaseods152006-01-061-19/+16
* MN ruleods152006-01-061-3/+3
* 1) change date and goals slightlyods152006-01-061-10/+12
* build fixdiego2006-01-052-5/+7
* Improve overall structure by adding a few top-level chapters so thatdiego2006-01-058-232/+232
* Explain DVDREAD_NOKEYS environment variable.diego2006-01-041-4/+2
* Update copyright date to 2006gpoirier2006-01-0414-16/+26
* CONFIGURATION FILES section added to the man page.diego2006-01-041-2/+3
* Expand the configuration file section to include MEncoder examples.diego2006-01-041-4/+36
* 10l build fixdiego2006-01-041-0/+1
* synced with 1.1198gpoirier2006-01-041-2/+2
* little fixes i looked at after previous cvs commit :-)ptt2006-01-041-5/+5
* sync with 1.1198 plus little fixesptt2006-01-041-54/+311
* fixed indentation for suboption brd_scaleptt2006-01-041-0/+1
* synced with 1.1197gpoirier2006-01-031-10/+4
* removed frame reording optionnicodvb2006-01-031-8/+0
* word consistency fixptt2006-01-031-1/+1
* sync up to 1.1167ptt2006-01-031-7/+79
* Restructure ports section.diego2006-01-031-25/+48
* small wording/spelling/syntax fixesdiego2006-01-031-2/+2
* add bitexact's lavd flag desc.gpoirier2006-01-031-0/+2
* Synced with 1.1182jheryan2006-01-021-46/+289
* Add Rich's advice posted on the thread:gpoirier2005-12-311-3/+9
* Guide on creating quality skins.diego2005-12-311-0/+50
* Build incomplete Russian docs last.diego2005-12-311-1/+1
* update x264 feature summarylorenm2005-12-311-8/+6
* Mac OS updatediego2005-12-301-6/+3
* synced with 1.1194gpoirier2005-12-301-1/+8
* synced with 1.1192gpoirier2005-12-301-9/+43
* sync to x264 r390 (bime)lorenm2005-12-301-0/+6
* for roff: add missing linebreak in uspp descriptionwanderer2005-12-301-1/+2
* minor grammar/punctuation on lavc's keyint optionwanderer2005-12-291-2/+2
* further wording fix for usppwanderer2005-12-291-3/+3
* Support vme=8 (iterative overlapped block).diego2005-12-291-0/+2
* Include the snow wavelet comparison functions from DOCS/tech/snow.txtdiego2005-12-291-0/+4
* wordingdiego2005-12-291-5/+6
* Add bidir_refine to lavc's set of options, and document it.gpoirier2005-12-281-0/+14
* fixes suggested by Diegogpoirier2005-12-271-11/+12
* New section: choosing the video codec for your encode: what to consider befor...gpoirier2005-12-271-0/+105
* Merry Christmas and happy cola-chugging!gpoirier2005-12-261-2/+2
* Adds lavc's brd_scale and updates vb_strategygpoirier2005-12-251-1/+10
* synced with 1.1184gpoirier2005-12-251-7/+10
* add "pausing_keep" and "pausing_toggle" input cmd prefixesods152005-12-251-3/+6
* Add current Cygwin tool paths.diego2005-12-251-0/+2
* Windows waveout is no longer the best choice under Windows.diego2005-12-251-3/+2
* This cache-seek-min is definitly implemented. The not implemented one got rem...iive2005-12-241-1/+1
* The <=132 frame rule is only valid at MacroBlock level not at frame one.iive2005-12-241-3/+4
* synced with 1.1182gpoirier2005-12-221-7/+1
* typoods152005-12-221-1/+1
* reverse the H264 hackhenry2005-12-191-4/+1
* fspp updatehenry2005-12-181-1/+4
* 1.1180: [does not apply]ranma2005-12-171-21/+25
* typo: ouput -> outputranma2005-12-171-1/+1
* Removing obsolete, and until recently, misdocumented option -verbose .ods152005-12-171-6/+0
* synced with 1.100gpoirier2005-12-171-1/+10
* synced with 1.13, patch by Johan Bosgpoirier2005-12-171-15/+1
* synced with 1.72, patch by Johan Bosgpoirier2005-12-171-4/+18
* sync w/ 1.1178gpoirier2005-12-171-2/+5
* synced with 1.12, patch by Johan Bos, and fixes by me :pgpoirier2005-12-171-1/+75
* Fixes by Bounecgpoirier2005-12-176-64/+64
* make -o mandatory and add a warning when the extension does not match the con...wanderer2005-12-151-1/+6
* minor grammar clarification to the last commit, + omitted periodswanderer2005-12-121-3/+3
* Another examples showing how to play raw YUV video samplesgpoirier2005-12-112-3/+7
* improve video equalizer command (brightness, contrast, etc.) descriptionreimar2005-12-111-1/+4
* sync with 1.1176gpoirier2005-12-111-7/+7
* Make -really-quiet a common option.diego2005-12-111-4/+4
* punctuation fixes for the previous commitwanderer2005-12-111-5/+5
* Update email address, old one is deadgpoirier2005-12-111-1/+1
* sync with 1.1175gpoirier2005-12-111-18/+9
* Fix -v/-verbose description.diego2005-12-111-14/+9
* sync with 1.1174gpoirier2005-12-111-2/+2
* 10l: \ needs to be escaped in roff.diego2005-12-111-1/+1
* Sync with 1.1171gpoirier2005-12-101-0/+9
* 1/4lgpoirier2005-12-101-1/+1
* Formatting fixgpoirier2005-12-101-1/+6
* Give an example about how to use the famous cqif video samplesgpoirier2005-12-101-0/+4
* synced with 1.1170gpoirier2005-12-101-1/+242
* Remove obsolete note.diego2005-12-101-15/+0
* known bugs with P4 and SSE, small fixesdiego2005-12-101-2/+16
* 1.1162: multithreaded decodingranma2005-12-101-3/+335
* Remove some inactive maintainers.diego2005-12-091-2/+1
* long obsoletediego2005-12-091-85/+0
* some sync with the present day situationdiego2005-12-091-21/+22
* translate just 1.1169gpoirier2005-12-081-1/+7
* synced with 1.1167gpoirier2005-12-081-4/+49
* -mc 0.1 is preferrable to -mc 10 since A/V sync is recovered quicker after se...diego2005-12-081-1/+1
* Clarifications for the AUDIOSERVER environment variable.diego2005-12-081-2/+3
* vf_fspp bframes optionhenry2005-12-071-1/+5
* list myself as patch backlog maintainerwanderer2005-12-071-0/+1
* preliminary environment variables sectiondiego2005-12-071-0/+231
* Minor spelling fixesjheryan2005-12-071-13/+13
* Synced with 1.1163jheryan2005-12-071-19/+134
* -msglevel description improvementdiego2005-12-071-25/+26
* new arguments for -vf spp, patch by Corey Hickeywanderer2005-12-061-0/+4
* alphabetical order + better explanation for '-lavdopts threads'wanderer2005-12-061-2/+2
* minor grammar fix, + stray LIVE.COM -> LIVE555 transitionwanderer2005-12-061-3/+3
* new -msglevel option, constrols msg level for every msg moduleods152005-12-061-0/+37
* more minor grammatical fixeswanderer2005-12-061-2/+2
* multithreaded decodinggpoirier2005-12-052-0/+4
* fixes suggested by The Wanderer and Coreygpoirier2005-12-051-5/+5
* Synced with 1.100jheryan2005-12-021-11/+21
* Synced with 1.99jheryan2005-12-021-1/+10
* Synced with 1.34jheryan2005-12-021-8/+25
* Synced with 1.12jheryan2005-12-021-1/+71
* nits and fixes suggested by The Wanderer and Loren Merrittgpoirier2005-12-011-9/+9
* Sync man page structure description with actual man page structure.diego2005-11-291-2/+3
* Add indicative QP for ASP and AVC codecsgpoirier2005-11-271-3/+21
* Explain how to make regression tests with CVSgpoirier2005-11-271-0/+74
* grammar fix on the documentation-updates notewanderer2005-11-271-2/+2
* 1.1161: misc fixes [partly]ranma2005-11-271-3/+12
* Note about handling patches that contain documentation updates.diego2005-11-261-1/+2
* How to create a MPEG4 video from an explicit list of files, based on a patch ...gpoirier2005-11-261-0/+11
* wording and gramma fixes by Bougizgpoirier2005-11-252-10/+10
* Grammar and wording fixes by Bougizgpoirier2005-11-244-47/+47
* fixes in examples, minor detailswight2005-11-231-12/+10
* sync with 1.99, Patch by Johan B. < dariusjb AH gmail POIS com >gpoirier2005-11-231-1/+11
* -mc is useful to get rid of A/V desync.diego2005-11-231-0/+9
* synced with 1.1161gpoirier2005-11-231-7/+20
* misc fixesdiego2005-11-231-6/+9
* sync with 1.1159gpoirier2005-11-221-2/+8
* Explain -vo gl:slice-height behaviour if YUV rendering is used.reimar2005-11-221-0/+9
* added a '.'... not abig effort by me indeed :-)))n..ptt2005-11-221-1/+1
* sync with 1.1158ptt2005-11-221-42/+122
* sync to x264 r373 (brdo)lorenm2005-11-221-4/+6
* Change MUST to SHOULD have disposition and if applicable language tags.al2005-11-181-2/+3
* 1.1157: -novideo does not work in some cases, e.g. with MPEG demuxers.ranma2005-11-181-0/+18
* synced with 1.1157gpoirier2005-11-181-1/+3
* -novideo does not work in some cases, e.g. with MPEG demuxers.reimar2005-11-171-0/+1
* Reformating and nitgpoirier2005-11-171-3/+4
* synced with 1.1155gpoirier2005-11-171-13/+28
* Document the new osd options: -osd-duration, -noterm-osd, -term-osd-escalbeu2005-11-171-0/+15
* Update credits, sync a few lines.diego2005-11-171-9/+3
* 1.1153: Document the new oss config parameters.ranma2005-11-161-3/+14
* Added a space after dv suboption for -lavfopts sectionptt2005-11-151-1/+1
* synced with 1.1153gpoirier2005-11-111-4/+16
* Document the new oss config parameters.albeu2005-11-111-2/+3
* Adds a target parameter to the volnorm filter.joey2005-11-111-1/+4
* alphabetical orderdiego2005-11-101-3/+3
* add a switch, slave command, and vo control to toggle borderless window.joey2005-11-103-0/+12
* sync with 1.1150 (megaslow pp:) )gpoirier2005-11-091-1/+17
* new orthographyranma2005-11-091-1/+1
* Speling (das -> daß)ranma2005-11-091-1/+1
* typo, trailing whitespacediego2005-11-091-2/+2
* SDL no longer needed by defaultrathann2005-11-081-5/+4
* document new vf_usppranma2005-11-081-0/+15
* ultra simple&slow pp filter, yes yet another spp like filter :)michael2005-11-081-0/+14
* mostly formatting fixesranma2005-11-061-48/+73
* Two minor corrections by mitch (mitch at cgarbs dot de)ranma2005-11-061-2/+2
* sync w/ 1.1149gpoirier2005-11-061-2/+2
* "describe" cdda://n-m syntaxreimar2005-11-061-1/+1
* synced with 1.98gabrov2005-11-051-7/+22
* Sync with 1.1148gpoirier2005-11-051-5/+22
* set cdda paranoia default to 0 since e.g. cdda://2 breaks otherwise.reimar2005-11-051-2/+3
* synced with 1.136ptt2005-11-041-13/+12
* Synced with 1.98jheryan2005-11-041-4/+17
* Synced with 1.1146jheryan2005-11-041-52/+79
* sync to x264 r360 (trellis)lorenm2005-11-041-0/+14
* typo fix bust/mustreynaldo2005-11-031-1/+1
* Too much spare time on tuesday, compared about 2/3 of the english manpage wit...ranma2005-11-021-66/+440
* synced with 1.1146gpoirier2005-11-021-4/+4
* bump sync taggpoirier2005-11-011-1/+1
* synced with 1.98, patch by Johan Bos.gpoirier2005-11-011-4/+18
* synced with 1.34, patch by Johan Bos + fixes by megpoirier2005-10-311-9/+705
* make myself console help messages maintainter at diego's requestreynaldo2005-10-261-1/+1
* Clarify subtitle alignment behavior.diego2005-10-261-3/+3
* synced with 1.1145gpoirier2005-10-251-4/+11
* sync to x264 r334 (crf)lorenm2005-10-241-0/+7
* Synced with 1.1143gpoirier2005-10-231-7/+8
* minor spelling wording fixesdiego2005-10-231-3/+3
* author list prettyprintingdiego2005-10-231-9/+9
* Reformat section titles so that it becomes easier to tell sections anddiego2005-10-231-18/+52
* improve documentation of -subalignrfelker2005-10-231-3/+4
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-231-2/+2
* spelling/grammar/wordingdiego2005-10-231-19/+19
* Add missing quotes around .IPs argument.diego2005-10-221-2/+2
* Add a few more XML tags for better semantics markup.diego2005-10-201-3/+4
* Explain how to place subtitles in black bands.diego2005-10-201-0/+13
* sync with 1.32diego2005-10-202-6/+6
* ilmv --> ilme typo fixdiego2005-10-202-4/+4
* Synced with 1.98jheryan2005-10-191-3/+147
* Typo hunting.jheryan2005-10-191-4/+4
* Formal syncing. Typo hunting.jheryan2005-10-191-10/+10
* synced with 1.1140gpoirier2005-10-181-1/+9
* Add a note about the "synce with 1.XXX" line that should be in everydiego2005-10-171-0/+8
* Add a note and a workaround about broken hardware players and how theydiego2005-10-171-0/+7
* synced with 1.1139 + Reimar's patchgpoirier2005-10-171-10/+8
* Guillaume now maintains the MEncoder documentation.diego2005-10-171-1/+2
* minor typodiego2005-10-171-1/+1
* 1000l de Breizh Cola: build fix.gpoirier2005-10-161-2/+2
* synced with 1.1138gpoirier2005-10-151-25/+13
* synced with 1.1137gpoirier2005-10-151-2/+14
* Fix/improve vo_gl and vo_gl2 suboption documentationreimar2005-10-151-20/+11
* Another usage example for the %n%str escaping syntax and ao_sgi documentation...reimar2005-10-151-1/+13
* bumped sync tag after typo fix in English version (synced with 1.98)gabrov2005-10-141-1/+1
* missing ")", picked up by Mizda Gaborgpoirier2005-10-141-1/+1
* synced with 1.26gabrov2005-10-141-1/+2
* synced with 1.97gabrov2005-10-141-9/+305
* synced with 1.31gabrov2005-10-141-4/+10
* synced with 1.96, patch by Johan Bos <dariusjb AH gmail POIS comgpoirier2005-10-141-778/+384
* The Wanderer rulez :)gpoirier2005-10-131-1/+1
* fixes suggested by Diego and Alexgpoirier2005-10-131-9/+9
* Synced with 1.1134 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-10-131-102/+321
* List the different containers supported by MEncoder, as well as a nice exampl...gpoirier2005-10-121-2/+147
* sync with 1.1136gpoirier2005-10-121-17/+18
* I think I know EDL enough to maintain it...ods152005-10-111-1/+1
* synced with 1.59, patch by Johan Bos dariusjb AH gmail POIS comgpoirier2005-10-111-30/+36
* A few fixes noticed by Paul TT.diego2005-10-111-2/+4
* More consistency for the interactive control section.diego2005-10-111-14/+14
* nitsgpoirier2005-10-101-2/+2
* use subopt parser for arguments.joey2005-10-101-1/+1
* sync with 1.1132gpoirier2005-10-091-1/+8
* sync with patches.xml removaldiego2005-10-096-27/+0
* sync with 1.26diego2005-10-096-27/+0
* sync to x264 r318 (mixed_refs)lorenm2005-10-081-0/+7
* Remove the "How to send patches appendix", the info is in the FAQ.diego2005-10-082-9/+0
* Synced with 1.81jheryan2005-10-071-3/+3
* Synced with 1.17jheryan2005-10-071-3/+3
* Synced with 1.94jheryan2005-10-071-2/+3
* Synced with 1.59jheryan2005-10-071-3/+3
* Synced with 1.96jheryan2005-10-071-3/+42
* Synced with 1.31jheryan2005-10-071-51/+176
* Synced with 1.1131jheryan2005-10-071-18/+30
* synced with 1.34gabrov2005-10-061-19/+651
* synced with 1.17, patch by Johan Bossgpoirier2005-10-061-7/+9
* synced with 1.81, patch by johan bosgpoirier2005-10-061-197/+245
* synced with 1.14, patch by Johan Bos, plus some formating changes by megpoirier2005-10-061-73/+99
* synced with 1.16, patch by Johan Bos, plus reformating by megpoirier2005-10-061-35/+63
* synced with 1.70, patch by Johan Bos + reformating of the source by megpoirier2005-10-061-122/+413
* synced with 1.1131 (just after Diego's commit torrent) :-)gpoirier2005-10-061-26/+104
* Synced with 1.1128jheryan2005-10-061-15/+62
* stupid typodiego2005-10-061-2/+2
* Reformat the interactive control section.diego2005-10-061-8/+18
* Keyboard control section renamed to interactive control, small structure change.diego2005-10-062-11/+13
* synced with 1.12, patch by johan bosgpoirier2005-10-061-1/+7
* cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespacediego2005-10-061-481/+493
* typodiego2005-10-061-1/+1
* libavcodec can encode to SVQ1 and RV20.diego2005-10-051-1/+7
* consistency nitdiego2005-10-041-1/+1
* Document XF86 multimedia keys.diego2005-10-041-0/+14
* mouse and keyboard controldiego2005-10-041-0/+28
* synced with 1.59gabrov2005-10-041-3/+3
* typodiego2005-10-041-1/+1
* Add missing keys to the keyboard section, fix typos in that section.diego2005-10-041-3/+11
* synced with 1.96gabrov2005-10-041-9/+48
* Fix vo_zr2 suboption description.diego2005-10-041-9/+5
* Rename compilation section to compilation and installation.diego2005-10-041-2/+2
* CVS now supports GTK 2.0gpoirier2005-10-041-2/+2
* MEncoder FAQs as suggested by Compn < tempn - a - twmi - d - rr - d - com >diego2005-10-041-0/+33
* synced with 1.14gabrov2005-10-041-2/+2
* synced with 1.30gabrov2005-10-031-59/+626
* Synced with 1.34jheryan2005-10-031-13/+651
* Synced with 1.1121jheryan2005-10-031-99/+317
* typogpoirier2005-10-021-1/+1
* synced with 1.22, patch by johan bosgpoirier2005-10-021-11/+36
* synced with 1.25, patch by johan bosgpoirier2005-10-021-62/+100
* synced with 1.72, Patch by johan bosgpoirier2005-10-021-82/+220
* synced with 1.11, patch by johan bosgpoirier2005-10-021-91/+123
* synced with 1.15, patch by johan bosgpoirier2005-10-021-52/+89
* sync with 1.13, patch by johan bosgpoirier2005-10-021-8/+8
* synced with 1.31, patch by johan bos dariusjb AH gmail POIS comgpoirier2005-10-021-1173/+12
* fixes the bug #382 http://bugzilla.mplayerhq.hu/show_bug.cgi?id=382gpoirier2005-10-011-11/+9
* Better wording by The Wanderergpoirier2005-09-301-2/+2
* Add missing defaut for a suboption of tfieldsgpoirier2005-09-291-2/+4
* document missing parameter of tfields: field dominance.gpoirier2005-09-291-1/+13
* synced with 1.1119gpoirier2005-09-271-1/+11
* Add -panscanrange optionreimar2005-09-271-0/+9
* the "psnr" option doesn't really need to be in the encoding setting examples.gpoirier2005-09-261-8/+8
* Random fixes and more coherencygpoirier2005-09-261-4/+3
* Synced with 1.1098 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-09-261-77/+155
* Config file option format corrected.jheryan2005-09-261-1/+1
* Sync with 1.1118gpoirier2005-09-251-15/+42
* Nits noticed by Diegogpoirier2005-09-251-18/+18
* the on suboption of -rawaudio and -rawvideo do not work anymore since thereimar2005-09-251-7/+5
* Adds encoding setting examples for lavc and XviD.gpoirier2005-09-251-25/+147
* vo_gl2 now supports panscanreimar2005-09-251-1/+2
* vo_gl rectangle and yuv options should work together nowreimar2005-09-251-1/+0
* Improve/clarify description of -vo gl and -vo gl2 suboptionsreimar2005-09-251-5/+28
* sync 1.1114wight2005-09-251-13/+23
* synced with 1.1114gpoirier2005-09-251-3/+4
* German man page review part VIkraymer2005-09-241-7/+12
* German man page review part Vkraymer2005-09-241-58/+62
* German man page review part IVkraymer2005-09-241-24/+24
* The nth attempt to come up with correct a description of -frameno-file...diego2005-09-241-2/+2
* wrap around 80...ods152005-09-241-4/+4
* compress back_ptr better by multiplying by 8ods152005-09-241-2/+5
* synced with 1.14jheryan2005-09-231-2/+2
* synced with 1.70jheryan2005-09-231-22/+131
* synced with 1.92jheryan2005-09-231-8/+183
* synced with 1.1113gpoirier2005-09-231-3/+3
* Symlinks are not needed any more.jheryan2005-09-231-1/+1
* synced with 1.24jheryan2005-09-231-5/+65
* Screenshots can now be taken with -vf screenshot, based on a patch by Oded.diego2005-09-231-0/+6
* better (hopefully correct) explanation of -frameno-filediego2005-09-231-2/+2
* wording fix suggested by the Wandererdiego2005-09-231-2/+2
* Nits and fixesgpoirier2005-09-232-4/+5
* synced with 1.58jheryan2005-09-231-1/+1
* synced with 1.22jheryan2005-09-231-4/+23
* synced with 1.93jheryan2005-09-231-285/+219
* last file translated, synced with 1.21jheryan2005-09-231-10/+397
* last file translated, synced with 1.79jheryan2005-09-231-0/+2547
* Creating a MPEG-1 file suitable for exchange, taken from the example posted b...gpoirier2005-09-221-0/+10
* What means AVC, more consistencygpoirier2005-09-221-2/+2
* synced with 1.70gabrov2005-09-221-11/+101
* synced with 1.1112gpoirier2005-09-221-4/+5
* frameno.avi is an audio file, not a statistics file, wording fix.diego2005-09-221-2/+2
* Some very weird people are apperantely scared of reading GPL code. :/ods152005-09-221-1/+1
* synced with 1.70paszczi2005-09-211-8/+106
* add some internal links between "codecs supported by mencoder" andgpoirier2005-09-202-9/+28
* bah, it's been there all night, and still noone fixed it...ods152005-09-201-1/+1
* minor spelling/wording/grammar fixesdiego2005-09-191-8/+8
* better wording for -frameno-filediego2005-09-191-1/+2
* Document lavc audio codecsgpoirier2005-09-191-1/+42
* Lists main A/V codecs supported by MEncoder, talks about how to select an imp...gpoirier2005-09-191-4/+145
* synced with 1.1109gpoirier2005-09-191-11/+11
* Fixes formatting issuesgpoirier2005-09-191-10/+10
* Sync with 1.1108gpoirier2005-09-191-72/+52
* Make the description of the newly introduced "-frameno-file" have all its sen...gpoirier2005-09-191-1/+2
* feel free to fix this as you see fit...ods152005-09-191-0/+9
* sync 1.14wight2005-09-191-2/+2
* sync 1.22wight2005-09-191-1/+23
* sync 1.72wight2005-09-191-4/+7
* sync 1.1106wight2005-09-191-141/+453
* typo noticed by Torinthieldiego2005-09-191-1/+1
* spelling/grammar fixesdiego2005-09-181-54/+54
* Reflect recent changes to the the pan audio filter syntax and behavior indiego2005-09-181-42/+37
* remove very obsolate draft...iive2005-09-181-583/+0
* remove info frame repeating its problematic and controversicalmichael2005-09-171-3/+1
* The s key is now used for taking screenshots.diego2005-09-171-1/+3
* Unify the descriptions of vo_gl and vo_gl2 including some fixes.diego2005-09-171-34/+8
* add back_ptrmichael2005-09-171-23/+27
* typo, probably..ods152005-09-171-1/+1
* Nitsgpoirier2005-09-161-1/+1
* Sync with 1.1102gpoirier2005-09-161-7/+90
* Fix af_pan commandline mess and (hopefully) improve description.reimar2005-09-151-5/+9
* hardware color-space conversion for vo_gl and vo_gl2reimar2005-09-141-1/+64
* minor wording fix in the advanced audio guidewanderer2005-09-141-2/+2
* Illustrate by a nice table what each profiles supported by XviD features.gpoirier2005-09-141-0/+273
* synced with 1.1100gpoirier2005-09-141-4/+55
* Typosgpoirier2005-09-141-3/+3
* adds Simple, Advanced Simple and DivX profile support for XviD, Patch by Robe...gpoirier2005-09-131-0/+51
* Fix -af-adv force description, 1 is default now.reimar2005-09-131-2/+2
* The screenshot command is now implemented, wording/spelling fixes.diego2005-09-131-2/+2
* screenshot filter entry wording improvementdiego2005-09-131-4/+3
* Remove incorrect information about gcc 2.95.x on PPC, mention vo_macosx.diego2005-09-131-1/+2
* synced with 1.1096gpoirier2005-09-121-2/+9
* start new sentences on a new linegpoirier2005-09-121-5/+6
* XviD supports "turbo" mode.gpoirier2005-09-122-1/+7
* Sync with 1.1094gpoirier2005-09-111-0/+11
* screenshot filterhenry2005-09-111-0/+10
* key_down_eventnplourde2005-09-101-0/+3
* Mac OS X section reviewed for wording/spelling/grammar and content.diego2005-09-101-29/+46
* synced with 1.1093gpoirier2005-09-091-2/+3
* Remove useless spacereimar2005-09-091-1/+1
* Missing .REss in -vo gl descriptionreimar2005-09-091-0/+1
* Updates to NUT spec:ods152005-09-091-71/+87
* spelling/grammar/wordingdiego2005-09-091-31/+30
* synced with 1.1091gpoirier2005-09-091-9/+9
* When specifying a VIDIX subdevice the name needs to be written outdiego2005-09-061-3/+3
* small wording fixesdiego2005-09-061-4/+5
* New section about sync and remuxing issues.gpoirier2005-09-061-1/+38
* Avoid some short forms, some consistency, wording and typo fixes.diego2005-09-061-49/+49
* A few more details and grammar updates.diego2005-09-061-4/+7
* Obsoleted...ods152005-09-061-658/+0
* Consistency fixgpoirier2005-09-051-1/+1
* synced with 1.1088gpoirier2005-09-051-25/+26
* Synced with 1.1076 - patch by Paul TT <paultt - at - hackerjournal - dot - it...danny2005-09-051-20/+72
* Fix up cqm section.diego2005-09-051-23/+23
* rewrite the little we-want-matrix-files section, patch by Corey Hickey < bugf...wanderer2005-09-051-7/+12
* MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POU...gpoirier2005-09-041-0/+635
* synced with 1.1087gpoirier2005-09-041-2/+63
* Fixes suggested by Diegogpoirier2005-09-041-9/+9
* Reorder slave mode commands to appear in alphabetical order with a fewdiego2005-09-041-149/+151
* 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
* Capitalize sentences.gpoirier2005-09-031-6/+6
* custom quantization matrix for x264, original patch by Robert Swain < robert ...gpoirier2005-09-021-0/+56
* Hopefully better advices about A/V syncgpoirier2005-09-021-4/+4
* Mention the MEncoder configuration files along with the MPlayer ones.diego2005-09-021-1/+4
* Improve -idle description.diego2005-09-021-8/+4
* synced with 1.1083gpoirier2005-09-021-17/+8
* 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
* 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
* 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
* Missing parts of the force codecs/demuxers documentationreimar2005-08-311-4/+6
* Sync with 1.1075gpoirier2005-08-311-1/+30
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-1/+4
* How to build MPlayerOSXgpoirier2005-08-301-1/+74
* synced with 1.12gabrov2005-08-291-8/+20
* Documents x264 visualization during encodinggpoirier2005-08-231-0/+27
* 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
* 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
* How to encode with soft 3:2 pullup, patch by Brendan McCarthygpoirier2005-08-211-8/+19
* synced with 1.88gabrov2005-08-211-1/+18
* synced with 1.11gabrov2005-08-211-13/+74
* Encoding setting examples for x264gpoirier2005-08-201-0/+44
* Sync with 1.1073gpoirier2005-08-191-1/+2
* Do not set SwapInterval for values < 0.reimar2005-08-191-0/+1
* Sync with 1.1072gpoirier2005-08-191-4/+19
* automatic vsync enabling for vo_gl.reimar2005-08-191-2/+13
* gtk2 is supported, next step is pure gtk without X.reimar2005-08-181-1/+1
* 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
* some entries are donealex2005-08-181-5/+1
* these wishes are donealex2005-08-181-5/+0
* 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-181-0/+3
* Clarify loadfile/loadlist description.diego2005-08-171-6/+4
* Sync with 1.1070gpoirier2005-08-171-5/+5
* Fixes suggested by Diegogpoirier2005-08-171-8/+8
* Synced with 1.1068jheryan2005-08-171-93/+324
* Sync with 1.1069gpoirier2005-08-161-1/+4
* Make glFinish optionalreimar2005-08-161-0/+3
* Synced with 1.1063 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-08-161-20/+66
* 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-151-2/+6
* NTSC sources are hard to encode. How to identify telecine content reliably.gpoirier2005-08-141-3/+19
* 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
* typogpoirier2005-08-141-1/+1
* synced with 1.7gabrov2005-08-121-28/+51
* Formatting fixgpoirier2005-08-122-2/+2
* Consitency fixgpoirier2005-08-122-5/+5
* Sync with 1.1062gpoirier2005-08-121-2/+4
* URL updategpoirier2005-08-121-6/+7
* lavc also supports H.261, and Snow is FFmpeg-only. Patch by Compngpoirier2005-08-121-1/+3
* Missing codecs that libavcodec supports.gpoirier2005-08-121-0/+12
* Why multipass is better in a nutshell. Taken from Rich's encoding guide.gpoirier2005-08-121-0/+13
* Sync with 1.1061gpoirier2005-08-091-14/+62
* Various fixes, addition and removal of entries related to functions that come...gpoirier2005-08-081-4/+8
* Add missing libavcodec supported codecs and adds (hopefully) all libavformat ...gpoirier2005-08-081-1/+38
* Avoid short forms and libavcodec should not the that much singled outgpoirier2005-08-051-19/+24
* synced with 1.72gabrov2005-08-051-5/+7
* synced with 1.87gabrov2005-08-051-13/+8
* Demuxer modularizationrtognimp2005-08-051-8/+14
* libavutil is now needed, too.reimar2005-08-011-2/+5
* Sync to 1.055 - last commit contains also update ;-(danny2005-08-011-9/+10
* Man page cleanup and corrections - patch by Paul TT <paultt - at - hackerjour...danny2005-08-011-1287/+1377
* Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-08-011-3/+46
* Sync with 1.1058gpoirier2005-08-011-5/+7
* Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )gpoirier2005-07-311-11/+6
* grammar and possible clarity fix on -cache-seek-minwanderer2005-07-311-3/+3
* remove unused cache-prefill and create cache-seek-min that controls when seek...iive2005-07-311-3/+4
* minor grammatical fixeswanderer2005-07-301-3/+3
* synced with 1.67gabrov2005-07-291-1/+7
* synced with 1.22gabrov2005-07-291-1/+20
* Sync wirh 1.1055gpoirier2005-07-281-4/+4
* Little fixeswight2005-07-281-3/+3
* some preliminary entries about nut and matroskaalex2005-07-281-0/+19
* sync with 1.1054gpoirier2005-07-281-3/+3
* sync with 1.1053gpoirier2005-07-281-11/+11
* typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>diego2005-07-281-2/+2
* wording/spelling/consistencydiego2005-07-281-6/+8
* Amiga port from www.amigasoft.netdiego2005-07-281-0/+6
* Mention the MPlayer-translations mailing list and explain the differencediego2005-07-281-4/+7
* Sync with 1.1052: pp7 video filter descriptiongpoirier2005-07-261-0/+16
* pp7 video filter descriptiondiego2005-07-261-0/+15
* sync with 1.1051gpoirier2005-07-261-6/+24
* ao_jack (no)estimate and vo_gl rectangle default value documentedreimar2005-07-261-1/+4
* Formatting and wording fixes.diego2005-07-261-11/+17
* rectangular texture and -dr support for vo_glreimar2005-07-261-0/+9
* build fixdiego2005-07-261-0/+1
* Sync with 1.1048gpoirier2005-07-261-28/+35
* Less confusing description of -vwanderer2005-07-261-4/+4
* formatting fixes galorediego2005-07-261-26/+31
* synced with 1.25gabrov2005-07-251-1/+2
* synced with 1.86gabrov2005-07-251-3582/+4
* new file, synced with 1.4gabrov2005-07-251-0/+3709
* General note about filtering from Rich's encoding guidegpoirier2005-07-241-0/+43
* Moves the "audio" section just before the "muxing" section. + fixes suggested...gpoirier2005-07-241-74/+76
* New item: "Choosing resolution and bitrate", from Rich's encoding guidegpoirier2005-07-241-0/+71
* sync with 1.1046gpoirier2005-07-241-3/+3
* re-organize MEncoder doc in a more sensible way: splitting "basic mencoder us...gpoirier2005-07-243-3643/+3652
* synced with 1.71gabrov2005-07-231-6/+7
* -af-adv force also supports 4-7, this part was missed in the updatereimar2005-07-231-1/+1
* sync 1.71wight2005-07-231-41/+157
* Make screen output look betterwight2005-07-231-4/+4
* the the auto* tools should be inside an <application></application> taggpoirier2005-07-231-1/+2
* sync with 1.1045gpoirier2005-07-231-2/+3
* -nocolorkey now supported by directxwanderer2005-07-231-1/+1
* synced with 1.85gabrov2005-07-221-8/+11
* synced with 1.92gabrov2005-07-221-236/+217