summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync liba52_amd64_changes.diff with latest fixaurel2005-08-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1061gpoirier2005-08-091-14/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16191 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes segfault on IA-32 machines caused by the ASM patch for AMD-64 for a52.gpoirier2005-08-091-1/+1
| | | | | | | Patch by Aurelien Jacobs < aurel AH gnuage POUM org > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16190 b3059339-0415-0410-9bf9-f77b7e298cf2
* Various fixes, addition and removal of entries related to functions that ↵gpoirier2005-08-081-4/+8
| | | | | | come from the FFmpeg project git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing libavcodec supported codecs and adds (hopefully) all libavformat ↵gpoirier2005-08-081-1/+38
| | | | | | | | | muxers Please check if this is correct git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16188 b3059339-0415-0410-9bf9-f77b7e298cf2
* take into account that VIDIOC_S_FMT might return updated parametersfaust32005-08-061-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16187 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not crash when /dev/video0 is not presentfaust32005-08-061-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16186 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to whoever wrote this crap using 1/10000 units. it caused framerates to ↵rfelker2005-08-063-23/+23
| | | | | | get trashed from 30000/1001 to 2997/100, etc.! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16185 b3059339-0415-0410-9bf9-f77b7e298cf2
* tremor uses integer typesrathann2005-08-061-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16184 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing includerathann2005-08-061-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forgot to actually enable vo_gl on Windows...reimar2005-08-062-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16182 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray DOS linebreaks.diego2005-08-060-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16181 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove stray DOS linebreaks.diego2005-08-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid short forms and libavcodec should not the that much singled outgpoirier2005-08-051-19/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16179 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.72gabrov2005-08-051-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16178 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.87gabrov2005-08-051-13/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Demuxer modularizationrtognimp2005-08-0542-1328/+1424
| | | | | | | Demuxer selection by name with -demuxer command (bakward compatible) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16176 b3059339-0415-0410-9bf9-f77b7e298cf2
* add the liba52 amd64 changes in a separate diff fileaurel2005-08-051-0/+2189
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16175 b3059339-0415-0410-9bf9-f77b7e298cf2
* liba52 asm optimizations ported to amd64aurel2005-08-055-608/+624
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missed one uint32_t declaration.ivo2005-08-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-0546-261/+261
| | | | | | | | return values can be negative (VO_ERROR, VO_NOTAVAIL and VO_NOTIMPL), so it's changed to int now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16172 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavutidiego2005-08-011-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16171 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavutil is now part of MPlayer.diego2005-08-011-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16170 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavutil compile fix (working also with old libavcodec)reimar2005-08-012-3/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16169 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to beastd due to new libavutil introductiongpoirier2005-08-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16168 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavutil is now needed, too.reimar2005-08-011-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support new static libavcodec (depends on libavutil).al2005-08-016-8/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support more MythTV nuv files, based on Gentoo portage patchreimar2005-08-012-10/+170
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support more MythTV nuv filesreimar2005-08-012-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16164 b3059339-0415-0410-9bf9-f77b7e298cf2
* set i_bps in demux_audio for WAV and MP3 to avoid division by zero beforereimar2005-08-014-15/+39
| | | | | | | decoder sets it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to 1.055 - last commit contains also update ;-(danny2005-08-011-9/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Man page cleanup and corrections - patch by Paul TT <paultt - at - ↵danny2005-08-011-1287/+1377
| | | | | | hackerjournal - dot - it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16161 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>danny2005-08-011-3/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1058gpoirier2005-08-011-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )gpoirier2005-07-311-11/+6
| | | | | | | Patch by Jeff Clagg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Needs the previous mpi (pmpi), so request a readable one and requestreimar2005-07-311-1/+2
| | | | | | | the following filters not to modify it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16157 b3059339-0415-0410-9bf9-f77b7e298cf2
* vBlur reads from dmpi, so request a readable onereimar2005-07-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16156 b3059339-0415-0410-9bf9-f77b7e298cf2
* when threshold != 0 the dest image must be readablereimar2005-07-311-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16155 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar and possible clarity fix on -cache-seek-minwanderer2005-07-311-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16154 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused cache-prefill and create cache-seek-min that controls when ↵iive2005-07-317-16/+19
| | | | | | seek_long is prefered over waiting for cache to fill git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16153 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor grammatical fixeswanderer2005-07-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16152 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix detection of iconv implementations which require libdlaurel2005-07-301-51/+54
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16151 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, incorrect usage of le2me_*reimar2005-07-292-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16150 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.67gabrov2005-07-291-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16149 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.22gabrov2005-07-291-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16148 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.178 and fixed typosgabrov2005-07-291-13/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16147 b3059339-0415-0410-9bf9-f77b7e298cf2
* exit kiosk mode and show mouse cursor in uninitnplourde2005-07-281-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16146 b3059339-0415-0410-9bf9-f77b7e298cf2
* properly release windownplourde2005-07-281-2/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync wirh 1.1055gpoirier2005-07-281-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16144 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed ugly cellphone jargon shortnicodvb2005-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Little fixeswight2005-07-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16142 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset estimation also on too negative diffreimar2005-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16141 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>diego2005-07-281-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16140 b3059339-0415-0410-9bf9-f77b7e298cf2
* If scaleh == 1 our destination image must be readablereimar2005-07-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16139 b3059339-0415-0410-9bf9-f77b7e298cf2
* we do not read from dmpi, so it doesn't have to be readablereimar2005-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16138 b3059339-0415-0410-9bf9-f77b7e298cf2
* deghost_plane also reads from destination, so request readable bufferreimar2005-07-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully finally fix the last commitreimar2005-07-281-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16136 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavf demuxer with raw PCM fix (and a related hang)reimar2005-07-282-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16135 b3059339-0415-0410-9bf9-f77b7e298cf2
* unusedalex2005-07-281-57/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16134 b3059339-0415-0410-9bf9-f77b7e298cf2
* require some up to date codecs.confalex2005-07-282-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16133 b3059339-0415-0410-9bf9-f77b7e298cf2
* some preliminary entries about nut and matroskaalex2005-07-281-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16132 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1054gpoirier2005-07-281-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16131 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1053gpoirier2005-07-281-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16130 b3059339-0415-0410-9bf9-f77b7e298cf2
* File list like in termoralex2005-07-281-0/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16129 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>diego2005-07-281-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16128 b3059339-0415-0410-9bf9-f77b7e298cf2
* no sense anymorealex2005-07-281-43/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix crash with large imagesreimar2005-07-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16126 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sometimes you have to manually add scale at the end of the filter chain :-(reimar2005-07-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16125 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spelling/consistencydiego2005-07-281-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16124 b3059339-0415-0410-9bf9-f77b7e298cf2
* gmplayer + arts == bad!reimar2005-07-282-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
* Amiga port from www.amigasoft.netdiego2005-07-281-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16122 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention the MPlayer-translations mailing list and explain the differencediego2005-07-281-4/+7
| | | | | | | | to MPlayer-DOCS. based on a patch by Paul TT < paultt- at - hackerjournal - dot - it > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16121 b3059339-0415-0410-9bf9-f77b7e298cf2
* msrle in Quicktime FOURCCreimar2005-07-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16120 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL needs _ld_dl to get extension functionsreimar2005-07-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16119 b3059339-0415-0410-9bf9-f77b7e298cf2
* More helper functions/defines and bugfixesreimar2005-07-273-65/+153
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16118 b3059339-0415-0410-9bf9-f77b7e298cf2
* Italian help file charsetdiego2005-07-271-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16117 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing license headeralex2005-07-271-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16116 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unneeded vgagliive2005-07-261-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16115 b3059339-0415-0410-9bf9-f77b7e298cf2
* catch failed buffer allocationreimar2005-07-261-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16114 b3059339-0415-0410-9bf9-f77b7e298cf2
* strncasecmp is not necessary and e.g. strncasecmp(prot, "mms", 3) willreimar2005-07-261-4/+4
| | | | | | | | also match e.g. mmshttp! Thanks to Ian Remmler for noticing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use dlsym to get glXGetProcAddress, only way to (hopefully) make itreimar2005-07-261-6/+27
| | | | | | | compile everywhere since the gl/glx headers are such a mess... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16112 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.1052: pp7 video filter descriptiongpoirier2005-07-261-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16111 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL fixes for windows and vo_gl.c ported to windows.reimar2005-07-265-4/+48
| |