log

age author description
Sun, 06 Jun 2010 21:36:49 +0000 hyc Fix typo in comment
Sun, 06 Jun 2010 18:59:19 +0000 reimar Remove nonsense commented-out function header.
Sun, 06 Jun 2010 15:41:37 +0000 reimar Update common.mak and subdir.mak to latest FFmpeg versions.
Sun, 06 Jun 2010 13:59:44 +0000 reimar Fix ds_get_next_pts to also work for the first packet of a stream.
Sun, 06 Jun 2010 13:53:18 +0000 reimar Fix the ds->first documentation to actually match reality.
Sun, 06 Jun 2010 11:23:56 +0000 reimar Minor code simplification.
Sun, 06 Jun 2010 11:08:46 +0000 reimar Disable index reading in real demuxer if stream is not seekable.
Sun, 06 Jun 2010 08:32:17 +0000 reimar Some more Changelog updates.
Sun, 06 Jun 2010 08:29:34 +0000 reimar yuv4mpeg interlaced changes.
Sat, 05 Jun 2010 18:11:51 +0000 reimar Update codecs.conf version again, we had quite a few additions to it.
Sat, 05 Jun 2010 17:55:20 +0000 reimar Extend -vf format to allow substituting the format for a compatible one
Sat, 05 Jun 2010 17:45:35 +0000 reimar Fix -vf format and -vf noformat to work with slices.
Sat, 05 Jun 2010 17:32:11 +0000 reimar Add webm/VP8 support to native matroska demuxer.
Sat, 05 Jun 2010 16:46:25 +0000 reimar If we have no FPS value, try enabling -correct-pts mode, it does
Sat, 05 Jun 2010 16:37:10 +0000 reimar Add partial support for dirac to TS demuxer.
Sat, 05 Jun 2010 16:14:56 +0000 reimar Also print current stream position in mp_read debug output.
Sat, 05 Jun 2010 16:12:36 +0000 reimar Remove explicit eof check for mp_read code, stream code handles this case
Sat, 05 Jun 2010 16:00:49 +0000 reimar Di not do a stream_reset on seeking backwards, the seek itself should
Sat, 05 Jun 2010 15:57:57 +0000 reimar Do not make seek fail explicitly simply because eof was hit somewhen,
Sat, 05 Jun 2010 13:44:20 +0000 cehoyos Fix compilation after FFmpeg r23485.
Sat, 05 Jun 2010 11:38:19 +0000 jrash sync with en/mplayer.1 rev. 31292
Sat, 05 Jun 2010 06:45:01 +0000 reimar Remove colorspace conversion code from -vo yuv4mpeg, -vf scale should
Sat, 05 Jun 2010 06:41:43 +0000 reimar Sync libdvdcss with their latest SVN.
Sat, 05 Jun 2010 06:28:58 +0000 reimar Add support for -geometry x syntax since the documentation claims
Fri, 04 Jun 2010 18:46:22 +0000 reimar Do not use libass functions if it is disabled.
Fri, 04 Jun 2010 17:11:56 +0000 reimar Default to -correct-pts off if -fps was given, since -fps has no effect
Fri, 04 Jun 2010 17:10:38 +0000 reimar Force window placement also if -xineramascreen was set >= 0,
Thu, 03 Jun 2010 21:50:08 +0000 siretart apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa2863dcce62a44dd9ea105f9f9288f4
Thu, 03 Jun 2010 21:01:37 +0000 reimar Try always enabling correct pts again for lavf demuxer, since the know
Thu, 03 Jun 2010 20:59:40 +0000 reimar Limit buffered PTS only when we actually got a frame from the decoder.