aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* mem2agpcpy()Gravatar michael2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4682 b3059339-0415-0410-9bf9-f77b7e298cf2
* sok ize, mutyur, bizbasz.Gravatar gabucino2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4681 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing #ifdef HAVE_XDPMSGravatar pl2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4680 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for XviD library detection:Gravatar pl2002-02-12
| | | | | | | | | | | | | | | - preferences are: xvid static > xvid dyn. > divx4 dyn. > opendivx static > nothing - --enable/disable-xvid (default = autoenabled if libxvidcore.so found) - --with-xvidcore=... (to use a static linking: path to xvid's libcore.a) Notes: - opendivx postprocess filters are not enabled for xvid as Michael's are better - add weird path for include/dyn lib to the --with-extra* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4679 b3059339-0415-0410-9bf9-f77b7e298cf2
* default is allways nozoom again (specify -zoom if u want the sane behavior)Gravatar michael2002-02-12
| | | | | | | call freeSwsContext() on uninit() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4678 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed old testing partGravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4677 b3059339-0415-0410-9bf9-f77b7e298cf2
* added informat support (for encoding)Gravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4676 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb/bgr 32bpp and IYUV/I420 supportGravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4675 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpg 32bpp supportGravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4674 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpng: 32bpp supportGravatar alex2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4673 b3059339-0415-0410-9bf9-f77b7e298cf2
* 32bpp support, allocating palette based on used colors by file (possible ↵Gravatar alex2002-02-12
| | | | | | overflow fix) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4672 b3059339-0415-0410-9bf9-f77b7e298cf2
* this file is obsoleted by videodev_mjpeg.hGravatar rik2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4671 b3059339-0415-0410-9bf9-f77b7e298cf2
* this file obsoletes zoran.h and contains the Recommended interface ↵Gravatar rik2002-02-12
| | | | | | definition for zr devices git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4670 b3059339-0415-0410-9bf9-f77b7e298cf2
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)Gravatar rik2002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4669 b3059339-0415-0410-9bf9-f77b7e298cf2
* add vsync support for doublebuffering to vo_vesaGravatar atmos42002-02-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4668 b3059339-0415-0410-9bf9-f77b7e298cf2
* - Shutdown capturing before playbackGravatar nick2002-02-12
| | | | | | | | - More correct waiting for vsync (Note: "quaking" is still there (unlike GATOS)) :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4667 b3059339-0415-0410-9bf9-f77b7e298cf2
* ehh. forgot to commit this one...Gravatar arpi2002-02-12
| | | | | | | | - workaround for files with bad index (first chunk absolute, other relative offsets) -> fixes many 'no video stream found' bugreports git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4666 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVI demuxer fixes:Gravatar arpi2002-02-12
| | | | | | | | | | | - workaround for files with bad index (first chunk absolute, others relative offsets) (fixes many 'no video stream found' bugreports) - check for LIST boundaries, truncate if sub-chunk wraps LIST endpos (FMP_3.avi) - support/workaround for empty info blocks with size=3 (FMP_3.avi) - lots of new avi info types added (from avifile source), just for fun... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4665 b3059339-0415-0410-9bf9-f77b7e298cf2
* obladi-obladaGravatar gabucino2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4664 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor rounding bugfix in the aspect stuffGravatar michael2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4663 b3059339-0415-0410-9bf9-f77b7e298cf2
* -fs and or -vm default is nozoom, -zoom does the expected thingGravatar michael2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4662 b3059339-0415-0410-9bf9-f77b7e298cf2
* A whole bunch of free_demuxer in demux_openGravatar albeu2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Place holder for registering modules optionsGravatar albeu2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4660 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added new input mouse support in x11 voGravatar albeu2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4659 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added key autorepeat support. Options to enable/disable joystick and lircGravatar albeu2002-02-11
| | | | | | | and set autorepeat delay and rate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4658 b3059339-0415-0410-9bf9-f77b7e298cf2
* add initial mPNG supportGravatar pontscho2002-02-11
| | | | 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 :(Gravatar nick2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4656 b3059339-0415-0410-9bf9-f77b7e298cf2
* tell to driver doublebufferingGravatar nick2002-02-11
| | | | 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,Gravatar bertrand2002-02-11
| | | | | | | 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.Gravatar bertrand2002-02-11
| | | | 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>Gravatar arpi2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4652 b3059339-0415-0410-9bf9-f77b7e298cf2
* updated. please check...Gravatar arpi2002-02-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4651 b3059339-0415-0410-9bf9-f77b7e298cf2
* unscaled memcpy variant bugfix (negative strides)Gravatar michael2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4650 b3059339-0415-0410-9bf9-f77b7e298cf2
* blessed the QT SMC video codec as being "working"Gravatar melanson2002-02-10
| | | | 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 huntingGravatar melanson2002-02-10
| | | | | | | | 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 specGravatar melanson2002-02-10
| | | | | | | 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_bufferGravatar alex2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4646 b3059339-0415-0410-9bf9-f77b7e298cf2
* break if error in decompressing, moved buffer allocatingGravatar alex2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4645 b3059339-0415-0410-9bf9-f77b7e298cf2
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringGravatar alex2002-02-10
| | | | 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_audioGravatar alex2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4643 b3059339-0415-0410-9bf9-f77b7e298cf2
* allways use swScalerGravatar michael2002-02-10
| | | | | | | 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 ↵Gravatar alex2002-02-10
| | | | | | 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 i420Gravatar alex2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4640 b3059339-0415-0410-9bf9-f77b7e298cf2
* div3/vfw encoding fixedGravatar arpi2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4639 b3059339-0415-0410-9bf9-f77b7e298cf2
* added options for completeness: --enable-gcc-checking, --disable-profileGravatar pl2002-02-10
| | | | | | | | | | (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 filesGravatar gabucino2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4637 b3059339-0415-0410-9bf9-f77b7e298cf2
* added -dvd-device and -cdrom-deviceGravatar gabucino2002-02-10
| | | | 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)Gravatar gabucino2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4635 b3059339-0415-0410-9bf9-f77b7e298cf2
* PortabilityGravatar nick2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4634 b3059339-0415-0410-9bf9-f77b7e298cf2
* added credits for Roberto TogniGravatar gabucino2002-02-10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4633 b3059339-0415-0410-9bf9-f77b7e298cf2