summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libavformatdiego2004-09-101-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes for VirtualAlloc function:rtognimp2004-09-101-15/+48
| | | | | | | | | | | | | | | | | | | * mplayer received a SIGSEGV under Linux after Opening video decoder: [dmo] DMO video codecs VirtualAlloc(0x00400000, 859648, 0x00003000, 0x00000040) because that region was already under use and mmap() with MAP_FIXED has problems under Linux (see code). VirtualAlloc() fixed in "loader/ext.c". * VirtualAlloc() made to conform with win32 documented behavior regarding the alignment of the address and size arguments. * VirtualAlloc() detection of overlap with previous regions fixed. Patch by A. Guru ( a.guru at sympatico dot ca ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13304 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos, wordingdiego2004-09-101-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13303 b3059339-0415-0410-9bf9-f77b7e298cf2
* show video format for all demuxers, not just avi (move this somewhere else ↵rfelker2004-09-101-0/+9
| | | | | | if you prefer) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13302 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unused variable (leftover of having two instances of directory creationivo2004-09-101-3/+2
| | | | | | | | code, before I moved both and created a function for that). Made code clearer by moving ++variable out of a function call. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13301 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid always skipping first junk with a "sync lost" messagereimar2004-09-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't leave a messed up terminal after a crashrtognimp2004-09-091-2/+12
| | | | | | | | | | | | | | | | | | | | Old way: crash: try uninit + exit (4 times) crash: try exit(1) crash: send self kill -9 With this patch: crash: try uninit + exit (4 times) crash: forget about the normal mplayer uninit codepaths and try restore terminal by force + exit crash: try exit crash: send self kill -9 Patch by Jan Knutar ( jknutar at nic dot fi ) Approved by alex git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13299 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos and wordings picked up by Diegogpoirier2004-09-091-20/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.709: "some typo, case change"gpoirier2004-09-091-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13297 b3059339-0415-0410-9bf9-f77b7e298cf2
* Encoding options update, most are XviD relatedgpoirier2004-09-091-131/+312
| | | | | | | The manpage is up-to-date, in perfect sync with English 1.708. Yeah! ;-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13296 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-09-092-3/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13295 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typo, case changedanny2004-09-091-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13294 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.708 (aka first sync from my laptop;P)paszczi2004-09-091-142/+333
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13293 b3059339-0415-0410-9bf9-f77b7e298cf2
* All video filters are now documented and in sync against English man page.gpoirier2004-09-091-76/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13292 b3059339-0415-0410-9bf9-f77b7e298cf2
* adding the code documentation guide linesattila2004-09-091-0/+124
| | | | | | | now everyone has to follow them git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13291 b3059339-0415-0410-9bf9-f77b7e298cf2
* chunk size fix from Ross Finlayson, ported from xinediego2004-09-081-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13290 b3059339-0415-0410-9bf9-f77b7e298cf2
* CVS policy updated as discussed on dev-eng.diego2004-09-081-54/+72
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13289 b3059339-0415-0410-9bf9-f77b7e298cf2
* Von/van should not determine alphabetical order, email address added.diego2004-09-081-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13288 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typos on the XviD sectiongpoirier2004-09-081-12/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Synced with 1.707danny2004-09-081-482/+1305
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13286 b3059339-0415-0410-9bf9-f77b7e298cf2
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canivo2004-09-084-56/+58
| | | | | | | | | | | | easily be re-used by other video output drivers, without having inapproriate names. To make live easier for the translators, I have made the same changes to the German and Spanish translations (those who already picked up on the MSGTR_VO_* messages). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13285 b3059339-0415-0410-9bf9-f77b7e298cf2
* This patch moves the directory creation code to a separate function. I haveivo2004-09-081-61/+43
| | | | | | | | | tried to re-use as much code as possible, to reduce the size of the patch. All duplicate code is removed, resulting in my first patch that actually decreases the size of the binary by about 700 bytes :-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13284 b3059339-0415-0410-9bf9-f77b7e298cf2
* Big changes on XviD documentation.gpoirier2004-09-071-48/+211
| | | | | | | | | All options are now _very well_ documented ;-) Some options related to each others have been moved around Deprecated are marked as such git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13283 b3059339-0415-0410-9bf9-f77b7e298cf2
* OpenBSD clarification by Björn Sandell <biorn @ dce . chalmers . se>diego2004-09-071-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13282 b3059339-0415-0410-9bf9-f77b7e298cf2
* newly created videofilters sectionkraymer2004-09-071-85/+90
| | | | | | | \-vf has been moved there from decoding section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13281 b3059339-0415-0410-9bf9-f77b7e298cf2
* finished translation and review of decoding/filtering sectionkraymer2004-09-071-15/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13280 b3059339-0415-0410-9bf9-f77b7e298cf2
* \-af note addedkraymer2004-09-071-81/+89
| | | | | | | | | | | | typos and expression changes unification of some technical terms macroblock -> makroblock bewegungsvektor -> Motion-Vector Nachbearbeitung -> Postprocessing little general work on decoding/filtering section git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13279 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cumulative patchgpoirier2004-09-071-1/+28
| | | | | | | | "X11 options do not affect SDL", "\-noencodedups", "mplayer -af help now lists all available audio filters", "pullup docs + new feature for slow cpus" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13278 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with Diego's alphabetical order for lavdoptsgpoirier2004-09-071-55/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13277 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable direct rendering for h264michael2004-09-071-1/+1
| | | | | | | until now we did try with dr, and disabled it if more then 1 reference frame was used, but that rarely resulted in dr+h264 and its not guranteed to work as stride may end up different, and remocing CODEC_CAP_DR1 from h264 in ffmpeg isnt correct either as the h264 codec does support it git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13276 b3059339-0415-0410-9bf9-f77b7e298cf2
* MPlayer X11 options do not affect SDL.diego2004-09-071-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13275 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingdiego2004-09-071-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13274 b3059339-0415-0410-9bf9-f77b7e298cf2
* reorder lavdopts suboptions to achieve alphabetical orderkraymer2004-09-061-36/+36
| | | | | | | | | fixed the same typo a few times changed macro definition (now in sync) that fixed 'non-compliant' display of suboptions listings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13273 b3059339-0415-0410-9bf9-f77b7e298cf2
* \-jpeg movedkraymer2004-09-061-114/+180
| | | | | | | | | updates in decoding/filtering section, especially addes lavdopts suboptions changed disclaimer other minor fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13272 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally diego will be happy....this is totally useless but oh well :)rfelker2004-09-061-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13271 b3059339-0415-0410-9bf9-f77b7e298cf2
* mplayer -af help now lists all available audio filters.ivo2004-09-064-0/+19
| | | | | | | Updated manual page. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13270 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not modify d_width and d_height when -xy option was given, otherwise -xy ↵reimar2004-09-061-1/+2
| | | | | | has no effect with e.g. vo_gl git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13269 b3059339-0415-0410-9bf9-f77b7e298cf2
* pullup docs + new feature for slow cpus :)rfelker2004-09-062-3/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Copy-n-Paste bug breaking channel selection in audio configuration dialogreimar2004-09-061-2/+2
| | | | | | | Patch by (eyager at chartermi dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13267 b3059339-0415-0410-9bf9-f77b7e298cf2
* typodiego2004-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13266 b3059339-0415-0410-9bf9-f77b7e298cf2
* pan filter needs number of _input_ channels, ported from the man page.diego2004-09-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13265 b3059339-0415-0410-9bf9-f77b7e298cf2
* List administrators.diego2004-09-061-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13264 b3059339-0415-0410-9bf9-f77b7e298cf2
* mailing lists and german documentation maintainers, spellingdiego2004-09-061-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13263 b3059339-0415-0410-9bf9-f77b7e298cf2
* -lavdopts fast, small fix to -lavdopts ecdiego2004-09-061-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13262 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical order for lavdoptsdiego2004-09-061-44/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13261 b3059339-0415-0410-9bf9-f77b7e298cf2
* MB, QP explanation, some more consistencydiego2004-09-061-15/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13260 b3059339-0415-0410-9bf9-f77b7e298cf2
* some new patch policy: compression, mail threading, printf vs mp_msgdiego2004-09-061-8/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13259 b3059339-0415-0410-9bf9-f77b7e298cf2
* More information on XviD's "interlaced" and "4mv" options thanks to agpoirier2004-09-061-1/+7
| | | | | | | discution with XviD devs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13258 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix seeking with -hr-mp3-seek. maybe not the best fix (why is last_ptsrfelker2004-09-051-0/+1
| | | | | | | | | | | | | ever infinite?!?!) but at least it makes it work... :) patch by Balazs KOSSOVICS (tevefeju AT freemail.hu): Hi! When we listening music with "-hr-mp3-seek" option, than there is a negative value at the first rewinds in the statusrange (-52 hours, some minutes). The patch is against this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13257 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sorry, typokraymer2004-09-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13256 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to latest updates in vo_jpeg.c sectionkraymer2004-09-051-1/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13255 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pretty much all filters documented and in sync now (up to "phase" filter,gpoirier2004-09-051-123/+260
| | | | | | | | for which I did my best to translate, but as I don't understand what it does, it would be wise for someone to double-check) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some minor vo_jpeg fixes:ivo2004-09-053-2/+9
| | | | | | | | | | Removed unused variable dst. MPlayer now exits if it is unable to create a file for JPEG output and prints an appropriate message, instead of going on if all is right (which is not). Added line to authors file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13253 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed --enable-gif bugjoey2004-09-051-0/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13252 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed warning in my patchrfelker2004-09-051-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13251 b3059339-0415-0410-9bf9-f77b7e298cf2
* ensure that avi files have a valid header as soon as possible.rfelker2004-09-051-0/+7
| | | | | | | | | | | | | | without this, the header says 0x0 video size, which works with mplayer when the video size is stored in the codec data, but it does NOT work with other players or with codecs that don't store size (e.g. snow). actually i don't like having seeks in the muxer module, but i don't know any other way to implement this fix without major changes to mencoder. if you have a better fix, please reverse this and commit yours. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13250 b3059339-0415-0410-9bf9-f77b7e298cf2
* updates -vo jpeg:options and minor syncgpoirier2004-09-051-39/+32
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13249 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removal of -jpeg commandline option.ivo2004-09-044-60/+225
| | | | | | | | It's replaced by an options parser in the module itself. Instead of mplayer -vo jpeg -jpeg options one now has to use mplayer -vo jpeg:options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13248 b3059339-0415-0410-9bf9-f77b7e298cf2
* alignment for SPARC64, second tryreimar2004-09-041-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13247 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_pan wants number of _input_ channels, fixes bugzilla bug #22reimar2004-09-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13246 b3059339-0415-0410-9bf9-f77b7e298cf2
* switch_vsync patch by Aurelien Jacobs <aurel @ gnuage.org>, small fixdiego2004-09-041-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13245 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync to latest manpage reviews by Diegokraymer2004-09-031-31/+29
| | | | | | | other marginal fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13244 b3059339-0415-0410-9bf9-f77b7e298cf2
* We don't need to support the old nvidia binary driver bug any longer.al2004-09-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13243 b3059339-0415-0410-9bf9-f77b7e298cf2
* better documentation of not obvious subq default settinggpoirier2004-09-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13242 b3059339-0415-0410-9bf9-f77b7e298cf2
* Diego's man page review part VIII commited, small syncs on video filtersgpoirier2004-09-031-68/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13241 b3059339-0415-0410-9bf9-f77b7e298cf2
* alphabetical orderdiego2004-09-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13240 b3059339-0415-0410-9bf9-f77b7e298cf2
* All libavcodec encoding options are now documentedgpoirier2004-09-031-148/+183
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13239 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved suboption parsing, fixes also compiler warningsreimar2004-09-031-13/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13238 b3059339-0415-0410-9bf9-f77b7e298cf2
* first attempt to make 24-bit PCM DVDs workreimar2004-09-031-8/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13237 b3059339-0415-0410-9bf9-f77b7e298cf2
* strictness level -1 to 'almost' ignore breaksrfelker2004-09-031-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13236 b3059339-0415-0410-9bf9-f77b7e298cf2
* just some debugging junk i'd like to have in there for now :)rfelker2004-09-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13235 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing initialization of roundreimar2004-09-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13234 b3059339-0415-0410-9bf9-f77b7e298cf2
* hue filter bugfix by ("James Crowson" <jbcrowso at ncsu dot edu>)michael2004-09-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13233 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-09-021-2/+144