summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Extrastereo plugin: increases linearly the difference between left and rightpl2002-03-034-3/+129
* typo in message fix (tipps -> tips)pl2002-03-031-2/+2
* add no fs as default for windriversatmos42002-03-031-1/+5
* fix linking orderatmos42002-03-031-2/+2
* add manglingatmos42002-03-033-25/+26
* Buggfix for buffer overflow calculation in pluginsanders2002-03-031-1/+1
* added Q/A about FAT+2Gb files - user requestgabucino2002-03-032-0/+11
* added notes about enhanced Neomagic and Savage4 driversgabucino2002-03-032-16/+16
* documented Multifile JPEG/PNG input (-mf)gabucino2002-03-035-9/+134
* -master is obsoletedgabucino2002-03-032-9/+5
* reinstated YUY2, BGR32 and BGR24 decoders, all reworked to operate withmelanson2002-03-032-113/+106
* Cinepak decoder now use mp_image_t -> YV12 worx, others disabledarpi2002-03-022-101/+104
* Qt RPZA decoder interface by Roberto Togni <rtogni@bresciaonline.it>arpi2002-03-023-1/+69
* good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>arpi2002-03-021-3/+5
* applied Anders' Software Volume Control patchgabucino2002-03-024-0/+46
* removed --enable-xp from help screen to avoid confusing usersalex2002-03-021-1/+0
* Native Cinepak decoder: Added YV12 support (which is so very closemelanson2002-03-023-61/+1328
* strike period over, commiting stuff. next commit will be rewrite. (?) - Gabujonas2002-03-018-10/+38
* initial version. Needs extending, especially LIRC.gabucino2002-03-011-0/+66
* strike period over, commiting stuff. next commit will be rewrite. (?)gabucino2002-03-0113-16/+57
* Fix a few syntax errors compiling ao_sun.cjkeil2002-03-011-3/+6
* Added more info regarding sync and :noprebufferingmswitch2002-03-011-18/+34
* yuy2 support disabled to workaround stupid colorspace selectionmichael2002-03-011-1/+1
* Added BGR32 output support to PNG vo target because, hey, whymelanson2002-03-011-0/+12
* fixed some endian issues, like changing bswap_32() -> be2me_32(), andmelanson2002-03-011-9/+4
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
* dec_video.c addedarpi2002-03-012-1/+208
* 10l... forgot to set VFMarpi2002-03-011-1/+1
* fixed stride for packed formats, more detailed printf at image allocationarpi2002-03-011-2/+8
* removed codec dependent parts, only core leftarpi2002-02-281-1110/+13
* PIM1 is playable with ffmpeg12. thx to Togni Roberto <rtogni@bresciaonline.it>arpi2002-02-281-1/+2
* 10l... gcc 3.x fixarpi2002-02-281-1/+1
* print the number of buffers usedmichael2002-02-281-0/+1
* use 4 buffers, fallback to fewer buffers if the video ram isnt large enoughmichael2002-02-281-4/+10
* Added waitpid in free_stream to avoid zombiesalbeu2002-02-281-1/+4
* Fix when stdin is used as a filealbeu2002-02-282-18/+4
* New option use-stdinalbeu2002-02-281-1/+2
* New option use-stdin to use when stdin will be used as a filealbeu2002-02-281-0/+6
* Corrections to position saving/restore under vo=X11.atlka2002-02-281-2/+3
* Use stdout as default mencoder's output if no filename specifiednick2002-02-281-3/+3
* fixed another color chunk issuemelanson2002-02-281-5/+10
* -subfps and -subdelay alters -dumpmpsub's outputlaaz2002-02-281-4/+8
* cinepak addedarpi2002-02-281-0/+1
* cinepak addedarpi2002-02-282-1/+2
* callbacks addedarpi2002-02-281-0/+5
* cinepak decoder - untestedarpi2002-02-281-0/+69
* stride!=width*bpp support to cinepak decoderarpi2002-02-282-4/+5
* Fixed a bug with -dumpmpsublaaz2002-02-281-3/+3
* libmpcodecs video decoder templatearpi2002-02-281-0/+46
* libmpcodecs core - initial versionarpi2002-02-284-0/+191
* new flags added for direct rendering (libmpcodecs core)arpi2002-02-281-7/+23
* check if planar formats are supportedmichael2002-02-271-27/+52
* We should know size of out buffernick2002-02-272-15/+20
* unroll stuffnick2002-02-271-1/+1
* disable color key support - causes a lot of unnecessary problemsnick2002-02-271-1/+1
* YVU9 supportmichael2002-02-261-72/+111
* german mencoder manpagejonas2002-02-261-0/+310
* small updates: html fixes, man2html compatibility, some new options...jonas2002-02-268-76/+88
* color key supportnick2002-02-261-13/+80
* early draftarpi2002-02-261-0/+34
* Italian translationfrodone2002-02-2612-0/+7238
* triple bufferingmichael2002-02-252-138/+60
* OVERLAY_KEY_CNTL valuesmichael2002-02-252-1/+19
* provide unstable codenick2002-02-252-2/+33
* POSIX compatible timer's callbacknick2002-02-253-1/+49
* 10lmichael2002-02-251-0/+1
* colorkey support fixed (thanks to nick for the mga_vid tip ... i should RTFS ...michael2002-02-251-46/+114
* A first attempt to document the playtree systemalbeu2002-02-251-0/+123
* Adding SW volume controlanders2002-02-255-7/+154
* add half new input support for guipontscho2002-02-255-10/+80
* Small bugfix with getting playlist last line.albeu2002-02-251-5/+5
* rename V -> VC just for understandingnick2002-02-251-4/+4
* Minor fixes and probably final fix of vsyncnick2002-02-251-4/+3
* fixed, strengthened, rewrote, and renamed a variety of the ADPCM decodersmelanson2002-02-256-174/+165
* colorkey enabled ... until colorkey is correctly supported in vidixmichael2002-02-251-1/+28
* mem corruption bug fix.pontscho2002-02-242-2/+3
* colorkey supportmichael2002-02-241-0/+14
* Small bugfix (memcpy too small without sizeof(int) :( )albeu2002-02-241-11/+13
* Moved the call to VOCTRL_FULLSCREEN outside of #ifdef USE_TV blockalbeu2002-02-241-3/+3
* fix playtree bug. but ... i dont' see this ... bazmegpontscho2002-02-242-5/+6
* vsyncmichael2002-02-241-15/+30
* 10l++pontscho2002-02-241-0/+1
* inttypes.h bug fix. 10lpontscho2002-02-241-0/+3
* exclude benchmark stuff execution from normal playbacknick2002-02-243-13/+31
* make -frames key optional for max/total benchmarknick2002-02-241-2/+2
* Really take tab as a space in cmd parsing.albeu2002-02-241-19/+72
* older API fixes, support for async modealex2002-02-241-10/+56
* Additional notesnick2002-02-241-1/+4
* More info on dropped framesnick2002-02-241-1/+2
* frame dropping prediction with benchmarksnick2002-02-243-4/+21
* Fix bad lib order wich lead to undefined ref in postproc/libpostproc.a andalbeu2002-02-241-1/+1
* Added an option to select the input config filealbeu2002-02-241-1/+3
* Fix my mistake (forgot to remove a getch2_enable) but in the rigthalbeu2002-02-241-12/+6
* max & average benchmarksnick2002-02-243-6/+41
* fixes bug in alban's new input handling code that caused the terminalrfelker2002-02-241-4/+7
* fixes build with new-input disabledrfelker2002-02-241-1/+1
* do not fault if no directbuffer available (for example: ggi display-multi)alex2002-02-241-10/+14
* reworked :) should work on low bpp outputsalex2002-02-241-282/+101
* dont ignore --disable-mmx, ...michael2002-02-241-0/+24
* totally reworked, working fine on fbdev too, applied Andres Beck's patches, q...alex2002-02-231-338/+236
* ehh, return error if cannot open displayalex2002-02-231-1/+1
* Also use tab as cmd arg sepparatoralbeu2002-02-231-2/+2
* Make blocking call in libmpdemux interuptable (only with new input,albeu2002-02-235-43/+98
* Change in configure relative to lirc, same thing in Makefile plusalbeu2002-02-232-26/+33
* Make old and new lirc support independant from each otheralbeu2002-02-232-2/+2
* These 2 files are intended for code common to the whole libalbeu2002-02-232-0/+39
* Fixed bug with comments in input.conf parseralbeu2002-02-232-11/+46
* Bug fix in entry parsing.albeu2002-02-231-5/+49
* html fixes (noticed by some hawk-eyed one, whose name disappeared into thegabucino2002-02-232-2/+2
* new gui interface, and gtk moved into mplayer process. fork ... bleh :)pontscho2002-02-2345-1418/+735
* Handle HTTP OK response that doesn't contain a mime-type.bertrand2002-02-231-4/+3
* Fixed the http response parser when the http header only has the HTTPbertrand2002-02-231-1/+2
* Bugfix in x11_common.c mainly. Don't screw up the display name,albeu2002-02-233-20/+20
* "At least next new file translated and very little fixes in the second."gabucino2002-02-222-128/+192
* using vo_dx, vo_dyalex2002-02-221-31/+16
* setting vo_dx and vo_dy in event handlingalex2002-02-221-4/+27
* added vo_dx,vo_dy (used currently only by X based outputs)alex2002-02-222-0/+6
* 10l accidently commited an already customized version with different default ...atmos42002-02-221-1/+1
* Forgot to commit with vo_sdl osd patch.atmos42002-02-221-2/+3
* clear the window if resized but no scaling used. Enable runtime fullscreen se...alex2002-02-221-6/+8
* osd outside movie support for vo_sdl, patch by Fredrik Kuivinenatmos42002-02-225-111/+478
* use assert.hmichael2002-02-221-2/+8
* mondom fix bazmeg.pontscho2002-02-222-47/+26
* fix nexus's key bug :) 10l, sorry :)pontscho2002-02-221-31/+29
* using PATH_DEV_*alex2002-02-221-2/+2
* Finnaly figured out this little long living bugalbeu2002-02-221-1/+1
* added linux devfs support (for oss), original patch by Olaf Kohler <thorin@yi...alex2002-02-221-1/+18
* discovered what appears to be another valid FLI frame magic numbermelanson2002-02-221-1/+1
* EXTRA_INC added (Nexus)arpi2002-02-221-1/+1
* new interface ? :)pontscho2002-02-218-95/+54
* 10l+pontscho2002-02-214-10/+2
* fixing scaled outputmichael2002-02-211-2/+2
* small changespontscho2002-02-214-142/+84
* 101++michael2002-02-212-4/+5
* fixing bgr32 output on big-endian systemsmichael2002-02-212-0/+12
* compilation fixedarpi2002-02-211-5/+10
* unscaled yuv2rgb fix for big-endian systemsmichael2002-02-212-4/+9
* Fix return value of VOCTRL_FULLSCREENatmos42002-02-212-1/+2
* Cleanup and commentanders2002-02-212-34/+33
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-218-172/+114
* Fix automatic vobsub detection and make it silent.atmos42002-02-213-13/+18
* forgot to commitatmos42002-02-211-3/+3
* new input cucc is defaultpontscho2002-02-211-1/+1
* ExposureMask fixed.pontscho2002-02-212-14/+2
* Support for retriving mp3 playlist from the networkalbeu2002-02-212-0/+12
* Playtree parser switch to a by line mode.albeu2002-02-212-183/+299
* In the good way this time, (1 and 0 was swaped 10*10^10l for me ;))albeu2002-02-211-2/+2
* changes in fullscreen/window switching code to obtain returning toatlka2002-02-211-4/+8
* add fselector changes (pwilkins@lashwhip.com)pontscho2002-02-211-4/+4
* 3 mails describing hwac3 tech detailsarpi2002-02-211-0/+145
* "There are some updates and new file inside an attachment."gabucino2002-02-204-138/+133
* man2html compatibility (patch by Goetz Waschk <waschk@informatik.uni-rostock....gabucino2002-02-202-2/+2
* improved event handling, implemented working pause that does not flush all b...atmos42002-02-201-144/+300
* Patch: Improved raw encoding support in mencoder by Fredrik Kuivinenatmos42002-02-202-2/+17
* subtitle positioning patch by Jiri Svobodaatmos42002-02-202-1/+4
* support for VOCTRL_FULLSCREENatmos42002-02-201-14/+12
* remove uneeded assert (common case at eof)atmos42002-02-201-1/+1
* autodetect vobsub filename, disable autosub if vobsub found.atmos42002-02-201-7/+16
* BGR15, BGR16, BGR32 supportmichael2002-02-201-6/+97
* Fixed (I hope) little bug wich lead to sig11 after last playtree entryalbeu2002-02-201-2/+2
* Options registration for mencoderalbeu2002-02-203-2/+18
* Register libmpdemux optionsalbeu2002-02-201-0/+2
* Demuxers demuxer support for using external audiofile (or muxed subtitles).albeu2002-02-205-13/+230
* Added pts for mp3 and wav. And perfect seeking for mp3, unless flags & 2albeu2002-02-201-7/+65
* Added comments support in input.conf (comments lines with #)albeu2002-02-201-1/+28
* add new input cuccpontscho2002-02-202-1/+14
* zero saturation / grayscale bugfixmichael2002-02-201-2/+2
* meaning of some bits figured outmichael2002-02-191-1/+12
* fixing yv12michael2002-02-191-2/+2
* Fixes:nick2002-02-191-13/+21
* we're in the year 2002jaf2002-02-181-1/+1
* Screenshot on the flynick2002-02-181-0/+54
* Accidentally mixed experimental code with stable one during last commit,mswitch2002-02-181-17/+15
* Added VOCTRL_PAUSE and VOCTRL_RESUMEmswitch2002-02-183-19/+43
* fixed RoQ file detection and FPS determination (maybe)melanson2002-02-181-8/+6
* general review of the manpage (patch by Tobias Diedrich <td@informatik.uni-ha...jonas2002-02-181-158/+158
* fixed planar yuv formatsmichael2002-02-171-2/+8
* ffmjpeg yv12 422 fixedarpi2002-02-171-0/+4
* DVB mixer control added (very big messy hack)arpi2002-02-171-0/+31
* german manpagejonas2002-02-171-0/+809
* Fix this stupid math mistake in calcultating audio buffer durationalbeu2002-02-171-1/+1
* Change order of vo_function calls (Although it doesn't matter for now).nick2002-02-171-4/+4
* Allow using direct rendering with any HW pitches (even on matrox g400).nick2002-02-172<