| Commit message (Expand) | Author | Age | Files | Lines |
* | options: remove --display | wm4 | 2012-11-16 | 1 | -9/+0 |
* | options: rename --xineramascreen to --screen, remove magic values | wm4 | 2012-11-16 | 2 | -8/+7 |
* | video/filter: rename vf_eq2 to vf_eq | wm4 | 2012-11-16 | 2 | -3/+3 |
* | vo_opengl: remove osdcolor suboption | wm4 | 2012-11-16 | 1 | -6/+0 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -3/+0 |
* | manpage: various fixes | wm4 | 2012-11-16 | 7 | -81/+41 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -18/+22 |
* | vo_opengl: disable extended downscaling by default | wm4 | 2012-11-11 | 1 | -1/+1 |
* | manpage: vo_opengl: document that srgb subopt changes gamma | wm4 | 2012-11-11 | 1 | -1/+2 |
* | cocoa_common: honor the `--geometry` option | Stefano Pigozzi | 2012-11-10 | 1 | -0/+4 |
* | Merge branch 'osd_changes' into master | wm4 | 2012-11-01 | 8 | -316/+123 |
|\ |
|
| * | manpage: cleanup | wm4 | 2012-10-24 | 6 | -214/+96 |
| * | options: remove --ffactor switch | wm4 | 2012-10-24 | 1 | -8/+0 |
| * | options: remove --subfont-autoscale (changes default font scale) | wm4 | 2012-10-24 | 1 | -12/+0 |
| * | options: remove subtitle related options that did nothing | wm4 | 2012-10-24 | 1 | -29/+0 |
| * | core: disable vf_sub auto-insertion | wm4 | 2012-10-24 | 1 | -2/+1 |
| * | VF: rename vf_ass to vf_sub | wm4 | 2012-10-24 | 2 | -3/+3 |
| * | manpage: optional input command args can't just be omitted | wm4 | 2012-10-24 | 1 | -6/+6 |
| * | screenshot: change "screenshot" input command | wm4 | 2012-10-24 | 3 | -18/+20 |
| * | screenshot: allow taking screenshots with subtitles | wm4 | 2012-10-24 | 1 | -0/+3 |
| * | VO, sub: refactor | wm4 | 2012-10-24 | 2 | -5/+5 |
| * | Remove things related to old OSD | wm4 | 2012-10-24 | 1 | -24/+0 |
| * | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 12 | -9231/+887 |
| |\ |
|
| * | | sub: remove logic for disabling hinting on scaled EOSD | wm4 | 2012-10-16 | 1 | -2/+0 |
| * | | vo_gl, options: remove doublebuffering option (--double) | wm4 | 2012-10-16 | 1 | -4/+0 |
* | | | manpage: --codecpath was removed | wm4 | 2012-11-01 | 1 | -3/+0 |
* | | | options: remove --hr-mp3-seek | wm4 | 2012-10-30 | 1 | -9/+0 |
* | | | options: remove --adapter | wm4 | 2012-10-30 | 1 | -5/+0 |
* | | | manpage: -benchmark was renamed to -untimed | wm4 | 2012-10-30 | 1 | -0/+1 |
* | | | options: rename -ni to -avi-ni | wm4 | 2012-10-30 | 2 | -1/+2 |
* | | | options, avi: remove -loadidx/-saveidx | wm4 | 2012-10-30 | 1 | -15/+0 |
| |/
|/| |
|
* | | manpage: improvements to vo_opengl documentation | wm4 | 2012-10-15 | 1 | -7/+19 |
* | | input: add input test mode | wm4 | 2012-10-14 | 1 | -0/+7 |
* | | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 1 | -0/+2 |
* | | Merge branch 'input_changes' into master | wm4 | 2012-10-12 | 5 | -33/+404 |
|\ \ |
|
| * | | commands: use "up" and "down" as 2nd argument for cycle command | wm4 | 2012-10-12 | 1 | -3/+3 |
| * | | commands: add print_text input command to print text on the terminal | wm4 | 2012-10-12 | 1 | -0/+4 |
| * | | sub: add --ass-style-override option to disable style overrides | wm4 | 2012-10-12 | 2 | -0/+9 |
| * | | options: add --status-msg | wm4 | 2012-10-12 | 1 | -0/+4 |
| * | | manpage: document input.conf related things | wm4 | 2012-10-12 | 4 | -17/+367 |
| * | | commands: add more property-option bridge uses, rename some options | wm4 | 2012-10-12 | 2 | -7/+9 |
| * | | options: accept "yes" and "no" only for flags | wm4 | 2012-10-12 | 1 | -11/+11 |
| * | | commands: rename "osdlevel" option and property, make it a choice | wm4 | 2012-10-12 | 3 | -2/+3 |
| * | | commands: replace --hardframedrop, change framedropping property | wm4 | 2012-10-12 | 2 | -7/+8 |
* | | | Rename to "mpv" | wm4 | 2012-10-12 | 8 | -211/+198 |
* | | | manpage: remove old manpage | wm4 | 2012-10-12 | 1 | -8099/+0 |
* | | | vo_opengl: change default FBO format | wm4 | 2012-10-03 | 1 | -2/+2 |
* | | | vo_opengl: use PBOs by default with opengl-hq | wm4 | 2012-10-03 | 1 | -1/+1 |
* | | | vo_opengl: use low quality default settings, add opengl-hq alias | wm4 | 2012-10-03 | 1 | -10/+19 |
* | | | VO: actually rename VOs gl -> opengl-old, gl3 -> opengl | wm4 | 2012-10-03 | 3 | -209/+212 |
* | | | vo_gl3: make it work on OpenGL 2.1 | wm4 | 2012-10-03 | 1 | -8/+10 |
* | | | Remove useless video filters | wm4 | 2012-10-03 | 1 | -649/+3 |
* | | | encode: remove dependency on current ffmpeg | Rudolf Polzer | 2012-10-01 | 1 | -2/+2 |
* | | | encode: add options --ovfirst and --oafirst | Rudolf Polzer | 2012-09-29 | 1 | -17/+25 |
| |/
|/| |
|
* | | options: accept "yes" and "no" only for flags | wm4 | 2012-09-23 | 1 | -11/+11 |
* | | softvol, ao_pulse: prefer ao_pulse volume control by default | wm4 | 2012-09-23 | 1 | -3/+13 |
|/ |
|
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 5 | -4/+470 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 1 | -1/+0 |
* | options: change --vid, --aid, --sid options | wm4 | 2012-09-18 | 1 | -20/+12 |
* | options: change --loop option, and extend choice option type | wm4 | 2012-09-18 | 2 | -2/+4 |
* | options: remove -subalign | wm4 | 2012-09-18 | 1 | -8/+0 |
* | rawaudio: use mplayer audio format for format option | wm4 | 2012-09-18 | 1 | -5/+2 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 1 | -3/+3 |
* | manpage: remove references to bitmap fonts | wm4 | 2012-09-18 | 2 | -7/+1 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 1 | -1/+1 |
* | DOCS: add big picture overview over the code | wm4 | 2012-08-26 | 1 | -0/+206 |
* | DOCS: remove outdated/useless files | wm4 | 2012-08-25 | 2 | -34/+0 |
* | Merge remote-tracking branch 'cantabile/manpage_fixes' | wm4 | 2012-08-25 | 5 | -121/+68 |
|\ |
|
| * | manpage: update default jpeg quality for vo_image | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: update default value of --softvol-max | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: --screenshot-template: update %n, add %{prop} | cantabile | 2012-08-24 | 1 | -6/+14 |
| * | manpage: update the list of available screenshot formats | cantabile | 2012-08-24 | 1 | -3/+7 |
| * | manpage: update example of the status line | cantabile | 2012-08-24 | 1 | -3/+3 |
| * | manpage: fix ambiguous statement about --(no-)keepaspect | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: mention that videos' colormatrix and color range flags are honored | cantabile | 2012-08-24 | 1 | -2/+4 |
| * | manpage: don't mention nonexistent VOs, command line switches, etc. | cantabile | 2012-08-24 | 3 | -84/+17 |
| * | manpage: fix various typos | cantabile | 2012-08-24 | 5 | -20/+20 |
* | | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 1 | -0/+20 |
|/ |
|
* | manpage: correct the definition of full range video | cantabile | 2012-08-21 | 1 | -1/+1 |
* | manpage: document -use-filename-title removal/replacement | wm4 | 2012-08-20 | 1 | -0/+1 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 1 | -30/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -34/+1 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 1 | -41/+2 |
* | core: intentionally cripple slave mode | wm4 | 2012-08-15 | 1 | -10/+15 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 1 | -11/+0 |
* | manpage: document gl3, direct3d, portaudio, remove v4l2 | wm4 | 2012-08-08 | 2 | -18/+308 |
* | manpage: document per-file options | wm4 | 2012-08-07 | 1 | -0/+42 |
* | manpage: add initial documentation about changes | wm4 | 2012-08-07 | 2 | -0/+156 |
* | manpage: reflect recent VO changes | wm4 | 2012-08-06 | 1 | -108/+33 |
* | image_writer: rename "filetype" option to "format" | wm4 | 2012-08-06 | 1 | -1/+1 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | x11: change stop_xscreensaver default to 1 to be more user-friendly | mplayer-svn | 2012-08-03 | 1 | -2/+3 |
* | vf_stereo3d.c: half-width side-by-side formats for stereo3d | mplayer-svn | 2012-08-03 | 1 | -0/+8 |
* | Remove teletext support | wm4 | 2012-08-03 | 2 | -31/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 1 | -14/+0 |
* | VO: remove VO direct rendering | wm4 | 2012-08-02 | 2 | -7/+2 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 1 | -1/+0 |
* | AF: remove af_gate and af_comp | wm4 | 2012-08-02 | 1 | -9/+0 |
* | man: update man with vo_corevideo and vo_sharedbuffer | Stefano Pigozzi | 2012-08-02 | 1 | -14/+16 |
* | man: update documentation related to screenshots | wm4 | 2012-08-02 | 3 | -16/+97 |
* | man: remove documentation for deleted stuff | wm4 | 2012-08-02 | 4 | -448/+38 |
* | manpage: merge new manpage | wm4 | 2012-08-02 | 7 | -0/+6088 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -123/+0 |
* | commands: add show_tracks_osd command to display audio and subtitle tracks on... | wm4 | 2012-07-28 | 1 | -0/+3 |
* | commands: add show_chapters_osd command to display chapters on OSD | wm4 | 2012-07-28 | 1 | -0/+2 |
* | Rename DOCS/tech/ to DOCS/OUTATED-tech/ | wm4 | 2012-07-28 | 22 | -0/+0 |
* | Remove DOCS/xml | wm4 | 2012-07-28 | 19 | -3757/+0 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 100 | -215710/+0 |
|\ |
|
| * | docs: delete outdated translated manpages/docs | Uoti Urpala | 2012-07-16 | 99 | -215529/+0 |
| * | build, codec-cfg.c: simplify builtin codecs.conf handling | Uoti Urpala | 2012-07-16 | 1 | -181/+0 |
* | | vo_gl: add noise filter | reimar | 2012-02-09 | 1 | -0/+3 |
|/ |
|
* | core: add screenshot mode for actual VO window contents | wm4 | 2011-11-25 | 1 | -2/+9 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -28/+3 |
* | video, options: implement better YUV->RGB conversion control | wm4 | 2011-10-16 | 1 | -0/+3 |
* | options, subs: add --ass-vsfilter-aspect-compat | harklu | 2011-08-12 | 2 | -0/+23 |
* | manpage: improve vo_gl "stereo" suboption description | ptt | 2011-07-06 | 1 | -19/+21 |
* | vf_stereo3d: Add support for converting to interleaved 3D | reimar | 2011-07-06 | 1 | -0/+15 |
* | vf_delogo: allow to change the rectangle based on the time | cigaes | 2011-07-06 | 1 | -0/+4 |
* | manpage: use upper case names for some keys | ib | 2011-06-29 | 1 | -4/+4 |
* | ao_rsound: add new RSound audio output driver | Hans-Kristian Arntzen | 2011-06-26 | 1 | -0/+15 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 1 | -40/+6 |
* | ao_pcm, core: use new API in ao_pcm, change timing with it | Uoti Urpala | 2011-05-05 | 1 | -5/+0 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 2 | -0/+69 |
|\ |
|
| * | stream: http: Allow setting custom http header | cehoyos | 2011-04-13 | 1 | -0/+29 |
| * | options: add -gamma (was only accessible from slave mode before) | cehoyos | 2011-04-13 | 1 | -0/+5 |
| * | OSD: support displaying fractional part of current position | Uoti Urpala | 2011-04-12 | 2 | -0/+35 |
* | | input: rewrite -key-fifo-size limiting logic | Uoti Urpala | 2011-05-02 | 1 | -7/+4 |
* | | input: modify interpretation of doubleclick events | Uoti Urpala | 2011-05-02 | 1 | -4/+0 |
* | | manpage: restore -lavfdopts doc accidentally removed in d76ad5f2 | Uoti Urpala | 2011-04-20 | 1 | -0/+37 |
* | | subs: options: add -sub-paths | Clément Bœsch | 2011-04-20 | 1 | -9/+26 |
* | | options: drop support for numeric -demuxer values | Uoti Urpala | 2011-02-22 | 1 | -7/+1 |
|/ |
|
* | DOCS/xml/en: remove various outdated documentation | Uoti Urpala | 2011-02-15 | 9 | -10952/+43 |
* | manpage: remove BUGS section, misc fixes | Uoti Urpala | 2011-02-01 | 1 | -22/+4 |
* | vo_zr2: drop Zoran support | Uoti Urpala | 2011-01-31 | 1 | -122/+0 |
* | vo_dxr2, ao_dxr2: drop dxr2 support | Uoti Urpala | 2011-01-31 | 1 | -97/+1 |
* | vidix: drop VIDIX support | Uoti Urpala | 2011-01-31 | 2 | -230/+10 |
* | DOCS/tech/codecs.conf.txt: add notes about BE/LE colorspaces | compn | 2011-01-31 | 1 | -1/+5 |
* | DOCS/xml: don't use old "--with-extralibdir" configure option | diego | 2011-01-31 | 7 | -7/+7 |
* | libfaad2:/ Remove forked internal libfaad2 copy | diego | 2011-01-31 | 9 | -310/+0 |
* | DOCS/tech/: remove several obsolete files | Uoti Urpala | 2011-01-29 | 17 | -2544/+0 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32699 | jrash | 2011-01-29 | 1 | -3/+3 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -13/+11 |
|\ |
|
| * | subtitles: options: enable -ass by default | Uoti Urpala | 2011-01-26 | 1 | -13/+11 |
* | | manpage: document -playlist being unsafe in its option description | Uoti Urpala | 2011-01-24 | 1 | -0/+9 |
|/ |
|
* | manpage: Remove forgotten "MPlayer only" notes | Clément Bœsch | 2011-01-09 | 1 | -5/+5 |
* | manpage: Remove "MPlayer only" notes | Clément Bœsch | 2011-01-06 | 1 | -16/+16 |
* | vo_vdpau: allow "deint=-N" to specify mode without enabling deint | Uoti Urpala | 2011-01-04 | 1 | -10/+13 |
* | manpage: Remove MEncoder references | Clément Bœsch | 2010-12-25 | 1 | -3808/+25 |
* | Merge branch 'hr-seek' | Uoti Urpala | 2010-12-20 | 2 | -8/+41 |
|\ |
|
| * | input: add default keybindings Shift+[arrow] for small exact seeks | Uoti Urpala | 2010-12-20 | 1 | -0/+4 |
| * | core: add support for precise non-keyframe-limited seeks | Uoti Urpala | 2010-12-20 | 2 | -4/+31 |
| * | commands: add generic option -> property wrapper | Uoti Urpala | 2010-12-18 | 1 | -0/+1 |
| * | options: add "choice" option type, use for -pts-association-mode | Uoti Urpala | 2010-12-18 | 1 | -4/+5 |
* | | vd_ffmpeg: set thread count to number of cores on machine by default | Uoti Urpala | 2010-12-20 | 1 | -2/+6 |
* | | DOCS/tech/slave.txt: update some obsolete information | Uoti Urpala | 2010-12-18 | 1 | -10/+7 |
* | | manpage: correct -tv audiorate description, change bitrate to samplerate | compn | 2010-12-16 | 1 | -1/+1 |
* | | commands: Allow cycling subtitles backwards with 'J' | reimar | 2010-12-16 | 2 | -9/+14 |
* | | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32661 | jrash | 2010-12-16 | 1 | -5/+25 |
* | | DOCS/xml: change --with-extraincdir to --extra-cflags | compn | 2010-12-16 | 9 | -11/+11 |
|/ |
|
* | ao_pcm: change message to mention "-novideo" instead of "-vc null" | Uoti Urpala | 2010-12-08 | 1 | -1/+1 |
* | core: ordered chapters: add heuristic for merging inaccurate chapters | Uoti Urpala | 2010-11-26 | 1 | -0/+11 |
* | sub_cc: Allow selecting the Close Captioning channel | reimar | 2010-11-14 | 1 | -2/+2 |
* | DOCS/tech/codecs.conf.txt: document how to add ffmpeg codecs | compn | 2010-11-14 | 1 | -0/+40 |
* | core: do initial A-V sync by modifying audio stream | Uoti Urpala | 2010-11-13 | 1 | -0/+11 |
* | audio: add -gapless-audio option | Uoti Urpala | 2010-11-12 | 1 | -0/+11 |
* | DOCS/man/zh_CH: sync with en/mplayer.1 rev. 32566 | jrash | 2010-11-07 | 1 | -3/+123 |
* | vf_stereo3d: Add stereo3d filter | reimar | 2010-11-02 | 2 | -0/+193 |
* | Add a simple capture feature (-capture) | Uoti Urpala | 2010-11-02 | 2 | -1/+21 |
* | manpage: Make commas and backslashes show properly | attila | 2010-11-02 | 6 | -6/+6 |
* | new slave command: af_cmdline, for changing audio filter options | reimar | 2010-11-02 | 1 | -0/+3 |
* | DOCS/man: Add missing values for the chanlist suboption of -tv | diego | 2010-11-02 | 9 | -9/+27 |
* | DOCS/xml/hu: synced with r32361 | Gabrov | 2010-11-02 | 5 | -67/+133 |
* | DOCS/xml: Remove outdated warning about obsolete gcc 2.96. | diego | 2010-11-02 | 1 | -5/+0 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 1 | -2/+2 |
* | DOCS/man/zh_CN: Synced with rev. 32066 | jrash | 2010-11-02 | 1 | -4/+45 |
* | manpage: Clarify the meaning of the -nosub option | reimar | 2010-11-02 | 1 | -1/+2 |
* | DOCS/xml: edit TV/radio chapters | diego | 2010-11-02 | 40 | -3152/+3401 |
* | DOCS/xml: Merge CD/DVD chapter into the usage chapter | diego | 2010-11-02 | 30 | -2882/+2852 |
* | DOCS/xml/zh_CN: replace usage.xml symlink to English with copy | diego | 2010-11-02 | 1 | -1/+1123 |
* | DOCS/xml: Remove pointless compilation sections from radio and TV input chapters | diego | 2010-11-02 | 2 | -37/+8 |
* | DOCS/xml: Integrate advanced audio usage sections into the general usage chap... | diego | 2010-11-02 | 1 | -4/+0 |
* | DOCS/xml: Remove bogus teletext hotkeys section | diego | 2010-11-02 | 6 | -224/+0 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31814 | jrash | 2010-11-02 | 1 | -3/+5 |
* | DOCS/xml/README: improve | diego | 2010-11-02 | 1 | -37/+1 |
* | DOCS/xml/configure: misc changes | diego | 2010-11-02 | 1 | -75/+39 |
* | DOCS/xml/en/documentation.xml: mark MPlayer as GPL v2 only | diego | 2010-11-02 | 1 | -3/+2 |
* | DOCS/*/hu: synced with r31833 | Gabrov | 2010-11-02 | 8 | -492/+211 |
* | DOCS/xml: updates | diego | 2010-11-02 | 5 | -433/+22 |
* | manpage: don't claim teletext keys would depend on build options | diego | 2010-11-02 | 1 | -3/+2 |
* | manpage: Fix wrong option name in input example | reimar | 2010-11-02 | 1 | -1/+1 |
* | slave mode: Add stream_time_pos property | reimar | 2010-11-02 | 1 | -0/+1 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31769 | jrash | 2010-11-02 | 1 | -1/+3 |
* | manpage: mention -af stats in -af volume section for statistics | reimar | 2010-11-02 | 1 | -1/+1 |
* | manpage: -af volume "max volume" feature requires floats | reimar | 2010-11-02 | 1 | -0/+2 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31715 | jrash | 2010-11-02 | 1 | -1/+9 |
* | DOCS: Fix a few web page links in the documentation. | diego | 2010-11-02 | 4 | -4/+4 |
* | ao_coreaudio: Refactor device selection | adrian | 2010-11-02 | 1 | -0/+8 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31648 | jrash | 2010-11-02 | 1 | -12/+67 |
* | vo_gl: remove "broken" comment from quadbuffer stereo | cehoyos | 2010-11-02 | 1 | -1/+1 |
* | manpage: Fix outdated -vo gl usage example. | reimar | 2010-11-02 | 1 | -2/+2 |
* | vo_gl: Add initial stereo support | reimar | 2010-11-02 | 1 | -0/+21 |
* | DOCS/man/cs: Fix Bulgarian vs. Hungarian typo in Czech manual page. | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -4/+29 |
* | DOCS/tech/slave.txt: Add disabling input to hints | reimar | 2010-11-02 | 1 | -0/+2 |
* | DOCS/xml/Makefile: Remove help target that prints available targets | diego | 2010-11-02 | 1 | -16/+2 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31552 | jrash | 2010-11-02 | 1 | -2/+2 |
* | manpage: improve "-identify" description of "-frames 0" | attila | 2010-11-02 | 1 | -1/+1 |
* | DOCS/xml: Get rid of xsltproc wrapper redirection | diego | 2010-11-02 | 2 | -24/+6 |
* | DOCS/xml: Move xsltproc target file hack to the Makefile. | diego | 2010-11-02 | 2 | -8/+6 |
* | configure: drop support for Jade/OpenJade/Saxon XSLT processors | diego | 2010-11-02 | 2 | -129/+0 |
* | DOCS/xml: Get rid of xmllint wrapper redirection | diego | 2010-11-02 | 2 | -14/+7 |
* | DOCS/man/zc_CH: sync with en/mplayer.1 rev. 31372 | jrash | 2010-11-02 | 1 | -12/+9 |
* | build: Rename configure.log file to config.log | diego | 2010-11-02 | 29 | -48/+48 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31364 | jrash | 2010-11-02 | 1 | -35/+106 |
* | vf_rgb2bgr: remove the filter | siretart | 2010-11-02 | 2 | -11/+1 |
* | rtsp: Support RTSP/RTP over HTTP via LIVE555 | cehoyos | 2010-11-02 | 1 | -0/+5 |
* | Merge svn changes up to r31332 | Uoti Urpala | 2010-06-05 | 1 | -1/+12 |
|\ |
|
| * | Extend -vf format to allow substituting the format for a compatible one | reimar | 2010-06-05 | 1 | -1/+12 |
* | | Merge svn changes r31318 to r31328 | Uoti Urpala | 2010-06-05 | 2 | -10/+9 |
|\| |
|
| * | sync with en/mplayer.1 rev. 31292 | jrash | 2010-06-05 | 1 | -9/+6 |
| * | Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should | reimar | 2010-06-05 | 1 | -1/+3 |
* | | Skip svn changes up to r31294 (mostly) | Uoti Urpala | 2010-06-02 | 1 | -0/+1 |
|\| |
|
| * | Extend the range of the -a52drc range up to two, as a experimental feature | reimar | 2010-05-31 | 1 | -0/+1 |
* | | Merge svn changes up to r31291 | Uoti Urpala | 2010-06-02 | 3 | -10/+12 |
|\| |
|
| * | synced with r31289 | Gabrov | 2010-05-30 | 2 | -10/+8 |
| * | Add a referrer option to set the HTTP Referer field. | reimar | 2010-05-30 | 1 | -0/+4 |
* | | Merge svn changes up to r31226 | Uoti Urpala | 2010-05-30 | 1 | -309/+0 |
|\| |
|
| * | Remove obsolete new policy proposal draft from Michael. | diego | 2010-05-25 | 1 | -309/+0 |
| * | Remove ambiguous language about indenting if-blocks. | diego | 2010-05-23 | 1 | -3/+0 |
| * | K&R coding style should be applied to new code. | diego | 2010-05-23 | 1 | -7/+9 |
* | | documentation: remove svn-howto.txt, MAINTAINERS | Uoti Urpala | 2010-05-30 | 2 | -628/+0 |
* | | Merge svn changes up to r31189 | Uoti Urpala | 2010-05-30 | 1 | -10/+6 |
|\| |
|
| * | sync with en/mplayer.1 rev. 31173 | jrash | 2010-05-21 | 1 | -10/+6 |
* | | Merge svn changes up to r31176 | Uoti Urpala | 2010-05-30 | 1 | -7/+2 |
|\| |
|
| * | remove vf_yuy2, functionality is replaced by -vf format=yuv2 | siretart | 2010-05-14 | 1 | -7/+2 |
* | | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 17 | -117/+39 |
|\| |
|
| * | 10l: Use the directory part of the stylesheet path to create a directory. | diego | 2010-05-11 | 1 | -1/+1 |
| * | cosmetics: Invoke all shell scripts during XML documentation build directly. | diego | 2010-05-11 | 1 | -1/+1 |
| * | Create output directory when copying stylesheet. | diego | 2010-05-11 | 1 | -5/+3 |
| * | Merge both XML documentation README files into one. | diego | 2010-05-11 | 2 | -21/+22 |
| * | Do not run xmllint prior to building the XML documentation. | diego | 2010-05-11 | 1 | -2/+2 |
| * | XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*. | diego | 2010-05-11 | 1 | -3/+3 |
| * | Only mark targets whose names end in "clean" as phony. | diego | 2010-05-11 | 1 | -1/+1 |
| * | docs: Update documentation to account for recent build system changes. | diego | 2010-05-11 | 1 | -13/+3 |
| * | Make XML documentation build process nonrecursive. | diego | 2010-05-11 | 2 | -35/+12 |
| * | Get rid of pointless variable indirection for XSL stylesheets. | diego | 2010-05-11 | 1 | -10/+4 |
| * | Pass a language variable to submakes instead of reading subdirectory Makefiles. | diego | 2010-05-10 | 12 | -55/+18 |
| * | Remove internal liba52 copy. | diego | 2010-05-09 | 3 | -3/+2 |
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -10/+10 |
* | | vo_vdpau: support queuing an arbitrary number of frames ahead | Uoti Urpala | 2010-05-14 | 1 | -5/+24 |
* | | vo_vdpau: add option for studio level output | Uoti Urpala | 2010-05-12 | 1 | -2/+8 |
* | | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 1 | -1/+1 |
|\| |
|
| * | Remove references to some long-removed files. | diego | 2010-05-07 | 1 | -1/+1 |
* | | Merge svn changes up to r31133 | Uoti Urpala | 2010-05-07 | 14 | -9/+15 |
|\| |
|
| * | Put symlinks under revision control instead of generating them during make. | diego | 2010-05-03 | 14 | -9/+15 |
* | | Merge svn changes up to r31100 | Uoti Urpala | 2010-05-07 | 1 | -1/+1 |
|\| |
|
| * | fix typo | Gabrov | 2010-04-27 | 1 | -1/+1 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 9 | -43/+221 |
|\| |
|
| * | synced with r31096 | Gabrov | 2010-04-25 | 8 | -39/+217 |
| * | typo fixes | Gabrov | 2010-04-25 | 1 | -4/+4 |
* | | Merge svn changes up to r31050 | Uoti Urpala | 2010-04-26 | 1 | -1/+3 |
|\| |
|
| * | sync with en/mplayer.1 rev. 31028 | jrash | 2010-04-17 | 1 | -1/+3 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 53 | -1881/+1898 |
|\| |
|
| * | the great MPlayer tab removal: part I | diego | 2010-04-12 | 51 | -1924/+1920 |
| * | Add slave commands for loading and unloading audio filters at runtime. | cehoyos | 2010-04-11 | 1 | -0/+11 |
| * | Add osd_show_progression: Show progress bar and elapsed/total time. | cehoyos | 2010-04-09 | 4 | -0/+10 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 11 | -48/+80 |
|\| |
|
| * | dont mention base64 about sending attachments. | attila | 2010-04-02 | 1 | -2/+2 |
| * | updated example line for encoding to psp (acodec faac is now libfaac) | ptt | 2010-04-01 | 9 | -26/+26 |
| * | updated table of libavcodec's audio codecs | ptt | 2010-04-01 | 1 | -20/+52 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 8 | -52/+8 |
|\| |
|
| * | sync with en/mplayer.1 rev. 30936 | jrash | 2010-03-20 | 1 | -2/+7 |
| * | Drop support for XANIM_MOD_DIR environment variable. | diego | 2010-03-18 | 8 | -48/+0 |
| * | Fix first line(s) of vo vdpau documentation. | cehoyos | 2010-03-18 | 1 | -2/+1 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 2 | -1/+86 |
|\| |
|
| * | Relocate -codecpath description in alphabetical order. | komh | 2010-03-15 | 1 | -4/+4 |
| * | Add -codecpath option. | komh | 2010-03-15 | 1 | -0/+4 |
| * | sync with en/mplayer.1 rev. 30868 | jrash | 2010-03-13 | 1 | -1/+82 |
* | | build: create and install .mo translation files | Uoti Urpala | 2010-04-01 | 1 | -0/+4 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 2 | -8/+90 |
|\| |
|
| * | Document x264 VUI options. | corey | 2010-03-09 | 1 | -0/+44 |
| * | Add a note about what x264's 'aud' parameter is for. | corey | 2010-03-09 | 1 | -0/+2 |
| * | We have some sort of DVD menu support nowadays. | diego | 2010-03-08 | 1 | -8/+2 |
| * | Enable ASS/SSA subtitle support in mencoder | greg | 2010-03-05 | 1 | -0/+42 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 7 | -32/+27 |
|\| |
|
| * | sync with en/mplayer.1 rev. 30822 | jrash | 2010-03-05 | 1 | -8/+13 |
| * | Remove NUT specification stubs. | diego | 2010-03-04 | 2 | -12/+0 |
| * | Run script with /bin/sh instead of bash. | diego | 2010-03-04 | 1 | -1/+1 |
| * | cosmetics: Use consistent if expression syntax. | diego | 2010-03-04 | 1 | -2/+1 |
| * | Use $() syntax instead of backticks, it is easier to nest. | diego | 2010-03-04 | 1 | -2/+2 |
| * | Clarify that ssh is not required for committing to MPlayer. | diego | 2010-03-04 | 1 | -0/+4 |
| * | Update URL for Subversion homepage. | diego | 2010-03-04 | 1 | -1/+1 |
| * | Add support for specifying window position relative to right and bottom | reimar | 2010-03-03 | 1 | -2/+5 |
| * | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -4/+0 |
* | | Merge svn changes up to r30748 | Uoti Urpala | 2010-03-10 | 3 | -40/+68 |
|\| |
|
| * | dots at end of sentences (kai driver section) | ptt | 2010-02-26 | 1 | -2/+2 |
| * | synced to r30610 | ptt | 2010-02-26 | 1 | -32/+57 |
| * | new sentences on new lines, cropdetect filter | ptt | 2010-02-26 | 1 | -5/+5 |
| * | sync with en/mplayer.1 rev. 30677 | jrash | 2010-02-26 | 1 | -1/+4 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -1/+2 |
|\| |
|
| * | Clarify that AC3/DTS passthrough is also possible with HDMI. | tack | 2010-02-22 | 1 | -1/+2 |
* | | Merge svn changes up to r30702 | Uoti Urpala | 2010-03-10 | 2 | -6/+8 |
|\| |
|
| * | wording fixes | diego | 2010-02-22 | 2 | -6/+8 |
| * | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -11/+11 |
* | | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 1 | -0/+3 |
|\| |
|
| * | Explain that -mc 0 will need -noskip. | reimar | 2010-02-20 | 1 | -0/+3 |
* | | Merge svn changes up to r30675 | Uoti Urpala | 2010-03-10 | 7 | -9/+0 |
|\| |
|
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 18 | -26/+0 |
* | | Merge svn changes up to r30663 | Uoti Urpala | 2010-03-10 | 1 | -9/+90 |
|\| |
|
| * | sync with en/mplayer.1 rev. 30611 | jrash | 2010-02-19 | 1 | -9/+90 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -7/+93 |
|\| |
|
| * | Document several new x264 parameters. | corey | 2010-02-17 | 1 | -0/+86 |
| * | Update x264 defaults listed in the man page. | corey | 2010-02-17 | 1 | -7/+7 |
* | | Merge svn changes up to r30570 | Uoti Urpala | 2010-03-09 | 1 | -1/+2 |
|\| |
|
| * | QuickTime X supports SAR in H.264. | diego | 2010-02-14 | 1 | -1/+2 |
* | | Merge svn changes up to r30529 | Uoti Urpala | 2010-03-09 | 3 | -24/+67 |
|\| |
|
| * | synced with r30515 | Gabrov | 2010-02-06 | 2 | -13/+37 |
| * | sync with en/mplayer.1 r30436 | jrash | 2010-02-06 | 1 | -11/+30 |
| * | Clarify -vo vdpau:pullup | cehoyos | 2010-02-04 | 1 | -1/+3 |
* | | Merge svn changes up to r30494 | Uoti Urpala | 2010-03-09 | 1 | -1/+2 |
|\| |
|
| * | Document auto-detection of -vo gl:yuv=... value. | reimar | 2010-02-02 | 1 | -1/+2 |
* | | Merge svn changes up to r30484 | Uoti Urpala | 2010-03-09 | 1 | -2/+18 |
|\| |
|
| * | Reword tfields documentation to reflect that it works mostly with MPlayer, | reimar | 2010-02-01 | 1 | -2/+2 |
| * | Add OS/2 KAI audio driver support | komh | 2010-02-01 | 1 | -0/+16 |
* | | Merge svn changes up to r30475 | Uoti Urpala | 2010-03-09 | 1 | -3/+1 |
|\| |
|
| * | Fix layout for the mouse/joystick controls sections. | diego | 2010-01-31 | 1 | -2/+0 |
| * | Document that -af-adv force=0 currently does the same as =1 | reimar | 2010-01-31 | 1 | -1/+1 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 2 | -4/+9 |
|\| |
|
| * | sync with en/mplayer.1 r30436 | jrash | 2010-01-29 | 1 | -2/+7 |
| * | Fix input/output channel mixup in the pan filter description. | diego | 2010-01-28 | 1 | -2/+2 |
* | | vo_vdpau: make queuing future frame flips adjustable | Uoti Urpala | 2010-02-05 | 1 | -0/+15 |
* | | Merge svn changes up to r30448 | Uoti Urpala | 2010-01-28 | 1 | -2/+2 |
|\| |
|
| * | Stopping maintainership for -vo (x)mga | attila | 2010-01-27 | 1 | -2/+2 |
* | | Merge svn changes up to r30437 | Uoti Urpala | 2010-01-28 | 1 | -1/+8 |
|\| |
|
| * | Add an option to cropdetect to periodically reset the detected area. | reimar | 2010-01-26 | 1 | -1/+8 |
* | | Disable libass fallbacks for fontconfig < 2.4.2 | Grigori Goronzy | 2010-01-27 | 2 | -19/+5 |
* | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 20 | -14/+44 |
|\| |
|
| * | typo fix, accidently reverted the new year patch with previous commit | Gabrov | 2010-01-24 | 1 | -1/+1 |
| * | synced with r30414 | Gabrov | 2010-01-24 | 1 | -3/+13 |
| * | big new year patch for documentations | Gabrov | 2010-01-24 | 20 | -10/+20 |
| * | sync with en/mplayer.1 r30336 | jrash | 2010-01-22 | 1 | -2/+12 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 2 | -31/+90 |
|\| |
|
| * | synced with r30336 | ptt | 2010-01-19 | 1 | -1/+11 |
| * | synced with r30197 | ptt | 2010-01-18 | 1 | -31/+70 |
| * | Document levelconv -vo gl suboption. | reimar | 2010-01-16 | 1 | -0/+10 |
* | | Merge svn changes up to r30322 | Uoti Urpala | 2010-01-25 | 2 | -11/+48 |
|\| |
|
| * | synced with r30311 | Gabrov | 2010-01-16 | 1 | -10/+47 |
| * | added a missing full stop | ptt | 2010-01-15 | 1 | -1/+1 |
* | | Merge svn changes up to r30250 | Uoti Urpala | 2010-01-25 | 2 | -5/+34 |
|\| |
|
| * | Cosmetics: Fix indentation | cehoyos | 2010-01-08 | 1 | -1/+1 |
| * | QCELP is part of libavcodec. | cehoyos | 2010-01-08 | 1 | -1/+1 |
| * | update wishlist | compn | 2010-01-08 | 1 | -2/+4 |
| * | sync with en/mplayer.1 r30197 | jrash | 2010-01-08 | 1 | -3/+30 |
* | | Merge svn changes up to r30199 | Uoti Urpala | 2010-01-08 | 1 | -3/+3 |
|\| |
|
| * | Fix a few typos in the matrixview section. | diego | 2010-01-04 | 1 | -3/+3 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+27 |
|\| |
|
| * | Basic -vo matrixview documentation. | reimar | 2010-01-03 | 1 | -0/+15 |
| * | Document -vo gl colorspace suboption. | reimar | 2010-01-03 | 1 | -0/+12 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 2 | -38/+99 |
|\| |
|
| * | sync with en/mplayer.1 r30135 | jrash | 2010-01-01 | 1 | -2/+2 |
| * | sync w/r30135 (up to date at last!) | gpoirier | 2009-12-29 | 1 | -36/+97 |
* | | Merge svn changes up to r30136 | Uoti Urpala | 2009-12-30 | 2 | -4/+9 |
|\| |
|
| * | change bandwidth value to bandwidth bytes | compn | 2009-12-29 | 1 | -1/+1 |
| * | sync with en/mplayer.1 r30075 | jrash | 2009-12-26 | 1 | -3/+8 |
* | | Merge svn changes up to r30104 | Uoti Urpala | 2009-12-30 | 2 | -13/+54 |
|\| |
|
| * | sync w/r29731 | gpoirier | 2009-12-20 | 1 | -10/+44 |
| * | Slightly improve vo_gl suboption documentation. | reimar | 2009-12-19 | 1 | -3/+10 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 2 | -5/+7 |
|\| |
|
| * | divided a line in two, was too long | ptt | 2009-12-18 | 1 | -1/+2 |
| * | synced with r30043 | ptt | 2009-12-18 | 1 | -4/+5 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 20 | -258/+65 |
|\| |
|
| * | sync with en/mplayer.1 r30053 | jrash | 2009-12-18 | 1 | -5/+5 |
| * | Simplify the evaluation of the lang-def template: | diego | 2009-12-16 | 1 | -8/+8 |
| * | Add support for -geometry to corevideo. | adrian | 2009-12-15 | 1 | -1/+1 |
| * | Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev... | adrian | 2009-12-15 | 1 | -2/+2 |
| * | Filter list of missing source files so that it only contains nonexisting files. | diego | 2009-12-14 | 1 | -2/+2 |
| * | Use $(notdir ) to filter out path prefixes instead of reinventing it poorly. | diego | 2009-12-14 | 1 | -1/+1 |
| * | Avoid hackish shell loop to symlink missing XML source files. | diego | 2009-12-14 | 1 | -3/+1 |
| * | Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked. | diego | 2009-12-14 | 1 | -2/+2 |
| * | Reuse SYMLINKS_DEPS variable in the symlink targets. | diego | 2009-12-14 | 1 | -1/+1 |
| * | Simplify shell command to symlink missing translated source files. | diego | 2009-12-14 | 1 | -3/+1 |
| * | Ignore errors from failing rm commands in clean targets. | diego | 2009-12-14 | 1 | -4/+4 |
| * | Do not ignore errors from mkdir invocations. | diego | 2009-12-14 | 1 | -1/+1 |
| * | The general xmllint target should only check configured languages. | diego | 2009-12-14 | 1 | -2/+2 |
| * | Improve declaration of phony targets. | diego | 2009-12-14 | 1 | -1/+2 |
| * | Factorize dependencies of language-specific HTML generation targets. | diego | 2009-12-14 | 1 | -2/+4 |
| * | spelling cosmetics | diego | 2009-12-14 | 1 | -2/+2 |
| * | Remove pointless dependency on xmllint.sh from phony xmllint target. | diego | 2009-12-14 | 1 | -1/+1 |
| * | Drop pointless dependencies of the phony targets html-chunked and html-single. | diego | 2009-12-14 | 1 | -1/+0 |
| * | Fix dependencies of html-chunked and html-single targets. | diego | 2009-12-14 | 1 | -3/+3 |
| * | Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable. | diego | 2009-12-14 | 1 | -1/+1 |
| * | Factorize all components generated by configure into a variable. | diego | 2009-12-14 | 1 | -1/+2 |
| * | Remove outdated comment about build system behavior. | diego | 2009-12-14 | 1 | -2/+0 |
| * | cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency. | diego | 2009-12-14 | 1 | -2/+2 |
| * | Drop support for per-language XSL stylesheets. | diego | 2009-12-14 | 2 | -57/+2 |
| * | Remove pointless Polish stylesheet; it provides no real benefit. | diego | 2009-12-14 | 3 | -31/+0 |
| * | Drop support for per-language stylesheets. | diego | 2009-12-14 | 12 | -39/+2 |
| * | Unconditionally symlink documentation files missing from a translation. | diego | 2009-12-14 | 12 | -37/+1 |
| * | Use variable for HTML stylesheet so individual languages can use their own. | diego | 2009-12-14 | 1 | -1/+1 |
| * | Factorize stylesheet installation into its own target. | diego | 2009-12-14 | 1 | -4/+5 |
| * | Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable. | diego | 2009-12-14 | 12 | -23/+13 |
| * | Factorize generating the list of all main.xml files. | diego | 2009-12-13 | 1 | -2/+4 |
| * | configure also generates all main.xml files. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Add html-chunk.xsl and html-single.xsl to targets generated by configure. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Avoid '&>' bashism for redirecting both stdout and stderr. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Simplify one more command via automatic variables. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Simplify setting COMMON_XSL_DEPS variable: | diego | 2009-12-13 | 1 | -5/+1 |
| * | Do not build monolithic documentation in a separate directory. | diego | 2009-12-13 | 2 | -13/+10 |
| * | - Remove now unnecessary dependency on intermediate directories. | diego | 2009-12-13 | 2 | -4/+4 |
| * | Do not pointlessly set the HTMLFILE variable when running xmllint. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Simplify some commands via automatic variables. | diego | 2009-12-13 | 1 | -2/+2 |
| * | Create required directories directly without intermediate steps. | diego | 2009-12-13 | 1 | -5/+3 |
| * | Declare common dependencies for chunked and single HTML targets together. | diego | 2009-12-13 | 1 | -3/+3 |
| * | cosmetics: Remove pointless trailing /. | diego | 2009-12-13 | 1 | -1/+1 |
| * | xmllint.sh is not a phony target. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Do not use symlinks for translations that comprise all XML files. | diego | 2009-12-13 | 3 | -3/+3 |
| * | Remove pointless warning about Make being called from the wrong place. | diego | 2009-12-13 | 1 | -11/+0 |
| * | Replace shell command substitution by Makefile syntax construct. | diego | 2009-12-13 | 1 | -1/+1 |
| * | Use automatic variables instead of the target name. | diego | 2009-12-13 | 1 | -2/+2 |
| * | Do not pointlessly remove all targets before recreating them. | diego | 2009-12-13 | 1 | -2/+0 |
| * | Declare a dependency on xmllint instead of duplicating the target's commands. | diego | 2009-12-13 | 1 | -4/+2 |
* | | Support for multiple editions in Matroska | Daniel Dawson | 2009-12-04 | 1 | -0/+6 |
* | | Merge svn changes up to r29971 | Uoti Urpala | 2009-11-29 | 1 | -3/+1 |
|\| |
|
| * | small update wishlist | compn | 2009-11-23 | 1 | -3/+1 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 2 | -33/+96 |
|\| |
|
| * | synced with r29912 | Gabrov | 2009-11-16 | 2 | -33/+96 |
* | | core: Add support for decoder reordering of pts values | Uoti Urpala | 2009-11-21 | 1 | -2/+17 |
* | | VO: Keep aspect by adding black bars in window mode too if necessary | Uoti Urpala | 2009-11-20 | 1 | -2/+6 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 19 | -179/+530 |
|\| |
|
| * | cosmetics and grammar fixes | ptt | 2009-11-13 | 1 | -17/+18 |
| * | sync with en/mplayer.1 r29905 | jrash | 2009-11-13 | 1 | -12/+32 |
| * | synced with r29905 | ptt | 2009-11-13 | 1 | -1/+16 |
| * | synced with r29885 | ptt | 2009-11-12 | 1 | -11/+33 |
| * | cosmetic fixes as pointed out by diego | ptt | 2009-11-12 | 1 | -4/+4 |
| * | Added -name, -title and -use-filename-title options and implementation in X11... | ptt | 2009-11-12 | 1 | -0/+14 |
| * | Replace dead link explaining why not to use HTML on the mailing lists. | tack | 2009-11-11 | 10 | -10/+10 |
| * | Add a "tips and tricks" section to the slave mode documentation. | reimar | 2009-11-11 | 1 | -0/+9 |
| * | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 | 1 | -1/+2 |
| * | Update man page to reflect support for up to 8 channels. | tack | 2009-11-10 | 1 | -6/+8 |
| * | Add support for DVB teletext. | reimar | 2009-11-10 | 1 | -1/+2 |
| * | Clarify possible issues with gmplayer commandline options due to conflicts | reimar | 2009-11-08 | 1 | -1/+4 |
| * | sync with en/mplayer.1 r29823 | jrash | 2009-11-06 | 1 | -2/+9 |
| * | So Long, and Thanks for All the Fish | reynaldo | 2009-11-05 | 1 | -5/+5 |
| * | Add new VDPAU feature high-quality-scaling (and require newer library). | cehoyos | 2009-11-04 | 1 | -0/+7 |
| * | The "ilaced" suboption of vf_scale was renamed to "interlaced". | diego | 2009-11-02 | 7 | -14/+14 |
| * | Improve VDPAU noforce-mixer documentation. | cehoyos | 2009-11-02 | 1 | -1/+2 |
| * | sync with en/mplayer.1 r29805 | jrash | 2009-10-31 | 1 | -12/+33 |
| * | Slightly change behavior of "none" if fstype specification. | corey | 2009-10-30 | 1 | -1/+1 |
| * | Allow image format BGRA when using vo vdpau. | cehoyos | 2009-10-27 | 1 | -0/+4 |
| * | synced with r29791 | ptt | 2009-10-22 | 1 | -2/+2 |
| * | Break an output line for consistency. | diego | 2009-10-22 | 1 | -1/+1 |
| * | cosmetic fixes in bs2b and vdpau sections | ptt | 2009-10-22 | 1 | -9/+9 |
| * | removed daniele forghieri from italian man mantainers (as said by diego and him) | ptt | 2009-10-14 | 1 | -1/+1 |
| * | synced with r29771 | ptt | 2009-10-14 | 1 | -1/+19 |
| * | Support SMPTE-240M colourspace in vo_vdpau. | cehoyos | 2009-10-12 | 1 | -0/+2 |
| * | Add colorspace option to vo_vdpau. | cehoyos | 2009-10-10 | 1 | -0/+16 |
| * | some coherence's fixes | ptt | 2009-10-08 | 1 | -6/+6 |
| * | cosmetics in channels/capture sections | ptt | 2009-10-08 | 1 | -6/+6 |
| * | synced with r29762 | ptt | 2009-10-08 | 1 | -19/+183 |
| * | added myself to italian man mantainers section, since i'm the one that does that | ptt | 2009-10-08 | 1 | -1/+1 |
| * | various little aesthetic fixes | ptt | 2009-10-08 | 1 | -14/+15 |
| * | synced with r28576 | ptt | 2009-10-08 | 1 | -51/+107 |
| * | Clarify screenshot filter description. | diego | 2009-10-06 | 1 | -3/+3 |
* | | Support VDPAU MPEG4 hardware decoding | Uoti Urpala | 2009-11-16 | 1 | -1/+2 |
* | | vo_vdpau: Add support for high-quality scaling feature | Uoti Urpala | 2009-11-15 | 1 | -0/+7 |
* | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 | 1 | -1/+21 |
* | | Implement vsync-aware frame timing for VDPAU | Uoti Urpala | 2009-11-15 | 1 | -0/+5 |
* | | manpage: Fix typo in -noordered-chapters option name | Uoti Urpala | 2009-10-08 | 1 | -1/+1 |
* | | Merge svn changes up to r29752 | Uoti Urpala | 2009-10-06 | 2 | -1/+13 |
|\| |
|
| * | add a warning to the description of -vf screenshot to add it after | attila | 2009-10-05 | 1 | -0/+4 |
| * | sync with en/mplayer.1 r29731 | jrash | 2009-10-01 | 1 | -1/+5 |
| * | Document -nosub option | reimar | 2009-09-28 | 1 | -0/+4 |
* | | commands: Add set_property_osd and step_property_osd | Uoti Urpala | 2009-09-19 | 1 | -0/+8 |
* | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 5 | -33/+30 |
|\| |
|
| * | sync with en/mplayer.1 r29661 | jrash | 2009-09-12 | 1 | -2/+2 |
| * | synced with r29670 | Gabrov | 2009-09-11 | 3 | -25/+17 |
| * | Make (no)t23 suboption description more consistent. | diego | 2009-09-08 | 1 | -1/+1 |
| * | sync with en/mplayer.1 r29638 | jrash | 2009-09-05 | 1 | -6/+11 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 3 | -5/+15 |
|\| |
|
| * | Improve wording for file/directory specific config file explanation. | reimar | 2009-09-03 | 1 | -4/+4 |
| * | Document directory-specific configuration file. | reimar | 2009-09-02 | 1 | -0/+5 |
| * | sync with en/mplayer.1 r29555 | jrash | 2009-08-29 | 1 | -4/+6 |
| * | Expand wid explanation. | cehoyos | 2009-08-27 | 1 | -0/+3 |
| * | Adjust documentation about filtering out whitespace changes from 'svn diff'. | diego | 2009-08-26 | 1 | -1/+1 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 5 | -25/+7 |
|\| |
|
| * | sync with en/mplayer.1 r29461 | jrash | 2009-07-31 | 1 | -5/+1 |
| * | Update documentation for libamr replacement by OpenCORE in FFmpeg. | diego | 2009-07-30 | 3 | -20/+4 |
| * | undocumented keyword | compn | 2009-07-30 | 1 | -0/+2 |
* | | Use light autohinting by default in libass | Grigori Goronzy | 2009-08-07 | 1 | -1/+1 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 4 | -5/+42 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
| * | grammar and sentence fix | ptt | 2009-07-22 | 1 | -1/+1 |
| * | sync with en/mplayer.1 r29413 | jrash | 2009-07-18 | 1 | -1/+18 |
| * | synced with r39413 | Gabrov | 2009-07-13 | 1 | -2/+22 |
* | | Merge svn changes up to r29417 | Uoti Urpala | 2009-07-12 | 1 | -0/+20 |
|\| |
|
| * | new debanding filter | lorenm | 2009-07-07 | 1 | -0/+20 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 7 | -1323/+10 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 11 | -94/+151 |
|\| |
|
| * | Add a section about handling external code to the policy. | diego | 2009-07-04 | 1 | -0/+9 |
| * | forgot a line :(; added | ptt | 2009-05-28 | 1 | -0/+2 |