Commit Graph

24797 Commits

Author SHA1 Message Date
diego d653bc6138 _vorbis_block_alloc() is used w/o prototype, this will crash on ia64.
Add a header file with the function prototype to address this issue.
This has the positive side effect of fixing a couple of implicit
declaration warnings.
The problem was originally reported as Debian bug 447278.
patch by Dann Frazier and Andrea Mennucci, mennucc1 debian org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24824 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 22:41:24 +00:00
diego 97c8a09406 Remove unnecessary lines from patch headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24823 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 22:28:14 +00:00
diego 5bb44cb440 Certain VIDIX drivers only work on x86, disable for other arches.
This patch was coproduced by Reimar, Andrea Menucci and myself.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24822 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 22:19:38 +00:00
uau 5eb46caada Disable libavcodec libvorbis encoder
MPlayer's configure does not test and set variables required by the
encoder properly (never links with -lvorbisenc for example). Disable
it completely to fix broken compilation in cases where it was enabled.

Support for the libvorbis encoder could be a desirable feature as it
can produce better quality audio than libavcodec's own encoder, but
implementing that properly would require more work.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24821 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 16:03:12 +00:00
reimar d218fe6dec Clarify that -vo gl bicubic filtering is B-spline, not polynomial
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24820 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 15:35:48 +00:00
reimar f0fe4e4c9b Set CONFIG_LIBVORBIS correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24819 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 14:52:12 +00:00
reimar bb0786d6da Add ASF/MXF decryption support to Changelog
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24818 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 14:27:19 +00:00
voroshil 803d454576 Simplify handling SET_NORM for V4l1: replace several if-else-if and switch
statements with one lookup table;



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24817 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 11:46:15 +00:00
voroshil 6114954b08 czech/slovak character set fixes:
plain latin characters instead of native were wrongly used in several places
of charset table.

patch from Oldrich Jedlicka oldium dot pro at seznam dot cz




git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24816 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-20 05:02:44 +00:00
eugeni 92efd606d1 Avoid text deformation and subtitles moving outside the screen in pan-and-scan
mode.

For this, crop amounts are passed from vo_gl as negative margins sizes. They
are used to calculate aspect ratio. They are ignored when calculating subtitle
 positions, so subtitles will stay on screen most of the time.
Based on a patch by Jindrich Makovicka [makovick gmail com].


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24815 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-19 18:16:23 +00:00
ptt 930d55589c indentation fix+typo fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24814 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-19 17:30:47 +00:00
rfelker d32ae85e1c reminder that this filter has broken global vars
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24813 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-19 12:33:21 +00:00
diego c610bb50be Mark constant argument of mp_header_process_sequence_header as such.
fixes warning:
vd_mpegpes.c: In function 'decode':
vd_mpegpes.c:49: warning: passing argument 2 of 'mp_header_process_sequence_header' discards qualifiers from pointer target type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24812 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-19 10:08:02 +00:00
reimar 4ed3ba6945 -ao pulse in changelog
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24811 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 15:48:44 +00:00
reimar 4d8266c739 Add missing ao_pulse.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24810 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 13:36:59 +00:00
reimar 855b2427e9 Replace Polyp- by PulseAudio output.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24809 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 13:34:26 +00:00
reimar 69ea88d54b Add a space behind openal to get minimum length of 7
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24808 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 12:54:08 +00:00
reimar fc218fa2b0 Docs update: -ao openal handles more than one channels since some time already
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24807 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 12:48:55 +00:00
compn dac13715ce add comment to endif
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24806 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 12:43:57 +00:00
reimar 0375e5fe2b Fix typo in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24805 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 12:39:59 +00:00
diego 4d6faa7bfd Sync with latest FFmpeg changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24804 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 10:09:39 +00:00
diego e2fe7f302e Sync with FFmpeg r10774.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24803 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 10:09:24 +00:00
diego f24a71a0f0 Rename LIB to LIBNAME for consistency.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24802 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 09:35:02 +00:00
diego 42adf39c38 1l: Update wrong #endif comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24801 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 09:31:47 +00:00
diego 4f29b1485a Add FFMPEG_ prefix to all multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24800 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-18 09:30:33 +00:00
zuxy 4ba5898840 Remove unused static function get_image().
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24799 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-17 14:06:44 +00:00
compn c040ef5660 Add Coinitialize function to vfw encoder and win32 loader.
Fixes crash when trying to load vp7vfw.dll in vfw2menc.
Patch by Gianluigi Tiesi mplayer___netfarm.it
http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2007-September/054136.html



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24798 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-17 05:14:21 +00:00
compn 962a99ead2 simple avoid wine complaints fix by sherpya
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24797 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-17 02:24:50 +00:00
Gabrov 1227e38f75 synced with r24795
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24796 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 18:18:28 +00:00
compn ca8ad4df40 better vfw encoding workaround for vp7 fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24795 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 13:51:46 +00:00
compn fc01156e67 add some changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24794 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 13:34:20 +00:00
compn c9a2836761 add nellymoser to changelog
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24793 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 13:09:30 +00:00
compn 014b44de8e add nellymoser codec to mplayer with internal fourcc NELL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24792 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 13:06:35 +00:00
voroshil 39e5906704 After receiving EINTR 'read' syscall should be restarted.
Fixes receiving teletext on some systems.

Modified patch from Oldrich Jedlicka oldium dot pro at aenam dot cz



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24791 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-16 01:53:34 +00:00
voroshil e3212dafd5 Disable channel scanner when no tuner is present.
TV channel scanner is useless without tuner and causes
mplayer crash due to uninitialized chanlist_s variable
(e.g when dummy driver and tvscan are used together).



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24790 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-15 17:46:17 +00:00
Gabrov d8b3a8e30e synced with r24788
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24789 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-15 11:58:39 +00:00
ptt 7bc910c5ba now italian DOCS are there to be referenced...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24788 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-15 10:24:02 +00:00
voroshil dde6ba8352 Fix mplayer segfault when v4l driver initialization (at setting norm
stage) failed.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24787 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 17:56:29 +00:00
voroshil 2585d1e148 #ifdef's in tv.c and tv.h becomes more and more hard to maintain.
I've decided to remove all of them and control options only through cfg-common.h



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24786 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 16:44:32 +00:00
reimar 7713841e4d Add -lavfdopts cryptokey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24785 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 12:11:28 +00:00
diego b74521d77b small grammar fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24784 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 09:16:34 +00:00
diego 39dbbd4ba8 Consistently set NOTE: in italics.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24783 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 09:13:53 +00:00
voroshil a15457b8d7 Remove unnecessary curly braces.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24782 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 07:20:24 +00:00
voroshil f9a227eb94 8 bytes buffer is not enough for at least SECAM-DK.
Increase it to 20.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24781 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 06:28:51 +00:00
voroshil 19d217a981 Replace duplicated code with call to routine
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24780 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 05:56:17 +00:00
voroshil a776f3be21 10l: routine sets norm from parameter, but prints value of tv norm option
(which can be not equal to parameter).



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24779 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 05:45:20 +00:00
voroshil 40fdbecb5a (cosmetics) indentation fix of my previous commit and small readability
improvement.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24778 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 05:18:32 +00:00
voroshil 4800f1bf62 Remove driver-dependent #ifdef from norm_from_string routine.
It will use TVI_CONTROL_SPC_GET_NORMID if supported by driver and
fallback to hardcoded norms otherwise.
This will not change current behaviour because hardcoded norms were used
with drivers which do not support above ioctl.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24777 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 05:15:51 +00:00
voroshil 6ec3aa1159 (cosmetics) remove trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24776 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-14 04:56:01 +00:00
iive bb18bd5088 10l fix compilation with v4l2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24775 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-13 19:57:51 +00:00