aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %Gravatar gpoirier2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious casts to int. Blessed by Reimar.Gravatar rathann2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20116 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove lone (evil ;-) ) tabGravatar reimar2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame isGravatar rathann2006-10-08
| | | | | | | passed to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20114 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for detection of extended instructions on ARM.Gravatar diego2006-10-08
| | | | | | | based on a patch by Siarhei Siamashka, siarhei.siamashka gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated/misleading comment about WavPack and libavformat.Gravatar diego2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20112 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is ↵Gravatar reimar2006-10-08
| | | | | | | | | broken) and warn that these are beta versions and not supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20111 b3059339-0415-0410-9bf9-f77b7e298cf2
* added myself to AUTHORS, as diego told me on 2006/09/26 :-)Gravatar ptt2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20110 b3059339-0415-0410-9bf9-f77b7e298cf2
* WavPack files contain a complete, valid RIFF tag, so use extension (.wv)Gravatar reimar2006-10-08
| | | | | | | to give libavformat a chance before our audio demuxer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20109 b3059339-0415-0410-9bf9-f77b7e298cf2
* a + b => (a + b) for defines, just to be sure.Gravatar reimar2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20108 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid memleak when calling parse_obj_params only for syntax-checking (dst == ↵Gravatar reimar2006-10-08
| | | | | | NULL) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten http_free on send error.Gravatar reimar2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for TTA and WavPack.Gravatar diego2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another != NULL check after dereferencingGravatar reimar2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20104 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix variable dereference before NULL check.Gravatar reimar2006-10-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useless initialization, they will be always set for result != 0Gravatar reimar2006-10-08
| | | | | | | and for result == 0 they make no sense git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20102 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: consistent order for en-/disabled codecs listGravatar reimar2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20101 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20100 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20083: Unify labels of two solutions to similar problems.Gravatar kraymer2006-10-07
| | | | | | | | | r20082: Missing space before '(' r20081: Remove unnecessary </itemizedlist><itemizedlist>, .. r20080: (cosmetics) add some empty lines to improve readability git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20099 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: reformatting, aligningGravatar kraymer2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20098 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20085: fix FIXME: move history to appendixGravatar kraymer2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20097 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special warning printed when VIDIX is disabledGravatar uau2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest BUILD_ROOT changes in FFmpeg.Gravatar diego2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace -I.. by -I$(BUILD_ROOT).Gravatar diego2006-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20094 b3059339-0415-0410-9bf9-f77b7e298cf2
* print bits/s, not bytes/sGravatar ivo2006-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print current DVD title as ID_DVD_CURRENT_TITLE.Gravatar corey2006-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20092 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gcc-4.x to the list of compilers displayedGravatar gpoirier2006-10-06
| | | | | | | when configure detects an unsupported compiler git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20091 b3059339-0415-0410-9bf9-f77b7e298cf2
* EOSD performance debugging info.Gravatar reimar2006-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2
* - missing space before '('Gravatar torinthiel2006-10-06
| | | | | | | | - spelling fix - removal of stray comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20089 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync r20085Gravatar torinthiel2006-10-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20088 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20080: (cosmetics) add some empty lines to improve readability.Gravatar voroshil2006-10-06
| | | | | | | | | | r20081: Remove unnecessery </itemizedlist><itemizedlist> [...] r20082: Missing space before '(' r20083: Unify labels on two solutions [...] r20085: fix FIXME: move history to appendix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20087 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround redefinition of object_type as prev(object_type)+1Gravatar nicodvb2006-10-05
| | | | | | | in recent faac cvs (without version number increase) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20086 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix FIXME: move history to appendixGravatar kraymer2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20085 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync r20083Gravatar torinthiel2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify labels of two solutions to similar problems.Gravatar torinthiel2006-10-05
| | | | | | | | Same problem, same solution, one was not labeled, one was labeled 'Workaround', where both are ideal solutions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20083 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing space before '('Gravatar torinthiel2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary </itemizedlist><itemizedlist>,Gravatar torinthiel2006-10-05
| | | | | | | as it makes no sense and only confuses. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20081 b3059339-0415-0410-9bf9-f77b7e298cf2
* (cosmetics) add some empty lines to improve readabilityGravatar torinthiel2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync 20074Gravatar torinthiel2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify: replace malloc + memset 0 by callocGravatar reimar2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix demux_demuxers seeking if the video demuxer does not setGravatar reimar2006-10-05
| | | | | | | | demuxer->video->pts (e.g. lavf). Previous code would start audio from beginning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20077 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implement absolute and percent-based seekGravatar reimar2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ASS subtitles to the subtitles file chooser dialog.Gravatar diego2006-10-05
| | | | | | | patch by Piotr Kaczuba, pepe attika_ath_cx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg r6563.Gravatar diego2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify test program build.Gravatar diego2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray $ from sync tag.Gravatar diego2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 2.10.2006Gravatar jheryan2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20071 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert sync tags to Svn revision numbers (except encoding-guide.xml for now)Gravatar gpoirier2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 2.10.2006Gravatar jheryan2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20069 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 2.10.2006Gravatar jheryan2006-10-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20068 b3059339-0415-0410-9bf9-f77b7e298cf2