log

age author description
Tue, 03 May 2011 12:21:11 +0000 ib Replace all GUI exits by guiExit().
Tue, 03 May 2011 12:19:22 +0000 ib Add an exit function.
Tue, 03 May 2011 09:51:59 +0000 diego configure: Fix swab() check.
Sun, 01 May 2011 22:41:51 +0000 iive 10l. Don't set stride info if it would panic the decoder.
Sun, 01 May 2011 20:21:00 +0000 iive Fix segfault with -lavdopts vstats and some codecs.
Sun, 01 May 2011 18:07:59 +0000 iive Increase the maximum value of the DVB timeout to 240 seconds.
Sun, 01 May 2011 17:10:02 +0000 reimar Add code to generate and compare all object files MPlayer uses.
Sun, 01 May 2011 16:44:58 +0000 cboesch Remove some useless static and global zero initializations.
Sun, 01 May 2011 16:40:30 +0000 cboesch Remove MI2-Trailer.avi reference from filename variable comment.
Sun, 01 May 2011 15:25:41 +0000 philipl Command Line Options: Support FFmpeg per-codec AVOptions.
Fri, 29 Apr 2011 13:05:49 +0000 diego ao_pcm: Fix compilation on MinGW64 due to a missing io.h #include.
Fri, 29 Apr 2011 10:32:59 +0000 jrash sync with en/mplayer.1 rev. 33336
Thu, 28 Apr 2011 15:58:42 +0000 cehoyos Fix Win64 compilation.
Thu, 28 Apr 2011 13:45:16 +0000 diego Add missing osdep/strsep.h #include where strsep() is used.
Wed, 27 Apr 2011 17:15:28 +0000 ib Remove unnecessary #include.
Wed, 27 Apr 2011 14:57:37 +0000 ib Limit config option vf_lavc to dxr3.
Wed, 27 Apr 2011 08:40:56 +0000 cehoyos Temporarily disable AVX to fix compilation.
Tue, 26 Apr 2011 23:31:25 +0000 iive Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the
Tue, 26 Apr 2011 18:48:19 +0000 reimar Reduce dependencies for codecs2html binary.
Tue, 26 Apr 2011 16:21:26 +0000 cehoyos Support Etymonix MPEG-2 I-frame Video Codec.
Mon, 25 Apr 2011 14:25:15 +0000 ib Do not remove video filters.
Mon, 25 Apr 2011 12:38:55 +0000 ib Improve cache size spin button.
Mon, 25 Apr 2011 12:24:05 +0000 ib Cosmetic: Adjust indent.
Mon, 25 Apr 2011 12:23:06 +0000 ib Adjust possible cache size to values allowed by MPlayer.
Mon, 25 Apr 2011 09:48:11 +0000 reimar Setup default speex modes, allows decoding of speex in flv which does not
Mon, 25 Apr 2011 09:28:38 +0000 reimar Pass through correct-pts setting from video sub demuxer.
Sun, 24 Apr 2011 23:27:24 +0000 reimar Call demux_fill_buffer multiple times when trying to get a
Sun, 24 Apr 2011 23:06:38 +0000 reimar Add a alloc_demuxer function that ensures all the critical stuff is
Sun, 24 Apr 2011 21:32:36 +0000 reimar Improve seeking for files where start_time is not (properly) set.
Sun, 24 Apr 2011 16:13:25 +0000 ib Replace usage of AVCodecContext member hurry_up by skip_idct and skip_frame.