summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! ↵rathann2006-06-1514-2290/+1521
| | | | | | | | | gmail * com< part 1: functional changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reduce number of OpenGL state changes when drawing OSD by first drawing alpha.reimar2006-06-151-4/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not parse numbers as octal, strip leading zeroes instead.reimar2006-06-151-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18721 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support UTF8 in OSD textreimar2006-06-151-2/+31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18720 b3059339-0415-0410-9bf9-f77b7e298cf2
* Missing free for malloced char_seq in OSD codereimar2006-06-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18719 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix window position when changing videos while in fullscreen and forreimar2006-06-156-13/+15
| | | | | | | window managers that modify position on Map. Oked by Alexander Strasser. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18718 b3059339-0415-0410-9bf9-f77b7e298cf2
* reduced standard verbosity and changed output messages to more uniform ↵nicodvb2006-06-141-13/+13
| | | | | | descriptions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18717 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround: at every read update demux->movi_end with stream->end_pos; ↵nicodvb2006-06-141-0/+5
| | | | | | needed to show the progress bar when playing dvdnav streams git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18716 b3059339-0415-0410-9bf9-f77b7e298cf2
* restored support for dvdnav only in the stream layer; all other ↵nicodvb2006-06-147-112/+201
| | | | | | functionalities are disabled git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18715 b3059339-0415-0410-9bf9-f77b7e298cf2
* When playing an audio only file use audio time instead of video time touau2006-06-141-1/+2
| | | | | | | | set EDL mark. Fixes a NULL pointer dereference. Problem noticed by Robert Henney, robh A rut org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18714 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clean up audio pts handling, make audio pts tracking in the audio-onlyuau2006-06-1410-52/+66
| | | | | | | case work the same as with video. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18713 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved -vo gl:lscale documentationreimar2006-06-141-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18712 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change free_sh_audio() to take demuxer and stream id as parametersuau2006-06-145-11/+10
| | | | | | | | | | | | | | (same as new_sh_audio()) instead of sh_audio_t *, use those to remove the pointer from demuxer->a_streams[] before freeing it. Some demuxers use free_sh_audio() to undo the creation of an already-allocated audio stream in case of error. These uses were unsafe since free_sh_audio() freed the data structure but left the pointer in demuxer->a_streams[], leading to double free later in free_demuxer() (and perhaps use of the freed stream before that, I didn't check). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18711 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extern declaration for free_sh_audio() that is both unused anduau2006-06-141-2/+0
| | | | | | | | already present from stheader.h. (Would cause a compile error after my next change.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18710 b3059339-0415-0410-9bf9-f77b7e298cf2
* More CVS --> Subversion changesivo2006-06-141-52/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18709 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversionivo2006-06-141-14/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18708 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix problem when subtitle file name is shorter than ".utf-8"gpoirier2006-06-141-1/+1
| | | | | | | | | | Patch by Evgeniy Stepanov < eugeni P stepanov A gmail P com > Original thread: Date: May 23, 2006 10:57 PM Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18707 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix uninitialized pointer value being passed to open_stream, where it is ↵gpoirier2006-06-141-0/+1
| | | | | | | | | | | | used in comparison. Patch by Eugeniy Stepanov < eugeni P stepanov A gmail P com > Original Thread: Date: May 23, 2006 10:57 PM Subject: [MPlayer-dev-eng] [BUG][PATCH] uninitialized memory access in subreader.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18706 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml/hu/ports.xml synced with r18704Gabrov2006-06-141-11/+85
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18705 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unnecessary rsync exclude.diego2006-06-141-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18704 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2006-06-141-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18703 b3059339-0415-0410-9bf9-f77b7e298cf2
* formatting fixesdiego2006-06-141-22/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18702 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18697gpoirier2006-06-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18701 b3059339-0415-0410-9bf9-f77b7e298cf2
* r18697: scaler -> scale typo fixkraymer2006-06-131-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18700 b3059339-0415-0410-9bf9-f77b7e298cf2
* review of large parts of xml documentationkraymer2006-06-1311-448/+450
| | | | | | | based on patches by Kurt Lettmaier (k . lettmaier @at@ onlinehome.de) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18699 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document lscale/cscale in -vo gl:help messagereimar2006-06-131-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18698 b3059339-0415-0410-9bf9-f77b7e298cf2
* scaler -> scale typo fixreimar2006-06-131-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18697 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use border for bicubic filter helper texture, since it will cause ATIreimar2006-06-131-5/+5
| | | | | | | | | | cards to switch to software mode and be unusable. Double texture size to avoid this causing artefacts. Note: yuv=6 will not be changed, so it will stay unusable with ATI cards unless ATI starts supporting this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18696 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a condition as suggested by Rich.gpoirier2006-06-131-1/+1
| | | | | | | Although what was in the code was working in practice it was not formally correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18695 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsgpoirier2006-06-131-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by Ivo, and failure under non-root operation improved. ↵gpoirier2006-06-131-30/+46
| | | | | | Original patch by Mark Sanderson < mmp AH kiora P ath P cx > (reworked a bit to try to meet out commit policy). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18693 b3059339-0415-0410-9bf9-f77b7e298cf2
* audio stream switching in mpeg-tsnicodvb2006-06-121-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18692 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for audio stream switchingnicodvb2006-06-121-3/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18691 b3059339-0415-0410-9bf9-f77b7e298cf2
* add x264 encoding over lavc, Patch by our Dear Guru (Michael Niedermayer) ;)gpoirier2006-06-122-0/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18690 b3059339-0415-0410-9bf9-f77b7e298cf2
* Optimize bicubic filteringreimar2006-06-121-11/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18689 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l to Roberto for forgetting to add the release code name.diego2006-06-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18688 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo noticed by Alexander Monakov monoid$$at$$fds-net$$dot$$rudiego2006-06-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18687 b3059339-0415-0410-9bf9-f77b7e298cf2
* moves invariant code (chiefly MMX register initialization) out of loops as ↵gpoirier2006-06-121-21/+43
| | | | | | | | | | | | well as eliminating some memory accesses within the inner loop. Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > Original thread: Date: Mon, 12 Jun 2006 00:31:53 -0700 (PDT) Subject [MPlayer-dev-eng] [PATCH] Loop invariant motion in libvo/osd_template.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18686 b3059339-0415-0410-9bf9-f77b7e298cf2
* include stream_dvd's interface from libmpdemux/stream_dvd.hnicodvb2006-06-115-50/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18685 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved stream_dvd's interface to stream_dvd.hnicodvb2006-06-111-0/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18684 b3059339-0415-0410-9bf9-f77b7e298cf2
* now any audio stream can be chosen during DEMUXER_CTRL_SWITCH_AUDIO, ↵nicodvb2006-06-111-4/+0
| | | | | | irrispective of the codec used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18683 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved audio codec/filters/out to a separate function that is called both at ↵nicodvb2006-06-111-64/+81
| | | | | | init() and to switch audio stream git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18682 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add pre7try3, final pre8 updatertogni2006-06-111-1/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18679 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18656 (French man page is now in sync)gpoirier2006-06-111-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18678 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix image adjustment (brightness etc.) for yuv=6reimar2006-06-111-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18677 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync with r18673kraymer2006-06-101-6/+77
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18676 b3059339-0415-0410-9bf9-f77b7e298cf2
* Preliminary version of mirror howtoattila2006-06-102-0/+191
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18675 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not require iconv program with --charset=noconvreimar2006-06-101-6/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18674 b3059339-0415-0410-9bf9-f77b7e298cf2
* Expand and update the Solaris and AIX sections.diego2006-06-101-6/+79
| | | | | | | patch by "Derek E. Lewis" dlewis**at**solnetworks**dot**net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18673 b3059339-0415-0410-9bf9-f77b7e298cf2
* Protect SIZE_MAX usertogni2006-06-092-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18672 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix declaration mixed in among statements in the recent dvr-ms codepacman2006-06-091-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18671 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved store_ughvlc() before #ifdef HAVE_OGGVORBIS, so it can be used by ↵nicodvb2006-06-091-16/+16
| | | | | | other demuxers when libogg and/or libvorbis are missing git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18670 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vorbis in mp4/movnicodvb2006-06-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18669 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for vorbis in mp4/movnicodvb2006-06-092-3/+61
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18668 b3059339-0415-0410-9bf9-f77b7e298cf2
* decoderConfigLen can be larger than 255 bytesnicodvb2006-06-092-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18667 b3059339-0415-0410-9bf9-f77b7e298cf2
* r18656: Add yuv to rgb conversion using a 3D lookup texturekraymer2006-06-091-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18666 b3059339-0415-0410-9bf9-f77b7e298cf2
* add Kurt Lettmaier to AUTHORSkraymer2006-06-091-1/+5
| | | | | | | add my svn nick git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18665 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't claim that amr_nb is disabled when the fixed point version is enabled.diego2006-06-091-1/+1
| | | | | | | patch by Ismail Dönmez ismail,,@,,pardus,,.,,org,,.,,tr git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18664 b3059339-0415-0410-9bf9-f77b7e298cf2
* Generalize runtime linker support.diego2006-06-091-7/+13
| | | | | | | patch by "Derek E. Lewis" dlewis..@..solnetworks.....net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore all generates libs.diego2006-06-090-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18662 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversiondiego2006-06-091-12/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18661 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS --> Subversiondiego2006-06-091-53/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18660 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r18656Gabrov2006-06-091-15/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18659 b3059339-0415-0410-9bf9-f77b7e298cf2
* better spatial interpolationmichael2006-06-092-25/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18658 b3059339-0415-0410-9bf9-f77b7e298cf2
* unify wording of "Manpage" (according to most occurences in de/mplayer.1)kraymer2006-06-089-30/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add yuv to rgb conversion using a 3D lookup texturereimar2006-06-083-0/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18656 b3059339-0415-0410-9bf9-f77b7e298cf2
* re-added some missing messages (who removed these anyway?)kraymer2006-06-081-2/+20
| | | | | | | svn-ify revision tag git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18655 b3059339-0415-0410-9bf9-f77b7e298cf2
* loadGPUProgram function to load fragment program with error checking and ↵reimar2006-06-083-13/+58
| | | | | | statistics git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18654 b3059339-0415-0410-9bf9-f77b7e298cf2
* bicubic scaling for -vo glreimar2006-06-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18653 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r18651Gabrov2006-06-0819-149/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18652 b3059339-0415-0410-9bf9-f77b7e298cf2
* Except for missing cd-dvd.xml and codecs.xml, German xml docskraymer2006-06-0811-103/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | should be complete, synced and corrected :) Here we go: bugreports.xml: * r18600: xml docs: CVS --> Subversion * r18552: URL fix bugs.xml, audio.xml, usage.xml, faq.xml, tvinput.xml, documentation.xml: * fix "in sync with" tag skin.xml: * review * r18600: xml docs: CVS --> Subversion * r17975: Rename the default GUI skins directory from 'Skin' to 'skins' install.xml: * r17975: Rename the default GUI skins directory from 'Skin' to 'skins' * r17707: New website structure, the /homepage subdirectory is gone. * r17462: s/LIVE.COM/LIVE555/ + URL update video.xml: * tiny wording fix mail-lists.xml: * r18606: Fix mailing list name. * r18600: xml docs: CVS --> Subversion git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18651 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fixes in en/video.xmlkraymer2006-06-082-179/+166
| | | | | | | review of de/video.xml with above changes applied git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18650 b3059339-0415-0410-9bf9-f77b7e298cf2
* filter left & right edges too (yeah the code is lame i know...)michael2006-06-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18649 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved mc+src merge codemichael2006-06-081-11/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18648 b3059339-0415-0410-9bf9-f77b7e298cf2
* s/CVS/Subversion/diego2006-06-081-7/+7
| | | |<