Commit Graph

21691 Commits

Author SHA1 Message Date
nicodvb c9ef884026 wording fix suggested by Diego
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21506 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-05 00:41:43 +00:00
nplourde e8b20d1abe fix include clash for mmap_anon on darwin ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21505 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-05 00:01:19 +00:00
nplourde 56acf06a21 force ppc arch and 10.3.9 sys lib on ppc mac
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21504 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 23:56:03 +00:00
nicodvb 5d58d4a310 updated documentation of -mpegopts :tele*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21503 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 22:14:44 +00:00
nicodvb e704821b75 disable telecining when it can't be applied
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21502 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 22:08:11 +00:00
nicodvb a176dc29b9 since display_frames in increased by a possibly negative number it had better be signed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21501 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 21:58:07 +00:00
nicodvb 9e365b6032 cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21500 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 21:27:05 +00:00
nicodvb 7057e42777 removed dead code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21499 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 21:24:39 +00:00
nicodvb 8ec5a6a3ca reimplemented :telecine and :film2pal in terms of dgpulldown
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21498 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 21:20:01 +00:00
nicodvb 858813f36f pre-store in bff_mask the correct or-mask to be saved in the pce (slightly faster)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21497 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 20:38:46 +00:00
reimar b20ee9dff3 Move cddb "autodetection" so it also works for libcdio
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21496 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 20:28:27 +00:00
reimar 84c2a2c927 Add full support for en-/disabling cddb support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21495 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 20:20:32 +00:00
kraymer dcd4fd96ed r21372: Some punctuation cosmetics and better wording
r21374: Fix URL
r21376: URL fix
r21395: Better wording for previous commit


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21494 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 19:46:47 +00:00
kraymer 01c7b6175f help_mp-de.h:
r21367: If a glyph is not found in the current font, switch to another one.
r21476: Open embedded fonts directly from memory. [...]

mplayer.1:
r21357: Cycling through video tracks works with libavformat as well.
r21398: improve description of lavf's i_certify_that_my_video_stream_does_not_use_b_frames
r21399: fix suggested by Diego
r21410: document new meaning of dia=-1 introduced by lavc r7192
r21413: mark lavc's uneven multi-hexagon search as slow, remove stray '.'
r21430: documented -mpegopts :[va]buf_size
r21441: Audio track switching works for AVI and libavformat as well.
r21446: Remove long-deprecated -vop option.
r21449: Merge dga/nodga suboption of vo_vesa, no short forms.
r21452: document s3fb video out driver
r21484: documented -mpegopts :tele_src and :tele_dest
r21486: Improoving readability of pullup filter section
r21487: document s3fb suboption, [...]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21493 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 19:06:19 +00:00
kraymer 9f8e6d8f6b fix sentence, reformat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 18:07:00 +00:00
voroshil 7bd59f0ae3 r21484: documented -mpegopts :tele_src and :tele_dest
r21486: Improoving readability of pullup filter section
r21487: document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21491 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 16:55:02 +00:00
voroshil 243e519248 r21476: Open embedded fonts directly from memory....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21490 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 16:45:17 +00:00
diego cde348cd47 Move the generation of osdep/mplayer-rc.o back to the top-level Makefile,
having it as a part of osdep/libosdep.a is not enough.
based on a patch by Zuxy Meng, zuxy.meng gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21489 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 11:59:23 +00:00
diego 11e03076eb slight clarification
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21488 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 10:24:00 +00:00
gpoirier 83cffbece8 document s3fb suboption, note that it's a Linux-only driver (to the best of my knowledge)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21487 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 09:30:15 +00:00
voroshil a7affcdcee Improoving readability of pullup filter section
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21486 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 06:25:06 +00:00
nicodvb 6dc68e8680 10l: wrong bitmask when patching the pce_ptr in soft_telecine()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21485 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 00:52:11 +00:00
nicodvb 8b89312ae7 documented -mpegopts :tele_src and :tele_dest
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21484 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 00:28:43 +00:00
nicodvb 2fded9964f added generalized teleciner by Donald Graft
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21483 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-04 00:02:15 +00:00
reimar f56fcffcfd Remove unused function pointers, they probably had incorrect prototypes
anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21482 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 21:43:57 +00:00
aurel 53cef9d1a7 remove headers included twice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21481 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 21:18:59 +00:00
aurel 12469e0c2e use strchr() instead of index()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21480 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 21:17:51 +00:00
gpoirier 89735bd197 sync w/ r21452
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21479 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 21:06:52 +00:00
reimar 190f080791 mmap memory area for generated code to avoid crashes on machines which
support noexec


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21478 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 20:26:00 +00:00
reimar 80439005c7 Fix 21381, make sure gcc does not make any ip-relative calls or similar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21477 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 19:49:39 +00:00
eugeni 92256c07d1 Open embedded fonts directly from memory.
FontConfig 2.4.2 (released yesterday) supports scanning fonts with
FcFreeTypeQueryFace without writing them to disk. With earlier FontConfig
versions, the old mechanism is used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21476 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 18:24:11 +00:00
voroshil f37cc953f5 One FIXME (CC subtitles related) resolved.
Some typos fixed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21475 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 18:22:07 +00:00
eugeni 7db61d9736 Keep embedded fonts in ass_library_t and perform actual disk write
in fontconfig initialization. This is required for some fontconfig-related
improvements.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21474 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 17:59:13 +00:00
reimar 6d0d8d71f8 Compile fix, BE_32 definition has been moved
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21473 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 17:46:37 +00:00
voroshil 59915ba866 r21462: mention all other image formats
r21465: [cosmetics] Reindent XML source
r21466: [cosmetics] Consistent XML source formatting


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21472 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 17:45:37 +00:00
eugeni b5a682f0aa Rename: ass_process_font -> ass_add_font.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21471 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 17:35:40 +00:00
reimar 0639d41ffc Use libavutil LE_* macros instead of pointer casts which can result
in crashes due to missing alignment. Should fix bug #640.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21470 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 16:41:55 +00:00
eugeni 985d92c189 Avoid calling validate_fname() twice for one string.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21469 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 16:10:23 +00:00
reimar 5bf0f17ac7 Do not call usec_sleep when we are not supposed to sleep.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21468 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 14:01:22 +00:00
torinthiel a01e63115a Synced with r21466
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21467 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 13:12:29 +00:00
torinthiel d1a6eb4794 [cosmetics] Consistent XML source formatting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21466 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:19:22 +00:00
torinthiel f2ec197873 [cosmetics] Reindent XML source
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21465 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:12:29 +00:00
nicodvb 6d8213c5d6 cosmetics: anti-chaos reindentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21464 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:06:08 +00:00
torinthiel deb1a91f55 Synced with r21462
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21463 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 12:01:21 +00:00
torinthiel 38f6043478 mention all other image formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21462 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 11:49:09 +00:00
reimar 4a6ad7c674 Unicode support for demuxer info in ASF demuxer.
Patch by Zuxy Meng [zuxy meng <at> gmail com].


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21461 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 11:35:11 +00:00
reimar 0ba390c7a3 Open vobsub output files in binary mode, otherwise the OS might
do all kinds of evil mangling to them (fixes bug #668).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21460 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 11:23:04 +00:00
reimar 9902ca7c44 100l typo in 21380 disabled OSD with at least xvmc.
Patch by Andrew Cohen [cohen bu edu]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21459 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 09:59:55 +00:00
voroshil c40c93fe86 fix two overlooked typos in previous sync cause build error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21458 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 06:38:45 +00:00
voroshil 8a8ac8ac23 Fix translation error in previous sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21457 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-12-03 06:35:39 +00:00