summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-2715-146/+146
| | | | | | | functions in this file a verbosity_level parameter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17978 b3059339-0415-0410-9bf9-f77b7e298cf2
* Properly document sub_alignment.diego2006-03-271-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17977 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1250: [applied by Diego, #1.216]kraymer2006-03-271-6/+7
| | | | | | | | | 1.1249: Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only. 1.1248: support custom OSD colour for vo_gl.c 1.1247: fix for the macosx tiger (groff 1.19.x) indentation issue git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17976 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-2741-108/+142
| | | | | | | backwards compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
| | | | | | | Avoids broken image or even crash with mf://*.jpg and JPGs with different chroma sampling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17974 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l missing header for strdupods152006-03-271-0/+1
| | | | | | | mp_msg.c:103: warning: assignment makes pointer from integer without a cast git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change some printf calls to fprintf.diego2006-03-275-5/+5
| | | | | | | based on a patch by Attila Ötvös, oattila,,@,,chello,,.,,hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17972 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove superfluous extern variable declaration.diego2006-03-273-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17971 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-275-21/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17970 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify which message levels should be translated.diego2006-03-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17969 b3059339-0415-0410-9bf9-f77b7e298cf2
* Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.diego2006-03-261-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify directory creation in the install target.diego2006-03-261-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17967 b3059339-0415-0410-9bf9-f77b7e298cf2
* use shifts instead of division. 15% faster hqdn3dlorenm2006-03-261-20/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17966 b3059339-0415-0410-9bf9-f77b7e298cf2
* Discard return value from ldconfig, it might not work on non-root installs.diego2006-03-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17965 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify mkdir calls, test is not necessary before creating directories,diego2006-03-261-4/+4
| | | | | | | discarding the return value of mkdir is just as good. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17964 b3059339-0415-0410-9bf9-f77b7e298cf2
* NEVER assign static strings to string command line options.albeu2006-03-261-1/+1
| | | | | | | Fix crash on exit with fontconfig. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17963 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.231gabrov2006-03-261-22/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17962 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a/v desync for real some filesrtognimp2006-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17961 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow values up to 100 for -mcreimar2006-03-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17960 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't call make from shell constructs it prevent properalbeu2006-03-262-17/+13
| | | | | | | build paralelization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17959 b3059339-0415-0410-9bf9-f77b7e298cf2
* support custom OSD colour for vo_gl.creimar2006-03-261-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17958 b3059339-0415-0410-9bf9-f77b7e298cf2
* support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ↵reimar2006-03-261-0/+7
| | | | | | at nomi cz git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17957 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, parameter naming consistencydiego2006-03-261-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17956 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use <value> and [value] consistently.diego2006-03-261-42/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17955 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed framerate detection of interlaced H264 streamsnicodvb2006-03-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17954 b3059339-0415-0410-9bf9-f77b7e298cf2
* H264: when fixed_fps is set the framerate is expressed in fields per second, ↵nicodvb2006-03-251-0/+2
| | | | | | so it must be halved git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17953 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add libpostproc to PARTS, fixes distclean on OS X and other platforms.diego2006-03-251-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17952 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for the macosx tiger (groff 1.19.x) indentation issuejonas2006-03-251-3/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Turn the preferences menu in something usefull using the newalbeu2006-03-252-99/+176
| | | | | | | property API. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify MP3 fourccs for all decodersreimar2006-03-251-6/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17949 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a msg type for the osd menu.albeu2006-03-252-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17948 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow hiding list elements and disableing the pointer.albeu2006-03-252-17/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17947 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-258-9/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17946 b3059339-0415-0410-9bf9-f77b7e298cf2
* max_distance clarificationods152006-03-251-8/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17945 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-2513-23/+124
| | | | | | | to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify rules with common make constructs.diego2006-03-251-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17943 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify clean rule.diego2006-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17942 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetic, table alignods152006-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17941 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch to using vlc for stream_flagsods152006-03-251-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17940 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of 2 osd related hacks.albeu2006-03-241-6/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17939 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update to the recent properties changes.albeu2006-03-241-18/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17938 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.231: Subtitles properties: move sub_select, sub_pos, sub_visibilty,kraymer2006-03-241-10/+11
| | | | | | | sub_alignment and sub_forced_only to properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17937 b3059339-0415-0410-9bf9-f77b7e298cf2
* Subtitles properties: move sub_select, sub_pos, sub_visibilty,albeu2006-03-243-271/+307
| | | | | | | sub_alignment and sub_forced_only to properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17936 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.230: Convert fullscreen, panscan, color controls, ontop, rootwin,kraymer2006-03-241-9/+14
| | | | | | | | | border, framedrop and vsync to properties. Also add a couple of video related properties like width, height, etc. + small change for MSGTR_OSDSpeed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17935 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msgdiego2006-03-241-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17934 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-2431-204/+261
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17933 b3059339-0415-0410-9bf9-f77b7e298cf2
* The fix in mp_msg.c avoids a core dump when iconv_open() fails, the otheralbeu2006-03-242-1/+13
| | | | | | | | | just makes it possible to compile if USE_ICONV is undefined. Patch by Bjorn Sandell (biorn _At_ chalmers _Dot_ se). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17932 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add DBG5 verbosity level to prepare for upcoming mp_msg_test changes.diego2006-03-241-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17931 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix osd_show_msg alignment and make sure msg stringsalbeu2006-03-231-2/+4
| | | | | | | | get properly 0 terminated. Thanks to Jonas Jermann (jjermann _At_ gmx _Dot_ net) for the report. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17930 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert fullscreen, panscan, color controls, ontop, rootwin,albeu2006-03-233-202/+228
| | | | | | | | border, framedrop and vsync to properties. Also add a couple of video related properties like width, height, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17929 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100L too many arguments to mp_msg().albeu2006-03-231-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17928 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.229: Move audio_delay to a property and add a few read only properties tokraymer2006-03-221-2/+2
| | | | | | | query samplerate, format, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17927 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move audio_delay to a property and add a few read only properties toalbeu2006-03-223-10/+64
| | | | | | | query samplerate, format, etc. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17926 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add get/set_property and update volume/mute to the last changes.albeu2006-03-221-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17925 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele ↵mosu2006-03-221-0/+14
| | | | | | Giaquinta (emanuele ! giaquinta () gmail ! com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17924 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1246: insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+17
| | | | | | | | 1.1245: Shortly describe -playing-msg and -list-properties. 1.1244: Prevent building lavc with xvid support unless xvid version is 1.1 or higher. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17923 b3059339-0415-0410-9bf9-f77b7e298cf2
* insert linebreak, \-playing-msg optionkraymer2006-03-221-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17922 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1243: 10lkraymer2006-03-221-8/+27
| | | | | | | | | | | 1.1242: sync to x264 r476 (subq=7) 1.1241: Support libavcodec vrc_strategy=1 (XviD ratecontrol). 1.1240: [applied by diego, commit #1.209] 1.1239: mpegopts example 1.1238: adapter doesn't require vm anymore git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17921 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1237: Capitalize some sentences after colons.kraymer2006-03-221-6/+18
| | | | | | | | 1.1236: sync to x264 r457 (direct_pred=3) 1.1235: XviD multi-threaded encoding support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17920 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1234: Add some undocumented options.kraymer2006-03-221-1/+36
| | | | | | | 1.1233: Document the noup suboption of the scale video filter. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17919 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.1232: put options in alphabetical orderkraymer2006-03-221-6/+18
| | | | | | | 1.1231: New option: -ignore-start git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17918 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shortly describe -playing-msg and -list-properties.albeu2006-03-221-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17917 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.228: Add an option to list the properties: -list-propertieskraymer2006-03-221-2/+16
| | | | | | | 1.227: Add the new property API and implement a couple properties. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add an option to list the properties: -list-propertiesalbeu2006-03-225-0/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17915 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, checking for NULL after dereferencing makes no sense (though what is ↵reimar2006-03-221-1/+2
| | | | | | this check for anyway?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17914 b3059339-0415-0410-9bf9-f77b7e298cf2
* use mencoder directly for mp3lame encoding instead of lavcjonas2006-03-221-5/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17913 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the new property API and implement a couple properties.albeu2006-03-228-39/+699
| | | | | | | | Move the volume and mute command to the command to property bridge. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17912 b3059339-0415-0410-9bf9-f77b7e298cf2
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-214-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17911 b3059339-0415-0410-9bf9-f77b7e298cf2
* lavc doesnt pass AVFrame.opaque around :/michael2006-03-211-2/+17
| | | | | | | so lets use AVFrame.pts and hope lavcs pedantic timestamp checks like what mencoder generates ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17910 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (forgot ...)michael2006-03-211-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17909 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (null pointer dereference)michael2006-03-211-2/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17908 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing pts through the filter layer (lets see if pts or cola comes out at ↵michael2006-03-2180-180/+191
| | | | | | the end) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17907 b3059339-0415-0410-9bf9-f77b7e298cf2
* -rawvideo on => -demuxer rawvideoods152006-03-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17906 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prevent building lavc with xvid support unless xvid version is 1.1 orcorey2006-03-212-3/+18
| | | | | | | higher. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17905 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10llorenm2006-03-201-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17904 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to x264 r476 (subq=7)lorenm2006-03-202-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17903 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't multiply fb_line_len by fb_pixel_size. Fixes too-low placement of OSDpacman2006-03-201-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@179