summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some other casts, to remove void pointers arithmeticlucabe2006-12-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some explicit casts to avoid some warningslucabe2006-12-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21772 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some void pointers arithmeticlucabe2006-12-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21771 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21741Gabrov2006-12-261-96/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21770 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21748Gabrov2006-12-261-246/+285
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21769 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21612Gabrov2006-12-261-77/+93
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21768 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21686Gabrov2006-12-261-66/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21767 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-telecine sect1 in encoding-guide.xml.voroshil2006-12-251-360/+379
| | | | | | | | | | | First two sect2 sections was translated by Andrew Savchenko. Now translation of documentation is complete, but encoding-guide.xml still needs additional checks for technical terms and better spelling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21766 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio.xml & bugreports.xml synced with r21764Gabrov2006-12-252-99/+181
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21765 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xmlvoroshil2006-12-241-192/+187
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21764 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-x264 sect1 in encoding-guide.xmlvoroshil2006-12-241-360/+354
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21763 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.voroshil2006-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21762 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21748: Reformatting round continuedvoroshil2006-12-246-29/+25
| | | | | | | r21760: Directly point to the Subversion instructions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21761 b3059339-0415-0410-9bf9-f77b7e298cf2
* Directly point to the Subversion instructions.diego2006-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21760 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove undocumented redundant key bindings.diego2006-12-241-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21759 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.diego2006-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21758 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l syntax errordiego2006-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21757 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Fix indentation after last commit.diego2006-12-241-13/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run less CPU checks when runtime CPU detection is enabled.diego2006-12-241-0/+11
| | | | | | | inspired by a patch from Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21755 b3059339-0415-0410-9bf9-f77b7e298cf2
* Exit when runtime CPU detection is requested on unsupported arches.diego2006-12-241-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.diego2006-12-241-17/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21753 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extend runtime CPU detection to x86-64.diego2006-12-231-2/+3
| | | | | | | inspired by a patch from Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21752 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21748torinthiel2006-12-235-620/+592
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21751 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amiga OS 4 supportdiego2006-12-231-0/+1
| | | | | | | patch by Andrea Palmatè, andrea amigasoft net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21750 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
| | | | | | | patch by Andrea Palmatè, andrea amigasoft net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21749 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reformatting round continuedtorinthiel2006-12-235-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21748 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace call to UDFFindFile() (that is not part of the public API) with ↵nicodvb2006-12-231-6/+6
| | | | | | | | | | DVDOpenFile() patch by Klaus Muller (mk.2001 web de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly fix compilation without code duplication.diego2006-12-231-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21746 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.voroshil2006-12-237-7/+13
| | | | | | | r21744: Mention that you can use different image formats with mf:// git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21745 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention that you can use different image formats with mf://torinthiel2006-12-231-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21744 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21741 (or just tag bump)torinthiel2006-12-235-12/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21743 b3059339-0415-0410-9bf9-f77b7e298cf2
* And <simpara> -> <para> continued, those languages somehow slipped by duringtorinthiel2006-12-2312-634/+634
| | | | | | | previous commit. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21742 b3059339-0415-0410-9bf9-f77b7e298cf2
* Massive <simpara> -> <para>, as no <simpara>'s are actually needed.torinthiel2006-12-2337-1649/+1649
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21741 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fixes: define always_inline and don't use uint64_t_Crik2006-12-232-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21740 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to libnut, nom->numods152006-12-231-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21739 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21736: Add <keycombo> barkup for key combinationsvoroshil2006-12-233-20/+29
| | | | | | | r21737: Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.torinthiel2006-12-232-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21737 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add <keycombo> markup for key combinationstorinthiel2006-12-232-11/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix disabling individual demuxers, parsers and decodersdiego2006-12-231-22/+18
| | | | | | | based on a patch by Nicolas Baradakis, nbk sitadelle com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21735 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Rename variables to simplify upcoming patches.diego2006-12-231-7/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21734 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove x11grab hack, it's now disabled by default in FFmpeg.diego2006-12-231-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21733 b3059339-0415-0410-9bf9-f77b7e298cf2
* smb:// can be used as an output streamnicodvb2006-12-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21732 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r21655, based on a file conversion of help_mp-zh_CN.hkraymer2006-12-221-434/+1900
| | | | | | | file provided by Eric Wang, eric7wang gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21731 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify that yuv2rgb_init.c cannot be used under LGPLlucabe2006-12-221-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21730 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a whilevoroshil2006-12-221-10/+18
| | | | | | | | | r21724: small wording/markup improvements r21725: wording and markup improvements r21727: Must refer to option name instead of internal variable git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21729 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove useless include (not needed now that libswscale uses libavutil)lucabe2006-12-221-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21728 b3059339-0415-0410-9bf9-f77b7e298cf2
* Must refer to option name instead of internal variable voroshil2006-12-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix correct addressing of user, some gram and ortographical fixes too - only ↵reynaldo2006-12-221-61/+61
| | | | | | partial git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21726 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording and markup improvementsdiego2006-12-221-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21725 b3059339-0415-0410-9bf9-f77b7e298cf2
* small wording/markup improvementsdiego2006-12-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21724 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync of Spanish translation for help_mp-es.hkraymer2006-12-211-10/+112
| | | | | | | patch by Fernando Tarín (icemanf gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21723 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffv1 and ffvhuff haven't required vstrict=-2 for a whilelorenm2006-12-211-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21722 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix compilation on the most delicious variant of unix (mingw) that lacks ↵nicodvb2006-12-211-2/+7
| | | | | | S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix display of multiple simultaneous subtitles without libass.uau2006-12-211-1/+3
| | | | | | | Was broken in r19649. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed wrong sync tagvoroshil2006-12-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21719 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21691: added smb:// to the list of allowed input urlsvoroshil2006-12-211-5/+4
| | | | | | | | r21692: mentioned file:// and smb:// as alternative stream outputs for mencoder r21697: typo fix in denoise3d's chroma_tmp option description git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21718 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21686: [cosmetocs] minor fixes after reformatting roundvoroshil2006-12-214-42/+56
| | | | | | | | r21705: Still some reformatting: r21706: [cosmetics] <simpara> -> <para>, for consistency git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos, spelling fixesvoroshil2006-12-2114-184/+183
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21716 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate vo_sub extern definition.reimar2006-12-211-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21715 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass quant tables to next filtersgpoirier2006-12-211-0/+1
| | | | | | | | | | | Fix problem when softskip is before pp. It disabled the pp filter (with no warning), since pp needs the quant tables. pach by Trent Piepho % xyzzy A speakeasy P org % Original thread: date Dec 5, 2006 11:40 AM subject [MPlayer-dev-eng] softskip doesn't copy quant tables git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed:voroshil2006-12-211-282/+281
| | | | | | | | | | A lot of typos Issue with ' leading in line Some translation errors Spelling git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21713 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistent naming for revision tagsdiego2006-12-215-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove very outdated Italian translation.diego2006-12-2111-7909/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typosvoroshil2006-12-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21710 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 21706torinthiel2006-12-212-240/+327
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21709 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 21537torinthiel2006-12-211-99/+174
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move message translation outside <screen> tagstorinthiel2006-12-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21707 b3059339-0415-0410-9bf9-f77b7e298cf2
* [cosmetics] <simpara> -> <para>, for consistencytorinthiel2006-12-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21706 b3059339-0415-0410-9bf9-f77b7e298cf2
* Still some reformatting:torinthiel2006-12-212-32/+45
| | | | | | | | - some (hopefully) more sane linebreaks - remove stray propmt from example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21705 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindented after yesterday's commitnicodvb2006-12-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21704 b3059339-0415-0410-9bf9-f77b7e298cf2
* new file: DOCS/xml/zh_CN/mencoder.xmlkraymer2006-12-201-0/+709
| | | | | | | provided by Kun Nio, haoniukun gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21703 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation of non-MMX code with gcc 2.95lucabe2006-12-201-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21702 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa messages for Spanish help filekraymer2006-12-201-0/+56
| | | | | | | patch by Fernando Tarin, lists.im gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21701 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-video-for-windows sect1 in encoding-guide.xmlvoroshil2006-12-201-26/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21700 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow to compile swscale's non-SIMD code under the LGPL license.lucabe2006-12-204-14/+428
| | | | | | | | Since mplayer always define CONFIG_GPL, this commit should not change anything for mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21699 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r21697gpoirier2006-12-201-14/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21698 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix in denoise3d's chroma_tmp option descriptiongpoirier2006-12-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Translation of menc-feat-xvid sect1 in encoding-guide.xmlvoroshil2006-12-201-167/+160
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21696 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r21655kraymer2006-12-201-1/+90
| | | | | | | patch by Eric Wang, eric7wang gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21695 b3059339-0415-0410-9bf9-f77b7e298cf2
* add source files comments to libass messageskraymer2006-12-201-0/+14
| |