Commit Graph

11872 Commits

Author SHA1 Message Date
ranma 294efef5fb softpulldown + kerndeint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11872 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 10:28:29 +00:00
attila 467d449f83 continue playing real files after errors
patch by Pekka Enberg <Pekka.Enberg@cs.helsinki.fi>
additionally changed all printfs to mp_msg


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11871 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 10:13:35 +00:00
ranma c52bb43307 kerndeint adaptive deinterlacer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11870 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 09:50:17 +00:00
alex 24dc93eeb1 switch to inttypes.h (u_int32_t vs uint32_t) in favour of Solaris9/x86 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11869 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-29 08:37:35 +00:00
alex 780880f6e4 disable buggy code, patch by Romain Dolbeau
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11868 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 10:40:29 +00:00
alex 4aeb0a76c9 support for latest CVS, patch by Ville Syrjala
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11867 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 10:19:49 +00:00
alex dae741ea25 removed unused headeer dependencies
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11866 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 10:03:40 +00:00
alex ee3708a551 use inttypes.h and std types, this fixes compilation problems on solaris 9 x86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11865 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 08:02:40 +00:00
alex f47e909d09 Set fcchandler according to fourcc, some players (Archos Jukebox) need it, also imho a player should use that field for determining fourcc, hopefully it doesn't break anything
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11864 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-28 07:47:48 +00:00
paszczi 0d681a16cf sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11863 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 22:20:38 +00:00
nicolas d0c441ba28 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11862 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 17:10:30 +00:00
gabucino 49472b6ef1 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11861 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 09:28:39 +00:00
rfelker f69f48b200 if the user wants fast, use fast code! otherwise the user has to put
af=resample=44100:0:0 in the config file, which will resample all
files, not just ones that need it. libaf still sux!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11860 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 06:45:43 +00:00
rfelker 09cd5704b7 10000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11859 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 06:43:37 +00:00
rfelker 672cd3861f not pretty, but at least it prevents the channels from getting out of order...
the real solution is to get rid of libaf (probably the worst code in mplayer!)
and replace it with a good audio layer...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11858 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 06:30:16 +00:00
rfelker a38d15e8af 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11857 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 06:02:29 +00:00
rfelker 2391e4c61a 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11856 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-27 05:10:59 +00:00
rathann e52677bd80 Initial translation prepared by chomar <duch at wla dot pl> and myself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11855 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 20:57:17 +00:00
alex edfe08ef4e reviewed the locking codes, a mutex should be unlocked before destroying it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11854 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 20:29:31 +00:00
alex ca02bdcc20 Don't mutex_unlock if it was never locked. Patch by Min Sik Kim
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11853 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 20:03:47 +00:00
alex 0daaf45c2c support for AVID DV fourcc, patch by xliska at informatics.muni.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11852 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 19:19:30 +00:00
alex c299ad95a8 added changes until now
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11851 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 18:50:46 +00:00
alex ef74eff3e8 Altivec optimized stereo resampler by Romain Dolbeau (made it working under Linux myself)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11850 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 18:29:11 +00:00
alex aecc31b2ca ppc970 support, patch by Romain Dolbeau
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11849 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 18:18:21 +00:00
rtognimp e43cfb1e4f Use fli decoder from libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11848 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 17:38:16 +00:00
rtognimp 00e3a6c8b9 Pass header to codec in extradata (needed by ffmpeg fli decoder)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11847 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 17:36:30 +00:00
alex b136df4b34 freebsd fix (btw, why does it needs this int_max shit?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11846 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 16:17:38 +00:00
nicolas f0d70163b7 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11845 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 15:04:05 +00:00
diego 399ef59686 updates by smoker <smoker@smokerz.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11844 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-25 07:59:09 +00:00
gabucino 4d984032f6 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11843 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 22:53:55 +00:00
diego b8c1540227 Make the build system print everything it does.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11842 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 22:31:11 +00:00
diego ceed673d15 small fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11841 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 17:13:31 +00:00
attila 23f7e1c604 add divx2svcd script.
uses mencoder instead of mpegtools
by VMiklos <mamajom@axelero.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11840 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 13:03:38 +00:00
attila ab424093b4 prevent subreader from segfaulting when sami subs dont have
a <P> at the beginning.
patch by Fabien Tassin <fta+mplayer@sofaraway.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11839 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 12:54:05 +00:00
attila a4ac1dc9a4 add option to select mixer channel
patch by Catalin Muresan <catalin.muresan@astral.ro>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11838 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-24 11:53:52 +00:00
arpi 0bd9ce052f mkv.cpp -> mkv_old.cpp, to avoid dependency name collision with mkv.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11837 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-23 21:34:28 +00:00
mosu ac311f16f5 Fix for compilation with libmatroska 0.6.3.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11836 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-23 15:16:50 +00:00
iive 35ef696600 add lame filter options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11835 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-23 01:13:00 +00:00
iive a978ec7289 fix aspect 4 according to the standart
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11834 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-23 01:10:14 +00:00
mosu d845592653 Do not deactivate the video stream if no audio stream was wanted/found...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11833 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-22 21:43:36 +00:00
nauj27 aa3fa13b32 sync. Named parameters documented.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11832 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-22 17:39:42 +00:00
nauj27 2f25bfc9e0 sync and livavcodecs tags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11831 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-22 17:38:33 +00:00
michael b1261b9edc 100000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11830 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-22 14:38:00 +00:00
paszczi a0114c75cf sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11829 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-22 09:21:02 +00:00
diego 6353840411 sort -u is equivalent to sort | uniq, hint by Dominik.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11828 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:38:27 +00:00
wight e47d6bd17e some new locations from newest Gentoo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11827 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:21:47 +00:00
diego e78238746a How come TODO lists never shrink?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11826 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:20:41 +00:00
diego 4ce7efc860 Our DirectFB documentation is dated, the current version is now linked to
from video.xml.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11825 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:18:33 +00:00
diego 6ccdb8079d 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11824 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 19:59:33 +00:00
diego 516996be09 Add <systemitem class="library"> tags to libavcodec and a few others.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11823 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 19:25:18 +00:00