summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libavcodec 2pass broke mencoder if divx4encore was not available. fixed.rfelker2002-03-292-3/+1
* quick hack to make vo_mga accept multiple calls to configrfelker2002-03-292-1/+3
* * New command line switch for mplayer & mencoder:kmkaplan2002-03-297-63/+160
* Allow cache to be disabled at commandline.atmos42002-03-291-0/+1
* 2-pass lavc encoding fixedarpi2002-03-291-4/+6
* eeh, really remove keybinding for w/s for volume control. =)atmos42002-03-291-4/+0
* Remove alternative volume control binding that clash with libdvdnav support.atmos42002-03-291-2/+0
* 2-pass encoding with libavcodec - untestedarpi2002-03-281-0/+51
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
* typo, thx to Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-288-3/+220
* .ttf font loader - based on TOOLS/subfont-carpi2002-03-281-0/+714
* small updategabucino2002-03-2811-35/+97
* lego++ bug fixed by XorAmswitch2002-03-281-148/+154
* libavcodec 4mv supportmichael2002-03-282-1/+4
* I420 added to native YV12 codecs, useless cpuinfo removed, native zlib added,...arpi2002-03-281-57/+36
* reordered video codecs to work better with new codec selection codearpi2002-03-281-559/+580
* 10l to nick - ACCEPT_WIDTH fixedarpi2002-03-271-3/+13
* some under-devel code, will be required for qtx codecsarpi2002-03-271-0/+35
* we don't need ac3-iec958 any morearpi2002-03-273-152/+1
* ac3_iec958_build_burst moved from ac3-iec958.carpi2002-03-271-4/+22
* incremented PACK_BYTES for BSDBT848 - by Charles Henrichalex2002-03-271-0/+5
* Fix resizing when zoom is used and image size changes between frames.atmos42002-03-271-3/+2
* Allow to disable crasj sighandler to enable creation of coredump files.atmos42002-03-272-0/+17
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...atmos42002-03-272-4/+14
* draft v0.1arpi2002-03-271-0/+52
* vplayer sub fix by Arkadiusz Podgorski <wodzu@softomat.com.pl>arpi2002-03-271-0/+8
* applied Diego's cosmetics patch :) with some small fixesarpi2002-03-271-73/+79
* XorA added the option of switching between fame/avcodec withoutmswitch2002-03-262-73/+134
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame f...iive2002-03-261-1/+3
* Updated neomagic info.atmos42002-03-261-2/+10
* fixed green lines caused by missing rounding to 2iive2002-03-261-1/+1
* Don't kill me, pure indent change as I forgot to reindent when copy and pasti...atmos42002-03-261-47/+46
* Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved b...atmos42002-03-263-1/+209
* Check for proper Vorbis version.atmos42002-03-261-1/+1
* ooops :)atmos42002-03-261-2/+2
* fixed up this audio decoder toomelanson2002-03-261-20/+29
* Fileslist support for mf demuxer, delemited by ',' and change mf fps to float.atmos42002-03-263-6/+31
* added YUY2 output to the widely used (heh) CYUV decoder because it seemedmelanson2002-03-263-16/+68
* fixed so the decoder cooperates better with the rest of the systemmelanson2002-03-261-19/+24
* fixed to work nicely with the new system (and yes, I did originate the RoQmelanson2002-03-261-17/+19
* I wonder noone noticed this, wrong output of extra[inc|lib]atmos42002-03-261-4/+4
* Suggest --enable-debug=3atmos42002-03-261-1/+1
* Fix aac decoded size.atmos42002-03-261-4/+8
* ad_msgsm addedarpi2002-03-253-1/+60
* ok, use ad_* stuffarpi2002-03-254-4/+70
* argh... Nick messed up driver names tooarpi2002-03-255-4/+14
* imporetd from MPlayerXP, with small modificationarpi2002-03-251-0/+131
* do not export the Worldarpi2002-03-251-4/+4
* imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...arpi2002-03-2515-0/+1176
* changed to be more-or-less compatible with Nick's stuffarpi2002-03-251-4/+4
* 10lmichael2002-03-251-0/+4
* byte interleaving for mgamichael2002-03-253-0/+102
* no native support for I420 in G200arpi2002-03-251-1/+1
* disabel DR and UV swapping for g200 planar modesarpi2002-03-251-7/+3
* dump stuffarpi2002-03-251-1/+205
* eeh 10l, removed one line too much :(atmos42002-03-251-1/+1
* Fix some silly logical bugs and fix memory cleanup in case mp4_parse_es retur...atmos42002-03-251-23/+33
* Fix aspect info for square pixel.atmos42002-03-251-2/+0
* Bugfix by XorAmswitch2002-03-251-1/+4
* reset selectionarpi2002-03-251-0/+1
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
* 100l :(arpi2002-03-251-2/+0
* use codec selectionarpi2002-03-253-0/+3
* tagging selected codec to avoid trying the same codec several timesarpi2002-03-252-0/+17
* proposal for audio decodersarpi2002-03-251-0/+30
* common stuff moved to mpc_info.harpi2002-03-252-22/+30
* typo...arpi2002-03-251-0/+3
* I420 supportarpi2002-03-251-0/+2
* -fs aspect fix by KotHarpi2002-03-241-0/+2
* fallback to server's control() - patch by KotHarpi2002-03-241-3/+2
* U,V plane odrer fixedarpi2002-03-241-5/+2
* U,V plane odrer fixedarpi2002-03-242-16/+27
* I420 UV swapping fixedarpi2002-03-241-5/+14
* UV vs VU fixarpi2002-03-241-3/+10
* fixes, extended by mplayer's planes[]arpi2002-03-241-2/+7
* Two fixes:ksorim2002-03-241-17/+2
* soem explanationarpi2002-03-241-0/+51
* fixed U/V swapping for direct rendering, and 3rd plane offset calculation whe...arpi2002-03-241-2/+3
* Fixed bug in Athlon detection code ;)mswitch2002-03-241-1/+3
* XorA found a bug in the avcodec codemswitch2002-03-241-1/+1
* Default to avcodec if installed, otherwise use fame. Apparently fame output i...mswitch2002-03-241-4/+4
* Use esds parser for movie esds atom and only pass decoder specific configurat...atmos42002-03-241-4/+15
* allow negative mul valuespl2002-03-241-1/+1
* - Add parsing of Sync Layer Descriptoratmos42002-03-243-13/+38
* Support for decoder specific config from mp4 header for AAC decoder.atmos42002-03-241-33/+45
* 10l fix memory allocationatmos42002-03-242-8/+15
* eeh 10l, forgot malloc of esds struct.atmos42002-03-241-1/+2
* Improved MP4 parsing (finally)atmos42002-03-246-8/+230
* OS2 supportarpi2002-03-241-1/+3
* timer.c not used - why to compilearpi2002-03-241-1/+1
* check for mman.harpi2002-03-241-0/+2
* include stdlib.harpi2002-03-241-0/+1
* we don't need mman.harpi2002-03-241-1/+1
* moved font_laod.harpi2002-03-241-0/+1
* moved font_laod.harpi2002-03-244-3/+4
* include font_load.h directly, instead of via video_out.harpi2002-03-231-0/+1
* sys/types.h required for off_tarpi2002-03-231-1/+2
* MANGLE() the 3dnow codearpi2002-03-232-4/+8
* use .balign instead of .alignarpi2002-03-231-2/+2
* more ugly hackarpi2002-03-231-1/+6
* we don't use mmap() in mplayer.c, so why should we include mman.h...arpi2002-03-231-1/+1
* OS/2 workaroundarpi2002-03-231-1/+9
* 10l - va_start needs teh pointer to stack - not the translated messagearpi2002-03-231-1/+1
* we don't need dl nor stat functions - why to include tehir headers...arpi2002-03-231-2/+0
* added missing #include config.h, removed LIBVO2 ifdef.arpi2002-03-231-4/+2
* OS2 supportarpi2002-03-231-1/+1
* dlfcn.h shouldn't be included if XANIM support disabledarpi2002-03-231-4/+4
* Aspect code reenabled, apparently users didn't like running moviesmswitch2002-03-231-4/+2
* added aspect ratio support and local ctxalex2002-03-231-21/+65
* 10l, hopefully fixed query formatalex2002-03-231-1/+2
* fixed query formatalex2002-03-231-2/+4
* 10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal ...arpi2002-03-231-7/+5
* moved get_image into decoder (Arpi's request)alex2002-03-231-4/+5
* Disable prebuffering on athlons (3DNowEx) as the ones running at 266MHzmswitch2002-03-231-1/+2
* As jittering is corrected we might as well play the movie in full resmswitch2002-03-231-2/+4
* Jitter-bug fixed by Marcel Hild <hild@b4mad.net>, many many thanks goesmswitch2002-03-231-1/+9
* added xanim urlalex2002-03-231-1/+1
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
* Support for cropping in mencoder. New options:ksorim2002-03-232-45/+141
* applied Melanson's patchgabucino2002-03-231-0/+2
* Fix swapped uv planes when playing yv12 data with direct renderingksorim2002-03-231-4/+4
* Fixes crash which occured when it wasn't possible to connect to the displayksorim2002-03-231-4/+5
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* syncjonas2002-03-235-94/+157
* added zlibalex2002-03-222-1/+5
* added zlib supportalex2002-03-222-0/+2
* added, supporting only BGR24 (avizlib.dll does the same)alex2002-03-221-0/+132
* committed Roberto Togni's patch for control() function in HuffYUV decodermelanson2002-03-221-2/+17
* Fix for OSD when width != pitchksorim2002-03-221-16/+23
* increasing libavcodec -vme rangemichael2002-03-221-1/+1
* ixes bug in draw_slice and also fixes compilance toatmos42002-03-221-69/+113
* Add Parsing off ftyp box and some more docs refatmos42002-03-221-9/+31
* I knew I had a typo just as I commited :(atmos42002-03-211-1/+1
* update my stuffatmos42002-03-211-2/+3
* Add a usefull url, btw. audio esds needs some fixing with some files, I'll in...atmos42002-03-211-0/+2
* some more...arpi2002-03-211-2/+385
* insert mpeg4 video header into the first chunkarpi2002-03-211-3/+23
* 0.1larpi2002-03-211-0/+1
* support multiple video header extension chunksarpi2002-03-211-7/+7
* query flag addedarpi2002-03-212-0/+2
* print meaningfull error message instead of "hmm, arpi said that isnt used...michael2002-03-211-4/+14
* Im proved Build Version selection for DivX 5.atmos42002-03-212-2/+22
* fixing bgr15&16 on big_endianmichael2002-03-211-7/+10
* some updatesalex2002-03-211-1/+4
* a bit update to libvo1.5, i think we should make a seperate documentationalex2002-03-211-10/+32
* argh 0.5latmos42002-03-211-1/+2
* Recognize and skip ftype chunk used by some .mp4 files andatmos42002-03-211-12/+25
* temporary disabled len=0 code due to reported loop errorsalex2002-03-211-0/+2
* This will hopefully fixksorim2002-03-211-22/+24
* Fix crash when playing multiple files. The bug was triggered when the first fileksorim2002-03-211-38/+14
* Fix crash when SDL had to do rgb -> rgb conversion. Removed some codeksorim2002-03-211-43/+30
* wording patch by Diego & Eggergabucino2002-03-211-103/+120
* Add some atom parsing to movie trak and a bit cosmetics ;), Michael can now w...atmos42002-03-211-24/+69
* added HuffYUV support, courtesy of Roberto Togni <rtogni@bresciaonline.it>melanson2002-03-216-2/+871
* some new funcs and fixes for quicktimearpi2002-03-201-14/+207
* allow LPSTR typedefarpi2002-03-201-2/+2
* not vbt, but vratetolgabucino2002-03-201-1/+1
* added input optionsgabucino2002-03-202-0/+96
* -oldpp info fixedgabucino2002-03-202-4/+4
* -drgabucino2002-03-202-0/+10
* new lavc optsgabucino2002-03-201-0/+17
* some small updatesgabucino2002-03-203-20/+8
* extended FAAD detectionalex2002-03-201-1/+1
* Fame support enabled, awaiting bugreports =Dmswitch2002-03-201-13/+13
* using -dr instead -vaa_dralex2002-03-205-13/+11
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-3/+4
* Bugfix for --disable-runtime-cpudetectionksorim2002-03-201-1/+1
* splitted mp_msg_init and mp_msg_set_levelalex2002-03-201-2/+3
* splitted mp_msg_init and mp_msg_set_level and added i18n support to initalex2002-03-202-2/+18
* 10l ;)alex2002-03-201-0/+3
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
* Set the params given to a playlist url to the playlistalbeu2002-03-203-0/+21
* Fix endless loop at end of an audio only file. It occured when the last chunkalbeu2002-03-201-0/+2
* New string list option typealbeu2002-03-202-3/+163
* added a BMP file demuxer...yeah, that's right, a static image BMP filemelanson2002-03-204-2/+132
* oh yeah, this is it...MPlayer now has 4-bit MS RLE support...I thinkmelanson2002-03-201-16/+152
* add alternative samplerate calculation for files with timescale\!=samplerateatmos42002-03-201-1/+22
* InitializeQTML(0) addedarpi2002-03-201-4/+21
* comments on compilingarpi2002-03-201-0/+2
* simple sample proggy, using qtmlClient.dll to access QT componentsarpi2002-03-201-0/+43
* fixing runtime cpudetect with pre SSE cpusmichael2002-03-191-7/+38
* config vo if resolution changed (after decoded image read the dimensions out ...alex2002-03-191-1/+8