summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More boundary checks for fixed-length arrays. Some of them may have been rtogni2007-02-111-4/+12
| | | | | | | exploitable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22203 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clear/update subtitles after seeking backwards.reimar2007-02-111-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22202 b3059339-0415-0410-9bf9-f77b7e298cf2
* some clarification about dvb-out playbacknicodvb2007-02-111-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22201 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move variable declaration to appropriate placereimar2007-02-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22200 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: remove tabs added in last commit from otherwise tab-free file.reimar2007-02-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory leak when changing playback speeduau2007-02-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22198 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix memory leaks.uau2007-02-105-10/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22197 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use AF_NCH for max number of channels instead of private CHANS define.uau2007-02-101-5/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22196 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r22150gpoirier2007-02-101-9/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22195 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix nonsense tests like previously in af_pan.uau2007-02-101-5/+3
| | | | | | | Probably no practical effect. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22194 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix nonsense tests ("if (af->data->audio)" before "if (af->data)").uau2007-02-101-3/+2
| | | | | | | Probably doesn't matter in practice. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22193 b3059339-0415-0410-9bf9-f77b7e298cf2
* clarify description of reserved_count in frame header patch by (Clemens ↵michael2007-02-101-2/+3
| | | | | | Ladisch cladisch,fastmail,net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22192 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed ages-old and insane #if0-ed and commented codenicodvb2007-02-101-77/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22191 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changelog update, based on Compn's patchgpoirier2007-02-091-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22190 b3059339-0415-0410-9bf9-f77b7e298cf2
* vc1 in mpeg*nicodvb2007-02-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22189 b3059339-0415-0410-9bf9-f77b7e298cf2
* substream id 0x98..0x9f identifies dtsnicodvb2007-02-091-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22188 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22150: key-fifo-size default changedkraymer2007-02-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22187 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22184: When setting the non-audio bit for hwac3 output, ...kraymer2007-02-091-5/+3
| | | | | | | r22185: only output fail/success message, this was wrong from the beginning git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22186 b3059339-0415-0410-9bf9-f77b7e298cf2
* only output fail/success message, this was wrong from the beginningkraymer2007-02-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22185 b3059339-0415-0410-9bf9-f77b7e298cf2
* When setting the non-audio bit for hwac3 output, just try to set thecladisch2007-02-093-56/+46
| | | | | | | | AES0 parameter in the device name instead of poking around inside ALSA's configuration structures. This means that the non-audio bit will be set even if the user-specified device name tries to clear it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22184 b3059339-0415-0410-9bf9-f77b7e298cf2
* when seeking in h264 sync to idr framesnicodvb2007-02-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22183 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle libavformat libnut dependencies.uau2007-02-091-1/+2
| | | | | | | Fixes compilation after ffmpeg r7891. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22182 b3059339-0415-0410-9bf9-f77b7e298cf2
* when playing vc1 content sync to sequence or entry point headernicodvb2007-02-091-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22181 b3059339-0415-0410-9bf9-f77b7e298cf2
* vc1 in mpegtsnicodvb2007-02-092-4/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22180 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix typo, line break, wordingkraymer2007-02-091-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22179 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing escape characterkraymer2007-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22178 b3059339-0415-0410-9bf9-f77b7e298cf2
* Quick hack mostly for documentation purposes to make -aid work with mms://reimar2007-02-081-0/+10
| | | | | | | Sample: mms://212.191.227.121/308gwY8TZqvHUpsq4dbZnsijbiCi9j3KsguBrfbm2FiDMlBadHuF0g0%2b1%2bUKG84F2Sl6DVTxHNtNuMxa%2f55j0imtiKswx8ev7cEYxvNuAlSBioF3nYmzTAM71xKiTHjM6%2fqejrQgFg7srIdntNoIw%2fyw%3d%3d/1 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22177 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid crash when uninit is called without ever calling config in x264 encoderreimar2007-02-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22176 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure sub->sh is set when a subtitle is selectedreimar2007-02-081-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22175 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics: add space after comma in outputreimar2007-02-081-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22174 b3059339-0415-0410-9bf9-f77b7e298cf2
* when seeking and the codec is VC1 sync to sequence or entry point headersnicodvb2007-02-071-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22173 b3059339-0415-0410-9bf9-f77b7e298cf2
* when the video codec is mpeg4video copy the content of the esds in ↵nicodvb2007-02-071-1/+4
| | | | | | extradata; patch by ceyes ag or at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22172 b3059339-0415-0410-9bf9-f77b7e298cf2
* Revert part of commit r22170.iive2007-02-071-2/+2
| | | | | | | | | FFmpeg lavcodecs version is still (or according to ffmpeg commit r7868, it's back to) 49.3.0, so global variables are not yet directly accessable (if ever). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22171 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix compilation after deprecation of some lav log level andreimar2007-02-072-5/+5
| | | | | | | pixel format stuff. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22170 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix libnut build failure.gpoirier2007-02-072-2/+2
| | | | | | | | Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT. Patch by Clemens Ladisch % cladisch A fastmail P net % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22169 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support selecting a specific lavf demuxer and listing available ones via ↵reimar2007-02-061-0/+22
| | | | | | -lavfdopts git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22168 b3059339-0415-0410-9bf9-f77b7e298cf2
* Avoid calling aspect on each frame and make ass subtitles work better with ↵reimar2007-02-061-4/+5
| | | | | | panscan git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22167 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support some weird AVI header, fixes bug 742reimar2007-02-061-0/+3
| | | | | | | (http://samples.mplayerhq.hu/avi/samsung_crap_bug742.avi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22166 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing checks in RealVideo slice handling code.reimar2007-02-061-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22165 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync w/r22107gpoirier2007-02-061-32/+36
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22164 b3059339-0415-0410-9bf9-f77b7e298cf2
* reindentuau2007-02-061-33/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22163 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix multiple appearing or appearing+disappearing subs in the same frame uau2007-02-061-6/+5
| | | | | | | | in non-ASS mode. The latter is common (old sub replaced by new) and resulted in an incorrect frame where both appeared simultaneously. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22162 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing type to declaration and remove unused variableuau2007-02-051-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22161 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-057-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22160 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix code updating subtitle array which only moved the text, not endpts.uau2007-02-051-1/+3
| | | | | | | Led to multiple subtitles on screen disappearing too early without -ass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22159 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make sure buffer is aligned so no unaligned access happens.reimar2007-02-051-5/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22158 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22104: Add global field dominance flag instead of duplicating this "everywhere"voroshil2007-02-051-37/+70
| | | | | | | | | | | | | | r22107: Move -vo gl suboptions that should be irrelevant for the average user r22108: formatting fixes for r22104 r22113: insert line break for readability r22123: tinterlace mode 4 leaves height unchanged. r22127: Fix vqscale description to match at least somewhat the code. r22137: formatting/wording r22138: wording/formatting r22150: key-fifo-size default changed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22157 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22129: Link to the mencoder-users list for mencoder stuffvoroshil2007-02-052-181/+183
| | | | | | | | r22140: vp6vfw.dll appears to no longer crash under Linux. r22141: Move all "Encoding with the XXX codec family" sections together. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22156 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another round of subtitle code cleanupreimar2007-02-053-60/+47
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22155 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22139: Try to clarify scale filter usage hint.voroshil2007-02-051-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22154 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixeskraymer2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22153 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set sub_utf8 for mov subs.reimar2007-02-051-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22152 b3059339-0415-0410-9bf9-f77b7e298cf2
* str_list separator backslash-escapingreimar2007-02-051-10/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22151 b3059339-0415-0410-9bf9-f77b7e298cf2
* key-fifo-size default changedreimar2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22150 b3059339-0415-0410-9bf9-f77b7e298cf2
* Reserve half of fifo for key release events to help avoiding stop buttonsreimar2007-02-051-4/+7
| | | | | | | and remove thus useless hack for mouse wheel. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22149 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sanity check for vo window dimensions, helps avoid division by zeroreimar2007-02-051-0/+2
| | | | | | | with -wid. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22148 b3059339-0415-0410-9bf9-f77b7e298cf2
* beckend -> backend typo fix in printfreimar2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22147 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix unintentional line breakkraymer2007-02-051-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22146 b3059339-0415-0410-9bf9-f77b7e298cf2
* Experimental support for multichannel ladspa effectsreimar2007-02-051-20/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22145 b3059339-0415-0410-9bf9-f77b7e298cf2
* some more docbook paths, patch by Torinthieldiego2007-02-051-8/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22144 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r22104gpoirier2007-02-051-3/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22143 b3059339-0415-0410-9bf9-f77b7e298cf2
* r22123: tinterlace mode 4 leaves height unchanged.kraymer2007-02-052-12/+16
| | | | | | | | | | | r22127: Fix vqscale description to match at least somewhat the code. r22137: formatting/wording r22138: wording/formatting r22139: Try to clarify scale filter usage hint. remove duplicate word git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22142 b3059339-0415-0410-9bf9-f77b7e298cf2
* Move all "Encoding with the XXX codec family" sections together.diego2007-02-051-177/+177
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22141 b3059339-0415-0410-9bf9-f77b7e298cf2
* vp6vfw.dll appears to no longer crash under Linux.diego2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22140 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to clarify scale filter usage hint.diego2007-02-051-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22139 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/formattingdiego2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22138 b3059339-0415-0410-9bf9-f77b7e298cf2
* formatting/wordingdiego2007-02-051-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22137 b3059339-0415-0410-9bf9-f77b7e298cf2
* FFmpeg #defines must be uppercase now.diego2007-02-051-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22136 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lmichael2007-02-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22135 b3059339-0415-0410-9bf9-f77b7e298cf2
* skip first (green) framemichael2007-02-051-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22134 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l: Copy and paste typo, library dependencies and rules are separated now.diego2007-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22133 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use defined() syntax instead without ().reimar2007-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22132 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add timeout to tcp connections, avoid hanging forever.rtogni2007-02-041-0/+7
| | | | | | | Based on patch for bugzilla #673 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22131 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for SVQ3 in X-QT; patch by Carl Eugen Hoyos (cehoyos ag or at) ↵nicodvb2007-02-041-2/+3
| | | | | | approved by Ross git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Link to the mencoder-users list for mencoder stuffreimar2007-02-041-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22129 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MMX2 check, _sse is set to "kernel_check", not "yes".diego2007-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22128 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix vqscale description to match at least somewhat the code.reimar2007-02-041-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22127 b3059339-0415-0410-9bf9-f77b7e298cf2
* Go away you stupid setlocale!!reimar2007-02-041-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22126 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with r22123Gabrov2007-02-041-90/+132
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get rid of useless last_ptr assignmentreimar2007-02-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22124 b3059339-0415-0410-9bf9-f77b7e298cf2
* tinterlace mode 4 leaves height unchanged.reimar2007-02-04