Commit Graph

24978 Commits

Author SHA1 Message Date
michael f761edd20b overcomplete wavelet denoiser
not optimized at all but much cleaner than uspp


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24697 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 23:50:54 +00:00
nicodvb f334337426 support for DTS as specified in DVB (untested)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24696 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 21:39:01 +00:00
reimar 2e06eae9a0 The combination _vis=yes and proc=v9 makes no sense and will not even compile.
Change it to proc=ultrasparc, that may not be right, but it can not get any worse...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24695 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 17:06:27 +00:00
voroshil bc44b16cba Format 0x01 cannot be used with "AMV IMA ADPCM", because it belongs to normal PCM.
Make lavf demuxer set codec tag to AMVA in this case.
No need to use -ac +ffadpcmimaamva anymore.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24694 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 15:27:02 +00:00
reimar c916485e1a Do not uselessly set _x264 to the value it already has
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24693 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 14:13:11 +00:00
reimar 148e015db6 "AMV IMA ADPCM" can not use 0x1 as tag, it breaks normal PCM.
Set it to AMVA. You will have to use -ac +ffadpcmimaamv until
the demuxer is fixed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24692 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 13:57:33 +00:00
reimar da6898ea62 Get rid of mp_msg_test in vo_png, only reason to use it is performance and
that is not critical here and the way it was used probably would not improve
performance anyway


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24691 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 11:55:30 +00:00
reimar e57c4474d1 Use IMGFMT_IS_BGR instead of mpi->flags&MP_IMGFLAG_SWAPPED, this is easier
to understand and in this case more accurate


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24690 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 11:51:53 +00:00
reimar 298b92b8a2 Make a local-only variable static in vo_png
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24689 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-03 11:50:15 +00:00
reimar 9e3315675d Set biWidth/biHeight in fli demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24688 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-02 19:22:46 +00:00
reimar 2c1db11dd1 Make sure there is no uninitialized data in BITMAPINFOHEADER created by fli demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24687 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-02 19:18:33 +00:00
reimar 3b2eb5fec1 Remove ugly unused struct name from typedef
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24686 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-02 19:13:23 +00:00
diego 782dd94b29 cosmetics: Fix AltiVec spelling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24685 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-02 10:37:59 +00:00
diego 2fd3289130 Fix warning:
cpudetect.c: In function 'check_os_katmai_support':
cpudetect.c:395: warning: unused variable 'saved_sigfpe'


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24684 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-01 22:48:39 +00:00
diego 60eaa3a7da Detect support of and add necessary CFLAGS to avoid crashes when loading
Win32 DLLs on Mac OS X / Intel.
based on patch by Ulion, ulion2002 gmail com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24683 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-01 22:46:33 +00:00
diego 481669e9aa Move misplaced paragraph to the right question and fix the wording.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24682 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-01 21:22:41 +00:00
diego b45e21c2b2 Remove stray XML tags that broke compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24681 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-01 20:51:09 +00:00
diego aa08fe6259 Remove useless quotes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24680 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-10-01 13:08:49 +00:00
cehoyos 7afdb27e64 Added EOF detection for RTSP via live555
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24679 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 21:56:09 +00:00
cehoyos d6396e738a Clarify some RTSP changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24678 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 21:53:46 +00:00
nicodvb 7b4cb5f8ad mention the recent telecining bugfix in muxer_mpeg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24677 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 20:36:32 +00:00
rtogni 6d5e4cc2ca Disable direct rendering for ROQ video, the buffer management used by
the codec is not compatible with MPlayer idea of reget_buffer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24676 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 20:02:57 +00:00
attila c961e279a0 revert changes r23805, r23819 and r23866 to restore the mga_vid check
to the "autodetection" from r2944


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24675 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 12:07:00 +00:00
lu_zero ec89943846 Require atleast libnemesi 0.6.2 (range api and h263 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24674 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 11:11:54 +00:00
voroshil 2b9b873707 AMV demuxer and audio/video decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24673 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-30 03:49:22 +00:00
lu_zero 465cc5fb0e Gentoo patches for Xext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24672 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:49:25 +00:00
diego 850fb83c4b Give temporary executable file the system-specific executable extension.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24671 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:28:24 +00:00
diego bfbb20c603 Move declaration of temporary file variables to after the system-specific
variable declarations (preparation for next patch).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24670 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:26:35 +00:00
diego 0f93dff543 Fix Theora check without pkgconfig, -ltheora will not link on its own,
-logg is needed as well.
patch by Gianluigi Tiesi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24669 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:19:54 +00:00
diego e6be635192 Nuke some more outdated and confusing comments.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24668 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:16:07 +00:00
diego 84d4da43a2 Remove redundant comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24667 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:12:30 +00:00
diego f6c37a932e Remove useless comment.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24666 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:09:31 +00:00
diego 394ec174c7 cosmetics: Move the command to remove configure.log out of a block of variable
declarations to just before the configure.log is first written to.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24665 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 22:04:56 +00:00
gpoirier 2092ba13ca sync w/24656
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24664 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 21:30:04 +00:00
diego 4d190ca5fc spelling cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24663 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 19:56:17 +00:00
diego b305934c76 Enable SSE on MinGW, many builds out there seem to use it without ill effect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24662 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 19:48:45 +00:00
compn 436b81a923 add flac speedups
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24661 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 17:11:24 +00:00
kraymer 3395d0b0cd compile fix for faq.xml
r24082: Explicitly mention the need to rebuild MPlayer after installing AMR libs.
r24087: Reorder installation requirements list, wording/spelling.
r24604: Teletext documentation
r24646: add -lavfdopts format option
r24655: analyzeduration option for lavf demuxer
r24656: AVI can do video stream switching, too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24660 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 15:56:06 +00:00
voroshil 55a421225f r24655: analyzeduration option for lavf demuxer
r24656: AVI can do video stream switching, too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24659 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 15:33:32 +00:00
Gabrov 0d5ed13556 synced with r24656
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24658 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 15:17:27 +00:00
kraymer e381102185 r24030: Document special A-V sync issues with FLV files
r24035: Add <application> tag around MEncoder
r24045: Change "object type complexity" parameter of FAAC
r24089: Complete the list of libavcodec audio encoders.
r24049: i_certify is no longer an option


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24657 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 13:03:57 +00:00
reimar bfe6a14f10 AVI can do video stream switching, too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24656 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 12:27:13 +00:00
henry fffb09b9b3 analyzeduration option for lavf demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24655 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 07:55:43 +00:00
henry b267bd3921 remove useless int->double conversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24654 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 07:49:02 +00:00
henry 9b94c1387a fix warnings
demux_lavf.c: In function ‘demux_open_lavf’:
demux_lavf.c:276: warning: assignment discards qualifiers from pointer target type
demux_lavf.c:280: warning: assignment discards qualifiers from pointer target type


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24653 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 07:42:31 +00:00
voroshil e639f9cf90 r24646: add -lavfdopts format option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24652 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-29 07:18:39 +00:00
nicodvb 1f2fa1ba48 fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24651 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-28 21:20:41 +00:00
nicodvb 1cc65a7889 1000l, the tff flag was never cleared before being overwritten with the value on bff_mask;
also, the sequence extension pointer was set to point to the sequence_display_extension,
so the progressive_sequence was never set and the sde was being corrupted
patch by Christopher Montgomery (xhiphmont xiph org)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24650 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-28 21:13:26 +00:00
iive 944b5d2acd Define profiles_t as const to fix a warning. Prevent profiles[] from been exported.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24649 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-28 21:06:45 +00:00
gpoirier dc992ababd sync w/r24646
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24648 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-09-28 19:32:18 +00:00