summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* missing namediego2004-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12404 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint at -mf in mf:// syntax description.diego2004-05-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12403 b3059339-0415-0410-9bf9-f77b7e298cf2
* Blinkenlights section expanded.diego2004-05-031-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12402 b3059339-0415-0410-9bf9-f77b7e298cf2
* divx --> lavc, spelling, more sensible section namediego2004-05-031-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12401 b3059339-0415-0410-9bf9-f77b7e298cf2
* Obsolet -mf syntax replaced by mf://, based on a patch sent by Compn, bugdiego2004-05-031-20/+19
| | | | | | | fixes and further wording improvements by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12400 b3059339-0415-0410-9bf9-f77b7e298cf2
* Restore ftp support (was erroneusly disabled while fixing bogus errorsrtognimp2004-05-021-0/+2
| | | | | | | on conection failure) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12399 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable cyuv decoder from libavcodec, use it as preferred codec for cyuvrtognimp2004-05-021-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12398 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix hang for some asf video stream like ↵rtognimp2004-05-021-1/+1
| | | | | | | | | http://193.219.139.115/ltv/zinios/news1830_20040501.wmv Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12397 b3059339-0415-0410-9bf9-f77b7e298cf2
* bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)michael2004-05-021-0/+10
| | | | | | | with #if defined(WORDS_BIGENDIAN) && (WORDS_BIGENDIAN == 1) -> #ifdef WORDS_BIGENDIAN by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12396 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear buffer after (glX)SwapBuffers in fullscreen to avoid flickering bordersreimar2004-05-021-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12395 b3059339-0415-0410-9bf9-f77b7e298cf2
* As pointed by Diego, I forgot this.lumag2004-05-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12394 b3059339-0415-0410-9bf9-f77b7e298cf2
* nicer startcode before keyframe rulemichael2004-05-021-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12393 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix url escaping and avoid double escapertognimp2004-05-013-33/+74
| | | | | | | Patch by adland, approved by Bertrand Baudet git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12392 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try to get an asf file with normal http protocol if http streamingrtognimp2004-05-011-0/+12
| | | | | | | fail. Patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12391 b3059339-0415-0410-9bf9-f77b7e298cf2
* -adapter is not directx specific anymore.diego2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12390 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_directx now supports keepaspect.diego2004-05-011-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12389 b3059339-0415-0410-9bf9-f77b7e298cf2
* keepaspect support, tryed to clean up DirectxManageDisplay a bit, enabled ↵faust32004-05-011-105/+69
| | | | | | UYVY support and fixed bugs where switching to fullscreen would keep the console window on top and where the initial window position is wrongly calculated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12388 b3059339-0415-0410-9bf9-f77b7e298cf2
* more stupid craprfelker2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12387 b3059339-0415-0410-9bf9-f77b7e298cf2
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchrfelker2004-05-012-10/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12386 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lrfelker2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12385 b3059339-0415-0410-9bf9-f77b7e298cf2
* ok this one is beyond stupid. the code didn't even do what was intendedrfelker2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12384 b3059339-0415-0410-9bf9-f77b7e298cf2
* GUI supportreimar2004-05-011-0/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12383 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync, update my email.lumag2004-05-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12382 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000000000l twisted typecastinghenry2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12381 b3059339-0415-0410-9bf9-f77b7e298cf2
* limits too small, my CBR mp3 samples have 2x overhead after removial of size ↵michael2004-05-011-2/+2
| | | | | | prediction git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12380 b3059339-0415-0410-9bf9-f77b7e298cf2
* more lvalue casts, ugly this timerfelker2004-05-011-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12379 b3059339-0415-0410-9bf9-f77b7e298cf2
* more lvalue castsrfelker2004-05-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12378 b3059339-0415-0410-9bf9-f77b7e298cf2
* more nonsense lvalue casts, at least these aren't quite as stupidrfelker2004-05-011-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12377 b3059339-0415-0410-9bf9-f77b7e298cf2
* and more and more stupidityrfelker2004-05-011-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12376 b3059339-0415-0410-9bf9-f77b7e298cf2
* more stupidityrfelker2004-05-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000000000000lrfelker2004-05-011-26/+26
| | | | | | | whoever wrote this crap has no understanding of c whatsoever... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12374 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync + wordingwight2004-05-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12373 b3059339-0415-0410-9bf9-f77b7e298cf2
* keepaspect and nokeepaspect are now useable by all vosfaust32004-05-014-11/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12372 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-05-013-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12371 b3059339-0415-0410-9bf9-f77b7e298cf2
* S/PDIF spelling correctedwight2004-05-013-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12370 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmeticmichael2004-05-011-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12369 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l for me. Header seek is not needed to fix 28_8 and can cause sig11rtognimp2004-05-011-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12368 b3059339-0415-0410-9bf9-f77b7e298cf2
* standard notationdiego2004-04-301-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12367 b3059339-0415-0410-9bf9-f77b7e298cf2
* additional start_code rule (implemenattion does this since a long time already)michael2004-04-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12366 b3059339-0415-0410-9bf9-f77b7e298cf2
* wordingdiego2004-04-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12365 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow user to disable writing of ODML indexranma2004-04-303-10/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12364 b3059339-0415-0410-9bf9-f77b7e298cf2
* Only use odml index for files that need itranma2004-04-301-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12363 b3059339-0415-0410-9bf9-f77b7e298cf2
* support for a few more radeons patch by Reza Jelveh <reza.jelveh at ↵faust32004-04-302-0/+9
| | | | | | tu-harburg.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12362 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l on cygwin WIN32 gets defined in config.hfaust32004-04-302-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12361 b3059339-0415-0410-9bf9-f77b7e298cf2
* add X11 headers to OPTFLAGS patch by Steven M. Schultz <sms at 2BSD.COM>faust32004-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make it compile on mingw again. Now it is finally possible to include ↵faust32004-04-304-4/+9
| | | | | | windows.h in mplayer.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2
* more cola, not mine thorfelker2004-04-301-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12358 b3059339-0415-0410-9bf9-f77b7e298cf2
* minimal fix for alex's 1000000000000l compile errors. imo the fix inrfelker2004-04-306-4/+10
| | | | | | | | | | aviheader.h is totally correct. defining useless typedefs that can conflict with other headers is bad practice. i don't like editing mmreg.h but oh well... if you have a better fix, commit it! finally, the fix in the ad_ and vd_ files seems totally correct. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12357 b3059339-0415-0410-9bf9-f77b7e298cf2
* oops, forgot this with the softskip patchrfelker2004-04-301-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12356 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l to me!rfelker2004-04-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12355 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove MSZH/ZLIB, FLI and QTRLE, they are now in ffmpegrtognimp2004-04-297-1326/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Should be Connection: close, and not closed.bertrand2004-04-291-1/+1
| | | | | | | | It has been there since v1.3... Thanks to Jonas Jensen <jbj@knef.dk> to noticed it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12353 b3059339-0415-0410-9bf9-f77b7e298cf2
* Leave the subs uninitialized and not "forcefully off" if the user hasn't ↵mosu2004-04-291-2/+5
| | | | | | chosen a stream with -sid. If he used -slang then we need the comment packet which might be found after demux_ogg_open has finished. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12352 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncwight2004-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12351 b3059339-0415-0410-9bf9-f77b7e298cf2
* spellingdiego2004-04-292-19/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12350 b3059339-0415-0410-9bf9-f77b7e298cf2
* typos, wordingdiego2004-04-291-12/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12349 b3059339-0415-0410-9bf9-f77b7e298cf2
* XML translation completewight2004-04-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12348 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12347 b3059339-0415-0410-9bf9-f77b7e298cf2
* dewinifyalex2004-04-291-6/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12346 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by paszczialex2004-04-292-3/+167
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12345 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't even mention avifile, 14 subtitlesalex2004-04-291-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12344 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot to commitalex2004-04-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12343 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed loader/ dependancy, imported some files from g2, also used patches ↵alex2004-04-289-53/+220
| | | | | | from Dominik Mierzejewski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12342 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2004-04-281-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12341 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated documentation for detc,ivtc,pulluprfelker2004-04-281-13/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12340 b3059339-0415-0410-9bf9-f77b7e298cf2
* document harddup and softskiprfelker2004-04-281-0/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12339 b3059339-0415-0410-9bf9-f77b7e298cf2
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-285-3/+93
| | | | | | | | | | | | | | frames that will be skipped, mencoded tells vf_softskip (if present) that it should drop the next frame. this allows filters that need to see every input frame (inverse telecine, denoise3d, ...) to see skipped frames before they get dropped. in principle, a smarter softskip filter could be written that would buffer frames and choose to drop the one with least change, rather than strictly dropping the next one. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12338 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l debug junkrfelker2004-04-281-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12337 b3059339-0415-0410-9bf9-f77b7e298cf2
* forgot this, needed for vf_hardduprfelker2004-04-281-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12336 b3059339-0415-0410-9bf9-f77b7e298cf2
* "hard" frame duplication for mencoder. this finally makes it possiblerfelker2004-04-284-2/+98
| | | | | | | | | to generate valid mpeg output from avi's that have duplicate frames in them, or when using inverse telecine filters. to use it, put the "harddup" filter at the end of your filter chain. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12335 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove frame typesmichael2004-04-281-29/+53
| | | | | | | | | add decode_delay and dts calculation/description monotonicity requirement samplerate_nom/denom git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12334 b3059339-0415-0410-9bf9-f77b7e298cf2
* play the audio buffer in case of normal eof (i know the change is rude, but ↵alex2004-04-271-2/+2
| | | | | | mplayer.c is hopelessly obfuscated) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12333 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spelling, mention that one vulnerability was fixed in 1.0pre3try2.diego2004-04-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mark all options that work only in combination with XXX as (XXX only).diego2004-04-271-45/+48
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12331 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't use odml when we don't have to -- the code is buggy!rfelker2004-04-271-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12330 b3059339-0415-0410-9bf9-f77b7e298cf2
* wma9 speech codec dmo and dshow entriesalex2004-04-271-0/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for 28_8 in rm files and header length != 0x4ertognimp2004-04-271-1/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12328 b3059339-0415-0410-9bf9-f77b7e298cf2
* More about myself + typortognimp2004-04-271-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hint about testing different colorspaces and putting codes in ./, based ondiego2004-04-271-1/+16
| | | | | | | a patch by Compn. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12326 b3059339-0415-0410-9bf9-f77b7e298cf2
* vocabularyrathann2004-04-273-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12325 b3059339-0415-0410-9bf9-f77b7e298cf2
* 2 more FAQs based on a patch made