summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some fixeswight2005-04-181-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15211 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not force real demuxer on x-pn-realaudio mimetypertognimp2005-04-171-1/+1
| | | | | | | | | Real and realaudio share the same mimetype, forcing real demuxer prevent realaudio files from being played. Fixes http://www.bbc.co.uk/romanian/rom.ra git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15210 b3059339-0415-0410-9bf9-f77b7e298cf2
* synpaszczi2005-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15209 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes suggested by The Wandererrtognimp2005-04-171-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15208 b3059339-0415-0410-9bf9-f77b7e298cf2
* Snow supports 3-pass mode and 9/7 wavelet doesn't work lossless mode.gpoirier2005-04-171-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15207 b3059339-0415-0410-9bf9-f77b7e298cf2
* nico partially fixed the bug i reported; here's the rest of the fix.rfelker2005-04-171-0/+1
| | | | | | | | | | | | basically demux_audio was mixing data in its header buffer in a bogus manner, whereby it could sometimes "make up" valid mpeg headers where no such header actually occurred in the file. it should be correct now. btw these changes also fix the bug where mplayer reports huge initial cpu usage for sound when playing mp3 files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15206 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip framelen-4 bytes after having successfully detected an mpeg audio framenicodvb2005-04-171-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15205 b3059339-0415-0410-9bf9-f77b7e298cf2
* First attempt to bring this howto closer to realityrtognimp2005-04-171-2/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15204 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.940: 10l typogpoirier2005-04-171-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15203 b3059339-0415-0410-9bf9-f77b7e298cf2
* newer versions of mingws gcc do not like terminating slahes when specifying ↵faust32005-04-171-1/+1
| | | | | | extra include paths git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15202 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l typodiego2005-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15201 b3059339-0415-0410-9bf9-f77b7e298cf2
* assign correct tag, dwScale and dwBlockAlign to mpeg audio; optionally ↵nicodvb2005-04-173-12/+25
| | | | | | assign layer and samples_per_frame when parsing mpa header git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15200 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing initializer in URLProtocolo; mux packets only if len > 0; ↵nicodvb2005-04-171-12/+14
| | | | | | second mencoder's a/v sync model git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix suggested by Diegogpoirier2005-04-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for snow decoderrtognimp2005-04-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15197 b3059339-0415-0410-9bf9-f77b7e298cf2
* GPL §2diego2005-04-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15196 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD compilation fix by Bohdan Horst <nexus at hoth dot amu dot edu dot pl>diego2005-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15195 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.24paszczi2005-04-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15194 b3059339-0415-0410-9bf9-f77b7e298cf2
* more colorkey w/ panscan woeshenry2005-04-161-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15193 b3059339-0415-0410-9bf9-f77b7e298cf2
* change list traversal so the loop begins at the first filter after removinghenry2005-04-161-13/+12
| | | | | | | one, instead at the second git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15192 b3059339-0415-0410-9bf9-f77b7e298cf2
* redraw colorkey on panscan changehenry2005-04-161-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15191 b3059339-0415-0410-9bf9-f77b7e298cf2
* Snow 1.55 (and up) allows 2pass ratecontrol.gpoirier2005-04-161-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15190 b3059339-0415-0410-9bf9-f77b7e298cf2
* bump up sync taggpoirier2005-04-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15189 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.939.gpoirier2005-04-161-9/+50
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15188 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix black screen problem on reinital2005-04-162-2/+9
| | | | | | | - disable colorkey autopainting when painting it manually git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15187 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.939paszczi2005-04-161-5/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15186 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document af_gate, put af_gate and af_comp at the end, they're untested (broken).diego2005-04-161-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15185 b3059339-0415-0410-9bf9-f77b7e298cf2
* All audio filters documented.diego2005-04-161-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15184 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_comp, af_center parameter, some af fixesdiego2005-04-161-5/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use define instead of hardcodec value for max streams numberrtognimp2005-04-161-2/+3
| | | | | | | Pathc by Dominik 'Rathann' Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15182 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_center, af_sweep parameter, misc fixesdiego2005-04-161-3/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15181 b3059339-0415-0410-9bf9-f77b7e298cf2
* We are using parts of mpg123 outside of the LGPL mpglib subdir.diego2005-04-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified imported files as such to comply more closely with GPL §2a.diego2005-04-166-1/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15179 b3059339-0415-0410-9bf9-f77b7e298cf2
* noluma suboption for vf_ppdiego2005-04-161-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarify/correct TTF font usage description.diego2005-04-161-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Security updatertognimp2005-04-151-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15176 b3059339-0415-0410-9bf9-f77b7e298cf2
* spelling/wording fixesdiego2005-04-151-10/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15175 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential buffer overflow for urls with more than 20 streamsrtognimp2005-04-151-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15174 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix potential buffer overflow if server answers with too many linesrtognimp2005-04-151-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15173 b3059339-0415-0410-9bf9-f77b7e298cf2
* releaseclean should now work as expected, crate of Coke going in my direction.diego2005-04-151-3/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15172 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2005-04-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15171 b3059339-0415-0410-9bf9-f77b7e298cf2
* nits and more missing entriesrathann2005-04-151-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15170 b3059339-0415-0410-9bf9-f77b7e298cf2
* added missing ChangeLog entries, release name and daterathann2005-04-151-3/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15169 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified imported files as such to comply with (L)GPL §2a.diego2005-04-1513-0/+74
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15168 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark modified imported files as such to comply with GPL §2a.diego2005-04-1529-0/+164
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark unrarlib imported files as changed to comply with GPL §2a.diego2005-04-152-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark imported files from uCIFS library as changed for GPL §2a compliance.diego2005-04-152-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15165 b3059339-0415-0410-9bf9-f77b7e298cf2
* cross-compilation fix: don't use target CFLAGS to compile host toolsaurel2005-04-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15164 b3059339-0415-0410-9bf9-f77b7e298cf2
* when parsing one cmd argument, only un-escape _this_ argument, not the ↵aurel2005-04-151-1/+1
| | | | | | following ones git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix OSD when switching subtitles - set the osd buffer to Subtitle: offhenry2005-04-151-15/+15
| | | | | | | | | first, and then eventually set it to other values if some kind of subtitles is on. Otherwise 1) spudec stuff stomps on the buffer after vobsub, 2) Subtitle: off isn't displayed when cycling text subtitles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some fixups and clarificationswight2005-04-151-12/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15161 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.935paszczi2005-04-141-36/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15160 b3059339-0415-0410-9bf9-f77b7e298cf2
* --Patch by Stefan '1stein' Schuermans <1stein@schuermans.info>:rik2005-04-141-6/+12
| | | | | | | | bugfix of the "grayscale" output scheme; the height and width of the movie were written als -1 and -1 into the resulting *.bml file git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits suggested by The Wanderergpoirier2005-04-141-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15158 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.935danny2005-04-141-34/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15157 b3059339-0415-0410-9bf9-f77b7e298cf2
* Online audio switching now supports Matroska toogpoirier2005-04-133-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Online audio switching now supports Matroska too. Patch by Michael Behrischgpoirier2005-04-131-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15155 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nits, better formating and missed suggestionsgpoirier2005-04-131-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15154 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.934gpoirier2005-04-131-41/+27
| | | | | | | | 1.934: remove x264 option "cabacidc", because the default is always best. 1.933: misc corrections and clarifications in x264 options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15153 b3059339-0415-0410-9bf9-f77b7e298cf2
* messed ordering of switch branches, 10l for Ivanhenry2005-04-131-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15152 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make string_utf16 code behave almost the same with or without iconvrtognimp2005-04-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15151 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove x264 option "cabacidc", because the default is always best.lorenm2005-04-132-20/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15150 b3059339-0415-0410-9bf9-f77b7e298cf2
* New section: "menc-feat-dvd-mpeg4-muxing" about how to mux a videogpoirier2005-04-131-0/+136
| | | | | | | | | obtained with MEncoder into different containers. Based on Rich's guide and some tips by Nico Sabi. Reviewed by The Wanderer, Dominik 'Rathann' Mierzejewski and Diego Biurrun git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15149 b3059339-0415-0410-9bf9-f77b7e298cf2
* misc corrections and clarifications in x264 options.lorenm2005-04-131-17/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15148 b3059339-0415-0410-9bf9-f77b7e298cf2
* osx bundle optionnplourde2005-04-131-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15147 b3059339-0415-0410-9bf9-f77b7e298cf2
* allows the Mac OS X version of MPlayer to look for its data files inside the ↵nplourde2005-04-132-0/+63
| | | | | | Resources directory of the appwrapper. patch by Chris Roccati <roccati@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15146 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.62wight2005-04-131-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15145 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.72wight2005-04-131-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15144 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync 1.932wight2005-04-131-11/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15143 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.932danny2005-04-131-441/+1166
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15142 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Jeff Claggdiego2005-04-131-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15141 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing <replaceable> tags.gpoirier2005-04-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15140 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.72gabrov2005-04-121-20/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15139 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.62gabrov2005-04-121-6/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15138 b3059339-0415-0410-9bf9-f77b7e298cf2
* update site link and supported distributions listrathann2005-04-121-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo fixgpoirier2005-04-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15136 b3059339-0415-0410-9bf9-f77b7e298cf2
* credits for Luca Barbatodiego2005-04-121-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15135 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use wildcards to make path detection less version-specific, fixes Gentoo.diego2005-04-121-4/+2
| | | | | | | patch by Luca Barbato (lu_zero at gentoo dot org) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15134 b3059339-0415-0410-9bf9-f77b7e298cf2
* Break overly long lines into something more manageable.diego2005-04-111-7/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix HTML generation, <equation> is more elaborate in most DTDs.diego2005-04-111-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typogpoirier2005-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15131 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo noticed by Richgpoirier2005-04-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15130 b3059339-0415-0410-9bf9-f77b7e298cf2
* allow sub_select and vobsub_lang to select particular subtitlehenry2005-04-113-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15129 b3059339-0415-0410-9bf9-f77b7e298cf2