summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added support for the device part in the url; patch bynicodvb2008-07-041-8/+17
| | | | | | | Mathieu SCHROETER mathieu.schroeter gamesover ch git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check stdata_len before accessing stdata. Fixes bug #1125reimar2008-07-041-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify tool generation rules with a pattern rule.diego2008-07-041-9/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27193 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only build loader tests on x86.diego2008-07-041-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27192 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix liba52/test linking, it needs -lm.diego2008-07-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27191 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/grammar/wording overhauldiego2008-07-0413-176/+178
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27190 b3059339-0415-0410-9bf9-f77b7e298cf2
* Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.diego2008-07-041-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27189 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace cosmeticsdiego2008-07-042-82/+81
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27188 b3059339-0415-0410-9bf9-f77b7e298cf2
* Place license header at the top of the file for consistency.diego2008-07-041-21/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27187 b3059339-0415-0410-9bf9-f77b7e298cf2
* Declare common netstream + vivodump dependencies in the common place.diego2008-07-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused variable.diego2008-07-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27185 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27182gpoirier2008-07-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27184 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on eachdiego2008-07-011-7/+1
| | | | | | | other as well as on two header files in MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27183 b3059339-0415-0410-9bf9-f77b7e298cf2
* apply parameter name change of no-correct-pts from r26842 to man pagekraymer2008-07-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27182 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27179 + misc fixes of untranslated chunksgpoirier2008-06-301-16/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27181 b3059339-0415-0410-9bf9-f77b7e298cf2
* r26502: Document rgbtest argumentskraymer2008-06-301-44/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r26057: Fix copy&paste typo in rgbtest documentation r26198: Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references r26221: Try to fix the description of what mbcmp influences, please fix if I misunderstood the code. r26231: better syntax for A key r26232: added missing escapes r26260: Experimental support for -framedrop with -correct-pts. r26271: Mention that '-frames 0' is useful with -identify, closes bug #1046. r26273: add "ipod" to the list of formats handled by lavf r26297: compacted new libavformat's 'ipod' description r26402: Enable runtime control for colorful and/or module name output r26427: Restore grayscale decoding support with FFmpeg. r26449: 10L, forgot to commit the documentation for the -noconfig options. r26460: restore options alphabetical order r26650: Update documentation for the gl2 driver to make clear gl is usually preferred. r26674: add h264 to list of supported codecs r26732: Mark new options Michael committed as undocumented. r26739: Oops, remove stray .TP. r26749: -psprobe can be used in mpeg-pes streams, too r26762: Add a new suboption to -vo xv and -vo xvmc that allows selection r26763: Remove '(pass 1/2)' from some lavcopts. These options really worked on r26795: Add support for AppleIR Remote as an input under Linux systems. r26798: Document the -noar command-line option in en/fr manpages. r26806: Document x264's AQ options r26853: Update gl vo section with the new force-pbo suboption. r26909: Add a slave command to stop stream playback. r26979: small spelling/wording fixes r26986: Document VIDIXIVTVALPHA environment variable. r26997: Fix codec-specific options syntax declaration to be less confusing and wrong. r27057: Ability for specifying TV standard individually for each TV channel. r27132: Fix/restore the description of the rectangle video filter. previously applied: r27169: add missing escapes and full stops for scaletempo filter r27179: remove two trailing whitespaces git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27180 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove two trailing whitespaceskraymer2008-06-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27179 b3059339-0415-0410-9bf9-f77b7e298cf2
* r25756: Document vo gl lscale=3kraymer2008-06-301-16/+30
| | | | | | | | | | | | | | | | | | r25757: Add experimental unsharp-mask OpenGL scaler. r25767: misc spelling fixes r25768: misc markup fixes r25769: better ao/vo profile examples r25786: Add a fragment program for 5x5 unsharp masking r25821: (instead of adding quotation mark, this added a missing paragraph!) r25955: (previously applied) r25973: Hint about possible libmpeg2 problems with -hardframedrop r25984: Slightly document alpha for OSD color r26014: -dumpstream will not dump chapters anymore r26015: Document that framedrop needs -no-correct-pts r26017: removed wrong example git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27178 b3059339-0415-0410-9bf9-f77b7e298cf2
* r25385: Add new audio filter for encoding multi-channel audio into ac3 at ↵kraymer2008-06-301-10/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | runtime. r25389: Support using unrar executable to access rar-compressed vobsub files. r25440: Fix the expand text's format by the source. r25455: (previously applied) typo noticed by Paul TT r25529: Support ?(!NAME:TEXT) format for expanding string by property. r25566: update copyright year to 2008 r25585: Add an example for dvdnav:// usage with path. r25587: when {v|a}_o_mpegpes:card isn't specified by the user [...] r25607: documented angle commands r25610: Allow overriding [Script Info] parameters with -ass-force-style option. r25639: Add heartbeat-cmd option r25656: dvd-device can specify iso files too r25657: dumpstream is NOT a better way to copy a dvd title r25665: updated english manpage with protocol/extension profile loading feature r25671: document vo.* and ao.* playback profiles r25751: Extend heartbeat-cmd man page entry r25752: Seems that all - should be escaped in the man page r25762: added missing escapes r25763: added missing "&" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27177 b3059339-0415-0410-9bf9-f77b7e298cf2
* r25179: Add missing forced linebreak, slight wording improvement.kraymer2008-06-301-21/+39
| | | | | | | | | | | | r25189: Add an example for play DTS-CD with passsthrough. r25194: -identify shows chapters times when playing dvd streams r25314: cleanup and conformation of values description for -ass-hinting r25315: minor spelling/grammar fixes r25343: Fix all current known multi-channel wrong order problems [...] r25379: Fix libass to support -nofontconfig. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27176 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistency fix: capitalize Windows Media Player, and add <application> tag ↵gpoirier2008-06-301-2/+3
| | | | | | around it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27175 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc fixes, patch by Cédric Viougpoirier2008-06-301-18/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27174 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27132, patch by JRaSHgpoirier2008-06-301-9/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27173 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27169gpoirier2008-06-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to get frame rate information through VIDIOC_G_PARM ifvoroshil2008-06-301-0/+12
| | | | | | | | capture device driver (such as uvcvideo USB video driver) does not provide VIDIOC_G_STD ioctl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix division by zero in tvi_v4l2 which occures when capture devicevoroshil2008-06-301-8/+18
| | | | | | | driver (such as uvcvideo USB video driver) does not provide VIDIOC_G_STD ioctl. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27170 b3059339-0415-0410-9bf9-f77b7e298cf2
* add missing escapes and full stops for scaletempo filterkraymer2008-06-301-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27169 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24808: Add a space behind openal to get minimum length of 7kraymer2008-06-301-6/+98
| | | | | | | | | | | | | | | r24809: Replace Polyp- by PulseAudio output. r24820: Clarify that -vo gl bicubic filtering is B-spline, not polynomial r24837: Spelling, vf_ow parameters are optional. r24875: program switching in demux_lavf r24897+r24909 (already applied by Diego in r24955, at least in parts - did not check) r24924: Add audio filter scaletempo r24950: Explain new ao_pulse option syntax r24952, r24953, r24954: (appears to be in current version already, probably due to r24955) r25134: Fix a wrong cmdline example of using -menu-chroot. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27168 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24772: DirectShow based tv:// driver for win32kraymer2008-06-301-3/+30
| | | | | | | | | | r24783: Consistently set NOTE: in italics. r24784: small grammar fix r24785: Add -lavfdopts cryptokey r24807: Docs update: -ao openal handles more than one channels since some time already git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27167 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24727: H.264 content can also be decoded with multiple threadskraymer2008-06-301-6/+21
| | | | | | | | r24740: misc roff fixes r24746: document filter -vf ow: Overcomplete Wavelet denoiser. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27166 b3059339-0415-0410-9bf9-f77b7e298cf2
* version bump to 24719kraymer2008-06-301-6/+6
| | | | | | | remove some trailing whitespaces (no idea how these got there..) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27165 b3059339-0415-0410-9bf9-f77b7e298cf2
* r27123: Add verbose messages about trying and searching for audio output ↵kraymer2008-06-301-1/+6
| | | | | | | | | drivers. Add messages showing why a specified audio output driver failed to be used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27164 b3059339-0415-0410-9bf9-f77b7e298cf2
* r27067: Remove pointless #ifdef.kraymer2008-06-301-5/+2
| | | | | | | | | r27068: Remove pointless HELP_MP_DEFINE_STATIC definition. r27069: -alang/-slang do not depend on dvdread support. r27071: Add the ugly HELP_MP_DEFINE_STATIC back, [...] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27163 b3059339-0415-0410-9bf9-f77b7e298cf2
* r27066: update comments, whitespace cosmeticskraymer2008-06-301-19/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27162 b3059339-0415-0410-9bf9-f77b7e298cf2
* r27065: whitespace consistency cosmeticskraymer2008-06-301-56/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27161 b3059339-0415-0410-9bf9-f77b7e298cf2
* r26863: make use of the new MGA_VID_VERSION ioctl to checkkraymer2008-06-301-3/+4
| | | | | | | | | | r26900: Fix typo in string name. r26901: mga_vid string wording fix r26911: mga_vid driver wording fixes r27063: Move message about which adapter is used to verbose mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27160 b3059339-0415-0410-9bf9-f77b7e298cf2
* r25605: properties to get and set anglekraymer2008-06-301-3/+15
| | | | | | | | | | | | r25663: add support for per protocol and per extension playback profile loading r25947: Add windows cp1256 encoding for arabic, fixes bug #1007 r26067: Check glyph bounding box before rasterizing and complain if it is too large. r26649: Fix some not entirely correct and misleading messages. r26762: Add a new suboption to -vo xv and -vo xvmc that allows ... r26795: Add support for AppleIR Remote as an input under Linux systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27159 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24924: Add audio filter scaletempokraymer2008-06-301-1/+7
| | | | | | | | r25058: Add missed translatable string in my previous commit r25158: Make up missed update for osd message. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27158 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. ↵nicodvb2008-06-291-6/+0
| | | | | | You can't turn your back for a second... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27157 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24790: Disable channel scanner when no tuner is present.kraymer2008-06-291-1/+13
| | | | | | | r24892: move errors and a warning to help_mp-en.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27156 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove trailing whitespaceskraymer2008-06-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace asserts by proper conditions to allow playback of some broken butreimar2008-06-291-4/+5
| | | | | | | still playable files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Half size for adpcm_indexreimar2008-06-291-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify predictor updatesreimar2008-06-291-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of 16-bit sign extension macroreimar2008-06-291-9/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27151 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify some imaadpcm macrosreimar2008-06-291-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Directly pass arrays into decode_nibblesreimar2008-06-291-16/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use smaller types for tablesreimar2008-06-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27148 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make imaadpcm tables constreimar2008-06-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify code to read index/predictorreimar2008-06-291-57/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a few size checks to IMA decoder. The code is still a mess though,reimar2008-06-291-0/+12
| | | | | | | but bug # 1114 is probably fixed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27145 b3059339-0415-0410-9bf9-f77b7e298cf2
* Simplify ad_imaadpcm decode_audio functionreimar2008-06-291-16/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27144 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure we do not use uninitialized data in case of a short read.reimar2008-06-291-0/+1
| | | | | | | Not really relevant but fixes bug #1109 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use stdata before checking its lengthreimar2008-06-291-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27142 b3059339-0415-0410-9bf9-f77b7e298cf2
* mingw uses Windows sockets.vayne2008-06-281-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27141 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%gpoirier2008-06-281-717/+663
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27140 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r27132gpoirier2008-06-271-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27139 b3059339-0415-0410-9bf9-f77b7e298cf2
* one more wish, and an updatecompn2008-06-261-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27138 b3059339-0415-0410-9bf9-f77b7e298cf2
* r24772: DirectShow based tv:// driver for win32kraymer2008-06-251-1/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the issue instead of revertinglu_zero2008-06-253-58/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move rtsp_close away by simplification - avoids symbol clash with libnemesilu_zero2008-06-253-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27135 b3059339-0415-0410-9bf9-f77b7e298cf2
* some updatescompn2008-06-241-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27134 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for /game-formats/psx-str/compn2008-06-244-1/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix/restore the description of the rectangle video filter.diego2008-06-241-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Touch FFmpeg libraries after recursing into their subdirectories.diego2008-06-241-0/+1
| | | | | | | | Otherwise, if the recursion was due to a changed file that is not built into the library, the recursion will become unconditional. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not unconditionally recurse into FFmpeg subdirectories. Instead, justdiego2008-06-241-2/+8
| | | | | | | recurse if any file in the subdirectory changed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing 'struct input_id id' to Apple IR configure check.diego2008-06-241-0/+1
| | | | | | | patch by Jan Knutar, jknutar nic fi git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check if the font set returned from FcFontSort in not NULL.eugeni2008-06-231-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reindent.eugeni2008-06-231-35/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only use application font dir if library->fonts_dir is not NULL.eugeni2008-06-231-0/+2
| | | | | | | | This can be the case if ass_set_fonts_dir() call