aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* updGravatar alex2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7878 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1lGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7877 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7876 b3059339-0415-0410-9bf9-f77b7e298cf2
* yeah, test.c works now!Gravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7875 b3059339-0415-0410-9bf9-f77b7e298cf2
* Geometry updateGravatar mark2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7874 b3059339-0415-0410-9bf9-f77b7e298cf2
* documenting -vop rotate 4..7Gravatar arpi2002-10-23
| | | | | | | patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7873 b3059339-0415-0410-9bf9-f77b7e298cf2
* automatic rotation for mode 4..7, based onGravatar arpi2002-10-23
| | | | | | | patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7872 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug in MPlayer which would prevent proper parsing ofGravatar arpi2002-10-23
| | | | | | | | | | | some floating point options when the locale used has a decimal point other than the dot character ("."). My patch inserts calls to setlocale around float parsing functions strtod() and atof() in cfgparser.c and input/input.c. patch by Aleksander Adamowski <olo@altkom.com.pl> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7871 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added meself to AUTHORSGravatar mark2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7870 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7869 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup config option handling in libmpdemux.Gravatar arpi2002-10-23
| | | | | | | | removed overcompilacted m_config_register_options() mess - export the subconfig structs instead git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added the -geometry option (supports fbdev and tdfxfb drivers)Gravatar mark2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7867 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add convenience wrapper for mplayer -identifyGravatar ranma2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7866 b3059339-0415-0410-9bf9-f77b7e298cf2
* add -identify switchGravatar ranma2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7865 b3059339-0415-0410-9bf9-f77b7e298cf2
* If movie height is odd, the picture is placed badly, due to wrong rouding.Gravatar arpi2002-10-23
| | | | | | | patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7864 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpdemux.c|h moved to libinput, mpdemux_check_interrupt() -> ↵Gravatar arpi2002-10-23
| | | | | | mp_input_check_interrupt() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7863 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics - reordered config.mak linesGravatar arpi2002-10-23
| | | | | | | | moved libdv from decore_libs to vorbis_libs - both places are wrong, but it's better with vorbis as both are combined demuxer+codec libs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7862 b3059339-0415-0410-9bf9-f77b7e298cf2
* re-enabled a-v syncGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7861 b3059339-0415-0410-9bf9-f77b7e298cf2
* added libmpdemux depends to test.cGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7860 b3059339-0415-0410-9bf9-f77b7e298cf2
* time.h required for select()Gravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7859 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer being unable to display video properly on many nVidia graphics cards.Gravatar arpi2002-10-23
| | | | | | | | | One approach is to always set the XV_AUTOPAINT_COLORKEY attribute if available on the XVideo port being used. patch by Ben Liblit <liblit@eecs.berkeley.edu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7858 b3059339-0415-0410-9bf9-f77b7e298cf2
* sample client for -vop bmovl -- loads and alphablend any PNG fileGravatar arpi2002-10-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7857 b3059339-0415-0410-9bf9-f77b7e298cf2
* -vop bmovl - BitMap OVerLay videofilter for MPlayerGravatar arpi2002-10-23
| | | | | | | | patch by Per Wigren <wigren@home.se> TODO: -dr, MMX opt, fix alpha-only png, other colorspaces git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7856 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd chapter detect function from Gregory KovrigaGravatar pontscho2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7855 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsGravatar pontscho2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7854 b3059339-0415-0410-9bf9-f77b7e298cf2
* - using avcodec_alloc_context()Gravatar arpi2002-10-22
| | | | | | | - fixed 10l bug (double free() ) causing random mem corruption... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7853 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (what?:)Gravatar gabucino2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7852 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (yeah, I dunno what:)Gravatar gabucino2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7851 b3059339-0415-0410-9bf9-f77b7e298cf2
* more undetectable xvid bugs :(Gravatar michael2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7850 b3059339-0415-0410-9bf9-f77b7e298cf2
* compiler warning fixes by DominikGravatar arpi2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7849 b3059339-0415-0410-9bf9-f77b7e298cf2
* dump wav headerGravatar arpi2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7848 b3059339-0415-0410-9bf9-f77b7e298cf2
* some fixesGravatar arpi2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7847 b3059339-0415-0410-9bf9-f77b7e298cf2
* endianess independency (using get int 16/32/64 func instead of typecasting ↵Gravatar arpi2002-10-22
| | | | | | | | | pointer) patch by Hampa Hug <hhug@student.ethz.ch> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7846 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor fixes in forceaudio optionGravatar henry2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7845 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSS is optional (fixes case when "tv" enabled, and "ossaudio" disabled)Gravatar arpi2002-10-22
| | | | | | | patch by Chad Netzer <cnetzer@sonic.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7844 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't build dhahelper on PPC linuxGravatar arpi2002-10-22
| | | | | | | patch by Colin Leroy <colin@colino.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Colin Leroy addedGravatar arpi2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7842 b3059339-0415-0410-9bf9-f77b7e298cf2
* New feature to let mplayer read commands from a file. MostlyGravatar albeu2002-10-22
| | | | | | | useful with a fifo. Turn it one with -input file=/path/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7841 b3059339-0415-0410-9bf9-f77b7e298cf2
* added linuxppc+vidixGravatar alex2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7840 b3059339-0415-0410-9bf9-f77b7e298cf2
* save colorkey stuff patch by (Colin Leroy <colin at colino dot net>)Gravatar michael2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7839 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdha on linux powerpc support by Colin Leroy <colin@colino.net>Gravatar alex2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7838 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB16 big endian fix patch by (Colin Leroy <colin at colino dot net>)Gravatar michael2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7837 b3059339-0415-0410-9bf9-f77b7e298cf2
* add an option to force audio recording when a tv card reports no audio sourcesGravatar henry2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7836 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a forgotten shutdown testGravatar henry2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7835 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixesGravatar arpi2002-10-22
| | | | | | | yuv411 added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7834 b3059339-0415-0410-9bf9-f77b7e298cf2
* obsoleteGravatar arpi2002-10-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7833 b3059339-0415-0410-9bf9-f77b7e298cf2
* updatedGravatar arpi2002-10-22
| | | | | | | docs on realmedia git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7832 b3059339-0415-0410-9bf9-f77b7e298cf2
* update version in changelogGravatar eyck2002-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7831 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync (today's changes not yet)Gravatar gabucino2002-10-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7830 b3059339-0415-0410-9bf9-f77b7e298cf2
* small helper script for DOCS translators (to change numeric links toGravatar gabucino2002-10-21
| | | | | | | | alphabetic) Read it for usage instructions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7829 b3059339-0415-0410-9bf9-f77b7e298cf2