summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spudec_update_palette() added - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-032-0/+16
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav p...arpi2002-04-032-1/+6
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-032-103/+26
* dvdnav_stream functions - dvdnav patch by Kees Cook <mplayer@outflux.net>arpi2002-04-034-2/+287
* added debug printf for dvdsub - from dvdnav patch by Kees Cook <mplayer@outfl...arpi2002-04-031-0/+1
* don't alloc/free NULLarpi2002-04-032-2/+2
* 10larpi2002-04-031-0/+2
* Subpic encoder added (used on DXR3 and similar hardware that has a subpic cha...mswitch2002-04-032-0/+320
* IMGTYPE_IPB fixarpi2002-04-031-0/+1
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
* divx4 I420 removed - i hate that buggy shit nvidiaarpi2002-04-021-1/+1
* Add '-subdelay' support for vobsub.kmkaplan2002-04-021-1/+2
* samplearpi2002-04-011-0/+129
* yes, typo. 10l. noticed by atmosarpi2002-04-011-1/+1
* Fix I420 handling, though still don't know why divx4 codec queries for I420 n...atmos42002-04-011-14/+45
* audio codec uninitarpi2002-04-011-1/+5
* audio input buffer allocation/free cleanuparpi2002-04-0111-71/+44
* config vo only if aspect really changed and width&&height isn't changed (if w...alex2002-04-011-6/+10
* freeing codec in/out buffers is job of libmpcodecs, not demuxerarpi2002-04-011-3/+0
* cleanuparpi2002-04-011-6/+5
* ehh. vorbis support...arpi2002-04-011-1/+5
* twos audio fixedarpi2002-04-011-1/+12
* overread in the mmx2 horizontal scaler fixedmichael2002-04-013-126/+198
* added vfw uninitalex2002-04-011-1/+1
* added acm uninitalex2002-04-011-1/+1
* added vfw and acm uninitalex2002-04-011-0/+47
* using sh->context and added proper uninitalex2002-04-011-3/+5
* using sh->contextalex2002-04-011-14/+41
* syncjonas2002-04-017-83/+137
* -dr is now off by defaultgabucino2002-04-012-2/+2
* remark about Ogg-in-AVI suxxhaxxgabucino2002-04-012-4/+15
* applied trey's patchgabucino2002-04-011-39/+37
* minor typo fix (in comment)gabucino2002-04-011-1/+1
* after some STFW i've found some info about fps codesarpi2002-03-311-4/+10
* mtvp says its' 29.97 not 1 fpsarpi2002-03-311-1/+1
* seeking fixed (variable fps videos needs to reset PTS after seeking)arpi2002-03-311-0/+2
* fixed new_chunk calculation at seeking (seeking not work yet) and added -noso...arpi2002-03-311-11/+15
* 10larpi2002-03-311-2/+0
* -alang/-slang support in mencoder tooarpi2002-03-313-5/+13
* 10l... int/1000 will be int while we want float, so let's do int*0.001arpi2002-03-311-2/+2
* better message when vo->preinit failsarpi2002-03-311-2/+2
* open(/dev/mga_vid) moved to preinitarpi2002-03-313-19/+10
* use only 1 buffers if dr=yes and double=noarpi2002-03-311-1/+3
* disabling direct rendering by default (too buggy and conflicts with osd/sub)arpi2002-03-312-1/+2
* argh, some samples sue new header chunks - fixedarpi2002-03-311-1/+5
* BITMAPINFOHEADER fixed to be accepted by win32 decoders (divx,divxds)arpi2002-03-311-4/+9
* fixed 10l bug: using ds instead of dp, and adding some debug printsarpi2002-03-311-3/+10
* vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1arpi2002-03-312-1/+185
* Updatedmswitch2002-03-311-11/+14
* -alang sig11 when playing avis fixed - 10larpi2002-03-311-4/+6
* changed int -> float for proper PTS calculation (works just as well as themelanson2002-03-311-13/+3
* backed out unneeded modmelanson2002-03-311-3/+0
* fixed ibpsmelanson2002-03-311-1/+1
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-312-4/+17
* modified the new MS RLE decoder to support BGR15/16 output formats inmelanson2002-03-311-50/+161
* copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>col...arpi2002-03-311-9/+15
* I hate M$. it seems that MSRLE biSize is always 40 when number of colors < 25...arpi2002-03-311-0/+3
* migrating to Melanson's great codec name change... which is of course nonsens...arpi2002-03-311-3/+3
* check depth for direct renderingarpi2002-03-311-0/+1
* updates - thanks to Melanson...arpi2002-03-311-4/+21
* fix uninit() crash if no config() callarpi2002-03-311-0/+3
* fixed to be able to handle extra-quirky .film files on Lemmings 3DOmelanson2002-03-311-28/+76
* added soem debug prints, and fixed 10l bug of Albanarpi2002-03-311-0/+5
* 1 step closed to solving memory corruptionsarpi2002-03-311-2/+6
* 10l - fixed soem weird sig11 at multifilearpi2002-03-301-1/+1
* adpcm.c is no longer neededmelanson2002-03-301-1/+1
* reworked ADPCM decoders; changes include:melanson2002-03-308-49/+748
* the long standing /dev/sound/dspW => .../dsppl2002-03-301-1/+1
* 10larpi2002-03-301-1/+1
* using interleaveBytes() for G200 draw_slicearpi2002-03-301-54/+5
* FreeBSD require stdlib.hnexus2002-03-301-0/+1
* FreeBSD warning fixnexus2002-03-301-0/+2
* again some bugfixesjaf2002-03-302-3/+3
* some bugfixesjaf2002-03-302-9/+9
* fixed -hr-mp3-seek descriptiongabucino2002-03-302-5/+7
* added libvorbis to installation section, and a link to daily CVSgabucino2002-03-302-0/+11
* added -ifo optiongabucino2002-03-302-0/+10
* Fixed avcodec init bugmswitch2002-03-301-5/+10
* better opendivx-divx4 interface explanationgabucino2002-03-291-2/+2
* applied Diego's patchgabucino2002-03-291-33/+33
* Justyna's updategabucino2002-03-291-359/+594
* Add a configure test for the strsep function (it's missing on solaris)jkeil2002-03-293-1/+61
* Fix bug noticed by Hajba Szilard in message <20020329151644.A23301@revai.hu>kmkaplan2002-03-291-1/+1
* use avcodec_inited instead of av_fdct to see if avcodec was initialized by an...rik2002-03-291-7/+6
* 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
*