summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added -noquiet option to complement -quiet (request/patch by Alexander Werth)rfelker2002-02-011-0/+1
* AVID addedarpi2002-02-011-0/+8
* detect microdvd with empty second frame.eyck2002-01-311-0/+2
* removed obsoleted Terminate_Display_Process, using freeMyXImage and vo_x11_un...alex2002-01-311-17/+3
* return error if unknown depth given. more informative error messages. dont ex...alex2002-01-311-7/+9
* removed obosolete Terminate_Display_Process. using vo_x11_uninit. support UYV...alex2002-01-311-24/+4
* removed obsoleted Terminate_Display_Process, using vo_x11_uninitalex2002-01-312-21/+4
* removed obsoleted Terminate_Display_Processalex2002-01-312-14/+3
* grr, 10l. vo_x11_uninit: close display only if window not created by GUIalex2002-01-311-4/+1
* vo_x11_uninit: dont destroy window if GUI created italex2002-01-311-12/+19
* added vo_x11_uninitalex2002-01-311-0/+12
* Documenting new tune infonick2002-01-311-3/+10
* Use new tune infonick2002-01-315-9/+55
* new info for tuningnick2002-01-3131-95/+107
* Added lirc support in inputalbeu2002-01-314-1/+181
* Added uninit to inputalbeu2002-01-312-7/+20
* IMGFMT_RGBxx experimental supportnick2002-01-311-2/+79
* RGB15 experimental supportnick2002-01-311-4/+10
* Compilation fixingnick2002-01-313-1/+3
* new video format: yuvrgb. patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-01-312-3/+111
* using the common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-69/+55
* common -vm code, patch by Santi Béjar <tiarda@yahoo.es>arpi2002-01-312-0/+71
* working dummy audio driver, patch by Tobias Diedrich <td@informatik.uni-hanno...arpi2002-01-311-8/+47
* possible AC3 fix, by Marcus Blomenkamp <Marcus.Blomenkamp@epost.de>arpi2002-01-301-5/+6
* silly cleanup - maybe fixes dummy printf bugarpi2002-01-301-7/+6
* -sws 2 is default nowmichael2002-01-301-1/+1
* real window resizeing support (i know nearly nothing about x11 so feel free t...michael2002-01-301-111/+155
* YV12 like formats support (I420/IYUV)michael2002-01-303-128/+183
* A new configurable input system and joystick support for this systemalbeu2002-01-307-4/+1364
* It seems that there no direct support for RGB24 :(nick2002-01-301-1/+1
* Preliminary RGB32 and RGB16 support. (Untested yet)nick2002-01-301-4/+22
* Use one pitch sourcenick2002-01-301-6/+8
* More correct double_buffering for packed fourccnick2002-01-301-4/+7
* Typosnick2002-01-301-3/+3
* Correcting pointers on second buffernick2002-01-301-12/+23
* small changespontscho2002-01-292-1/+6
* DOCS thingie addedarpi2002-01-291-0/+5
* add XF86 multimedia key cucc.pontscho2002-01-293-3/+34
* added constant-qscale encoding support with lavc, fixed slightly incorrect de...rfelker2002-01-292-5/+9
* warning (proper) fixpl2002-01-292-0/+2
* Minor fix - else 0 is unreachablenick2002-01-291-1/+1
* fixing assembly bug. By Thierry Vignaud <tvignaud@mandrakesoft.com>nick2002-01-291-4/+4
* info on 4x4 coeffsnick2002-01-291-2/+28
* top row bugfixmichael2002-01-291-8/+31
* area averageing scaling support (-sws 5) (is identical to bilinear for upscale)michael2002-01-292-8/+18
* nearest neighbor / sdl emulation ;) scaling (-sws 4)michael2002-01-282-2/+26
* usleep() accurancy testerarpi2002-01-281-0/+26
* minor QP bugfixmichael2002-01-281-9/+9
* -chapter option updates (and some else?)gabucino2002-01-288-9/+50
* 3-pass encoding doxgabucino2002-01-284-28/+158
* Support for HW equalizing through VAAnick2002-01-281-30/+144
* New logic of HW equalizing:nick2002-01-283-35/+58
* show actual video:audio bitrates at status linearpi2002-01-271-2/+4
* ETA/Esize for 3pass encoding from stdinarpi2002-01-271-0/+4
* status print fixes - DVD estimation worx, print remaining time instead of totalarpi2002-01-271-5/+12
* DVD start position handling changed (progbar/eta fix)arpi2002-01-272-2/+5
* DVD progress bar fixarpi2002-01-271-1/+2
* kapja be aki hosszu opciokat szeretgabucino2002-01-272-3/+3
* Support for HW equalizingnick2002-01-273-9/+104
* ETA/Esize/fps and some more... - new statuslinearpi2002-01-271-8/+22
* did not compile when --disable-vidix was usedpl2002-01-271-1/+1
* GetTimerMS added - get timer in millisecarpi2002-01-272-0/+11
* avoids warningspl2002-01-275-5/+8
* avoids a warningpl2002-01-271-1/+1
* small typos in textpl2002-01-271-2/+2
* query vaanick2002-01-271-1/+5
* Use real preinitnick2002-01-271-20/+16
* provide full vaa interfacenick2002-01-271-5/+51
* debug printfs... - 10larpi2002-01-271-1/+1
* bitrate calculator fix?arpi2002-01-271-4/+6
* Oops forgot to remove debug message :)anders2002-01-271-4/+1
* Fixed sig 11 caused by buffer full in ao driveranders2002-01-271-16/+20
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp...anders2002-01-273-12/+10
* gcc-3.0.3 compilation fixingnick2002-01-271-4/+2
* improvementsnick2002-01-272-2/+34
* fixed (reversed) the RGB palette ordermelanson2002-01-272-271/+271
* more audiocopy fixes (especially for .asf)arpi2002-01-271-13/+17
* audio copy fixarpi2002-01-271-10/+15
* bitrate calculator for 650/700 mb cdromarpi2002-01-271-0/+7
* 3-pass encoding support (reads frame skip/dup control and audio stream from f...arpi2002-01-261-8/+46
* added dmb1 fourcc to m3jpeg by Thomas Kranzalex2002-01-261-0/+1
* added better fourcc handling for lavc, exiting if no lavc video codec name sp...alex2002-01-261-14/+46
* goto man mplayer, leymagabucino2002-01-261-1/+1
* preinit moved to right placealex2002-01-261-37/+18
* preinit usagenick2002-01-262-32/+22
* fix a decimation/scaling bug in vo_zr and some verbose messages have changed ...arpi2002-01-261-4/+28
* commited Rik Snel's patch (thx!)gabucino2002-01-261-7/+14
* no longer required to call preinit from init and query_format, mplayer.c does...alex2002-01-261-3/+3
* vo's preinit supportnick2002-01-261-1/+5
* ideisgabucino2002-01-261-1/+1
* applied al3x's peccsgabucino2002-01-262-5/+9
* Add -nosound/-sound and -ovc null to mencoder.kmkaplan2002-01-264-5/+23
* fixed preinit conflictalex2002-01-261-8/+3
* i420/iyuv supportalex2002-01-261-4/+19
* Extensions for video accelerated architecturenick2002-01-2630-16/+306
* fixed i420 handlingalex2002-01-261-2/+10
* yuy2 reported as workingalex2002-01-261-2/+2
* pre-check for audio/video streams (hope it fix wma steraming)arpi2002-01-261-0/+14
* use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-261-225/+163
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel <rsnel@cube...arpi2002-01-261-0/+899
* vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik S...arpi2002-01-262-35/+17
* original patch by malc <malc@tmbg.co.uk>pl2002-01-251-2/+5
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-244-4/+37
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
* qscale 3->2 (Thank you Michael)arpi2002-01-241-1/+1
* added support for i420 and iyuvalex2002-01-241-4/+16
* entudjam?gabucino2002-01-249-10/+108
* keep me chean ;-)jaf2002-01-241-0/+6
* freebsd fix by bjoern fischeratmos42002-01-241-0/+11
* aspect ratio 9 added.jaf2002-01-241-0/+3
* mpsub dump bug fix. 100l for laazpontscho2002-01-241-3/+2
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
* Add a parser for the "ASF group stream object" and display the bitrate valuesbertrand2002-01-241-0/+30
* QT demuxer now supports the default QT palettesmelanson2002-01-242-11/+321
* freq fix, removed muxer delayarpi2002-01-241-4/+5
* vo_pts fix (10l)arpi2002-01-241-2/+3
* initialalex2002-01-231-0/+55
* fixed num_of_packets and current_packet handling, bug found by Mike Melansonalex2002-01-231-7/+6
* upgraded to newest vidix interfacealex2002-01-232-11/+150
* upgraded to newest vidix interface. in eq: return if g200 moved to the beginn...alex2002-01-231-25/+34
* added cap.authoralex2002-01-231-2/+11
* don't render UV planes if interleaved (also add support later)alex2002-01-231-0/+12
* some typos fixed ;), added author to capabilites and extended name to 64 byte...alex2002-01-231-6/+11
* Fixing compilation on non-MMX but x86 systemsnick2002-01-232-13/+6
* Fixing compilation on non-MMX but x86 systemsnick2002-01-232-4/+11
* RGB independed correction for GATOS's radeon_video driver!nick2002-01-231-1/+12
* intense->intensity + capability extension + fixing R200 color correction bugnick2002-01-231-17/+40
* intense -> intensity + capability extensionnick2002-01-232-6/+20
* intense -> intensitynick2002-01-234-30/+34
* fix screen saver bug under guipontscho2002-01-234-17/+8
* 10l ...nexus2002-01-232-5/+2
* FreeBSD need this to compile after last changesnexus2002-01-231-0/+4
* Added buffering of output dataanders2002-01-231-18/+51
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
* Removed unused code that I commented earlier.bertrand2002-01-231-37/+0
* Implementation of entryrefalbeu2002-01-222-4/+42
* Objectization of the play_tree_parser for more flexiblityalbeu2002-01-222-102/+167
* Attempt to fix NVidia problemsnick2002-01-221-7/+22
* cleanup of video packet writer, PTS sent only oncearpi2002-01-221-14/+20
* 10l, debug printf removedarpi2002-01-221-1/+1
* minor bugfix in the -v outputmichael2002-01-221-2/+6
* move bug fixedpontscho2002-01-221-13/+6
* Modified the cache option value setting/reading, so we can reportbertrand2002-01-221-9/+21
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)melanson2002-01-226-1/+43
* passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from nowarpi2002-01-221-2/+18
* LPCM write code rewritten, thanks to Marcus at mocm@convergence.dearpi2002-01-221-29/+44
* fixed some major flaws; decoder is now almost correctmelanson2002-01-221-12/+28
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...michael2002-01-214-45/+228
* Gamma correction (based on patch of Pásztor Szilárd <silicon@falcon.sch.bme...nick2002-01-211-1/+55
* copyright(swscaler) = GPLmichael2002-01-213-13/+52
* a few filters (should be removed/merged when arpis videofilter stuff is finis...michael2002-01-213-27/+109
* Add a check to not set the cache size if the user alredy set it.albeu2002-01-211-12/+13
* Bug fix for subconfig option. A -tv option containing the on parameteralbeu2002-01-213-40/+380
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-213-3/+23
* general convolution filtering of the source picturemichael2002-01-213-116/+408
* Set the cache value if the network layer was able to compute it.bertrand2002-01-201-7/+19
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-203-9/+41
* /usr//include/inttypes.h for CYGWINatmos42002-01-201-0/+29
* Checking for RGB boundariesnick2002-01-201-0/+3
* add manglingatmos42002-01-202-26/+27
* RGB independed correction (similar to brightness)nick2002-01-201-4/+16
* Typonick2002-01-201-1/+1
* 2048x2048 is real max size of overlaynick2002-01-201-2/+2
* 101michael2002-01-201-3/+5
* added support for unlimited video resolution (-1)alex2002-01-201-3/+10
* reported working at 1600x1200 too, pciconfig stuff fixed, you can enable it w...alex2002-01-201-12/+7
* sorry, debug removed ;)alex2002-01-201-1/+0
* pci_config_read workingalex2002-01-202-6/+15
* removed global vars so that multiple swscalers can be usedmichael2002-01-203-737/+920
* initial implementation of SMC codec; it almost works, too!melanson2002-01-202-3/+492
* -alang/-slang fixedarpi2002-01-201-6/+9
* equalizer is only supported by g400alex2002-01-191-0/+4
* cleaned some parts, tested and working with g400/450, g200 is buggy :(alex2002-01-191-73/+60
* reworked, picture moves when window moved, fullscreen working with gui, fixed...alex2002-01-191-80/+61
* clearing safely the buffer, queryfourcc returns 0x2 (hw accel, noconv.), sett...alex2002-01-191-30/+35
* Reverted to using software sync again, some day I'll die of a heartattack if ...mswitch2002-01-191-26/+7
* Some improvment and make -vcd -dvd options considered as playlist entryalbeu2002-01-193-93/+129
* Only use hardware sync and prebuffering with mpegs!mswitch2002-01-191-13/+11
* remove TARGET lofaszpontscho2002-01-191-7/+7
* Handle timestamps internallymswitch2002-01-191-12/+16
* added FLAG_EQUALIZERalex2002-01-191-1/+1
* added flag_equalizeralex