summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* some debuggingarpi2001-12-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3747 b3059339-0415-0410-9bf9-f77b7e298cf2
* old ffmpeg (MBC) workaroundarpi2001-12-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3746 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd seeking -> subtitle disappearing bugs fixedarpi2001-12-253-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3745 b3059339-0415-0410-9bf9-f77b7e298cf2
* is itn't %, it is a byteposition of the video ...jaf2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3744 b3059339-0415-0410-9bf9-f77b7e298cf2
* print some info on cpu (runtime/compiled flags)arpi2001-12-251-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3743 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix22toS & move2to1 in SSEmichael2001-12-251-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3742 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix31to2 & mix31toS in SSEmichael2001-12-251-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3741 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix21to2 & mix21toS in SSEmichael2001-12-251-0/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3740 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset(?, 0, 256*sizeof(float)) in MMXmichael2001-12-251-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3739 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixpl2001-12-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3738 b3059339-0415-0410-9bf9-f77b7e298cf2
* wannabe compilation breakerpl2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3737 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a warning (ambiguous 'if else')pl2001-12-251-5/+10
| | | | | | | | fix a would be bug (separator) small warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3736 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing exported functionpl2001-12-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3735 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixpl2001-12-252-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3734 b3059339-0415-0410-9bf9-f77b7e298cf2
* possible uninit pointer free()'dpl2001-12-251-3/+2
| | | | | | | possible bad pointer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3733 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixpl2001-12-251-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3732 b3059339-0415-0410-9bf9-f77b7e298cf2
* looks betterjaf2001-12-251-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3731 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixpl2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3730 b3059339-0415-0410-9bf9-f77b7e298cf2
* As nobody fixed this yet:pl2001-12-251-1/+1
| | | | | | | | | | | "tv.c: In function stream_open_tv': tv.c:107: warning: return' with no value, in function returning non-void" According to libmpdemux/open.c 0 is an error so I guess it should return 0 if it fails :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3729 b3059339-0415-0410-9bf9-f77b7e298cf2
* As nobody fixed this yet:pl2001-12-251-2/+2
| | | | | | | | | "asf_streaming.c: In function asf_http_request': asf_streaming.c:414: warning: too few arguments for format asf_streaming.c:431: warning: too few arguments for format" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3728 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #include'spl2001-12-253-0/+5
| | | | | | | Note: stream.h contains static inline functions, which is not quite clean :/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3727 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes warningspl2001-12-252-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3726 b3059339-0415-0410-9bf9-f77b7e298cf2
* vplayer format - no longer crashes on slightly broken subs.eyck2001-12-251-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3725 b3059339-0415-0410-9bf9-f77b7e298cf2
* --enable_gui && nogui && DVD sig11 fixed - .so 10larpi2001-12-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3724 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***eyck2001-12-241-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3723 b3059339-0415-0410-9bf9-f77b7e298cf2
* some quick updates for the prereleasegabucino2001-12-247-30/+176
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed #ifdef discrepancy that was breaking compilation on PPC platformmelanson2001-12-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Somewhere along the line, someone updated a field in an ASF structuremelanson2001-12-241-1/+1
| | | | | | | | from 'unk1' to 'preroll'. There is a macro that is only needed on big endian systems that didn't get updated to reflect that change. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3720 b3059339-0415-0410-9bf9-f77b7e298cf2
* error for non-stereo surroundssteve2001-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3719 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.144, i420 added, MERRY XMAS \!\!\!jaf2001-12-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3718 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2001-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint #2 -> Hintgabucino2001-12-242-6/+6
| | | | | | | "also try i420 colorspace" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3716 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.143, 'sis' bug was fixedjaf2001-12-241-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3715 b3059339-0415-0410-9bf9-f77b7e298cf2
* this bug (?) was fixedgabucino2001-12-242-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3714 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed priority support, tested with -vfm -vc, etc.atmos42001-12-242-23/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3713 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed video syncingalex2001-12-241-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3712 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.42, bad wordingjaf2001-12-241-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3711 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.141, (hungarian users)jaf2001-12-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3710 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.140, mplayer-felhasznalok mailing list added (hungarian users)jaf2001-12-241-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3709 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.19, audio pluginsjaf2001-12-241-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3708 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.139, audio pluginsjaf2001-12-241-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3707 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.54, DeFuckingjaf2001-12-241-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3706 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.138, added "Internal buffer inconsistency" lame bug as Known ↵jaf2001-12-241-1/+6
| | | | | | problem git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3705 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420 supportalex2001-12-242-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3704 b3059339-0415-0410-9bf9-f77b7e298cf2
* supporting -ofps by lavc, using avcodec_find_encoder_by_name (latest ↵alex2001-12-241-2/+3
| | | | | | libavcodec cvs) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3703 b3059339-0415-0410-9bf9-f77b7e298cf2
* bzero() -> memset()pl2001-12-241-14/+15
| | | | | | | | malloc()+strcpy() -> strdup() trail_space() slightly changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3702 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset is more portable than bzero ("BSD"ism)pl2001-12-243-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3701 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.53jaf2001-12-241-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3700 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.137jaf2001-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3699 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.41jaf2001-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3698 b3059339-0415-0410-9bf9-f77b7e298cf2
* similar to 1.136, Cinepak decoder author addedTV input doesn't need ↵jaf2001-12-241-3/+9
| | | | | | --enable-tv anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3697 b3059339-0415-0410-9bf9-f77b7e298cf2
* "--help" fixes:pl2001-12-241-7/+9
| | | | | | | | - lines should display correctly on 80 character-wide screens - '\t' replaced by spaces git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3696 b3059339-0415-0410-9bf9-f77b7e298cf2
* bad wordinggabucino2001-12-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3695 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc quality fixed - using right fpsarpi2001-12-241-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Jirí Svoboda <Jiri.Svoboda@seznam.cz>pl2001-12-241-9/+52
| | | | | | | syncs with latest additions in help_mp-en.h (I guess it syncs with r19) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3693 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed scaling and colors with libavcodec (and some comments added)alex2001-12-241-9/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3692 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l? streaming must be yes, auto is not enough because of Makefilearpi2001-12-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3691 b3059339-0415-0410-9bf9-f77b7e298cf2
* streaming enabled by defaultarpi2001-12-231-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3690 b3059339-0415-0410-9bf9-f77b7e298cf2
* liba52 is preferredarpi2001-12-231-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3689 b3059339-0415-0410-9bf9-f77b7e298cf2
* This commit adds initial support for Quicktime Animation (RLE) video. Itmelanson2001-12-237-11/+166
| | | | | | | also fixes a FLI function name (FLI is not an AVI decoder). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3688 b3059339-0415-0410-9bf9-f77b7e298cf2
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>arpi2001-12-234-2/+363
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3687 b3059339-0415-0410-9bf9-f77b7e298cf2
* +msggabucino2001-12-232-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3686 b3059339-0415-0410-9bf9-f77b7e298cf2
* subconfig fix (if sscanf()==1, then null out second (non-present) parameter) ↵alex2001-12-231-4/+5
| | | | | | and some errormessage fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3685 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer-felhasznalok policygabucino2001-12-231-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3684 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***gabucino2001-12-232-1/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3683 b3059339-0415-0410-9bf9-f77b7e298cf2
* surround channels can now be decoded in stereoishsteve2001-12-231-16/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3682 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix comment typosteve2001-12-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix3to1 in SSEmichael2001-12-231-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3680 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix3to2 in SSEmichael2001-12-231-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3679 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix5to1 & mix4to1 in SSEmichael2001-12-231-0/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3678 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates in AUTHORS sectiongabucino2001-12-231-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3677 b3059339-0415-0410-9bf9-f77b7e298cf2
* mix2to1 in SSEmichael2001-12-231-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Patch by Panagiotis appliedgabucino2001-12-231-1/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3675 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer-felhasznalok mailing list added (hungarian users)gabucino2001-12-232-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3674 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>arpi2001-12-231-1/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3673 b3059339-0415-0410-9bf9-f77b7e298cf2
* 'Plugins' subsection in Sound sectiongabucino2001-12-232-0/+20
| | | | | | | Audio up/downsampling plugin doc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3672 b3059339-0415-0410-9bf9-f77b7e298cf2
* DeFuckinggabucino2001-12-232-7/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3671 b3059339-0415-0410-9bf9-f77b7e298cf2
* added "Internal buffer inconsistency" lame bug as Known problemgabucino2001-12-231-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3670 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed some fucksgabucino2001-12-233-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3669 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for priotity <int> in codecs.conf, higher numbers are betteratmos42001-12-233-1/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3668 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add aspect 6, anamorphic 16:9 for svcdatmos42001-12-231-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3667 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing ifdef, 10l...atmos42001-12-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3666 b3059339-0415-0410-9bf9-f77b7e298cf2
* added "copy mga_vid to /lib/modules" to install instructionsgabucino2001-12-232-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3665 b3059339-0415-0410-9bf9-f77b7e298cf2
* made divx4 optional (also configure checking needed) and added avcodec_closealex2001-12-222-6/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Argh, forgot to make variable static...mswitch2001-12-221-1/+1
| | | |