summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous comment.diego2006-11-2521-63/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21222 b3059339-0415-0410-9bf9-f77b7e298cf2
* improve description of x264's deadzone* optionsgpoirier2006-11-251-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21221 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for comma-separated language codes in -slangnicodvb2006-11-251-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21220 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for -slang and subtitles in dvdnav; patch by Attila Otvos (oattila ↵nicodvb2006-11-251-4/+30
| | | | | | chello hu) and me. No palette yet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21219 b3059339-0415-0410-9bf9-f77b7e298cf2
* spurious () like in ({code;}) probably is not valid C, icc 9, definitelyreimar2006-11-251-2/+2
| | | | | | | | will not compile it, and whatever it is supposed to be good for it does not seem to be needed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21218 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid void * arithmeticreimar2006-11-252-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21217 b3059339-0415-0410-9bf9-f77b7e298cf2
* better nav highlight handlingben2006-11-254-12/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21216 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused members and variablesnicodvb2006-11-252-19/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21215 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS: consistently reformatted after ben's messnicodvb2006-11-251-6/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21214 b3059339-0415-0410-9bf9-f77b7e298cf2
* added code to identify subs language and count; needed for forthcoming ↵nicodvb2006-11-252-0/+30
| | | | | | support for -slang git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21213 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add distclean target, unconditionally remove all objects on clean.diego2006-11-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21212 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few more clarifications for codec_specific_data by Ralph Giles and memichael2006-11-251-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21211 b3059339-0415-0410-9bf9-f77b7e298cf2
* all should be the first target.diego2006-11-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21210 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from ↵ben2006-11-254-0/+92
| | | | | | Otvos Attila's series of patches) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21209 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l copy + paste typodiego2006-11-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify LIBNAME target with $@ and $^.diego2006-11-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21207 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove commented-out cruft.diego2006-11-251-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21206 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move osdep/mplayer.rc handling to the osdep Makefile.diego2006-11-252-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21205 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove nonexistent variable/file.diego2006-11-252-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21204 b3059339-0415-0410-9bf9-f77b7e298cf2
* added mmap_anon to osdep lib. Used in loader for nownplourde2006-11-256-54/+104
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21203 b3059339-0415-0410-9bf9-f77b7e298cf2
* No need to ignore files that are not generated any longer.diego2006-11-250-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21202 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make loader Makefile non-recursive.diego2006-11-254-114/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use $@ and $^ to designate target and prerequisites.diego2006-11-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21200 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Move around targets for consistency.diego2006-11-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous suffix rule.diego2006-11-251-3/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle stubs.s like all other source files.diego2006-11-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegdiego2006-11-242-2/+2
| | | | | | | had the same name. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21196 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove .depend on distclean.diego2006-11-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up CFLAGS handling.diego2006-11-241-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21194 b3059339-0415-0410-9bf9-f77b7e298cf2
* add two missing descriptions (index.syncpoints and info_packet.count)ivo2006-11-241-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21193 b3059339-0415-0410-9bf9-f77b7e298cf2
* specify the bitnumber for frame_flags, instead of a decimal bitmaskivo2006-11-241-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21192 b3059339-0415-0410-9bf9-f77b7e298cf2
* specify, where possible, the type of the tags in the tag description sectionivo2006-11-241-44/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21191 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21161: MSGTR for libmpcodecs/vd.ckraymer2006-11-242-14/+21
| | | | | | | | r21162: MSGTRs for mencoder.c r21186: Remove "OSD only" tags; those options always exist. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21190 b3059339-0415-0410-9bf9-f77b7e298cf2
* codec_specific_data clarificationmichael2006-11-241-0/+7
| | | | | | | if anyone disagrees or has suggestions to improve it then shout git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21189 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r21186gpoirier2006-11-241-10/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21188 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix another typoivo2006-11-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21187 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove "OSD only" tags; those options always exist.uau2006-11-241-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove bug workarounds for ancient gcc and libc versions.diego2006-11-241-11/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21185 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix sync comment, it was left out in last commitkraymer2006-11-232-4/+7
| | | | | | | r21158: documented :format=pes[12] in -mpegopts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21184 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21078: add a link to Michael's de-interlacing filters, and replace the crappy kraymer2006-11-235-289/+45
| | | | | | | | | | | | | pp=fd video filter with yadif as it's soooo much better r21079: Add a new MPEG encoding example using lavf r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line. r21153: Miscellaneous updates for the introduction and the requirements section. r21154: Remove outdated and superfluous sound card section. r21155: Remove outdated and superfluous video cards section. r21168: x264 supports interlaced encoding for some time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: indentation fix.eugeni2006-11-231-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21182 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix some typosivo2006-11-231-26/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of _ld_gtk and _ld_glib.diego2006-11-221-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
| | | | | | | | No call was made using this prototype directly so this just fixes compiler warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21179 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of _ld_vorbis.diego2006-11-221-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_OSD unconditional.uau2006-11-2212-72/+6
| | | | | | | | | USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of _xmms_lib.diego2006-11-221-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21176 b3059339-0415-0410-9bf9-f77b7e298cf2
* _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER.diego2006-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21175 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics to make the next patches more readable.diego2006-11-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better translation of "demuxer" word.voroshil2006-11-221-30/+29
| | | | | | | | Fixed overlooked untranslated phrases. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21173 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21151: typovoroshil2006-11-221-1/+8
| | | | | | | | | r21161: MSGTR for libmpcodecs/vd.c r21162: MSGTRs for mencoder.c r21163: fix broken character git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21172 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21152: typo: Bitrate is printed in kb/s, not Mb/s on the status line.voroshil2006-11-224-220/+27
| | | | | | | | | | | r21153: Miscellaneous updates for the introduction and the requirements section. r21154: Remove outdated and superfluous sound card section. r21155: Remove outdated and superfluous video cards section. r21158: documented :format=pes[12] in -mpegopts r21168: x264 supports interlaced encoding for some time git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix incorrect stride used in vf_ass.eugeni2006-11-221-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21170 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove _ld_x11.diego2006-11-221-24/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21169 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264 supports interlaced encoding for some timegpoirier2006-11-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21168 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21082: MSGTRs for libasskraymer2006-11-221-1/+59
| | | | | | | | r21151: typo r21163: fix broken character git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21167 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo noticed by Carl Eugen Hoyos, cehoyos ag.or.atdiego2006-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove _ld_gif and _ld_theora.diego2006-11-221-7/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.diego2006-11-221-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21164 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix broken characterkraymer2006-11-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21163 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGTRs for mencoder.ckraymer2006-11-222-6/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21162 b3059339-0415-0410-9bf9-f77b7e298cf2
* MSGTR for libmpcodecs/vd.ckraymer2006-11-222-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21161 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ r21154gpoirier2006-11-211-216/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with r21152torinthiel2006-11-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21159 b3059339-0415-0410-9bf9-f77b7e298cf2
* documented :format=pes[12] in -mpegoptsnicodvb2006-11-211-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21158 b3059339-0415-0410-9bf9-f77b7e298cf2
* permit muxing to raw pes (VDR uses this)nicodvb2006-11-211-5/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make compilation depending on USE_SUB unconditional.uau2006-11-2111-104/+3
| | | | | | | | | | USE_SUB was hardcoded to true in configure, manually turning it off would break compilation, and there's no apparent reason why having all subtitle code under #ifdefs (even working ones) would be worth the clutter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated and superfluous video cards section.diego2006-11-211-153/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated and superfluous sound card section.diego2006-11-211-24/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Miscellaneous updates for the introduction and the requirements section.diego2006-11-211-46/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21153 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo: Bitrate is printed in kb/s, not Mb/s on the status line.diego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21152 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21151 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21078: add a link to Michael's de-interlacing filters...voroshil2006-11-212-6/+18
| | | | | | | r21079: Add a new MPEG encoding example using lavf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix wrong fps value for TelecineMode in translationvoroshil2006-11-211-2/+2
| | | | | | | patch from Andrew Savchenko birkoph at list dot ru git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21149 b3059339-0415-0410-9bf9-f77b7e298cf2
* r21082: MSGTRs for libassvoroshil2006-11-211-1/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21148 b3059339-0415-0410-9bf9-f77b7e298cf2
* LIBS vs LDFLAGS typodiego2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split libs that are dependencies and those that are just linker flags.diego2006-11-211-8/+10
| | | | | | | Fixes spurious rebuilds of MPlayer and MEncoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix SVN r21075, it completely disabled OpenGL in almost all cases.reimar2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-212-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray -I from include dirs in live555 check, it was being duplicated.diego2006-11-211-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21143 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsreimar2006-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21142 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also support absolute url redirection, e.g. http://www.youtu