Commit Graph

15 Commits

Author SHA1 Message Date
arpi 1864646717 I've found some time to implement the encoding support for the new
DivX API. Now it's possible to play and encode movies with the
latest DivX release.
One thing that doesn't work is the new Video Buffer Verifier (VBV)
multipass encoding. The encoder segfaults. Maybe it just isn't
supported with the standard profile of the released binary encoder.
Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:57:37 +00:00
arpi 705681b0db cleanup detection of various divx4 versions/alternatives
allows mixing xvid with divx4/5linux libs

basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if
available, otherwise uses xvid (if divx4.h is available and xvid has
decore()/encore() functions).

based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 20:24:14 +00:00
michael 1aaf1516e8 cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8041 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 14:20:05 +00:00
arpi 09d8c4ddf0 -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7192 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 13:09:23 +00:00
arpi 1b667f61ba -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 21:44:20 +00:00
albeu 5319a8118a Support for Xvid using their new api. If divx4 compatiblity is disabeled
in xvid it can be used along with divx4.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 20:56:57 +00:00
atmos4 0b36dc013f Im proved Build Version selection for DivX 5.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5248 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 18:59:07 +00:00
arpi e2166da629 decore version check for divx3 and divx5
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5174 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-18 01:48:22 +00:00
arpi ce04a5f401 handle error from mpcodecs_config_vo()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5125 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-16 01:10:31 +00:00
arpi 6955159f7e hopefully fixed divx5 header + xvid conflict
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5038 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-11 00:39:40 +00:00
arpi 240fb4b951 postprocess.h requires for GET_PP_QUALITY_MAX - patch by Fredrik Kuivinen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5012 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-10 01:38:21 +00:00
arpi 154bbcd5b9 divx_quality and equalizer support done
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5004 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 19:18:46 +00:00
atmos4 eec56fa481 divx5 support into libmpcodecs (untested)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4998 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-09 00:57:05 +00:00
arpi 092aa814f7 common includes moved to private vd_internal.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4987 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 20:43:17 +00:00
arpi 15222e9be6 vfw, vfwex, odivx, divx4 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4969 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-07 00:44:58 +00:00