summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-1549-89/+702
| | | | | | | | Syntax is we decided, so you can give the nomes or not with both vop and vf. vf take precedence over vop. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix for truespeech dll, patch by <dimakar(at)yahoo.com>rtognimp2003-03-151-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9593 b3059339-0415-0410-9bf9-f77b7e298cf2
* Read extradata for wav files, based on patch by <dimakar(at)yahoo.com>. ↵rtognimp2003-03-151-5/+16
| | | | | | Required for truespeech files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>. (This is the right patch)rtognimp2003-03-151-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9591 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix -loop problemfaust32003-03-151-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9590 b3059339-0415-0410-9bf9-f77b7e298cf2
* add MODULE_LICENSEarpi2003-03-141-0/+3
| | | | | | | based on patch by Kronos <kronos@kronoz.cjb.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9589 b3059339-0415-0410-9bf9-f77b7e298cf2
* replace snd_pcm_drain with snd_pcm_drophenry2003-03-142-34/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9588 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10Lalbeu2003-03-141-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9587 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some memleaksalbeu2003-03-141-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9586 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some free(NULL) found with njamdalbeu2003-03-141-7/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9585 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix small memleak in control().ranma2003-03-141-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9584 b3059339-0415-0410-9bf9-f77b7e298cf2
* clear black bands when using slicesarpi2003-03-141-0/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9583 b3059339-0415-0410-9bf9-f77b7e298cf2
* a warning fix and rgb15/16 support by Sascha Sommeralex2003-03-141-2/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9582 b3059339-0415-0410-9bf9-f77b7e298cf2
* index per streammichael2003-03-131-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9581 b3059339-0415-0410-9bf9-f77b7e298cf2
* *signed int vlc (needs only 5 lines of code so its no increase of complexity)michael2003-03-131-63/+136
| | | | | | | | | | | | | | | *moving subpacket shuffle type to the header *encoding packet timestamps as signed difference from the msb_timestamp this is more flexible & cleaner *optionally storing the keyframe flag for subpackets (in RLE) *storing the timestamps differences for subpackets (in RLE) *storing the signed differences of subpacket sizes instead of unsigned diff from some base size *more compact encoding of common name/type for info packets *removing fixed entries at the start of info packets (simpler) *removing stuffing packet (uneeded, vlc itself allows padding) *fixing sample code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9580 b3059339-0415-0410-9bf9-f77b7e298cf2
* Better error messages (with line number now) and make unknow optionalbeu2003-03-131-7/+11
| | | | | | | non-fatal for ppl wich compile many different versions git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9579 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1000lmichael2003-03-131-2/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Always-install-en-as-default-manpage-patch by Andreas Hess <jaska@gmx.net>.diego2003-03-121-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9577 b3059339-0415-0410-9bf9-f77b7e298cf2
* Animatrix AAC fix, patch by <dimakar(at)yahoo.com>rtognimp2003-03-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9576 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-03-121-3/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9575 b3059339-0415-0410-9bf9-f77b7e298cf2
* libavcodec syncrik2003-03-121-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9574 b3059339-0415-0410-9bf9-f77b7e298cf2
* Prevent vo window flashing.ranma2003-03-121-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9573 b3059339-0415-0410-9bf9-f77b7e298cf2
* per context frame_rate_basemichael2003-03-121-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9572 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L the comment header again. That's it when you stole someone else code ;)albeu2003-03-121-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9571 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_xover is a new vo that should make easy to have x11 support foralbeu2003-03-125-24/+555
| | | | | | | | | | all overlay based vo. Add support for xover to tdfx_vid. Sometimes the display flash bcs the x server fuckup the overlay settings :( Not so bad as it only append when i switch the focused window here. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9570 b3059339-0415-0410-9bf9-f77b7e298cf2
* Shut up some debug messagesalbeu2003-03-121-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9569 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for the overlay, that save one stretch blit for bgr16 and YUV formatsalbeu2003-03-121-5/+94
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9568 b3059339-0415-0410-9bf9-f77b7e298cf2
* Overlay support (now vo_xtdfx is possible :) and yet another way toalbeu2003-03-123-20/+251
| | | | | | | | access the mem. Still the same problem than with the page fault handler :( But it doesn't need a patched agpgart. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9567 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved RTP packet buffering, by relying on the underlying OS's UDPrsf2003-03-113-221/+336
| | | | | | | | | | socket buffering. Improve A/V sync by dropping packets when one stream gets too far behind the other. Now tries to figure out the video frame rate automatically (if "-fps" is not used). Added support for MPEG-4 Elementary Stream video and MPEG-4 Generic audio RTP streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9566 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made "force_fps" non-static, because code in "libmpdemux" refers to it.rsf2003-03-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9565 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove hardcoded "goto goto_next_file;" for -identify switch as suggestedranma2003-03-101-1/+0
| | | | | | | | by "Per Winkvist <per.winkvist@telia.com>", use -frames 0 if you want the old behaviour. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9564 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use -frames 0 instead of hardcoded "goto goto_next_file;"ranma2003-03-101-1/+1
| | | | | | | (Suggested by "Per Winkvist <per.winkvist@telia.com>" in private mail) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9563 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fixed playback of files with bad WxH in header (tricky! we can always read thearpi2003-03-101-16/+32
| | | | | | | | | | secondary WxH values, but only the codec can decide which one is the correct...) - better fps parsing - print VIDEO: line with codec info based on patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9562 b3059339-0415-0410-9bf9-f77b7e298cf2
* Pass start slice to the vo it make dr + slice implemantation easieralbeu2003-03-102-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9561 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update, add support for DR and draw image. Sadly reading from the agpalbeu2003-03-101-111/+169
| | | | | | | aperture is slow as hell, so dr is disabled on ipb atm. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9560 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update, new page fault handler to access the agp mem. Doesn't really workalbeu2003-03-092-37/+152
| | | | | | | | | here (display is grabelled) but read are realiable and fast. Could it be possible to write with the aperture and read with the page fault handler ? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9559 b3059339-0415-0410-9bf9-f77b7e298cf2
* I forgot to commit this filealbeu2003-03-091-2/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9558 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l :)arpi2003-03-091-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9557 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hopefully fixed all RV30/RV40 A-V sync issuesarpi2003-03-091-9/+24
| | | | | | | based on patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9556 b3059339-0415-0410-9bf9-f77b7e298cf2
* new version of the de-telecine filter, largely rewritten. should workrfelker2003-03-092-126/+334
| | | | | | | | much better. please report if there are any cases where the old one worked better. the docs could also use some nicer formatting... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9555 b3059339-0415-0410-9bf9-f77b7e298cf2
* Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)arpi2003-03-091-2/+2
| | | | | | | | noticed by Balatoni Denes <pnis@coder.hu> [sample files: pro: DISK1.RM contra: spygames-2MB.rmvb] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9554 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ugly hack to handle bad width/height values from stream headerarpi2003-03-091-5/+27
| | | | | | | | (decode the first frame, and use the w*h reported by codec) patch by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9553 b3059339-0415-0410-9bf9-f77b7e298cf2
* - removed unused global 'handle'arpi2003-03-091-16/+28
| | | | | | | | | | | - added __builtin_delete() for cook (rp9 version at least) - use OpenCodec2 when avaialble, 2nd param is codecpath (traced from rp8) - fallback to i_bps=12000 when raGetFlavorProperty(1) fails (some rp9 cook flavors) - disabled dlclose, caused memcorruption (FIXME) inspired by bugreports/patches by Balatoni Denes <pnis@coder.hu> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9552 b3059339-0415-0410-9bf9-f77b7e298cf2
* RAOpenCodec2() have 2 parametersarpi2003-03-091-3/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9551 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document translated to polish language.mpt2003-03-091-587/+457
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9550 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds SGI files to the list of image types supported by mencoder. -Toddjonas2003-03-085-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9549 b3059339-0415-0410-9bf9-f77b7e298cf2
* merging fourcc with codec_tagmichael2003-03-082-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9548 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)albeu2003-03-073-0/+503
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9547 b3059339-0415-0410-9bf9-f77b7e298cf2
* tdfx_vid a new kernel driver for tdfx wich let use agp move :)albeu2003-03-074-1/+877
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9546 b3059339-0415-0410-9bf9-f77b7e298cf2
* vidix rage128 ecp_div patch by (Magnus Damm <damm at opensource dot se>)michael2003-03-071-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9545 b3059339-0415-0410-9bf9-f77b7e298cf2
* rv40 pict_type parsermichael2003-03-071-5/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9544 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-03-061-143/+148
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9543 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncnicolas2003-03-062-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9542 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove yuv2rgb and support frame duplicationjoey2003-03-061-40/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9541 b3059339-0415-0410-9bf9-f77b7e298cf2
* typonicolas2003-03-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9540 b3059339-0415-0410-9bf9-f77b7e298cf2
* Some 10l and better layer handling (to comply with DFB 0.9.17)zdar2003-03-051-20/+87
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9539 b3059339-0415-0410-9bf9-f77b7e298cf2
* Empty directories can only be removed by the CVS admin.diego2003-03-051-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9538 b3059339-0415-0410-9bf9-f77b7e298cf2
* aic & umvmichael2003-03-052-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9537 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)michael2003-03-052-6/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9536 b3059339-0415-0410-9bf9-f77b7e298cf2
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at ↵michael2003-03-055-2/+342
| | | | | | pacbell dot net>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9535 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li ↵michael2003-03-051-2/+3
| | | | | | at ieee dot org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9534 b3059339-0415-0410-9bf9-f77b7e298cf2
* hmm found this in my local tree ;)michael2003-03-051-3/+3
| | | | | | | seems to fix chroma w/h if %2!=0 ?? git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9533 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee ↵michael2003-03-052-0/+6
| | | | | | dot org>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9532 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncgabucino2003-03-052-114/+118
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9531 b3059339-0415-0410-9bf9-f77b7e298cf2
* dfb updatesgabucino2003-03-052-3/+4
| | | | | | | typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9530 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l (pp cant convert formats) fixes segfaultmichael2003-03-041-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9529 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***mpt2003-03-041-582/+436
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9528 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use css like the rest of documentation. Use polish encoding.eyck2003-03-041-7/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9527 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translation from imoteph/adrianeyck2003-03-041-467/+590
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9526 b3059339-0415-0410-9bf9-f77b7e298cf2
* New translation from Zorg ( Konrad Materka )eyck2003-03-041-57/+117
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Another batch of translation from Zorg ( Konrad Materka )eyck2003-03-041-315/+614
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing uninitalbeu2003-03-041-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9523 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed geometry that someone broke grr.mark2003-03-031-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9522 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new nuppel video encoder. Mainly for RT encoding on slow box.albeu2003-03-035-1/+231
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9521 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L never blowup an option pointer !!!!albeu2003-03-031-2/+3
| | | | | | | That fix Gub's bug (sorry for the delay ;) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9520 b3059339-0415-0410-9bf9-f77b7e298cf2
* workaround wrong detected memory sizes on G400 cards.attila2003-03-021-0/+21
| | | | | | | patch by ilmari@ping.uio.no (Dagfinn Ilmari Mannsåker) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9519 b3059339-0415-0410-9bf9-f77b7e298cf2
* clean up of -geometry code.attila2003-03-027-42/+59
| | | | | | | disabled -geometry for all but -vo xv (will be fixed later) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9518 b3059339-0415-0410-9bf9-f77b7e298cf2
* synczdar2003-03-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9517 b3059339-0415-0410-9bf9-f77b7e298cf2
* Layer configuration handling updateszdar2003-03-021