aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* - added some moreGravatar arpi2003-01-19
| | | | | | | | - 10l: MPEG_ES shouldn't be forced, the MPEG_PS demuxer will detect it and switch PS->ES, but ES->PS will never happen! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup of the muxer API, func parameters muxer & muxer_f eliminated.Gravatar arpi2003-01-19
| | | | | | | patch by Andriy N. Gritsenko <andrej@lucky.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9008 b3059339-0415-0410-9bf9-f77b7e298cf2
* extension-based filetype detection for headerless files (mp3 vs mpeg, etc)Gravatar arpi2003-01-19
| | | | | | | inspired by patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9007 b3059339-0415-0410-9bf9-f77b7e298cf2
* typoGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9006 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9005 b3059339-0415-0410-9bf9-f77b7e298cf2
* AltiVec detection code ("borrowed" from FFmpeg andGravatar arpi2003-01-18
| | | | | | | | | libmpeg2) & enough code to enable the AltiVec IMDCT in liba52 and the DCT64 in mp3lib. patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9004 b3059339-0415-0410-9bf9-f77b7e298cf2
* An altivec-optimized DCT64 for mp3libGravatar arpi2003-01-18
| | | | | | | | | | (partially, it seems roughly three times as fast as the C code according to quick-n-dirty gprof tests) This one is bit-perfect. patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9003 b3059339-0415-0410-9bf9-f77b7e298cf2
* An AltiVec-enhanced IMDCT for liba52 (liba52/imdct.c)Gravatar arpi2003-01-18
| | | | | | | | | | It's nearly bit-perfect, I have a couple of lsb changed in a 128 frames sample. I can't hear the differences :-) patch by Romain Dolbeau <dolbeau@irisa.fr> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9002 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9001 b3059339-0415-0410-9bf9-f77b7e298cf2
* uselessly long DGA subsections removed from TOCGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9000 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete stuffGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8999 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-18
| | | | | | | ekezetek sponsored by Enhanced Graphics Adapter (EGA)'s Linux support (null) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8998 b3059339-0415-0410-9bf9-f77b7e298cf2
* - restore old behaviour of -channels,-srate,-formatGravatar arpi2003-01-18
| | | | | | | - disable audio if libaf init failed (to avoid sig11 in decoder) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8997 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2-pass libaf initialization to get better filter chain.Gravatar arpi2003-01-18
| | | | | | | | -channels, -format, -srate function changed, they affect codec & preinit outformat only, use -af resample=XXX,channels=YYY,format=ZZZ to override. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8996 b3059339-0415-0410-9bf9-f77b7e298cf2
* export fmt2str()Gravatar arpi2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8995 b3059339-0415-0410-9bf9-f77b7e298cf2
* added af_format_encode() to convert sample format from libaf to mplayer (OSS)Gravatar arpi2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8994 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar gabucino2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8993 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinerama fix part 1 - count your paranthesisGravatar attila2003-01-18
| | | | | | | xvidix should now work too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8992 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8991 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8990 b3059339-0415-0410-9bf9-f77b7e298cf2
* xinerama fix part 1Gravatar attila2003-01-18
| | | | | | | xmga only for the moment, have to work on xvidix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8989 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for MPEG-4 (AAC) audio RTSP/RTPGravatar bertrand2003-01-18
| | | | | | | Patch by Ross Finlayson <finlayson@live.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8988 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8987 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8986 b3059339-0415-0410-9bf9-f77b7e298cf2
* it *worked*, but probably wasn't what was intended, and could break ifGravatar rfelker2003-01-18
| | | | | | | TMPLOG changed to something different... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
* Wording improvements.Gravatar diego2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8984 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some "!s, corrected some spelling, gave the system too slow messageGravatar diego2003-01-18
| | | | | | | | a new (more readable) layout. Parts taken from a patch by sr <seru@gmx.net>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8983 b3059339-0415-0410-9bf9-f77b7e298cf2
* not neededGravatar pontscho2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8982 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar pontscho2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8981 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l :)Gravatar arpi2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8980 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar pontscho2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8979 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l found by Arpi (njamd)Gravatar pontscho2003-01-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8978 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8977 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar pontscho2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8976 b3059339-0415-0410-9bf9-f77b7e298cf2
* hm ...Gravatar pontscho2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8975 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add playbarGravatar pontscho2003-01-17
| | | | | | | | | - add vpotmeter - fix gtk menu's pixel bug - fix some critical (10l) bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicated codeGravatar rtognimp2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8973 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8972 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncGravatar nicolas2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8971 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding support for more logical libaf configurationGravatar anders2003-01-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8970 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine messagesGravatar arpi2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8969 b3059339-0415-0410-9bf9-f77b7e298cf2
* telecine detectionGravatar arpi2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8968 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lGravatar arpi2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8967 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed the well-known DVD/DVB audio delay bug :)Gravatar arpi2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8966 b3059339-0415-0410-9bf9-f77b7e298cf2
* preferences cosmeticsGravatar pontscho2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8965 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz :)Gravatar pontscho2003-01-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the hardcoded cdrom device.Gravatar bertrand2003-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix small typos (accents mainly)Gravatar pl2003-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8962 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 new compare functions ...Gravatar jonas2003-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8961 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 new compare functions ...Gravatar michael2003-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2