summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn changes up to r28341Uoti Urpala2009-01-1974-555/+650
|\ | | | | | | | | | | Conflicts: configure libmpcodecs/native/rtjpegn.c
| * fix device_id option after r28165gpoirier2009-01-182-8/+8
| | | | | | | | | | | | | | | | | | | | patch by Adrian Stutz %adrian A sttz P ch% Original thread: date Fri, Jan 9, 2009 at 4:03 PM subject [MPlayer-dev-eng] [PATCH] vo_macosx: fix device_id option after r28165 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28341 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Reduce QuickTime binary decoder verbosity.diego2009-01-171-2/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28340 b3059339-0415-0410-9bf9-f77b7e298cf2
| * MPlayer only supports latest libavutil.cehoyos2009-01-171-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28339 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix compilation: s/ff_gcd/av_gcd.cehoyos2009-01-172-3/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28338 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 100l, forgot to delete two defines left over from old HAVE_MMX handling code.reimar2009-01-161-2/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28337 b3059339-0415-0410-9bf9-f77b7e298cf2
| * fix compilation without VDPAU decodersgpoirier2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28336 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add mimic in avi fourcc LM20 to ffmimiccompn2009-01-161-0/+17
| | | | | | | | | | | | | | | | MidiVid3 binary decoder for MV30 Telegeny binary decoder for VDTZ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28335 b3059339-0415-0410-9bf9-f77b7e298cf2
| * revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331gpoirier2009-01-164-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28334 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Completely get rid of MMX define, use HAVE_MMX define instead.gpoirier2009-01-161-28/+25
| | | | | | | | | | | | | | Patch by Guillaume LECERF % foxcore A gmail P com % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28333 b3059339-0415-0410-9bf9-f77b7e298cf2
| * fix wrong #ifdef/#ifndef -> #if conversion in r28323gpoirier2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28332 b3059339-0415-0410-9bf9-f77b7e298cf2
| * fix compilation on non x86 machines (PPC here)gpoirier2009-01-165-27/+27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28331 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix a wrongly converted !defined(ARCH_X86_64)reimar2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28330 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.reimar2009-01-161-1/+1
| | | | | | | | | | | | | | Fixes stuttering audio when playing audio-only files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28329 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Another missed #ifdef HAVE_MMXreimar2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28328 b3059339-0415-0410-9bf9-f77b7e298cf2
| * More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-164-11/+11
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28327 b3059339-0415-0410-9bf9-f77b7e298cf2
| * More #ifdef -> #if fixesreimar2009-01-164-19/+19
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28326 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-1646-215/+271
| | | | | | | | | | | | | | | | and #ifdef HAVE_MMX etc -> #if HAVE_MMX. There might be still more that need to be fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28325 b3059339-0415-0410-9bf9-f77b7e298cf2
| * More #ifdef -> #ifreimar2009-01-162-14/+14
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28324 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.reimar2009-01-162-23/+23
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28323 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willcehoyos2009-01-161-0/+4
| | | | | | | | | | | | | | | | | | be used by MPlayer. Original patch by NVIDIA corporation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28322 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Disable upcoming MPEG_VDPAU_DECODER.cehoyos2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28321 b3059339-0415-0410-9bf9-f77b7e298cf2
| * one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail comdiego2009-01-161-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28320 b3059339-0415-0410-9bf9-f77b7e298cf2
| * sync w/r28279gpoirier2009-01-151-9/+31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28319 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of now unused FFmpeg ENABLE_ preprocessor directives.diego2009-01-151-17/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28318 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Sync with latest FFmpeg changes: #define disabled preprocessor directivesdiego2009-01-151-1/+2
| | | | | | | | | | | | | | used by FFmpeg to 0 instead of leaving them undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28317 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Treat mlib as a normal FFmpeg option, not a CPU extension.diego2009-01-151-3/+4
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28316 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Treat SH architecture like SH4 like in FFmpeg, the only place it is used.diego2009-01-151-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28315 b3059339-0415-0410-9bf9-f77b7e298cf2
| * SH4 is not a CPU extension mechanism.diego2009-01-151-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28314 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.diego2009-01-151-7/+12
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28313 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.diego2009-01-151-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28312 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Change semantic of CONFIG_*, HAVE_* and ARCH_*.aurel2009-01-148-186/+195
| | | | | | | | | | | | | | They are now always defined to either 0 or 1. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28311 b3059339-0415-0410-9bf9-f77b7e298cf2
* | configure: Make --enable-gui print an errorUoti Urpala2009-01-181-0/+5
| | | | | | | | | | | | Since compilation with GUI enabled will not succeed, make the configure option return an error immediately instead of triggering an obscure compiler error later.
* | Fix dvdnav call broken in pause changesUoti Urpala2009-01-151-1/+1
| |
* | Merge svn changes up to r28310Uoti Urpala2009-01-15198-17475/+2758
|\ \ | | | | | | | | | | | | | | | | | | | | | The libdvdread4 and libdvdnav directories, which are externals in the svn repository, are at least for now not included in any form. I added configure checks to automatically disable internal libdvdread and libdvdnav if the corresponding directories are not present; if they're added manually then things work the same as in svn.
| * | Revert OSD flicker fixes done better in another branchUoti Urpala2009-01-154-19/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert three commits from svn before merging other svn changes to another branch. That branch has better fixes for these issues and the commits would only cause conflicts. The reverted commits are: "Avoid flickering OSD with -vf yadif=1" commit 5904de25e3b78b78ca6ea81e18d436377d426a43 "Fix OSD flicker with tfields as well." commit 8385fa3dc62b51e3395c6206b0901f2e909b8f57 "Fix OSD flickering with filters that add frames (tfields, yadif) and" commit 17ea23ac7467a26aa0919deae506c15641c03afb
| * add SLMJ fourcc to ffmjpegcompn2009-01-131-0/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28310 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add binary codecs:compn2009-01-131-0/+32
| | | | | | | | | | | | | | | | | | | | Forward JPEG Video Codec (FRWD) Forward JPEG+Alpha Video Codec (FRWT) Forward Uncompressed Video Codec (FRWU) DideoNET SMV2 Codec (SMV2) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28309 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add nsvideo (NSVI) binary codec. works on uncommon samples listcompn2009-01-131-0/+8
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28308 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add yamaha adpcm ffmpeg codec, works on samplecompn2009-01-131-0/+7
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28307 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Update copyright year.diego2009-01-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28306 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Sync with latest FFmpeg changes: Check for the availability of truncf().diego2009-01-111-1/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28305 b3059339-0415-0410-9bf9-f77b7e298cf2
| * spelling/grammar/wording/whitespacediego2009-01-111-77/+79
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28304 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix d_width vs. d_height typo.diego2009-01-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28303 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.diego2009-01-111-6/+6
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28302 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove outdated comment.diego2009-01-111-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28301 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Move CPU byte order check to a more sensible place.diego2009-01-111-26/+28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28300 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Only check for YASM support on x86 systems.diego2009-01-111-0/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28299 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cosmetics: Move some checks to more logical places.diego2009-01-111-83/+87
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28298 b3059339-0415-0410-9bf9-f77b7e298cf2
| * removed remaining english wordptt2009-01-111-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28297 b3059339-0415-0410-9bf9-f77b7e298cf2
| * console output cosmeticsdiego2009-01-111-3/+3
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28296 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Only print "using XYZ" comment if XYZ has been set.diego2009-01-111-5/+5
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28295 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing const qualifier to mpctx_get_audio_out function declaration.diego2009-01-101-1/+1
| | | | | | | | | | | | | | | | This fixes the warning: mplayer.c:381: warning: return discards qualifiers from pointer target type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28294 b3059339-0415-0410-9bf9-f77b7e298cf2
| * synced with r28279Gabrov2009-01-101-6/+7
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28293 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Reindent for "if" added in internal dvdnav patchreimar2009-01-101-2/+2
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28292 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Support an "internal" dvdnav version to make it easier to compile with,reimar2009-01-102-2/+23
| | | | | | | | | | | | | | test and debug dvdnav SVN. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28291 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-103-11/+45
| | | | | | | | | | | | | | highlights at the correct position with the high-resolution OSD of -vo gl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28290 b3059339-0415-0410-9bf9-f77b7e298cf2
| * add vdowave acm codec for format 0xFFFCcompn2009-01-101-0/+7
| | | | | | | | | | | | | | works on http://videorenditions.com/media/babyfaceVDO.avi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28289 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Correct a few mistakes in the spanish translation.reynaldo2009-01-101-9/+9
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28288 b3059339-0415-0410-9bf9-f77b7e298cf2
| * TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.reynaldo2009-01-101-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28287 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Fix build: calc_drwXY was factorized into vo_calc_drwXY.diego2009-01-091-1/+1
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28286 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Factor calc_drwXY out of vo_xv and vo_xvmc.cehoyos2009-01-094-35/+22
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28285 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Consistently use tabs in svn:externalsreimar2009-01-090-0</