summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VCODEC_RAW fixedarpi2002-04-121-1/+1
* anything to (S)VCD encode script by Juergen Hammelmann <juergen.hammelmann at...atmos42002-04-111-0/+173
* Lots of updates and bugfixes to the tdfxfb drivermark2002-04-111-151/+159
* VFCAP addedarpi2002-04-117-14/+17
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-1114-47/+179
* VFCAP defines moved out from vf.h, to be easier to include in libvoarpi2002-04-111-0/+26
* Sorry, fix vobsub duration the arpi way.atmos42002-04-111-3/+24
* VFCAP flags addedarpi2002-04-111-0/+24
* bugfixesjaf2002-04-111-61/+60
* uninit sig11 fixedarpi2002-04-111-1/+2
* print VO infoarpi2002-04-111-0/+17
* reorderarpi2002-04-111-10/+14
* new filter: fliparpi2002-04-113-1/+87
* vme default changed 3->4arpi2002-04-111-1/+1
* libmpencoders added to mencoder libsarpi2002-04-111-1/+1
* vfw encoding func splitted to init and start partsarpi2002-04-112-9/+11
* video codecs moved to libmpencoders, crop/scale removed, use -vop for thatarpi2002-04-112-991/+76
* 10larpi2002-04-111-1/+1
* soem fixesarpi2002-04-114-4/+20
* encodersarpi2002-04-108-5/+720
* query_format debug moved 1 verbose level downarpi2002-04-101-1/+1
* OS/2 fixarpi2002-04-101-2/+2
* Some minor changes to the avcodec code.mswitch2002-04-101-6/+4
* Dirty hack to fix mencoder until someone does all the new filter/vo stuff rig...rfelker2002-04-101-0/+6
* a temporary disable for opendivx - please remove or fixjaf2002-04-101-1/+1
* Make avcodec the default encoder again, thanks Michaelmswitch2002-04-101-3/+3
* memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>michael2002-04-101-0/+1
* trying to fix davids "libavcodec bug" ...michael2002-04-091-1/+1
* syncjonas2002-04-094-217/+213
* new tdfxfb yuv driver by Mark Zealey <mark@zealos.org>arpi2002-04-091-688/+299
* 2 new simple filters: yuy2 and formatarpi2002-04-094-1/+132
* VM Fix by Uwe.Reder@3soft.deatmos42002-04-091-1/+1
* looks better ...jaf2002-04-091-3/+3
* vf_fame added - yv12->mpes converterarpi2002-04-083-1/+130
* maintainers section updatedarpi2002-04-081-11/+8
* commited hogyishijjak's patchgabucino2002-04-081-216/+190
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabimichael2002-04-081-4/+20
* +libmpeg2arpi2002-04-081-0/+1
* updatedarpi2002-04-081-11/+11
* copy width tooarpi2002-04-081-2/+2
* relaly black packed yuv imagesarpi2002-04-081-1/+7
* really black yv12/rgb images (todo: packed yuv)arpi2002-04-081-0/+8
* pp passtrougharpi2002-04-081-0/+7
* free old context, really use query_formatarpi2002-04-071-0/+5
* 10larpi2002-04-071-1/+1
* allocate 2 lines more memory - to avoid some sig11arpi2002-04-071-1/+1
* colorspace conversion supportarpi2002-04-071-2/+56
* swscale filterarpi2002-04-073-2/+82
* divx4vfw is buggyarpi2002-04-071-2/+2
* small bugfixes...pontscho2002-04-073-2/+4
* vf control codes added, autoq supportarpi2002-04-076-4/+41
* accept only 4:2:0 planar yuv formatsarpi2002-04-071-0/+12
* export qscale for postprocarpi2002-04-071-0/+9
* missing #ifdfe - 0.1larpi2002-04-071-0/+2
* quant_store moved to frame structarpi2002-04-074-16/+15
* accept -pp value from argsarpi2002-04-071-0/+5
* mpeg+pp0 fixedarpi2002-04-071-1/+2
* postprocessing filter (fixme: -pp 0)arpi2002-04-073-1/+81
* vo_config_count now counts calls to vo->config()arpi2002-04-075-16/+26
* don't config twicearpi2002-04-071-1/+1
* initialization moved to preinit(), query_format now really checks for support...arpi2002-04-071-48/+56
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-063-11/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-0612-123/+606
* field 'vfilter' added to sh_video_tarpi2002-04-061-0/+1
* MSGT_VFILTER addedarpi2002-04-061-0/+2
* memcpy_pic() added (copy image plane with src/dst stride)arpi2002-04-061-0/+19
* #include cleanuparpi2002-04-061-2/+3
* VOCTRL_DRAW_IMAGE addedarpi2002-04-061-0/+1
* Free fix by kisg@lme.linux.huatmos42002-04-061-1/+3
* removed some left master/pcmgabucino2002-04-066-11/+0
* Fixed bug that would cause the dxr3 to lock if too many subpics were sent at ...mswitch2002-04-061-1/+6
* SDL+x11/xv Q/Agabucino2002-04-062-0/+17
* Make fame the default encoder until lavc's mpeg1 encoder is repaired.mswitch2002-04-051-4/+4
* ffmp42 is bugfree now afaikmichael2002-04-051-1/+1
* Bugreports start appearing - no reaction :/pl2002-04-051-1/+1
* i just fixed b-frames & slices in libavcodec :) ... iam too tired for benchma...michael2002-04-051-3/+2
* ff msmpeg4v2michael2002-04-051-0/+9
* typo (?) fix. Noticed by Karol Szkudlarek <karol@psi.mikronika.com.pl>gabucino2002-04-041-1/+1
* Removed blinking effect from spuencmswitch2002-04-042-8/+8
* Added spuenc... should write a draw_alpha_spu perhaps =Dmswitch2002-04-042-3/+65
* dvdnav support improved - patch by Kees Cook <mplayer@outflux.net>arpi2002-04-041-17/+202
* fixed SPU pts, it's 1024/90000 based instead of 1/100arpi2002-04-042-12/+6
* improved DVB detectionjaf2002-04-041-1/+1
* improved DVB detectionjaf2002-04-041-1/+36
* use -slicesarpi2002-04-041-1/+1
* option -slicesarpi2002-04-041-0/+3
* global var for option -slicesarpi2002-04-042-0/+3
* libavcodec slices supportarpi2002-04-031-19/+44
* control() donearpi2002-04-034-7/+20
* removed useless contect struct -> code simplifiedarpi2002-04-031-28/+14
* libmad support, rewritten from scratch using Xine decoder as samplearpi2002-04-033-1/+180
* mpegpes added... thx Mw3arpi2002-04-032-0/+2
* mpegpes is no longer handled by libmpeg2 - we have vd_mpegpes nowarpi2002-04-031-2/+2
* vd_mpegpes addedarpi2002-04-033-1/+53
* new dvdnav option: -skipopening - dvdnav patch by Kees Cook <mplayer@outflux....arpi2002-04-031-1/+2
* 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.atmos4