summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid memleak on error while reading attachments or multiplereimar2006-10-111-0/+4
| | | | | | | MATROSKA_ID_FILEDATA parts. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate min/max macro definition.diego2006-10-111-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with FFmpeg r6642.diego2006-10-111-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make the socklib check search gethostbyname/socket in libc.diego2006-10-111-1/+1
| | | | | | | | On glibc it avoids a useless linking to libnsl. patch by Emanuele Giaquinta, e.giaquinta glauco it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Streamline socklib check.diego2006-10-111-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove download script; no longer used in the official Debian package candidate.diego2006-10-112-60/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move CFLAGS handling to common.mak.diego2006-10-111-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Run TOOLS/cpuinfo on x86_64 as well as x86.diego2006-10-111-1/+1
| | | | | | | patch from the NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change == to = in test comparisons for better portability.diego2006-10-101-3/+3
| | | | | | | patch from NetBSD pkgsrc git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".uau2006-10-101-17/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allows up to 8 bytes of extradata for cmsg24rtogni2006-10-102-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix extradata lenght when adding cmsg24 datartogni2006-10-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup: remove some old commented out skipsrtogni2006-10-101-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix misdetection of http://samples.mplayerhq.hu/tta/tivo_misdetect.tta as ↵reimar2006-10-101-3/+3
| | | | | | TiVo file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify (by using realloc with NULL parameter) and refactor code to growreimar2006-10-101-18/+15
| | | | | | | array in 32-increments git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix problems on live streams with huge timestamps, causing overflows and rtogni2006-10-091-25/+27
| | | | | | | | negative pts values. It also changes pts to double, since there is no enough precision in float to represent 32bit uint timestamps. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce margins for plaintext subtitles.eugeni2006-10-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Free track->language before assigning new valuereimar2006-10-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing (in close function)/misplaced free for track structure itself.reimar2006-10-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20142 b3059339-0415-0410-9bf9-f77b7e298cf2
* Free track data if error occurs while reading trackentryreimar2006-10-091-30/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20141 b3059339-0415-0410-9bf9-f77b7e298cf2
* indentation fixes.vayne2006-10-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Free track encodings on error or demuxer closereimar2006-10-091-4/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20139 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a simple timer to hide the mouse when in fullscreen mode.vayne2006-10-092-1/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20138 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed a crash bug as a result of the last change, as well as file skipping ↵vayne2006-10-091-3/+4
| | | | | | (hopefully) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20137 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace malloc+memset by callocreimar2006-10-091-8/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove cast of realloc result missed in last patchreimar2006-10-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unneeded casts for malloc/realloc callsreimar2006-10-091-44/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20134 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused definitionsptt2006-10-091-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20133 b3059339-0415-0410-9bf9-f77b7e298cf2
* little typo fixesptt2006-10-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20132 b3059339-0415-0410-9bf9-f77b7e298cf2
* done! sync'ed with r20061, hoping not to have written 'strafalcioni'ptt2006-10-091-83/+232
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20131 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with r19361ptt2006-10-091-28/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create target for mplayer-rc.o so that it is not rerun unconditionally.diego2006-10-091-3/+3
| | | | | | | based on patch by Zuxy Meng, zuxy.meng gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20129 b3059339-0415-0410-9bf9-f77b7e298cf2
* -endpos option added in changelogptt2006-10-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20128 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with r19979ptt2006-10-091-2/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20127 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with (last) cvs 1.256ptt2006-10-091-125/+126
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20126 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with cvs (yet) 1.249ptt2006-10-091-8/+243
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20125 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync'ed with cvs (yet) 1.243ptt2006-10-081-5/+141
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20124 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20061Gabrov2006-10-081-70/+92
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20123 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixesrathann2006-10-081-1/+1
| | | | | | | | | | mpeg_packetizer.c:145: warning: no return statement in function returning non-void Approved by Nico. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20122 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinit codec chain when aspect ratio and/or resolution changenicodvb2006-10-081-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20121 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r20119Gabrov2006-10-088-111/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20120 b3059339-0415-0410-9bf9-f77b7e298cf2
* List dfbmga and directfb in _novomodules.syrjala2006-10-081-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20119 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix DirectFB version check. The old code simply concatenated thesyrjala2006-10-083-32/+44
| | | | | | | digits, so 1.0.0 was considered older than 0.9.XY. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20118 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r19979, patch by Sheldon Jin % jinsh2 AH yahoo.com %gpoirier2006-10-081-950/+998
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20117 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove spurious casts to int. Blessed by Reimar.rathann2006-10-084-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20116 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove lone (evil ;-) ) tabreimar2006-10-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20115 b3059339-0415-0410-9bf9-f77b7e298cf2
* Disable linking mplayer with mp3lame when --disable-encoder=mp3lame israthann2006-10-082-4/+8
| | | | | | | 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.diego2006-10-081-0/+49
| | | | | | | 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.diego2006-10-081-1/+0
| | | | 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 ↵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 20074torinthiel