Commit Graph

1718 Commits

Author SHA1 Message Date
cehoyos 08054925cc Do not allow to compile gui without PNG decoder in libavcodec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23555 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-13 11:04:01 +00:00
voroshil 83a2c50ef9 Teletext support for tv:// (v4l and v4l2 only)
modified patch from Otvos Attila oattila at chello dot hu

Module uses zvbi library for all low-level  VBI operations (like I/O with vbi
device, converting vbi pages into usefull vbi_page stuctures, rendering them
into RGB32 images).

All teletext related stuff (except properties, slave commands and rendering
osd in text mode or RGB32 rendered teletext pages in spu mode) is implemented
in tvi_vbi.c

New properties:
teletext_page - switching between pages
teletext_mode - switch between on/off/opaque/transparent modes
teletext_format - (currently read-only) allows to get format info
(black/white,gray,text)
teletext_half_page - trivial zooming (displaying top/bottom half of teletext
page)

New slave commands:
teletext_add_dec - user interface for jumping to any page by editing page number
interactively
teletext_go_link - goes though links, specified on current page



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23530 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-10 00:06:12 +00:00
cehoyos 5b21eb0177 Simplify addition of -Wdeclaration-after-statement to CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23523 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 22:22:50 +00:00
cehoyos dbe1e3f2ea Support icc 10.0.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23522 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 22:04:09 +00:00
cehoyos b3ad550f26 Cosmetics: Fix indentation after last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23511 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 08:19:29 +00:00
cehoyos c71ad8a3e0 Add -Wdeclaration-after-statement etc. only to gcc.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23510 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 08:16:54 +00:00
cehoyos 72d4c8cdbb Compile C++ files with the same compiler as all other files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23509 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-08 08:14:31 +00:00
cehoyos 3dffbac1ae Add -Wpointer-arith, -Wredundant-decls and -Wdisabled-optimization to CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23503 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 23:59:23 +00:00
nicodvb dd49445c91 in vidix check protect [A-Z] and [a-z] with single quotes as in other checks; fixes some untranslated lowercases
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23500 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 20:37:24 +00:00
cehoyos 5bc80d85dc Add -Wno-switch to CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23496 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 17:23:23 +00:00
cehoyos 8477a2e3b1 Fix r23494: It broke gcc 2.95.3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23495 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 17:10:37 +00:00
cehoyos 024e216a72 Add -Wno-pointer-sign to CFLAGS
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23494 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 16:36:55 +00:00
diego 10610f736c Add -Wall (back) to default CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23492 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 13:40:22 +00:00
cehoyos 2c40d909bb Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23491 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 10:50:04 +00:00
cehoyos 01a8e906ec Fix compilation after FFmpeg r9235.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23490 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 10:24:17 +00:00
zuxy 02b22f84c8 10l: correct Core 2 detection under x86-64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23488 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-07 03:01:32 +00:00
ben 56dd30e931 protect _vidix_drivers variable, allowing --with-vidix-driver option to actually handle more than one driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23480 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 18:35:34 +00:00
diego f575084788 Keep -pipe option in CFLAGS even in debug mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23469 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 10:05:09 +00:00
diego 81116afae7 Keep unused parameter warnings in debug mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23466 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-05 00:26:54 +00:00
gpoirier 8a9c9f9dff compilation fix after commit r9172 to ffmpeg, patch by Aurel
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23456 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-06-02 20:20:33 +00:00
zuxy dc0eaea0e3 Remove no more used TARGET_BUILTIN_VECTOR and TARGET_BUILTIN_3DNOW
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23437 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-31 13:22:36 +00:00
diego 61ee11c120 Add "uclinux" as an accepted system type in the linux() test.
patch by Mike Frysinger, vapier.adi gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23361 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-21 06:54:06 +00:00
zuxy 671f3a9ec2 Add SSSE3 check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23349 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-20 05:04:14 +00:00
reimar e5beafa5f0 Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23344 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-19 11:17:49 +00:00
reimar d236c8445a Fix compilation: Create CONFIG_*_BSF in config.mak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23343 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-19 11:11:31 +00:00
diego 9fcf86dcae Clean up VIDIX test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23337 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 23:20:58 +00:00
diego 395e2362ae 10l: leftover line from incompletely split commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23336 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 23:03:36 +00:00
diego 8b21601418 Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23335 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 21:48:56 +00:00
diego f9b7e2b874 Move the internal VIDIX check from a random place into the VIDIX section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23334 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 21:33:49 +00:00
diego a8eaa5cf5a Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
the variable is set to no a few lines above anyway.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23333 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 21:19:18 +00:00
diego f998479792 Merge internal and external VIDIX checks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23332 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 21:13:41 +00:00
diego ebc9066be9 ffdts is no more.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23331 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-17 20:55:12 +00:00
reimar ed7594a115 Avoid passing test invalid arguments when string is empty.
Fixes configure under Solaris


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23321 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-15 21:07:27 +00:00
diego 1dfe35fc82 ARMv6 detection, patch by Siarhei Siamashka, siarhei.siamashka gmail com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23309 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 22:29:10 +00:00
rtogni 1adcbe0375 Compilation fix after ffmpeg r9010 (bitstream filters optional
compilation)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23305 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-13 15:58:38 +00:00
diego fdf78d8cc2 help output typo noticed by Ramiro Polla
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23298 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-11 21:39:39 +00:00
ben 80c6de4578 new VIDIX driver for IVTV cards, original patch by Lutz Koschorreck
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23293 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-10 18:47:27 +00:00
diego 32740e3894 Simplify libamr_nb test.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23224 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:11:21 +00:00
diego 3aef73bd59 cosmetics: Rename remaining instances of amr_* to libamr_*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23223 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:10:22 +00:00
diego 28639ae131 Rename amr_nb and amr_wb options to libamr_*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23222 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:08:54 +00:00
diego d0c5bca869 FFmpeg sync: Rename AMR config settings to LIBAMR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23221 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:07:13 +00:00
diego b7f32db6e8 cosmetics: Rename _amr* variables to _libamr*.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23220 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:04:29 +00:00
diego a6ccbf731f FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23219 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-03 12:02:48 +00:00
reimar bc39c06e4c Remove libpng dependency for Gui, use libavcodec instead
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23211 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 14:39:55 +00:00
reimar aefe177836 Disable internal vidix on PPC linux, it breaks compilation.
Proper fix welcome


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23210 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-02 14:21:25 +00:00
nicodvb 53510640b5 reindented dvdread check block
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23202 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:55:15 +00:00
nicodvb 276e1a0442 libdvdnav now depends on our fork of the library; only the version without
the dvdread code will be used (libdvdnavmini);
move the dvdnav check code at the bottom of the list to prevent _ld_extra
to contain references to -ldvdnavmini that would make all the following tests
fail (because of the missing dvdread symbols).



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23201 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 19:54:13 +00:00
diego 48adc611d5 Merge FFmpeg dependency handling into the individual tests.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23187 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 14:08:26 +00:00
diego ee2a11a935 cosmetics: Fix bogus indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23186 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-05-01 13:55:28 +00:00
cehoyos 7b5e1f8939 Add configures arguments to its output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23150 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-04-27 10:16:25 +00:00