summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* makes several libaf functions static coz they are not used outside their ↵reynaldo2006-07-093-11/+11
| | | | | | source files. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18972 b3059339-0415-0410-9bf9-f77b7e298cf2
* two variables are made static, one of them additionaly modified to const ↵reynaldo2006-07-091-2/+2
| | | | | | char*. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18971 b3059339-0415-0410-9bf9-f77b7e298cf2
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mention hardware DTS pass-through. This wasn't strictly needed, but ↵gpoirier2006-07-081-0/+2
| | | | | | | | | requested in: Date: Jul 8, 2006 5:16 PM Subject: Re: [MPlayer-users] mplayer and DTS pass-through git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18969 b3059339-0415-0410-9bf9-f77b7e298cf2
* customtrect -vo gl suboptionreimar2006-07-082-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18968 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgotten customtlin -vo gl suboption documentationreimar2006-07-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18967 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for 16 bit ppmsreimar2006-07-082-10/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18966 b3059339-0415-0410-9bf9-f77b7e298cf2
* More helpful ProgramEnvParameters.reimar2006-07-081-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18965 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording fixdiego2006-07-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18964 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.diego2006-07-0817-25/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add myself to maintainers.eugeni2006-07-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add myself to AUTHORS.eugeni2006-07-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18961 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not compile FFmpeg muxers and encoders unless MEncoder is enabled.diego2006-07-081-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18960 b3059339-0415-0410-9bf9-f77b7e298cf2
* small fix to properly display skins when switching skins during playback.vayne2006-07-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18959 b3059339-0415-0410-9bf9-f77b7e298cf2
* crash fix when clicking on volume sliders when in stop state.vayne2006-07-081-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18958 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle sub-window WinID checks in the gui.vayne2006-07-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18957 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set svn:ignoreuau2006-07-080-0/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make some functions static.uau2006-07-089-23/+23
| | | | | | | Patch by Stefan Huehner, stefan at huehner org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18955 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improve windows gui supportreimar2006-07-082-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not fiddle (too much) with external (WinID) windowsreimar2006-07-081-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18953 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenGL outputs actually support WinID, not to mention that showing the optionreimar2006-07-082-7/+3
| | | | | | | but just ignoring the setting is a very ugly and confusing way to handle it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18952 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_init hack is no longer required after the last patch removed the callreimar2006-07-081-9/+0
| | | | | | | from mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18951 b3059339-0415-0410-9bf9-f77b7e298cf2
* No point in checking for X for windows gui, in addition the hackishreimar2006-07-081-0/+2
| | | | | | | way via vo_init breaks vo_gl and vo_gl2 WinID support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18950 b3059339-0415-0410-9bf9-f77b7e298cf2
* small cosmeticsdiego2006-07-081-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18949 b3059339-0415-0410-9bf9-f77b7e298cf2
* grammar/markup fixesdiego2006-07-081-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert r18878, always sync rm files using only pts (ignore framerate)rtogni2006-07-081-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18947 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP comgpoirier2006-07-081-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18946 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused prototypertogni2006-07-081-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18945 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change use_gui detection to accept also filenames only containingreimar2006-07-081-8/+8
| | | | | | | | gmplayer, like "gmplayer.exe", "gmplayer_old" etc. Also removes (somewhat broken) WIN32 special-case git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Indentation fix (cosmetics).eugeni2006-07-071-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18943 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial libass release (without mencoder support).eugeni2006-07-0727-12/+4328
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18942 b3059339-0415-0410-9bf9-f77b7e298cf2
* Split guess_cp() in two functions:eugeni2006-07-072-10/+23
| | | | | | | | | - guess_buffer_cp() determines the encoding of text, given a pointer to a buffer and its length; - guess_cp() reads some data from stream and calls guess_buffer_cp() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18941 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make utf8_get_char non-static.eugeni2006-07-072-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.eugeni2006-07-074-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18939 b3059339-0415-0410-9bf9-f77b7e298cf2
* The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced indiego2006-07-071-2/+2
| | | | | | | | | libavformat.a. Swapping the order of libavcodec.a and libavformat.a during the linking phase allows non-GNU linkers to work. patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18938 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ↵gpoirier2006-07-075-3/+448
| | | | | | | | | | | | | Pentium III Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before) Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com% Original thread: Date: Jun 21, 2006 10:20 AM Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18937 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavf demuxer works better for gxfreimar2006-07-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18936 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack ↵reimar2006-07-071-0/+4
| | | | | | around that for now. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18935 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove windows-specific hack that interfered with relative pathreimar2006-07-071-2/+0
| | | | | | | handling and should not be needed anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18934 b3059339-0415-0410-9bf9-f77b7e298cf2
* relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.reimar2006-07-071-1/+3
| | | | | | | Do not exit after prepending drive letter to first file, process other files as well. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18933 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convince windows to allow window sizes > screen sizereimar2006-07-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18932 b3059339-0415-0410-9bf9-f77b7e298cf2
* usleep is still missing in MinGW, so leave it out of the MinGW version check.diego2006-07-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Building on Mac OS 10.3 leads to several link errors: this new FAQ entry ↵gpoirier2006-07-071-0/+44
| | | | | | explains how to overcome this problem git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for case when both V4L and V4L2 are enabledreimar2006-07-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18929 b3059339-0415-0410-9bf9-f77b7e298cf2
* some grammar/spelling/markup fixes for -rtsp-destinationdiego2006-07-061-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move conditional compilation into the build system.diego2006-07-0624-114/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18927 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticsdiego2006-07-061-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18926 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.diego2006-07-061-0/+5
| | | | | | | patch by Gianluigi Tiesi, mplayer**at**netfarm**dot**it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18925 b3059339-0415-0410-9bf9-f77b7e298cf2
* DOCS/xml/hu synced with r18923Gabrov2006-07-063-22/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18924 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update MPlayerOSX checkout commandlines with subversion commandlinegpoirier2006-07-061-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18923 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-0615-27/+252
| | | | | | | | | | | | | | This mode has the following differences: - Video timing is correct for streams with B frames, at least with some demuxers. - Video filters can modify frame timestamps and insert new frames, and removing frames is handled better than before. - Some things are known to break, it's not usable as the default yet. Things should work as before when the -correct-pts option is not used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18922 b3059339-0415-0410-9bf9-f77b7e298cf2
* several function from playtreeparser.c maked static,reynaldo2006-07-061-7/+7
| | | | | | | | | as these are not used outside. Patch by Stefan Huehner stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18921 b3059339-0415-0410-9bf9-f77b7e298cf2
* modifies function declarations without parameters from ()reynaldo2006-07-069-50/+50
| | | | | | | | | to the correct (void). Only files in libao2 are affected. patch by Stefan Huehner stefan AT huehner-org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-0615-0/+6731
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial win32 gui release.vayne2006-07-064-3/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18918 b3059339-0415-0410-9bf9-f77b7e298cf2
* document the change on -edlout's behaviorreynaldo2006-07-051-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18917 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modifies behavior of -edloutreynaldo2006-07-053-5/+22
| | | | | | | | | | Now it creates a new file and writes edit decision list (EDL) records to it just as it did before but instead of making pas-2-seconds blocks for each 'i' keystroke lets the user hits 'i' to mark the start or end of a block. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18916 b3059339-0415-0410-9bf9-f77b7e298cf2
* MinGW 3.1 has added gettimeofday.diego2006-07-053-3/+3
| | | | | | | based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update with changes from r18894 (get_path as const).diego2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18914 b3059339-0415-0410-9bf9-f77b7e298cf2
* inclusion of md5.c based on USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18913 b3059339-0415-0410-9bf9-f77b7e298cf2
* #define USE_LIBAVUTIL and USE_LIBAVUTIL_SOnicodvb2006-07-051-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18912 b3059339-0415-0410-9bf9-f77b7e298cf2
* add a file saying that people should not try to compileattila2006-07-051-0/+6
| | | | | | | the svn mga vid for 2.6 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18911 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} orgdiego2006-07-051-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18910 b3059339-0415-0410-9bf9-f77b7e298cf2
* all cosmetics, mainly denestifying of main edl operation's fill loopreynaldo2006-07-051-51/+59
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18909 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes 1000l bug that made MPlayer segfault when an overlaping edl line was foundreynaldo2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18908 b3059339-0415-0410-9bf9-f77b7e298cf2
* corectly report badly formated line numberreynaldo2006-07-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18907 b3059339-0415-0410-9bf9-f77b7e298cf2
* reverts previous commit due to mixed cosmetics ...reynaldo2006-07-051-57/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18906 b3059339-0415-0410-9bf9-f77b7e298cf2
* move some ill-behaving demuxers further down the listreimar2006-07-041-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18905 b3059339-0415-0410-9bf9-f77b7e298cf2
* trying to end the codec id battlemichael2006-07-041-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18904 b3059339-0415-0410-9bf9-f77b7e298cf2
* respect dvdnav's requests of WAIT to prevent while(1)nicodvb2006-07-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18903 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for audio streams that appear after unsuccessful probingnicodvb2006-07-041-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18902 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,reimar2006-07-041-5/+5
| | | | | | | this can also cause problems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18901 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add back the path part in 'libvo/font_load_ft.c' that was accidentally uau2006-07-041-1/+1
| | | | | | | dropped when moving it in r18892. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18900 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 18818jheryan2006-07-041-179/+213
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18899 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 18835jheryan2006-07-041-47/+227
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18898 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to svn up to 27.6.2006jheryan2006-07-0419-209/+366
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18897 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Fix segfault on overlapping start/stopreynaldo2006-07-041-51/+57
| | | | | | | | - Correctly report skipped erroneous line number - Denestyfies main operation fill loop git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18896 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove silly variable indirection.diego2006-07-031-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18895 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-0315-15/+15
| | |