summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-159-2/+212
* Fix OSD, small misspelling.atmos42001-08-151-2/+2
* updatedarpi2001-08-151-17/+10
* fixed BITMAPINFO struct length truncation (WMV8)arpi2001-08-152-12/+31
* segfault fixedarpi2001-08-151-2/+4
* Spelling mistakes fixedfolke2001-08-143-23/+26
* Spelling mistakes fixedfolke2001-08-141-12/+12
* *** empty log message ***gabucino2001-08-141-1/+1
* write fault error fixedfolke2001-08-141-2/+2
* *** empty log message ***gabucino2001-08-141-0/+4
* vo_aa: configurable nowfolke2001-08-142-10/+49
* Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compilejkeil2001-08-144-27/+42
* *** empty log message ***gabucino2001-08-141-0/+8
* Use the standard mplayer config test for finding libraries, so that it canjkeil2001-08-141-6/+5
* *** empty log message ***gabucino2001-08-142-6/+25
* *** empty log message ***gabucino2001-08-141-3/+4
* small changes to erase only needed place (rectangles doesn't overlap)atlka2001-08-141-4/+8
* Added cool aalib vo driver.atmos42001-08-143-1/+546
* In case the open on the dvd device fails, print some hints based on errnojkeil2001-08-141-2/+3
* Removed D key for doublesize, already clobbered by framedrop.atmos42001-08-142-8/+4
* update pts to obtain OSD time display change while rewinding/forwardingatlka2001-08-141-2/+2
* speed optimized :)arpi2001-08-131-15/+19
* return value of iconv fixed for glibc 2.1.3, using strrchr instead of basenam...arpi2001-08-131-8/+14
* upgraded to 1.0b version by Artur Zaprzala <artur.zaprzala@talex.com.pl>arpi2001-08-1311-272/+1579
* modified mplayer.c to rewert to PLAY after rewinding after 1 secatlka2001-08-132-5/+5
* libvo/sub.c correctionsatlka2001-08-131-3/+3
* atlka@pg.gda.pl:atlka2001-08-134-29/+9
* changes according to -utf8 option, draw_osd() function addedatlka2001-08-1323-143/+261
* *** empty log message ***gabucino2001-08-133-48/+123
* terrible -idx bug fixed, thanx to Raphael Manfrediarpi2001-08-121-1/+1
* PTS calc updates, fixes, cleanups, mess...arpi2001-08-122-39/+42
* seek.c moved to demuxer.c, stream_reset in new_demuxer()arpi2001-08-125-91/+52
* cleanup...arpi2001-08-126-46/+29
* add define of DEFAULT_CDROM_DEVICEarpi2001-08-121-0/+6
* SetCodecPath -> win32_codec_namearpi2001-08-121-1/+2
* *** empty log message ***gabucino2001-08-121-3/+7
* print BITMAPINFOHDR tooarpi2001-08-121-0/+1
* return type of stream_seek changed void->intarpi2001-08-121-4/+4
* MOV file support - not works yetarpi2001-08-124-3/+215
* ffmpeg prints moved to verbose=2arpi2001-08-121-2/+2
* raw (uncompressed) video codecarpi2001-08-113-0/+9
* better fix - now it's backward compatiblearpi2001-08-111-1/+1
* VCD fixarpi2001-08-111-0/+1
* AVI demuxer cleanups, fileformat-dependent stuff moved to priv_tarpi2001-08-1112-253/+304
* updatedarpi2001-08-111-29/+34
* *** empty log message ***gabucino2001-08-112-1/+4
* --enable-streaming fixarpi2001-08-111-0/+1
* AVI pts/seek fixes, VBR support, faster NI seekarpi2001-08-112-62/+94
* *** empty log message ***gabucino2001-08-101-0/+3
* *** empty log message ***gabucino2001-08-102-0/+7
* 'too slow' message is fixed - better detection now based on both drop_cnt and...arpi2001-08-101-11/+11
* ehh. yet anouther silly a_pts bugarpi2001-08-101-0/+1
* silly a_pts bugarpi2001-08-091-3/+2
* Applied vladimirs freebsd patch (largefile default on freebsd and misc)atmos42001-08-091-4/+8
* more optimizationarpi2001-08-091-13/+28
* using OPTFLAGS and CC from config.makarpi2001-08-091-2/+2
* some optimizationarpi2001-08-091-23/+17
* dirty fix to get it work with glibc 2.1.x, and changed blur algorithmarpi2001-08-091-34/+74
* mplayer font-generator using FreeType 2.x by Artur Zaprzala <zybi@fanthom.irc...arpi2001-08-094-0/+674
* mplayer font-generator GIMP plugin by lanzz@lanzz.orgarpi2001-08-092-0/+211
* freebsd fixarpi2001-08-091-0/+4
* stream opening -> open.c, initialframes ignoredarpi2001-08-093-96/+122
* format-specific seeking code moved to demuxer_ stuffarpi2001-08-085-233/+289
* PIX_FMT_YUV422P undeclared error fixedarpi2001-08-081-0/+2
* changed chunkid/size checkarpi2001-08-081-8/+12
* mpeg2 fourcc changedarpi2001-08-082-4/+6
* ffmpeg12 fix - now passing sequence headerarpi2001-08-082-5/+22
* Fixed Makefile for test programs.atmos42001-08-081-2/+2
* printf stuff moved back to mplayer.carpi2001-08-071-13/+0
* printf stuff moved seek.c->mplayer.c, resetting drop_frame_cnt after seekarpi2001-08-071-0/+13
* typo noticed by Amy.eyck2001-08-071-1/+1
* old InitialFrames stuff disabled - should work without itarpi2001-08-071-1/+1
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-068-24/+42
* interleaved AVI: audio preload PTS compensationarpi2001-08-061-1/+23
* temporary hack: YUV422P -> YUY2 converter (for ffmpeg MJPEG testing)arpi2001-08-061-1/+27
* new ffmpeg codecs addedarpi2001-08-061-22/+47
* Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too).atmos42001-08-061-1/+1
* Start OpenBSD support and fix detection of older GNU as.atmos42001-08-062-11/+16
* Solaris' and *BSD's sed does not like the "i" flag in the substitute command.jkeil2001-08-061-1/+1
* ehh. 10l again...arpi2001-08-061-1/+1
* -quiet option patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-062-3/+7
* better local display connection patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-1/+5
* DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.plarpi2001-08-061-2/+8
* ehh. duplicated GL check removed... drinkin' 10l...arpi2001-08-061-3/+0
* more paranoia -> check for DEC_OPT_FRAME_311arpi2001-08-061-1/+1
* better divx4 detection, --disable-divx4arpi2001-08-061-3/+18
* nice texts. substvars shouldn't be in cvs.eyck2001-08-054-2/+29
* Make cygwin define WIN32 for compatibility with mingw and visualc, ...atmos42001-08-051-0/+4
* debug printf() removedarpi2001-08-041-1/+1
* -autoq option...arpi2001-08-042-8/+81
* define USE_MMX_IDCT for libavcodecarpi2001-08-031-0/+4
* made mmx/mmxext idct public -> now libavcodec can use itarpi2001-08-031-1/+1
* Pre commit so I won't have to sync with later configure changes (cygwin stuff)atmos42001-08-031-1/+5
* *** empty log message ***gabucino2001-08-031-0/+3
* *** empty log message ***gabucino2001-08-031-11/+2
* Win32 portability.atmos42001-08-021-3/+3
* *** empty log message ***gabucino2001-08-011-1/+1
* missing #ifdef DIRECTSHOW... thanx gruelarpi2001-08-011-0/+2
* missing unistd.h (requires for off_t under freebsd)arpi2001-08-0117-16/+31
* contrast/brightness/etc patch (temporary)arpi2001-08-012-0/+139
* largefile patch by Stephen Davies <steve@daviesfam.org>arpi2001-07-317-41/+92
* divx4linux autodetectionarpi2001-07-311-8/+22
* *** empty log message ***gabucino2001-07-301-0/+9
* sdl-config fixed - again =) huje atmosatmos42001-07-301-4/+6
* Solaris /bin/sh does not like the extra ; in a "for var do ... done" loopjkeil2001-07-301-2/+2
* Furter compatibility with new ffmpeg stuff.nick2001-07-302-2/+93
* libvo2 supportarpi2001-07-305-4/+108
* nosound avi seeking fixedarpi2001-07-294-9/+26
* removed obsolote frame_corr_* stuffarpi2001-07-291-19/+7
* Fixed override of --with-sdl-config.atmos42001-07-291-1/+1
* removed emailarpi2001-07-291-1/+1
* note about listsarpi2001-07-291-0/+1
* partial avifile-CVS mergearpi2001-07-292-7/+41
* new -fsmode flag: 0x8 enables XSetTransientForHintarpi2001-07-291-0/+4
* -fsmode range extendedarpi2001-07-291-1/+1
* Fixed check for mmx2 extensions.atmos42001-07-291-1/+1
* Display detected OS and arch.atmos42001-07-291-0/+3
* Pre-allocate some stack space to work around a problem with DLL alloca() codejkeil2001-07-291-10/+12
* using AFM_/VFM_ macros instead of hardcoded constants (idea by al3x)arpi2001-07-294-54/+71
* video pts calculation fixed (Desperado-trailer.avi)arpi2001-07-291-2/+3
* some cleanup, asf/mpg seek precision improvedarpi2001-07-292-40/+72
* acm convert message verbose1->2arpi2001-07-291-1/+1
* small cosmetics fixarpi2001-07-281-2/+2
* seeking code moved out from mplayer.c -> seek.carpi2001-07-283-259/+66
* Added checking for x86 cpu extensions using test-programs.atmos42001-07-281-0/+35
* seeking code - initial versionarpi2001-07-281-0/+248
* mpeg seeking fixedarpi2001-07-281-1/+1
* using sh_video->i_bps...arpi2001-07-283-12/+12
* stage2 step 1arpi2001-07-282-9/+12
* Fixed portability issue in StrongARM patch.atmos42001-07-281-1/+1
* update to perl debconf. fixed problem with configure.eyck2001-07-283-0/+218
* using debhelper instead of hardcoded stuffeyck2001-07-284-33/+95
* Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>atmos42001-07-282-1/+21
* Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualco...atmos42001-07-285-112/+131
* First development version of dct64, mixed with 3dnow/k7 and fpu code.atmos42001-07-271-0/+2217
* Beginning sse optimization of dct code.atmos42001-07-272-3/+8
* trying to fix -idx problemarpi2001-07-271-1/+6
* support for null codecsarpi2001-07-261-1/+1
* odivx<->divx4 order changed, null video codec addedarpi2001-07-261-14/+26
* *** empty log message ***gabucino2001-07-252-4/+23
* Detect gcc 3.0.xatmos42001-07-251-1/+1
* *** empty log message ***gabucino2001-07-241-1/+5
* readygabucino2001-07-241-141/+213
* Perl multifile playback helper tool.atmos42001-07-241-0/+51
* Applied patch by pl <p_l@tfz.net> (help switch anywhere).atmos42001-07-241-1/+3
* added #define CONFIG_DECODERS to support latest ffmpeg CVSarpi2001-07-231-0/+2
* grab.mpg fixedarpi2001-07-231-1/+1
* *** empty log message ***gabucino2001-07-221-292/+280
* *** empty log message ***gabucino2001-07-221-1/+3
* dvdfaq added (not yet formatted)gabucino2001-07-221-80/+125
* -vfm max range updated to 7gabucino2001-07-221-1/+1
* -vfm updatedgabucino2001-07-221-1/+8
* parse_es moved out from mplayer.c (it was included as .c file)arpi2001-07-213-9/+35
* file-format detection stuff moved out from mplayer.c to demuxer.c and dec_vid...arpi2001-07-214-365/+460
* AUTHORS (A'rpi) updatedgabucino2001-07-211-0/+2
* only FAQ and SOUNDCARDS stuff not formatted/missinggabucino2001-07-211-328/+459
* IMC addedgabucino2001-07-211-2/+4
* pre0alpha versiongabucino2001-07-211-0/+1910
* Fixed 'teh' typonick2001-07-211-1/+1
* a_frame, v_frame killed, using sh_audio/video->timer. has_audio not more used...arpi2001-07-212-52/+53
* video pts calculation precision fixedarpi2001-07-211-1/+9
* MMX problem workaround for broken (win32) codecsarpi2001-07-201-0/+6
* URL fixedarpi2001-07-201-1/+1
* mpeg2 video decode time is counted twice.jkeil2001-07-201-7/+3
* *** empty log message ***gabucino2001-07-203-18/+28
* -vfm -afm -vc -acgabucino2001-07-201-10/+33
* Fix segfault in DShow video decoder. Using directshow, thejkeil2001-07-201-1/+1
* Some corrections.atmos42001-07-202-3/+3
* some cleanup, redundant code removedarpi2001-07-201-99/+53
* fontpath fixed again...arpi2001-07-201-1/+1
* indeo5-vfw vs. YV12 updatearpi2001-07-201-1/+1
* crash fixed if no [fontpath] in .descarpi2001-07-201-0/+2
* argh. -d fixed. fixed?arpi2001-07-201-3/+5
* fixed typoarpi2001-07-201-2/+2
* install -D changed to -darpi2001-07-201-3/+3
* Applied DATADIR patch by Vladimir Kushnirarpi2001-07-204-21/+35
* fixed shmem size, and now compiles without divx4linux too :)arpi2001-07-201-2/+9
* info about odivx vs. divx4arpi2001-07-191-2/+15
* DivX4Linux supportarpi2001-07-191-0/+27
* DivX4Linux supportarpi2001-07-195-16/+103
* added Gerard Lantau, ffmpeg/libavcodec authorarpi2001-07-192-6/+17
* Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANONjkeil2001-07-191-2/+7
* AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format isjkeil2001-07-191-0/+2
* x11_common does not compile, when the XDPMS extension is not available on thejkeil2001-07-191-2/+9
* Remove "sdl-config: not found" error message during configure, when the systemjkeil2001-07-191-2/+5
* ASF support for non-x86 cpusjkeil