aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Change WAV header updating in ao_pcm to allow to up to almost 4GB size.Gravatar reimar2010-05-21
| | | | | | | Patch by Rob McMullen [robm users sourceforge net] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31189 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with en/mplayer.1 rev. 31173Gravatar jrash2010-05-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation broken by FFmpeg-r23201 that changed the api of error logging.Gravatar iive2010-05-20
| | | | | | | | | Also fix evaluation after FFmpeg-r23149 "change order of parameters". Let the filters fail if evaluation can't be done. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31187 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsGravatar stefano2010-05-19
| | | | | | vertical alignment. Improve readability. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove PI definition and use M_PI instead.Gravatar stefano2010-05-19
| | | | | | M_PI is defined by the included file libavutil/mathematics.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31185 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not return pointer to on-stack memory.Gravatar reimar2010-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31184 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix return value (it was missing completely).Gravatar reimar2010-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle -wid Window being closed for direct3d and gl vos on Windows.Gravatar reimar2010-05-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31182 b3059339-0415-0410-9bf9-f77b7e298cf2
* 13% faster yuv420 to rgb15 mmx.Gravatar lorenm2010-05-19
| | | | | | | It is now faster than the old gpl version on conroe. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31181 b3059339-0415-0410-9bf9-f77b7e298cf2
* 40% faster yuv420 to rgb24 mmx.Gravatar lorenm2010-05-19
| | | | | | | It is now faster than the old gpl version on conroe. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quit MPlayer if we receive a DestroyNotify event.Gravatar reimar2010-05-14
| | | | | | | | This in particular avoids MPlayer continuing to play when a frontend using -wid crashed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31179 b3059339-0415-0410-9bf9-f77b7e298cf2
* vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled.Gravatar diego2010-05-14
| | | | | | | This fixes compilation with vo_zr enabled and MEncoder disabled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB.Gravatar diego2010-05-14
| | | | | | | OpenCORE AMR-WB only has a decoder, no encoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for termios.h before sys/termios.h.Gravatar diego2010-05-14
| | | | | | | The former location is the more current and standard variant. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable libavcodecs new MPEG-1 Audio float decoder.Gravatar cehoyos2010-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31175 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after r31173.Gravatar cehoyos2010-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31174 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove vf_yuy2, functionality is replaced by -vf format=yuv2Gravatar siretart2010-05-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31173 b3059339-0415-0410-9bf9-f77b7e298cf2
* Silence a gcc warning about char trying to be packed.Gravatar cehoyos2010-05-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31172 b3059339-0415-0410-9bf9-f77b7e298cf2
* move 'dvdsublang... moviename en,eng,' message to debug level.Gravatar compn2010-05-13
| | | | | | | | | change 'dvdsublang' to 'potential sub', subtitles werent always dvd related. also change output to only output selected subtitle. patch by ubitux at gmail. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r31153. It failed to build on:Gravatar ramiro2010-05-12
| | | | | | | | | | | | x86_64 / Mac OS X gcc 4.0.1 x86_64 / Linux icc (all) x86_64 / Linux gcc 4.0.4 x86_64 / OpenBSD gcc 3.3.5 x86_64 / Linux suncc 5.10 and there are some reports of crashes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31170 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention removal of internal liba52 copy in Changelog.Gravatar diego2010-05-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31169 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Use the directory part of the stylesheet path to create a directory.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31168 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Invoke all shell scripts during XML documentation build directly.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create output directory when copying stylesheet.Gravatar diego2010-05-11
| | | | | | | This eliminates one rule and simplifies dependencies. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Merge both XML documentation README files into one.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31165 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not run xmllint prior to building the XML documentation.Gravatar diego2010-05-11
| | | | | | | | xmllint is just a convenient way to check for syntax errors; it is not a requirement to build the documentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31164 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML docs: Make xmllint-* targets a dependency of html-chunked-*/html-single-*.Gravatar diego2010-05-11
| | | | | | | | | | Since the xmllint-* targets are phony, they should never be a dependency of real targets, so make them a dependency of the phony html-chunked-* / html-single-* targets instead. This is just as correct, but now the docs are regenerated when dependencies change and not with every make invocation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only mark targets whose names end in "clean" as phony.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31162 b3059339-0415-0410-9bf9-f77b7e298cf2
* docs: Update documentation to account for recent build system changes.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31161 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make XML documentation build process nonrecursive.Gravatar diego2010-05-11
| | | | | | | This greatly simplifies the documentation build process and the Makefiles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of pointless variable indirection for XSL stylesheets.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31159 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss is now synced to a recent upstream Subversion snapshot.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31158 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss: Fix potential format string crash; check RPC status on disc access.Gravatar diego2010-05-11
| | | | | | | This merges upstream revisions 223 and 224 + 225. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31157 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss: OS/2 support; this merges upstream revisions 220 and 229.Gravatar diego2010-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31156 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdvdcss: cosmetics: Fix FSF address and program name in license headers.Gravatar diego2010-05-11
| | | | | | | This merges upstream revisions 219 and 221. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation with --disable-fastmemcpy on x86Gravatar astrange2010-05-11
| | | | | | | | The inverse of a && b isn't !a && !b. Regression in r30728. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use int instead of long to pass width parameters in non-public functions.Gravatar ramiro2010-05-11
| | | | | | | long was being incorrectly used as an x86-sized register, both for 32 and 64 bits, but this is not the case in win64. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass a language variable to submakes instead of reading subdirectory Makefiles.Gravatar diego2010-05-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to rectangle=1 on Mesa DRI R200 drivers, much faster and less buggy.Gravatar reimar2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor code cleanup.Gravatar reimar2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31150 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv=5 supports brightness and contrast adjustment.Gravatar reimar2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31149 b3059339-0415-0410-9bf9-f77b7e298cf2
* add FLV4 fourcc to vp6Gravatar compn2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove internal liba52 copy.Gravatar diego2010-05-09
| | | | | | | Nowadays FFmpeg is faster than liba52 and external liba52 is well supported. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the system liba52 headers when internal liba52 is disabled, fixes:Gravatar diego2010-05-09
| | | | | | | libmpdemux/muxer_mpeg.c:2121: warning: implicit declaration of function 'a52_syncinfo' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31146 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Drop leading underscore from some commonly-used variable names.Gravatar diego2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle Y8/Y800 formats more similar to other YUV formats.Gravatar reimar2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle chroma texture size becoming 0, e.g. due to bad rounding.Gravatar reimar2010-05-09
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31143 b3059339-0415-0410-9bf9-f77b7e298cf2
* blackfin: fix yuv422 to yuv420 conversionGravatar mru2010-05-07
| | | | | | | | The old code is correct only when stride = 2*width. Patch by Ronaldo Moura <ronaldo d moura monity com br> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31142 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove references to some long-removed files.Gravatar diego2010-05-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31141 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove seemingly misplaced and commented-out liba52 #include.Gravatar diego2010-05-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31140 b3059339-0415-0410-9bf9-f77b7e298cf2