summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid crash with fontconfig 2.3.9x (as shipped with SuSE 10.1, FcDirScan is ↵reimar2006-10-081-1/+5
| | | | | | | | | 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 :-)ptt2006-10-081-0/+4
| | | | 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)reimar2006-10-081-1/+2
| | | | | | | 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.reimar2006-10-081-5/+5
| | | | 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 == ↵reimar2006-10-081-1/+1
| | | | | | NULL) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20107 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgotten http_free on send error.reimar2006-10-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20106 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add support for TTA and WavPack.diego2006-10-081-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20105 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another != NULL check after dereferencingreimar2006-10-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20104 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix variable dereference before NULL check.reimar2006-10-081-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20103 b3059339-0415-0410-9bf9-f77b7e298cf2
* Useless initialization, they will be always set for result != 0reimar2006-10-081-3/+0
| | | | | | | 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 listreimar2006-10-071-2/+2
| | | | 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'.diego2006-10-0711-151/+174
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20100 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20083: Unify labels of two solutions to similar problems.kraymer2006-10-071-12/+19
| | | | | | | | | 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, aligningkraymer2006-10-072-255/+309
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20098 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20085: fix FIXME: move history to appendixkraymer2006-10-072-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20097 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove special warning printed when VIDIX is disableduau2006-10-071-8/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20096 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with latest BUILD_ROOT changes in FFmpeg.diego2006-10-071-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20095 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace -I.. by -I$(BUILD_ROOT).diego2006-10-071-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20094 b3059339-0415-0410-9bf9-f77b7e298cf2
* print bits/s, not bytes/sivo2006-10-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20093 b3059339-0415-0410-9bf9-f77b7e298cf2
* Print current DVD title as ID_DVD_CURRENT_TITLE.corey2006-10-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20092 b3059339-0415-0410-9bf9-f77b7e298cf2
* add gcc-4.x to the list of compilers displayedgpoirier2006-10-061-2/+2
| | | | | | | 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.reimar2006-10-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20090 b3059339-0415-0410-9bf9-f77b7e298cf2
* - missing space before '('torinthiel2006-10-061-3/+2
| | | | | | | | - spelling fix - removal of stray comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20089 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync r20085torinthiel2006-10-062-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20088 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20080: (cosmetics) add some empty lines to improve readability.voroshil2006-10-063-14/+23
| | | | | | | | | | 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)+1nicodvb2006-10-051-2/+3
| | | | | | | 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 appendixkraymer2006-10-052-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20085 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync r20083torinthiel2006-10-051-9/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20084 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify labels of two solutions to similar problems.torinthiel2006-10-051-2/+2
| | | | | | | | 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 '('torinthiel2006-10-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20082 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary </itemizedlist><itemizedlist>,torinthiel2006-10-051-6/+0
| | | | | | | 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 readabilitytorinthiel2006-10-051-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20080 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync 20074torinthiel2006-10-051-32/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20079 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify: replace malloc + memset 0 by callocreimar2006-10-051-4/+2
| | | | 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 setreimar2006-10-051-0/+5
| | | | | | | | 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 seekreimar2006-10-051-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20076 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add ASS subtitles to the subtitles file chooser dialog.diego2006-10-051-1/+2
| | | | | | | 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.diego2006-10-051-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20074 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify test program build.diego2006-10-051-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20073 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray $ from sync tag.diego2006-10-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20072 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced to 2.10.2006jheryan2006-10-051-3/+47
| | | | 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)gpoirier2006-10-0516-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20070 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 2.10.2006jheryan2006-10-051-62/+204
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20069 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 2.10.2006jheryan2006-10-057-541/+342
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20068 b3059339-0415-0410-9bf9-f77b7e298cf2
* Warn about x264encopts new parser which breaks 3rd party toolsgpoirier2006-10-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20067 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20061: document new x264 options through r579. (ssim, interlaced, ↵kraymer2006-10-051-74/+91
| | | | | | | | | | | deadzone_intra/inter) r20060: Remove the x264 option parser, and pass the options on to libx264 as a string instead. (..) r20053: Mark ao_sdl as SDL-only. r20052: Add SDL-specific keys. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20066 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix build failuregpoirier2006-10-052-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20065 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r20051torinthiel2006-10-051-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20064 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20054: Remove outdated/duplicate parts from the SDL section.voroshil2006-10-051-59/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20063 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19592: grammar/wording/markup fixes (was missed, due to wrong sync tag in ↵voroshil2006-10-051-22/+26
| | | | | | | | | | r19637 commit) r20051: some reformatting Additionally some typos fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20062 b3059339-0415-0410-9bf9-f77b7e298cf2
* document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)lorenm2006-10-051-2/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove the x264 option parser, and pass the options on to libx264 as a ↵lorenm2006-10-054-376/+99
| | | | | | | | | string instead. This provides automatic support for all current and future x264 options. A few options had to be reorganized: partitions, deblockalpha/beta, me, direct_pred. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20060 b3059339-0415-0410-9bf9-f77b7e298cf2
* Test programs depend on $(LIB).diego2006-10-051-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Detect sse/2 on intel mac, Valtteri Vuorikoski(vuori@sci.fi)nplourde2006-10-051-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20058 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.diego2006-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20057 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20054: Remove outdated/duplicate parts from the SDL section.kraymer2006-10-041-61/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20056 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also ignore shared libraries.diego2006-10-040-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20055 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdated/duplicate parts from the SDL section.diego2006-10-041-58/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20054 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark ao_sdl as SDL-only.diego2006-10-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20053 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add SDL-specific keys.diego2006-10-041-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20052 b3059339-0415-0410-9bf9-f77b7e298cf2
* some reformattingdiego2006-10-041-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20051 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20049Gabrov2006-10-041-48/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync to r20024, more to follow (hopefully soon)torinthiel2006-10-048-395/+138
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20049 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20041: Add IDs to some examples/tables.kraymer2006-10-044-17/+17
| | | | | | | r20043: Fix hz vs Hz typo. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20048 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix russian docs build error, caused by my r20046 commitvoroshil2006-10-041-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20047 b3059339-0415-0410-9bf9-f77b7e298cf2
* r20041: Add IDs to some examples/tables.voroshil2006-10-043-17/+15
| | | | | | | | r20043: (Fix hz with Hz typo) no real change was needed Also fixed some small typos and translation errors git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20046 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19979: after a long time, finally i could add -endpos option to mplayerkraymer2006-10-041-1/+2
| | | | | | | executable. (..) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20045 b3059339-0415-0410-9bf9-f77b7e298cf2
* r19979: added MSGTR_MPEndposNosizeBased stringvoroshil2006-10-041-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20044 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix hz vs Hz typo.diego2006-10-042-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20043 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused files.diego2006-10-042-270/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20042 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add IDs to some examples/tables.diego2006-10-043-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20041 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove cs_test and swscale-example on clean.diego2006-10-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove redundant EXTRALIBS declaration.diego2006-10-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20039 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify compilation call by using $(EXTRALIBS).diego2006-10-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20038 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix warnings:diego2006-10-041-0/+2
| | | | | | | | swscale-example.c:87: warning: implicit declaration of function 'sws_format_name' swscale-example.c:214: warning: implicit declaration of function 'sws_rgb2rgb_init' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20037 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix warnings:diego2006-10-041-1/+2
| | | | | | | | cs_test.c:62: warning: return type defaults to 'int' cs_test.c:64: warning: implicit declaration of function 'memalign' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20036 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sync tags consistent.diego2006-10-0421-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20035 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray $ from sync tags.diego2006-10-042-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20034 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove outdate, obsolete and inflammatory rants section made in r19973 of ↵gpoirier2006-10-042-224/+0
| | | | | | English doc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20033 b3059339-0415-0410-9bf9-f77b7e298cf2
* warn the user to disable the cache when playing dvdnav streamsnicodvb2006-10-041-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20032 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a note about checking XML documentation build.diego2006-10-041-0/+3
| | | | git-svn-id: svn://