summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SVN switch: get version date from .svn subdir instead of CVS/Entriesrtogni2006-06-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential integer overflows in memory allocation.rtogni2006-06-0422-46/+86
| | | | | | | Patch by Rich and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18559 b3059339-0415-0410-9bf9-f77b7e298cf2
* libpostproc is not a subdirectory of libavcodec anymore.diego2006-06-023-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18558 b3059339-0415-0410-9bf9-f77b7e298cf2
* svn:externals definitions for required FFmpeg libraries.diego2006-06-020-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove now obsolete .cvsignore files.diego2006-06-0243-114/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18556 b3059339-0415-0410-9bf9-f77b7e298cf2
* metadata supportmichael2006-05-301-1/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove dead code, and do close smem file descriptor during un-initpoirierg2006-05-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18554 b3059339-0415-0410-9bf9-f77b7e298cf2
* On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < ↵poirierg2006-05-312-1/+5
| | | | | | zuxy P meng A gmail P com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18553 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL fixpoirierg2006-05-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18552 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use 0 and 1 instead of FRIBIDI_FALSE and FRIBIDI_TRUE which are nouau2006-05-181-2/+2
| | | | | | | | | | longer defined in the current development version of FriBidi. This reportedly allows compiling MPlayer with the development version which is needed for Arabic support (some used functions are marked as deprecated though). Should be safe with older FriBidi versions. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18551 b3059339-0415-0410-9bf9-f77b7e298cf2
* psm longer than 1018 bytes is not allowed, thus invalidnicodvb2006-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18550 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.87gabrov2006-05-181-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18549 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesgabrov2006-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18548 b3059339-0415-0410-9bf9-f77b7e298cf2
* increased sync tag (1.16) after URL updategabrov2006-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18547 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.53gabrov2006-05-181-6/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18546 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesgabrov2006-05-181-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18545 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync, patch by Gilles Pelletier < pellgill AH gmail POIS com >gpoirier2006-05-181-81/+811
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18544 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mp_msg instead of printfivo2006-05-181-9/+10
| | | | | | | messages have to be moved to help_mp-en.h later git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18543 b3059339-0415-0410-9bf9-f77b7e298cf2
* include sys/io.h instead of asm/io.h so iopl() gets declared tooivo2006-05-181-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18542 b3059339-0415-0410-9bf9-f77b7e298cf2
* only include sys/mman.h if HAVE_SYS_MMAN_H is definedivo2006-05-181-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18541 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention new mphelp_check.py script.diego2006-05-171-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Retrieve CPU built-in namestring, and if it exists, print it during cpu ↵gpoirier2006-05-172-5/+26
| | | | | | detection; t it doesn't exist, fallback to the cpu table. Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18539 b3059339-0415-0410-9bf9-f77b7e298cf2
* S3 virge on fbdev is -vo s3fbgpoirier2006-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18538 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention new driver which does back end scaling on S3 Virge chips in ↵gpoirier2006-05-171-0/+1
| | | | | | combination with fbdev. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add YUY2 and back end scaling on S3 Virge chips in combination with fbdev.gpoirier2006-05-175-0/+545
| | | | | | | Patch by Mark Sanderson < mmp AH kiora POIS ath POIS cx> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18536 b3059339-0415-0410-9bf9-f77b7e298cf2
* x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.gpoirier2006-05-171-1/+9
| | | | | | | Patch by Zuxy Meng git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18535 b3059339-0415-0410-9bf9-f77b7e298cf2
* also set guiIntfStruct.sh_video to NULL for guiSetDefaults.reimar2006-05-171-0/+1
| | | | | | | Avoids a crash at end of playback for skins using $C. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18534 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l: Really accept both one and two dashes.diego2006-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18533 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add mphelp_check.py.diego2006-05-171-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18532 b3059339-0415-0410-9bf9-f77b7e298cf2
* Accept --missing as well as -missing, print less newlines.diego2006-05-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18531 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix reversed order of argumentsattila2006-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some errors revealed by Uoti's help file checker.diego2006-05-176-13/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18529 b3059339-0415-0410-9bf9-f77b7e298cf2
* Smacker, typodiego2006-05-171-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add FFmpeg Smacker audio and video.diego2006-05-171-0/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18527 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix extras and malformed translation messages, check done with uau's brand ↵reynaldo2006-05-177-43/+7
| | | | | | new TOOLS/ script, PART 3 of 3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18526 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix extras and malformed translation messages, check done with uau's brand ↵reynaldo2006-05-178-58/+17
| | | | | | new TOOLS/ script, PART 2 of 3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18525 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix extras and maformed translation messages, check done with uau's brand ↵reynaldo2006-05-176-55/+15
| | | | | | new TOOLS/ script, PART 1 of 3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add tool to check MPlayer translation files for conflicting argumentsuau2006-05-161-0/+66
| | | | | | | and extra/missing translation strings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18523 b3059339-0415-0410-9bf9-f77b7e298cf2
* version bump (we are in sync with 1.16)kraymer2006-05-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18522 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL fixgpoirier2006-05-158-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18521 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with 1.1289gpoirier2006-05-151-1/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18520 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Reynaldo Verdejo H. Pinochet: next release is pre8, not pre6 ;-)gpoirier2006-05-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18519 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix build on macintel, patch by Zuxy Menggpoirier2006-05-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18518 b3059339-0415-0410-9bf9-f77b7e298cf2
* document more codecs supported by vfw interface.gpoirier2006-05-151-1/+16
| | | | | | | | Patch by compn < tempn A twmi P rr P com >, with a small modification by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add AACP fourcc for AACPlus in nsv streamsrtognimp2006-05-151-0/+1
| | | | | | | Patch by Compn git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18516 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2006-05-141-1/+1
| | | | | | | subreader.c:1333: warning: assignment discards qualifiers from pointer target type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2006-05-143-4/+4
| | | | | | | | frequencies.c:1168: warning: initialization discards qualifiers from pointer target type dvbin.c:843: warning: assignment from incompatible pointer type git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18514 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2006-05-141-2/+2
| | | | | | | | | ad_hwac3.c:115: warning: initialization from incompatible pointer type This should've been done during liba52 update. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18513 b3059339-0415-0410-9bf9-f77b7e298cf2
* Various improvement, fix build on AMD-64 and iccgpoirier2006-05-141-34/+70
| | | | | | | | | Original Thred: Date: Apr 25, 2006 2:23 PM Subject: Re: [MPlayer-dev-eng] Re: [PATCH] Various improvement in TOOLS/cpuinfo.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18512 b3059339-0415-0410-9bf9-f77b7e298cf2
* explains why current players do not deinterlace to full fieldrate, original ↵gpoirier2006-05-141-2/+6
| | | | | | patch by Jerome Ferrari, reworked by Diego and myself. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18511 b3059339-0415-0410-9bf9-f77b7e298cf2
* do aspect correction of video size before calculating vo_dx and vo_dy.reimar2006-05-143-4/+3
| | | | | | | fixes misplaced video e.g. with -aspect 0.3 (window is not centered but near left border) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18510 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixes: Extenstion -> extensionreimar2006-05-141-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18509 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix parsing of vobsub private data, patch by Evgeniy Stepanov <eugeni P ↵gpoirier2006-05-141-0/+1
| | | | | | | | | | | stepanov A gmail P com> Original thread: Date: May 14, 2006 12:28 AM Subject: [MPlayer-dev-eng] [BUG][PATCH] parsing of vobsub private data in mkv probably broken git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18508 b3059339-0415-0410-9bf9-f77b7e298cf2
* add section "Choisir le codec video", patch by Jerome Ferrari <jerome PPP ↵gpoirier2006-05-141-0/+123
| | | | | | ferrari AA lappis PP com> + random fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18507 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some potential integer overflow in memory allocation (mot of thesertognimp2006-05-142-7/+12
| | | | | | | were probably safe or disabled anyway) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18506 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't just check for the existence of xmmintrin.h, also verify it will compile.diego2006-05-141-1/+1
| | | | | | | patch by Zuxy Meng zuxy[[.]]meng[[@]]gmail[[.]]com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18505 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add checks for 3DNow! and SSE compiler intrinsics to be used with FFmpeg.diego2006-05-141-0/+39
| | | | | | | based on patch by Zuxy Meng zuxy(.)meng(@)gmail(.)com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18504 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use egrep together with extended regular expressions for greater portability.diego2006-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18503 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.diego2006-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18502 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only set the default output filename when it was not passed on the commanddiego2006-05-141-3/+4
| | | | | | | line. Noticed by Corey Hickey. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18501 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.256 (revert in English version)gabrov2006-05-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18500 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.1289gabrov2006-05-141-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reverting changes done with my previous commit, capizalitation or lack of ↵reynaldo2006-05-141-63/+63
| | | | | | capitalization of affected senteces where done in purpose git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18498 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove stray ')'reimar2006-05-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18497 b3059339-0415-0410-9bf9-f77b7e298cf2
* show OpenGL extension string with -v, very helpful for debuggingreimar2006-05-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18496 b3059339-0415-0410-9bf9-f77b7e298cf2
* glBindTexture might be called glBindTextureEXT as wellreimar2006-05-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18495 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar fix for 'Syntax'kraymer2006-05-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18494 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1289: support lavc mv0_thresholdkraymer2006-05-131-2/+30
| | | | | | | | | | 1.1288: Rework the karaoke audio filter section. 1.1287: New karaoke af 1.1286: roff syntax fix 1.1285: like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18493 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing argument for mp_msg, fixes:rathann2006-05-131-1/+1
| | | | | | | demux_mov.c:1159: warning: too few arguments for format git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18492 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix:rathann2006-05-131-0/+1
| | | | | | | | ao_polyp.c:74: warning: implicit declaration of function ‘strcspn’ ao_polyp.c:79: warning: implicit declaration of function ‘strncpy’ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18491 b3059339-0415-0410-9bf9-f77b7e298cf2
* support lavc mv0_thresholdcorey2006-05-132-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18490 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move setting the output filename after the suboption parsing, otherwise itdiego2006-05-131-2/+4
| | | | | | | cannot take the suboptions that were set into account. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18489 b3059339-0415-0410-9bf9-f77b7e298cf2
* add check for a working iconv program and point to workaround if not foundreimar2006-05-131-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18488 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extra return.rathann2006-05-131-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18487 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify condition, since both time and time_last are unsigned.rathann2006-05-131-2/+1
| | | | | | | Patch by Rich Felker. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18486 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make return type consistent with usage. Patch by Pierre Lombard.rathann2006-05-131-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18485 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make depend targets consistent: Remove redirection through .depend target.diego