summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync to help_mp-en.h v1.107rtognimp2003-08-311-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10746 b3059339-0415-0410-9bf9-f77b7e298cf2
* nv21 supportalex2003-08-311-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10745 b3059339-0415-0410-9bf9-f77b7e298cf2
* * Add multi device support.attila2003-08-311-557/+650
| | | | | | | | | | | | | | | | | | | | | | | | | | For the moment up to 16 cards are supported. More can be added easily by changing 2 defines. This makes 90% of the patch (mostly stupid s/$var/card->$var/) The different devices can be accessed by different minor numbers (0-15): mknod /dev/mga_vid0 c 178 0 mknod /dev/mga_vid1 c 178 1 mknod /dev/mga_vid2 c 178 2 mknod /dev/mga_vid3 c 178 3 ... ln -s mga_vid /dev/mga_vid * Change the devfs code to let the kernel assign us a major and a minor number (what is the sense behind using devfs anyways if we dont do that ?) Subdevices for the different cards are created. mga_vid uses the first card (for compatibility) * Fix a possible error when mmap() is called before the card is configured by a ioctl(). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10744 b3059339-0415-0410-9bf9-f77b7e298cf2
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-314-5/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10743 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l, mmx code was not being used because of missing config.h, andrfelker2003-08-311-13/+11
| | | | | | | the mmx code was broken too! :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10742 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-08-311-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10741 b3059339-0415-0410-9bf9-f77b7e298cf2
* FTP supportgabucino2003-08-311-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10740 b3059339-0415-0410-9bf9-f77b7e298cf2
* tweaks and cleanuprfelker2003-08-313-9/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10739 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lrfelker2003-08-311-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle mp_msg like printf so compiler can report if missing/too much ↵alex2003-08-311-2/+2
| | | | | | arguments or other errors happen. GCC only git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10737 b3059339-0415-0410-9bf9-f77b7e298cf2
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-316-15/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10736 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove exit_player and exit referencesalex2003-08-313-13/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10735 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing en/ added to DOCS path.diego2003-08-313-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10734 b3059339-0415-0410-9bf9-f77b7e298cf2
* some WIPalex2003-08-311-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10733 b3059339-0415-0410-9bf9-f77b7e298cf2
* -noautoexpand documented.diego2003-08-311-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10732 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix 10l (computation based on uninitialized data which led torfelker2003-08-311-9/+23
| | | | | | | | | incorrect field matching) and greatly improve selection logic. the pullup core should be very accurate now, so try throwing tough samples at it and report any failures! :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10731 b3059339-0415-0410-9bf9-f77b7e298cf2
* while we are at it: geometry support for xmgaattila2003-08-312-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10730 b3059339-0415-0410-9bf9-f77b7e298cf2
* geometry support for x11attila2003-08-312-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10729 b3059339-0415-0410-9bf9-f77b7e298cf2
* ffmpeg1/2arpi2003-08-301-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10728 b3059339-0415-0410-9bf9-f77b7e298cf2
* use internal (included) libfaad2arpi2003-08-303-16/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10727 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad2 v2.0rc1 importedarpi2003-08-3096-0/+42879
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync.lumag2003-08-301-12/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10725 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch by Joey Parrish <joey@nicewarrior.org>:arpi2003-08-301-58/+205
| | | | | | | | - updated from libdvdread 0.9.4 and removed udf caching (fixes mpdvdkit on cygwin) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10724 b3059339-0415-0410-9bf9-f77b7e298cf2
* On2 VP4 personal codec support via binary vfw dll vp4vfw.dllrtognimp2003-08-301-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10723 b3059339-0415-0410-9bf9-f77b7e298cf2
* __CYGWIN__->SYS_CYGWIN define moved to the right placearpi2003-08-302-4/+4
| | | | | | | (cut from Joey's dvdkit2 update patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10722 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use ourarpi2003-08-304-60/+75
| | | | | | | get_path() instead). anyway it's mostly cosmetics only. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10721 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l and I imho this would win 'The Bug/Typo of the Year' awardalex2003-08-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10720 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lalex2003-08-295-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10^1337 litres (now, that's an inflation)alex2003-08-291-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10718 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-08-291-2/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10717 b3059339-0415-0410-9bf9-f77b7e298cf2
* Proper demuxer number for the MPEG4-in-TS demuxer. Patch by Nico ↵mosu2003-08-291-2/+6
| | | | | | <nsabbi@libero.it>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10716 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10liive2003-08-281-13/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10715 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l fix for paletted 8bpp files, I committed an old versionrtognimp2003-08-281-12/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quicktime 8BPS decoderrtognimp2003-08-284-1/+246
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10713 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for Theora files without audio. Patch by David Kuehling <dvdkhlng@gmx.de>.mosu2003-08-281-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated highest demuxer number.mosu2003-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10711 b3059339-0415-0410-9bf9-f77b7e298cf2
* printing fps with 3 dec digit instead of 2arpi2003-08-272-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10710 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch fixes:alex2003-08-272-5/+48
| | | | | | | | | | | 1) if channels (in the list) are invalid excludes them 2) on encrypted/unreadable channels mplayer goes to the next/previous 3) when changing channel uninit all components but stream and input. Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10709 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvb channel changing vs input system (lirc) fix by David Kuehling ↵alex2003-08-271-2/+2
| | | | | | <dvdkhlng@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some ":" in the track output for easier cut&paste.mosu2003-08-271-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10707 b3059339-0415-0410-9bf9-f77b7e298cf2
* Track selection uses the n-th audio/subtitle/video track as the ID, not the ↵mosu2003-08-271-9/+40
| | | | | | n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10706 b3059339-0415-0410-9bf9-f77b7e298cf2
* a/v sync cleanupshenry2003-08-271-12/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10705 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l and a few spelling fixesdiego2003-08-261-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10704 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10ldiego2003-08-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10703 b3059339-0415-0410-9bf9-f77b7e298cf2
* libfaad installation instructionsdiego2003-08-262-2/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10702 b3059339-0415-0410-9bf9-f77b7e298cf2
* -nuvopts documentation by Albeudiego2003-08-261-1/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10701 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpeg2michael2003-08-251-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10700 b3059339-0415-0410-9bf9-f77b7e298cf2
* OSD support, optinal queue, optional use of sleep(), and benchmark modeiive2003-08-252-140/+713
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10699 b3059339-0415-0410-9bf9-f77b7e298cf2
* added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such ↵alex2003-08-251-1/+4
| | | | | | nonsense (tv,mf,vcd) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10698 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000l. The vcd api changed and nobody updated the gui..alex2003-08-251-2/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commit alex's fstype patch x11_common.c3.diff with additional manpage extension.attila2003-08-252-16/+101
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the bug found by Martin Wulffeldalbeu2003-08-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10695 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-08-251-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for case insensitive string matching in SAMI subtitle files. Patch ↵mosu2003-08-251-4/+18
| | | | | | by Bruno Lecointre. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10693 b3059339-0415-0410-9bf9-f77b7e298cf2
* fabs needs math.hranma2003-08-251-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10692 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add P4 Northwood. (Roman Shiryaev <mih_val@mail.ru>; See ↵ranma2003-08-251-2/+1
| | | | | | <200308250434.38516.mih_val@mail.ru> in mplayer-users) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10691 b3059339-0415-0410-9bf9-f77b7e298cf2
* TGA image output VO modulearpi2003-08-243-1/+267
| | | | | | | patch by Daniele Forghieri ( guru@digitalfantasy.it ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10690 b3059339-0415-0410-9bf9-f77b7e298cf2
* - re-added the old and (no more used) option -tsfastparse with aarpi2003-08-242-4/+15
| | | | | | | | | | CONF_TYPE_PRINT - option -tsprog <number> to specify the chosen program (-vid and -aid still override the single stream pids) patch by Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10689 b3059339-0415-0410-9bf9-f77b7e298cf2
* - initial support for MPEG4 in TS (M4V is working, but not AAC yet)arpi2003-08-243-4/+28
| | | | | | | patch by Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10688 b3059339-0415-0410-9bf9-f77b7e298cf2
* - seek() is always synchronized to keyframes, so the decoders don'tarpi2003-08-241-160/+981
| | | | | | | | | | | | | | | | | crash anymore; successfully tested with libmpeg2 and ffmpeg12 - support for tables PAT and PMT, used the associate pids to program and to play the right streams - option -tsprog <number> to specify the chosen program (-vid and -aid still override the single stream pids) - initial support for MPEG4 in TS (M4V is working, but not AAC yet) - defragmenting mechanism (without buffering, so it has 0 added cost) to improve the playback of high bitrate movies - refers to demux_mpg_control() to get length and percentage position in the stream patch by Nico <nsabbi@libero.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10687 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for linked seek heads, multiple seek heads, multiple cues.mosu2003-08-241-94/+129
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10686 b3059339-0415-0410-9bf9-f77b7e298cf2
* Re-added block duration parsing, needed for subtitles. Got lost in the last ↵mosu2003-08-231-0/+3
| | | | | | update. Patch by Bruno Lecointre. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10685 b3059339-0415-0410-9bf9-f77b7e298cf2
* codecs.conf is obsolete.diego2003-08-2224-24/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10684 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncdiego2003-08-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10683 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10larpi2003-08-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10682 b3059339-0415-0410-9bf9-f77b7e298cf2
* New spanish DOC file :)nauj272003-08-201-0/+491
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Parenthesis mistakenauj272003-08-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stray English line removed.diego2003-08-201-1/+0
| | | | | | | Patch by Fabian Franz <FabianFranz@gmx.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10679 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing options in spanish versionnauj272003-08-201-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10678 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-08-201-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10677 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic fixesgabucino2003-08-201-81/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10676 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-08-203-66/+118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10675 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-08-202-93/+110
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10674 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-08-203-83/+231
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10673 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixgabucino2003-08-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10672 b3059339-0415-0410-9bf9-f77b7e298cf2
* no need to document -flip_hebrew and -noflip_hebrew, alphabetical order.diego2003-08-191-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10671 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-08-191-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10670 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l forgot to add nuv to the help messagealbeu2003-08-191-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10669 b3059339-0415-0410-9bf9-f77b7e298cf2
* FriBiDi control flagsgabucino2003-08-191-0/+10
| | | | | | | Patch by Raindel Shachar <raindel@techunix.technion.ac.il> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10668 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnauj272003-08-181-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10667 b3059339-0415-0410-9bf9-f77b7e298cf2
* document vf_pullup (vaguely at least)rfelker2003-08-18<