summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small grammar fixdiego2007-07-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23718 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.diego2007-07-041-0/+1
| | | | | | | Hopefully fixes Bugzilla #757. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Write configure parameters to configure.log.diego2007-07-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused filelucabe2007-07-031-412/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23715 b3059339-0415-0410-9bf9-f77b7e298cf2
* roff fix (new line for new sentence)kraymer2007-07-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync FFmpeg changes:diego2007-07-031-5/+5
| | | | | | | CONFIG_X264 --> CONFIG_LIBX264, CONFIG_XVID --> CONFIG_LIBXVID git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cygwin has had inttypes.h since version 1.5.diego2007-07-031-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23712 b3059339-0415-0410-9bf9-f77b7e298cf2
* The file is compiled conditional to USE_DVDREAD so the #ifdef USE_DVDREADdiego2007-07-031-13/+0
| | | | | | | in the file are senseless. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23711 b3059339-0415-0410-9bf9-f77b7e298cf2
* The header is always included conditional to USE_DVDREAD,diego2007-07-031-5/+0
| | | | | | | no need to duplicate the #ifdef. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-02103-239/+241
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add equivalent of -Wno-pointer-sign for icccehoyos2007-07-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use filename as multiple inclusion guard.diego2007-07-023-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use filenames as multiple inclusion guards.diego2007-07-024-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add consistent GUI prefix to multiple inclusion guards.diego2007-07-0221-43/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add multiple inclusion guard.diego2007-07-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23704 b3059339-0415-0410-9bf9-f77b7e298cf2
* Consistently use filenames as multiple inclusion guards.diego2007-07-029-18/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23703 b3059339-0415-0410-9bf9-f77b7e298cf2
* first step of video.xml translation... (it's soooo huuuuuge..... :))ptt2007-07-021-0/+2630
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23702 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix 'make checkheaders'.diego2007-07-021-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove obsolete and misleading comment.diego2007-07-021-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore .ho files.diego2007-07-020-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics.voroshil2007-06-301-3/+3
| | | | | | | Reindent line, remove trailing spaces. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23698 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't override input= option value is no input id is passed in tv:// url.voroshil2007-06-301-2/+4
| | | | | | | | Remove debug fprintf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23697 b3059339-0415-0410-9bf9-f77b7e298cf2
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires ↵nplourde2007-06-291-18/+19
| | | | | | big-endian value. author Taihei Monma tmkk@mac.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23696 b3059339-0415-0410-9bf9-f77b7e298cf2
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-292-2/+1
| | | | | | | | | http://www.ntt-fukushima.com/sora/mado_live/jr_aizu/gazai/jrwaka500k.wvx Patch by Sergey Svishchev | svs ropnet ru | on bugzilla git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23695 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to r23690, since it isptt2007-06-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23694 b3059339-0415-0410-9bf9-f77b7e298cf2
* another bunch of corrections, suggested by nicoptt2007-06-294-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23693 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23579ptt2007-06-291-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23692 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert r23538. my fault, didn't see there where 2 phrases, sorry...ptt2007-06-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23691 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix BUK->BUP typokraymer2007-06-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23690 b3059339-0415-0410-9bf9-f77b7e298cf2
* sparse grammar and syntactical correctionsptt2007-06-296-59/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23689 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove file that was added by mistake.voroshil2007-06-291-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23688 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-06-283-5/+37
| | | | | | | | | to allow users start watching from S-Video or Composite input without touching '-tv input=' option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of my_memcpy_pic code duplication in many filters.reimar2007-06-2810-127/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23686 b3059339-0415-0410-9bf9-f77b7e298cf2
* comment grammar fixesdiego2007-06-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23685 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of duplicate processor feature variables.diego2007-06-273-20/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23684 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23683 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark main() function as a function that takes no parameters.diego2007-06-272-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23682 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23680Gabrov2007-06-278-42/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix vo_x11_clearwindow_part: x position is one less to avoid not clearingreimar2007-06-271-1/+1
| | | | | | | | a line in case of rounding error, so width must be one larger, too. y-case is already correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix "control reaches end of non-void function" warnings.diego2007-06-275-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unused variable warnings.diego2007-06-271-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23678 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix implicit declaration of function warnings.diego2007-06-273-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23677 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some unused variablesreimar2007-06-273-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make X11 window creation and (with -fixed-vo) management simpler and morereimar2007-06-2711-265/+89
| | | | | | | | | consistent by introducing a new function that handles most of the ugly things. Changes of behaviour with some vos is unavoidable, bug reports welcome. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove check for localtime_r, the function is not used within MPlayer.diego2007-06-271-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23674 b3059339-0415-0410-9bf9-f77b7e298cf2
* r23504: -lavdopts threads is only implemented for mpeg[12]kraymer2007-06-261-5/+33
| | | | | | | | | | | | | r23528: x264 no longer defaults to qp=26. r23548: give an example of -menu-chroot usage r23549: refine the example of -menu-chroot yet more r23561: add missing IDCT algothim, as defined in libavcodec/avcodec.h r23580: misc small fixes r23588: The audio balance feature implemented with af_pan. r23609: Document the effect of -really-quiet on gmplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23673 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)ben2007-06-261-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of cosmetics for gl2reimar2007-06-261-329/+283
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23671 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove two unused variablesreimar2007-06-261-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23670 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove overly complex and unused per-subtexture "dirty" handlingreimar2007-06-261-77/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23669 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now unused variablereimar2007-06-261-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23668 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove useless calloc castreimar2007-06-261-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23667 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23609ptt2007-06-261-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23666 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some unused code and useless error checking that only clutters the codereimar2007-06-261-56/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint at the Makefile for information how to build dha with svgalib_helperreimar2007-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint at --disable-* options as a workaround for outdated binutils.reimar2007-06-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23663 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r23608 + other fixesptt2007-06-251-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23662 b3059339-0415-0410-9bf9-f77b7e298cf2
* start= and end= parameters on realrtspurls may be optionally quoted with rtogni2007-06-241-0/+5
| | | | | | | | | ", skip the quoting if it's there. Fixes rtsp://rmv8.bbc.net.uk/bbc7/2300_tue.ra?start="30:00" from bugzilla #850 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23661 b3059339-0415-0410-9bf9-f77b7e298cf2
* config.h must be included before other headersreimar2007-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hide our swab prototype when the system has swab since at least thereimar2007-06-241-0/+2
| | | | | | | Solaris definition is incompatible with ours (char * vs. void *) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23659 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we always have a swab() prototype when we use it,reimar2007-06-243-0/+3
| | | | | | | even if we use our osdep/swab.c emulation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use proper PRI?64 format stringsreimar2007-06-241-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23657 b3059339-0415-0410-9bf9-f77b7e298cf2
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).reimar2007-06-241-0/+5
| | | | | | | | Please add more architectures if you know they support unaligned access reasonably fast. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23656 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused and trivial string variablereimar2007-06-241-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused function.reimar2007-06-241-16/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused (static) function prototype.reimar2007-06-241-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23653 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix format string to match actual type.reimar2007-06-241-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move variable into the block where it actually usedreimar2007-06-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23651 b3059339-0415-0410-9bf9-f77b7e298cf2
* index_mode is already defined in demuxer.hreimar2007-06-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23650 b3059339-0415-0410-9bf9-f77b7e298cf2
* get rid of useless *alloc castsreimar2007-06-241-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23649 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of: useless variable, useless cast and void * arithmeticreimar2007-06-241-8/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23648 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use AV_RL32reimar2007-06-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix format strings to match argument typereimar2007-06-241-19/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23646 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused query_format function in vf_harddup.reimar2007-06-241-12/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23645 b3059339-0415-0410-9bf9-f77b7e298cf2
* Return value of gtk_entry_get_text is const, so declare variables as const ↵reimar2007-06-241-4/+4
| | | | | | as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23644 b3059339-0415-0410-9bf9-f77b7e298cf2
* ff_gcd is already in libavutil/common.h, no need for an extra prototype herereimar2007-06-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23643 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid more void * arithmeticreimar2007-06-241-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23642 b3059339-0415-0410-9bf9-f77b7e298cf2
* revert broken r23628, mp_core.h is not included by cfg.h, so double externreimar2007-06-241-0/+1
| | | | | | | declaration is not that simple to avoid. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23641 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path prototype is already in interface.h and probably many more places.reimar2007-06-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23640 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid vo_sdl void * arithmeticreimar2007-06-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23639 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove completely pointless "!= 1".reimar2007-06-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23638 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another unneeded xinerama_screen externreimar2007-06-241-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23637 b3059339-0415-0410-9bf