summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added key autorepeat support. Options to enable/disable joystick and lircalbeu2002-02-114-102/+228
| | | | | | | and set autorepeat delay and rate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4658 b3059339-0415-0410-9bf9-f77b7e298cf2
* add initial mPNG supportpontscho2002-02-118-4/+152
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4657 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unroll -ni usage for deint. Anyway it doesn't help :(nick2002-02-111-8/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4656 b3059339-0415-0410-9bf9-f77b7e298cf2
* tell to driver doublebufferingnick2002-02-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4655 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the url_copy function , since it was badly implemented,bertrand2002-02-112-17/+2
| | | | | | | and a url_new can do the job. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4654 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleaned up the way proxies checking was done.bertrand2002-02-111-13/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4653 b3059339-0415-0410-9bf9-f77b7e298cf2
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-113-759/+405
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4652 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated. please check...arpi2002-02-111-26/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4651 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled memcpy variant bugfix (negative strides)michael2002-02-101-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4650 b3059339-0415-0410-9bf9-f77b7e298cf2
* blessed the QT SMC video codec as being "working"melanson2002-02-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4649 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed the last few SMC bugs, thanks to Roberto Togni's bug huntingmelanson2002-02-102-35/+38
| | | | | | | | prowess; also added link to algorithm description in Roberto's RPZA decoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4648 b3059339-0415-0410-9bf9-f77b7e298cf2
* reinstated original palette decision logic from XAnim (was the QT specmelanson2002-02-101-1/+3
| | | | | | | wrong on this?) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4647 b3059339-0415-0410-9bf9-f77b7e298cf2
* added nmhd, added checking for audio trak in demux_mov_fill_bufferalex2002-02-101-1/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4646 b3059339-0415-0410-9bf9-f77b7e298cf2
* break if error in decompressing, moved buffer allocatingalex2002-02-101-20/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4645 b3059339-0415-0410-9bf9-f77b7e298cf2
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringalex2002-02-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4644 b3059339-0415-0410-9bf9-f77b7e298cf2
* check for overflow in new_sh_video and new_sh_audioalex2002-02-102-2/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4643 b3059339-0415-0410-9bf9-f77b7e298cf2
* allways use swScalermichael2002-02-101-119/+54
| | | | | | | keep aspect ratio during resizeing and fullscreen git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4642 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused includes, added fastmemcpy support, removed local copy of ↵alex2002-02-101-88/+4
| | | | | | rgb24toyv12 (using one in postproc/rgb2rgb.c) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4641 b3059339-0415-0410-9bf9-f77b7e298cf2
* support swscaler for i420alex2002-02-101-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
* div3/vfw encoding fixedarpi2002-02-103-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
* added options for completeness: --enable-gcc-checking, --disable-profilepl2002-02-101-1/+16
| | | | | | | | | | (found by Pontscho) added workaround for CPU in config.h when using --target (found by Gabucino) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4638 b3059339-0415-0410-9bf9-f77b7e298cf2
* -playlist also accepts ASX filesgabucino2002-02-102-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4637 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -dvd-device and -cdrom-devicegabucino2002-02-102-4/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4636 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied Alban Bedel's patch (-dvd-device and -cdrom-device)gabucino2002-02-102-11/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4635 b3059339-0415-0410-9bf9-f77b7e298cf2
* Portabilitynick2002-02-101-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4634 b3059339-0415-0410-9bf9-f77b7e298cf2
* added credits for Roberto Tognigabucino2002-02-101-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4633 b3059339-0415-0410-9bf9-f77b7e298cf2
* [REVERSE] this patch translated the file back to englishgabucino2002-02-101-191/+191
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4632 b3059339-0415-0410-9bf9-f77b7e298cf2
* added more tips on codec developmentmelanson2002-02-101-3/+60
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4631 b3059339-0415-0410-9bf9-f77b7e298cf2
* BGR24 support, including flip flagarpi2002-02-101-19/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4630 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-103-32/+134
| | | | | | | | correctly; modified Cinepak decoder in order to deal with the deviant CVID data from FILM files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4629 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr15 / bgr16 input support (with -zoom)michael2002-02-101-7/+15
| | | | | | | stride % 8 == 0 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4628 b3059339-0415-0410-9bf9-f77b7e298cf2
* DV-ntsc (dvc) added for quicktime DV steramsarpi2002-02-101-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4627 b3059339-0415-0410-9bf9-f77b7e298cf2
* temp. workaround for VFW upside-down fliparpi2002-02-101-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4626 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixedsize video samples fixed (dvntsc-qt.mov)arpi2002-02-101-8/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4625 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled BGR24 -> YV12michael2002-02-101-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4624 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24toyv12 in MMX (untested)michael2002-02-102-2/+258
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4623 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't read index for -forceidx and -nodix (speedup with bad media and not ↵atmos42002-02-101-1/+2
| | | | | | needed anyway) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4622 b3059339-0415-0410-9bf9-f77b7e298cf2
* initial seeking (-ss) support in mencoderrfelker2002-02-102-3/+31
| | | | | | | make mplayer's default video encoder fallback to libavcodec or raw if divx4 isn't supported git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4621 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr24toUV in MMXmichael2002-02-092-2/+156
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4620 b3059339-0415-0410-9bf9-f77b7e298cf2
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4619 b3059339-0415-0410-9bf9-f77b7e298cf2
* "I finished the rest of the german documentation and fixedgabucino2002-02-094-361/+723
| | | | | | | | some html-files. Everything should now be up-to-date." - Jonas Jermann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4618 b3059339-0415-0410-9bf9-f77b7e298cf2
* Testmswitch2002-02-091-12/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4617 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added native codec support for QT RPZA data, courtesy of Roberto Tognimelanson2002-02-096-1/+288
| | | | | | | <rtogni@freemail.it> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4616 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied David Holm's patchgabucino2002-02-091-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4615 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 ↵mswitch2002-02-091-7/+15
| | | | | | | | | patch), this solves alot of issues for ppl who had problems with the new prebuffering code git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4614 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr24toY in MMXmichael2002-02-092-1/+80
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4613 b3059339-0415-0410-9bf9-f77b7e298cf2
* Get(Set) deinterlacingnick2002-02-091-1/+49
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4612 b3059339-0415-0410-9bf9-f77b7e298cf2
* temporary solution to disable adaptive deinterlacing enginenick2002-02-091-1/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a bug where seeking would lock mplayermswitch2002-02-091-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix according to strange bugreportnick2002-02-091-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4609 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed some stuff from the em8300 driver, had to compensatemswitch2002-02-091-6/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4608 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixnexus2002-02-091-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4607 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added switch to disable prebufferingmswitch2002-02-091-9/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4606 b3059339-0415-0410-9bf9-f77b7e298cf2
* ARGH, changing playback speed was a mistake...mswitch2002-02-091-7/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4605 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed some stuff with setting timestamps, and added proper setting of ↵mswitch2002-02-091-2/+7
| | | | | | | | | playback speed. I'm guessing I'm looking at lots of sleepless nights ahead =( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4604 b3059339-0415-0410-9bf9-f77b7e298cf2
* Thanks to the new control() method I've finally been able to add ↵mswitch2002-02-091-13/+21
| | | | | | | | | prebuffering support. This should greatly inprove performance on all systems... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4603 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4602 b3059339-0415-0410-9bf9-f77b7e298cf2
* "Here is the correct patch again, some changes for the old ones and a patch forgabucino2002-02-095-50/+194
| | | | | | | | | the german cd-dvd.html. Video-docs (and gcc-docs) needs still work. The rest should be up-to-date." - Jonas Jermann git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4601 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_yuv4mpeg addedarpi2002-02-092-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2
* setting vo_fps, required for vo_yuv4mpegarpi2002-02-091-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4599 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4598 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10000hl to Holm... control MUST BE static...arpi2002-02-0927-27/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4597 b3059339-0415-0410-9bf9-f77b7e298cf2
* screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>arpi2002-02-091-0/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4596 b3059339-0415-0410-9bf9-f77b7e298cf2
* g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>arpi2002-02-091-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4595 b3059339-0415-0410-9bf9-f77b7e298cf2
* libvo's query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-3/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4594 b3059339-0415-0410-9bf9-f77b7e298cf2
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-0931-117/+247
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4593 b3059339-0415-0410-9bf9-f77b7e298cf2
* by Daniel.Bena@dm-drogeriemarkt.skjaf2002-02-081-0/+313
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4592 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
| | | | | | | and added mouse support for new input git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4591 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for key combination and mouse buttons key codealbeu2002-02-084-74/+218
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4590 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied David Holm's patchgabucino2002-02-081-8/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4589 b3059339-0415-0410-9bf9-f77b7e298cf2
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-082-55/+98
| | | | | | | Plus : stop displaying PAUSE when -quiet is used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4588 b3059339-0415-0410-9bf9-f77b7e298cf2
* fastmemcpymichael2002-02-081-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4587 b3059339-0415-0410-9bf9-f77b7e298cf2
* vao, something changed in these files!gabucino2002-02-082-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4586 b3059339-0415-0410-9bf9-f77b7e298cf2
* better RoQ explanationgabucino2002-02-082-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4585 b3059339-0415-0410-9bf9-f77b7e298cf2
* added Anders Johanssongabucino2002-02-081-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4584 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied patch from Andres Johanssongabucino2002-02-082-8/+63
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4583 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled BGR15->BGR16michael2002-02-081-4/+37
| | | | | | | a few bugfixes of the other unscaled converters git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4582 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr15 input supportmichael2002-02-082-2/+76
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4581 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster bgr16 inputmichael2002-02-081-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4580 b3059339-0415-0410-9bf9-f77b7e298cf2
* bgr16 input supportmichael2002-02-082-2/+62
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4579 b3059339-0415-0410-9bf9-f77b7e298cf2
* csak ugygabucino2002-02-072-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4578 b3059339-0415-0410-9bf9-f77b7e298cf2
* better namingarpi2002-02-071-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4577 b3059339-0415-0410-9bf9-f77b7e298cf2
* VfW encoding support (very alpha yet)arpi2002-02-072-3/+47