summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sok ize, mutyur, bizbasz.gabucino2002-02-1212-158/+305
* missing #ifdef HAVE_XDPMSpl2002-02-121-0/+2
* Support for XviD library detection:pl2002-02-121-41/+76
* default is allways nozoom again (specify -zoom if u want the sane behavior)michael2002-02-121-3/+5
* fixed old testing partalex2002-02-121-8/+21
* added informat support (for encoding)alex2002-02-122-3/+13
* rgb/bgr 32bpp and IYUV/I420 supportalex2002-02-121-1/+21
* mpg 32bpp supportalex2002-02-121-2/+3
* mpng: 32bpp supportalex2002-02-121-1/+1
* 32bpp support, allocating palette based on used colors by file (possible over...alex2002-02-121-5/+25
* this file is obsoleted by videodev_mjpeg.hrik2002-02-121-372/+0
* this file obsoletes zoran.h and contains the Recommended interface definition...rik2002-02-121-0/+118
* migration of -vo zr to Recommended Interface definition (this obsoletes zoran.h)rik2002-02-121-13/+13
* add vsync support for doublebuffering to vo_vesaatmos42002-02-124-4/+9
* - Shutdown capturing before playbacknick2002-02-122-33/+194
* ehh. forgot to commit this one...arpi2002-02-121-2/+13
* AVI demuxer fixes:arpi2002-02-121-5/+93
* obladi-obladagabucino2002-02-114-6/+6
* minor rounding bugfix in the aspect stuffmichael2002-02-111-1/+1
* -fs and or -vm default is nozoom, -zoom does the expected thingmichael2002-02-111-8/+9
* A whole bunch of free_demuxer in demux_openalbeu2002-02-111-9/+20
* Place holder for registering modules optionsalbeu2002-02-113-1/+22
* Added new input mouse support in x11 voalbeu2002-02-115-4/+36
* Added key autorepeat support. Options to enable/disable joystick and lircalbeu2002-02-114-102/+228
* add initial mPNG supportpontscho2002-02-118-4/+152
* Unroll -ni usage for deint. Anyway it doesn't help :(nick2002-02-111-8/+1
* tell to driver doublebufferingnick2002-02-111-1/+1
* Removed the url_copy function , since it was badly implemented,bertrand2002-02-112-17/+2
* Cleaned up the way proxies checking was done.bertrand2002-02-111-13/+15
* mjpeg encoder cleanup - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-02-113-759/+405
* updated. please check...arpi2002-02-111-26/+18
* unscaled memcpy variant bugfix (negative strides)michael2002-02-101-2/+2
* blessed the QT SMC video codec as being "working"melanson2002-02-101-1/+1
* fixed the last few SMC bugs, thanks to Roberto Togni's bug huntingmelanson2002-02-102-35/+38
* reinstated original palette decision logic from XAnim (was the QT specmelanson2002-02-101-1/+3
* added nmhd, added checking for audio trak in demux_mov_fill_bufferalex2002-02-101-1/+10
* break if error in decompressing, moved buffer allocatingalex2002-02-101-20/+14
* identify jpg with case-insensitive 'jpg' or 'jpeg' stringalex2002-02-101-1/+2
* check for overflow in new_sh_video and new_sh_audioalex2002-02-102-2/+17
* allways use swScalermichael2002-02-101-119/+54
* removed unused includes, added fastmemcpy support, removed local copy of rgb2...alex2002-02-101-88/+4
* support swscaler for i420alex2002-02-101-1/+2
* div3/vfw encoding fixedarpi2002-02-103-6/+6
* added options for completeness: --enable-gcc-checking, --disable-profilepl2002-02-101-1/+16
* -playlist also accepts ASX filesgabucino2002-02-102-2/+3
* added -dvd-device and -cdrom-devicegabucino2002-02-102-4/+20
* applied Alban Bedel's patch (-dvd-device and -cdrom-device)gabucino2002-02-102-11/+11
* Portabilitynick2002-02-101-1/+1
* added credits for Roberto Tognigabucino2002-02-101-0/+5
* [REVERSE] this patch translated the file back to englishgabucino2002-02-101-191/+191
* added more tips on codec developmentmelanson2002-02-101-3/+60
* BGR24 support, including flip flagarpi2002-02-101-19/+43
* Fixed FILM demuxer so that it now plays (my) FILM filesmelanson2002-02-103-32/+134
* bgr15 / bgr16 input support (with -zoom)michael2002-02-101-7/+15
* DV-ntsc (dvc) added for quicktime DV steramsarpi2002-02-101-0/+2
* temp. workaround for VFW upside-down fliparpi2002-02-101-0/+1
* fixedsize video samples fixed (dvntsc-qt.mov)arpi2002-02-101-8/+17
* unscaled BGR24 -> YV12michael2002-02-101-0/+24
* rgb24toyv12 in MMX (untested)michael2002-02-102-2/+258
* Don't read index for -forceidx and -nodix (speedup with bad media and not nee...atmos42002-02-101-1/+2
* initial seeking (-ss) support in mencoderrfelker2002-02-102-3/+31
* bgr24toUV in MMXmichael2002-02-092-2/+156
* added voctrl_guisupport and fixed some typosalex2002-02-091-4/+6
* "I finished the rest of the german documentation and fixedgabucino2002-02-094-361/+723
* Testmswitch2002-02-091-12/+26
* Added native codec support for QT RPZA data, courtesy of Roberto Tognimelanson2002-02-096-1/+288
* applied David Holm's patchgabucino2002-02-091-1/+12
* updated :noprebuf to emulate the playback used in mplayer 0.60 (with dxr3 pat...mswitch2002-02-091-7/+15
* bgr24toY in MMXmichael2002-02-092-1/+80
* Get(Set) deinterlacingnick2002-02-091-1/+49
* temporary solution to disable adaptive deinterlacing enginenick2002-02-091-1/+8
* Fixed a bug where seeking would lock mplayermswitch2002-02-091-0/+5
* Fix according to strange bugreportnick2002-02-091-8/+8
* Removed some stuff from the em8300 driver, had to compensatemswitch2002-02-091-6/+1
* FreeBSD fixnexus2002-02-091-0/+3
* Added switch to disable prebufferingmswitch2002-02-091-9/+19
* ARGH, changing playback speed was a mistake...mswitch2002-02-091-7/+0
* Fixed some stuff with setting timestamps, and added proper setting of playbac...mswitch2002-02-091-2/+7
* Thanks to the new control() method I've finally been able to add prebuffering...mswitch2002-02-091-13/+21
* Make code simple. Use swScaler even for fastmemcpy purposes :)nick2002-02-091-28/+20
* "Here is the correct patch again, some changes for the old ones and a patch forgabucino2002-02-095-50/+194
* vo_yuv4mpeg addedarpi2002-02-092-1/+3
* setting vo_fps, required for vo_yuv4mpegarpi2002-02-091-1/+9
* yuv4mpeg output, by Robert Kesterson <robertk@robertk.com>arpi2002-02-091-0/+284
* 10000hl to Holm... control MUST BE static...arpi2002-02-0927-27/+30
* screensize from fbdev ioctl - patch by Jason Lunz <j@falooley.org>arpi2002-02-091-0/+20
* g550 memdetect fix - patch by Diego Biurrun <diego@biurrun.de>arpi2002-02-091-2/+3
* libvo's query_ stuff replaced by new control() - patch by David Holmarpi2002-02-091-3/+8
* query_ stuff replaced by new control() - patch by David Holmarpi2002-02-0931-117/+247
* by Daniel.Bena@dm-drogeriemarkt.skjaf2002-02-081-0/+313
* Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>albeu2002-02-081-4/+53
* Added support for key combination and mouse buttons key codealbeu2002-02-084-74/+218
* applied David Holm's patchgabucino2002-02-081-8/+18
* Audio only support. Include a fix in the asf demuxer opening.albeu2002-02-082-55/+98
* fastmemcpymichael2002-02-081-0/+1
* vao, something changed in these files!gabucino2002-02-082-5/+6
* better RoQ explanationgabucino2002-02-082-3/+4
* added Anders Johanssongabucino2002-02-081-0/+5
* applied patch from Andres Johanssongabucino2002-02-082-8/+63
* unscaled BGR15->BGR16michael2002-02-081-4/+37
* bgr15 input supportmichael2002-02-082-2/+76
* faster bgr16 inputmichael2002-02-081-2/+15
* bgr16 input supportmichael2002-02-082-2/+62
* csak ugygabucino2002-02-072-2/+2
* better namingarpi2002-02-071-3/+3
* VfW encoding support (very alpha yet)arpi2002-02-072-3/+47
* VfW encoding supportarpi2002-02-072-0/+173
* AVID fourcc added to MCMjpegarpi2002-02-071-1/+2
* Configurable OSD zonesnick2002-02-071-0/+36
* - Fixed incorrect i420 support (Michael was right)nick2002-02-071-9/+12
* fix color key handling bugpontscho2002-02-071-0/+2
* ffmpeg yuy2 disabled again, avid RGB->BGRarpi2002-02-071-2/+3
* fs resize bug fix.pontscho2002-02-071-0/+3
* unscaled convertersmichael2002-02-071-1/+81
* fix dpsm compile bug in guipontscho2002-02-071-2/+4
* finalize mfi support.pontscho2002-02-073-32/+60
* completely reworked FILM demuxer to support both audio and video...neithermelanson2002-02-071-88/+138
* fixing green line at right side bug (reported by Nick Kurshev <nickols_k@mail...michael2002-02-071-1/+8
* one more fix for optional vesarfelker2002-02-071-0/+1
* finished making vesa optionalrfelker2002-02-072-2/+6
* made vesa support optional at compiletimerfelker2002-02-071-0/+6
* added mga_top_reserved module parameter to skip a configurable amountrfelker2002-02-071-1/+4
* rgb32 & rgb24 input supportmichael2002-02-062-17/+98
* fix spudec, faszom (C#)pontscho2002-02-061-1/+1
* emulating BITMAPINFOHDR (for win32 codecs)arpi2002-02-061-1/+12
* 101 (yuv2rgb with mpeg1,...) ;)michael2002-02-061-6/+115
* swScale internally uses yuv2rgb now if possiblemichael2002-02-065-12/+54
* ehh. i forgot to commit this patch: fix RTP streaming. patch by Dave Chapman ...arpi2002-02-061-7/+8
* fix spudec bugpontscho2002-02-061-1/+1
* add mfi supportpontscho2002-02-066-1/+61
* add mfi demuxerpontscho2002-02-061-0/+103
* add mfi supportpontscho2002-02-062-0/+91
* Correct vesa shutdown on 'config playback' errorsnick2002-02-061-1/+1
* typonick2002-02-061-3/+3
* qt AVID fourcc addedarpi2002-02-061-1/+3
* bad debug printf caused sig11 with divx audioarpi2002-02-051-1/+2
* missing mlib required to build a solaris mencoderpl2002-02-051-1/+1
* fix display of echocheck on sunospl2002-02-051-14/+17
* mysql also goes haywire from sneaky-sucky-fucky gcc2.100-4gabucino2002-02-051-0/+11
* checking output of getSwsContext*()michael2002-02-051-10/+17
* Enable 15bpp on servernick2002-02-051-0/+1
* mplayer has swapped RGB's fourcc :(nick2002-02-051-0/+15
* Added auto selection of the best streams and fixed a few compileralbeu2002-02-051-5/+30
* Support of scaling with every fourccnick2002-02-051-181/+114
* HTML fixgabucino2002-02-051-3/+3
* Enable SSH optimizations for FIR filteranders2002-02-052-1/+3
* promoted the RoQ audio decoder from "buggy" to "working"melanson2002-02-051-1/+1
* reconciled one minor, nagging palette issue with the official QT specmelanson2002-02-051-1/+1
* fixed FPS as well as crash bug when no audio chunks are presentmelanson2002-02-051-20/+21
* applied pl's patch (sorry, overlooked it previously.. and procmailrcgabucino2002-02-051-50/+43
* Add playlist keys (some missing?!) and add some shift handlers to allow keys ...atmos42002-02-041-4/+12
* printing error messages if something is wrong instead of just return NULL;michael2002-02-041-3/+16
* Fix multifile playback (sdl was not fully reinitialized).atmos42002-02-041-3/+3
* print also contrast on cat /dev/mga_videyck2002-02-041-2/+4
* Remove some unuseful stuff and don't try to kill an unexistingalbeu2002-02-041-14/+2
* Tell the user when we fallback on default config.albeu2002-02-041-8/+21
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-043-74/+11
* Activate QSCALE flag for avcodecmswitch2002-02-031-16/+14
* some updates (patch by Jonas Jermann <jjermann@gmx.net>)gabucino2002-02-035-95/+392
* Juergen Kreileder changes, fixing some lintian errors, adding correct manpath...eyck2002-02-034-7/+11
* Attila Kinali fixing memleak introduced by me.eyck2002-02-031-0/+2
* too many arguments to sscan in subdetect.eyck2002-02-031-1/+1
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-033-25/+109
* Correct bug in plaintext parser : correctly remove trailling \ralbeu2002-02-031-1/+1
* Direct rendering expansion:nick2002-02-031-0/+18
* optimizationnick2002-02-033-8/+14
* Forgot the osd fix in the other patch, well, here it is ;)mswitch2002-02-031-5/+3
* Switched from libmp1e to libavcodec, at least for me it runs helluva lot fast...mswitch2002-02-031-230/+173
* YUY2 BGR32 BGR24 support for vo_x11 if swScaler is usedmichael2002-02-032-2/+21
* gcc 3.0.3 compiling howto by Matt Willis <willis_matthew@yahoo.com>gabucino2002-02-031-6/+30
* fix typonexus2002-02-031-1/+1
* using dlerror() instead strerror(), displays unresolved symbol messagesalex2002-02-031-2/+4
* added more audio plugin documentationgabucino2002-02-034-5/+119
* Added options to enable new input and joystick supportalbeu2002-02-031-0/+31
* vidix equalizer can be used with 1-8 keys alsogabucino2002-02-032-5/+6
* on non-Linux use Vidix instead of mga_vid kernelmodulegabucino