log

age author description
Wed, 09 Jun 2010 09:27:29 +0000 diego cosmetics: Drop leading underscore from configuration variable.
Wed, 09 Jun 2010 07:26:54 +0000 siretart remove libmpcodecs/vf_rgb2bgr.c
Tue, 08 Jun 2010 20:11:01 +0000 cehoyos Make -mc 1 the default.
Tue, 08 Jun 2010 19:14:22 +0000 cehoyos Fix compilation with nemesi and live555.
Tue, 08 Jun 2010 09:29:14 +0000 cehoyos Support RTSP/RTP over HTTP via LIVE555.
Mon, 07 Jun 2010 19:01:15 +0000 reimar Extract duplicated code into a separate function.
Mon, 07 Jun 2010 18:53:20 +0000 reimar Ensure the SAMI subtitle reader does not read more lines than we support.
Mon, 07 Jun 2010 17:52:28 +0000 reimar Print media start time with -identify.
Mon, 07 Jun 2010 17:12:49 +0000 reimar Move code printing -identify output for a file to a separate function.
Mon, 07 Jun 2010 09:50:11 +0000 cehoyos M701: Matrox MPEG-2 intra-only.
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.