aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/tech
Commit message (Collapse)AuthorAge
* commands: Allow cycling subtitles backwards with 'J'Gravatar reimar2010-12-16
| | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32680 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32714 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/tech/codecs.conf.txt: document how to add ffmpeg codecsGravatar compn2010-11-14
| | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32604 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32615 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
| | | | | | | | | | | | | | | | | If a specified key is pressed during playback, the current stream is captured to a file, similar to what -dumpstream achieves. original patch by Pásztor Szilárd, don tricon hu Taken from the following svn commits, but with several fixes and modifications (one obvious user-visible difference is that the default key binding is 'C', not 'c'): git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32524 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32529 b3059339-0415-0410-9bf9-f77b7e298cf2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32530 b3059339-0415-0410-9bf9-f77b7e298cf2
* new slave command: af_cmdline, for changing audio filter optionsGravatar reimar2010-11-02
| | | | | | | | | Add experimental af_cmdline slave command to allow changing filter options at runtime. Patch by Adrian Stutz [adrian sttz ch] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32505 b3059339-0415-0410-9bf9-f77b7e298cf2
* slave mode: Add stream_time_pos propertyGravatar reimar2010-11-02
| | | | | | Patch by Paul Huwe [reicow yahoo com] with some modifications by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31794 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/tech/slave.txt: Add disabling input to hintsGravatar reimar2010-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31595 b3059339-0415-0410-9bf9-f77b7e298cf2
* build: Rename configure.log file to config.logGravatar diego2010-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31415 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_rgb2bgr: remove the filterGravatar siretart2010-11-02
| | | | | | | | | | Its functionality has been superseeded by sws by quite some time, and the "swap" functionality is now provided by vf_format. see http://comments.gmane.org/gmane.comp.video.mplayer.devel/55804 for a full discussion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31350 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\
* | documentation: remove svn-howto.txt, MAINTAINERSGravatar Uoti Urpala2010-05-30
| | | | | | | | | | svn-howto.txt doesn't apply to this tree, and MAINTAINERS had little to do with reality even in svn.
* | Merge svn changes up to r31169Gravatar Uoti Urpala2010-05-30
|\ \
* | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | | | | | | | | | | | | | | | | | | | Change 'struct vf_instance' pointer arguments to more standard style as in the subject. Also some other minor formatting fixes. Patch by Diego Biurrun.
| | * Remove obsolete new policy proposal draft from Michael.Gravatar diego2010-05-25
| | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31219 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * Remove ambiguous language about indenting if-blocks.Gravatar diego2010-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous version could possibly be misread in a way that forbids reindenting if-blocks. The intended meaning, that whitespace changes should be separated from other changes, is already implied from what is written above that paragraph. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31200 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * K&R coding style should be applied to new code.Gravatar diego2010-05-23
| |/ | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31194 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove internal liba52 copy.Gravatar diego2010-05-09
| | | | | | | | | | | | | | Nowadays FFmpeg is faster than liba52 and external liba52 is well supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31147 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\|
| * Remove references to some long-removed files.Gravatar diego2010-05-07
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31141 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r31033Gravatar Uoti Urpala2010-04-26
|\|
* | Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\ \
| | * the great MPlayer tab removal: part IGravatar diego2010-04-12
| | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31032 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * Add slave commands for loading and unloading audio filters at runtime.Gravatar cehoyos2010-04-11
| | | | | | | | | | | | | | | | | | | | | Patch by Jehan Hysseo, hysseo zemarmot net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31030 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * Add osd_show_progression: Show progress bar and elapsed/total time.Gravatar cehoyos2010-04-09
| |/ | | | | | | | | | | | | Patch by Hugo Chargois, hugo D chargois A free fr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31028 b3059339-0415-0410-9bf9-f77b7e298cf2
| * dont mention base64 about sending attachments.Gravatar attila2010-04-02
| | | | | | | | | | | | | | | | | | this may (and has) confused people, beside that 99.9% of all MUA will do the right thing here anyways. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30986 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30848Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30702Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30675Gravatar Uoti Urpala2010-03-10
|\ \ \
| | | * Remove NUT specification stubs.Gravatar diego2010-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | They have been obsolete for a long time and point nowhere. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30839 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * Run script with /bin/sh instead of bash.Gravatar diego2010-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There is nothing bash-specific in this shell script. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30838 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * cosmetics: Use consistent if expression syntax.Gravatar diego2010-03-04
| | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30836 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * Use $() syntax instead of backticks, it is easier to nest.Gravatar diego2010-03-04
| | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30835 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * Clarify that ssh is not required for committing to MPlayer.Gravatar diego2010-03-04
| | | | | | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30834 b3059339-0415-0410-9bf9-f77b7e298cf2
| | | * Update URL for Subversion homepage.Gravatar diego2010-03-04
| | |/ | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30833 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * wording fixesGravatar diego2010-02-22
| | | | | | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30699 b3059339-0415-0410-9bf9-f77b7e298cf2
| | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| |/ | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30684 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30448Gravatar Uoti Urpala2010-01-28
|\|
| * Stopping maintainership for -vo (x)mga Gravatar attila2010-01-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30448 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r30250Gravatar Uoti Urpala2010-01-25
|\|
| * Cosmetics: Fix indentationGravatar cehoyos2010-01-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30241 b3059339-0415-0410-9bf9-f77b7e298cf2
| * QCELP is part of libavcodec.Gravatar cehoyos2010-01-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30240 b3059339-0415-0410-9bf9-f77b7e298cf2
| * update wishlistGravatar compn2010-01-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30238 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * small update wishlistGravatar compn2009-11-23
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29963 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Add a "tips and tricks" section to the slave mode documentation.Gravatar reimar2009-11-11
| | | | | | | | | | | | | | Hopefully will help in using some of its rather obscure features. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29900 b3059339-0415-0410-9bf9-f77b7e298cf2
| * So Long, and Thanks for All the FishGravatar reynaldo2009-11-05
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29824 b3059339-0415-0410-9bf9-f77b7e298cf2
| * removed daniele forghieri from italian man mantainers (as said by diego and him)Gravatar ptt2009-10-14
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29773 b3059339-0415-0410-9bf9-f77b7e298cf2
| * added myself to italian man mantainers section, since i'm the one that does thatGravatar ptt2009-10-08
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29763 b3059339-0415-0410-9bf9-f77b7e298cf2
* | commands: Add set_property_osd and step_property_osdGravatar Uoti Urpala2009-09-19
| |