Timeline
Apr 9, 2019:
- 11:08 PM Changeset in ffmpeg [4d2f6215] by
- aarch64/opusdsp: implement NEON accelerated postfilter and deemphasis …
- 9:16 PM Changeset in ffmpeg [1c50d61] by
- libavutil/hwcontext_opencl: Fix channel order in format support check …
- 6:45 PM CompilationGuide/macOS edited by
- tap has to be added first (diff)
- 3:10 PM Changeset in ffmpeg [cf7a5c65] by
- avformat/matroskaenc: fix leak on error Signed-off-by: James Almer …
- 3:08 PM Changeset in ffmpeg [420fe39a] by
- avformat/av1: Initialize padding in ff_isom_write_av1c Otherwise, AV1 …
- 1:51 PM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by
- Jun, So with the above video if you seek to close to the end, then let …
- 1:49 PM Changeset in ffmpeg [1ec777dc] by
- avformat/matroskaenc: fix leak on error Signed-off-by: James Almer …
- 1:47 PM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by
- This is the output with trace enabled from console history. I see a …
- 1:29 PM Changeset in ffmpeg [d6a83922] by
- lavf/movenc: Pass correct pointer to av_log().
- 12:15 PM Ticket #7684 (ffmpeg -ss: issue with one flac uncompressed) updated by
- Workaround is to trim the audio using a filter. `ffmpeg -i "02 - Sad …
- 11:23 AM Ticket #7684 (ffmpeg -ss: issue with one flac uncompressed) updated by
- Replying to rdsu: > It's possible to know when this issue …
- 11:19 AM Ticket #7684 (ffmpeg -ss: issue with one flac uncompressed) updated by
- It's possible to know when this issue can be fixed and deployed? …
- 9:43 AM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
- Need flush buffer to file when the logic into can split and no output …
- 9:26 AM Ticket #7789 (Fails to compile with Blackmagic Decklink SDK 11.0) updated by
-
Cc changed
- 8:45 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- Many thanks for the quick resolution to everyone involved notably …
- 8:13 AM Ticket #7609 (rw_timeout dont work in RTSP) updated by
- Could you have a try with -stimeout ?
- 7:57 AM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
- bug from commit: db9e87dd8c1ce11d37edc16f9380ee8dee68891b let me …
- 7:30 AM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by
- Replying to kealist: Do you have any logs when it reaches …
- 7:13 AM Ticket #7646 (Loading Remote ffmpeg FMP4 HLS Streams Return Faulty Codec with ...) updated by
- I have run into the same problem. "partial file" is reported when a …
- 1:22 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) closed by
- fixed
- 1:16 AM Changeset in ffmpeg [0a347ff4] by
- lavf/matroskaenc: Fix memory leak after write trailer Fix memory leak …
Apr 8, 2019:
- 7:45 PM Ticket #7674 (ffmpeg with cuvid transcoding after version 3.4.1 work unstable on ...) updated by
- I am sorry but the output is irrelevant. To test the issue you need to …
- 7:01 PM Ticket #7674 (ffmpeg with cuvid transcoding after version 3.4.1 work unstable on ...) updated by
-
Please either:
Send your patch - made with
git format-patch- to the … - 6:59 PM Ticket #7835 (crashes using crop with zscale) updated by
- Please provide backtrace, disassembly and register dump for crash …
- 6:56 PM Ticket #7674 (ffmpeg with cuvid transcoding after version 3.4.1 work unstable on ...) reopened by
- I confirm the issue reported in this ticket with current git. Running …
- 3:29 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) updated by
- Also note that the Fraunhofer website contains a link to Apples …
- 3:25 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) updated by
- I found a set of test vector AAC files, that are ought to play back …
- 2:24 PM Changeset in ffmpeg [bb5efd17] by
- avformat/av1: Initialize padding in ff_isom_write_av1c Otherwise, AV1 …
- 2:14 PM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by
- Replying to Jun: > Replying to kealist: > > …
- 12:37 PM Ticket #7834 (ts over ip) closed by
- needs_more_info
- 12:09 PM Ticket #7835 (crashes using crop with zscale) created by
- Summary of the bug: using crop filter sets x option(3rd opt) except …
- 10:42 AM Ticket #7834 (ts over ip) created by
- Summary of the bug: Send ts packet over udp by ffmpeg, the size of …
- 10:25 AM CompilationGuide/macOS edited by
- remove tap-pin, as it's deprecated from Homebrew 2.1 (diff)
- 10:22 AM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
- […] reproduced.
- 10:17 AM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
- […]
- 10:05 AM Ticket #7833 (ffmpeg cant decode video file.) updated by
-
Priority, Keywords, Version changed
For future tickets: Please remember that only current FFmpeg git head … - 10:05 AM Ticket #7123 (GPAC file doesn't play with edit list parsing) updated by
-
Keywords changed
- 10:04 AM Ticket #7830 (Allocation size of input surface for qsv not takes into account ...) updated by
- This is because input frames are submitted via another code path, …
- 9:44 AM Ticket #7789 (Fails to compile with Blackmagic Decklink SDK 11.0) updated by
- I've tested that. it works seamlessly now even with newest 11.1 SDK
- 9:43 AM Ticket #7830 (Allocation size of input surface for qsv not takes into account ...) updated by
- qsvenc.c submit_frame specifically has some logic to make a copy of …
- 9:36 AM Ticket #7830 (Allocation size of input surface for qsv not takes into account ...) updated by
-
System memory is allocated by
av_buffer_alloc()(inside libavutil), … - 9:12 AM Ticket #7830 (Allocation size of input surface for qsv not takes into account ...) updated by
- I'm not sure I fullly understood the root cause you've filed, but I …
- 8:49 AM Ticket #7833 (ffmpeg cant decode video file.) updated by
- Replying to richardpl: > Can not confirm without short …
- 8:48 AM Ticket #7833 (ffmpeg cant decode video file.) updated by
- Replying to richardpl: > Can not confirm without short …
- 8:43 AM Ticket #7833 (ffmpeg cant decode video file.) updated by
- Can not confirm without short sample uploaded somewhere.
- 8:31 AM Ticket #7833 (ffmpeg cant decode video file.) created by
- Summary of the bug: ffmpeg cant decode mp4 video file, and I have test …
- 7:59 AM Ticket #7178 (RTSP framerate reported by camera is ignored) updated by
- > the 15fps is calculated Can you give me some pointers as to where …
- 5:27 AM Ticket #1771 (The file size limit almost never works.) updated by
- In theory, one could 1) allow the user to set a trailer size …
- 3:20 AM Ticket #7832 (Compact items on man page) created by
- On ffplay man page maybe write […] as […]
Apr 7, 2019:
- 10:19 PM Ticket #1771 (The file size limit almost never works.) closed by
- fixed: I don't see how this can be realistically improved, the documentation …
- 10:16 PM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
-
You should probably use
testsrc2… - 9:21 PM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
-
Cc changed
- 8:28 PM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
- I finally managed to reproduce with testsrc: […]
- 7:59 PM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) updated by
-
Cc, Summary changed
- 7:57 PM Ticket #7831 (remuxing to HLS using "hls_segment_size" creates corrupted segments) created by
- Summary of the bug: Remuxing a perfectly decodeble input video to HLS …
- 7:15 PM Changeset in ffmpeg [ecdaa4b4] by
- avfilter/af_asetnsamples: use correct function
- 7:09 PM Changeset in ffmpeg [3a2adee] by
- avformat/riffdec: pass correct pointer to av_log
- 11:17 AM Changeset in ffmpeg [4c8e3725] by
- avfilter/af_asetnsamples: fix sample queuing. When asetnsamples uses …
- 9:55 AM Ticket #7144 (mpeg-dash - Application provided duration: -1056 / timestamp: 983056 ...) updated by
-
Cc changed
Replying to andreymal: I checked the code, the error … - 9:26 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- According to my test this should fix the issue: […]
- 7:51 AM Ticket #7775 ([FFmpeg-vaapi][vp9] error message when play a vp9 stream) updated by
-
Keywords changed
- 7:14 AM Ticket #1771 (The file size limit almost never works.) updated by
-
Component changed
The documentation was clarified in … - 6:32 AM Ticket #7260 (Fail to get image dimension when RTSP falling back from UDP to TCP) updated by
- Replying to julien23: The reason is there in your log: …
- 6:21 AM Ticket #7815 (Unable to seek after reaching end of RTSP Stream) updated by
-
Cc changed
Replying to kealist: I tried on my Mac, using keyboard … - 6:20 AM Changeset in ffmpeg [8607e29f] by
- swscale/ppc: VSX-optimize yuv2rgb_full_X ./ffmpeg -f lavfi -i …
- 6:20 AM Changeset in ffmpeg [3256e94] by
- swscale/ppc: VSX-optimize yuv2rgb_full_2 ./ffmpeg -f lavfi -i …
- 6:20 AM Changeset in ffmpeg [50e672bc] by
- swscale/ppc: VSX-optimize non-full-chroma yuv2rgb_1 ./ffmpeg -f lavfi …
- 6:08 AM Ticket #7810 (ffmpeg will automatically pause (Konx KW01 gen2)) updated by
-
Cc changed
Replying to branqueira: > I checkout the code and build … - 5:15 AM Ticket #7775 ([FFmpeg-vaapi][vp9] error message when play a vp9 stream) updated by
-
Keywords changed
Can you upload the VP9 test clip for this issue? Thanks - 5:04 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
-
Cc, Version changed
Peter, I've reproduced the memory leak issue with examples muxing.c … - 2:18 AM Changeset in ffmpeg [7c187514] by
- doc/examples/metadata: fix the example can't dump FLV metadata fix …
- 12:00 AM Changeset in ffmpeg [d234ed76] by
- lavf/Makefile: Fix kux demuxer standalone compilation.
Apr 6, 2019:
- 1:57 PM Ticket #4519 (Support for KUX container) closed by
- fixed: Implemented by Swaraj Hota in 208ae228fa129041dc6671dcc45c025a11bf2cc6 …
- 1:54 PM Changeset in ffmpeg [208ae228] by
- lavf/flvdec: added support for KUX container Fixes ticket #4519. The …
- 1:20 PM Changeset in ffmpeg [f4f40cbb] by
- lavd/x11grab: fix vertical repositioning There is a calculation error …
- 4:15 AM Ticket #7178 (RTSP framerate reported by camera is ignored) updated by
- the 15fps is calculated. SDP RFC defines the framerate as ”maximum …
Apr 5, 2019:
- 10:28 PM Ticket #6021 (tx3g / mov_text subtitles are not encoded correctly in some specific cases) updated by
- > I discovered that MP4Box writes a subtitle box size while ffmpeg …
- 5:26 PM Ticket #6021 (tx3g / mov_text subtitles are not encoded correctly in some specific cases) updated by
- Replying to CoRoNe: > First time I've been looking at …
- 4:10 PM Ticket #7830 (Allocation size of input surface for qsv not takes into account ...) created by
- I'm encoding P010 stream to h265 using qsv. Command line is below. I …
- 3:34 PM Ticket #2474 (MKV transcoded to MKV with copied attachments is unplayable if output ...) closed by
- fixed: This has been fixed, most likely by commit …
- 2:08 PM Ticket #7829 (Wrong average framerate for H.264 in mxf) created by
- Matrox provided a sample that shows an incorrect average framerate …
- 1:16 PM Changeset in ffmpeg [772c73e6] by
- FATE: Add test for HEVC files that claim to have two first slices …
- 11:21 AM Ticket #7547 (When relaying RTMP streams ffmpeg quits with ...) updated by
- Replying to ikolesnikov: > I can confirm that …
- 10:05 AM Changeset in ffmpeg [2169a3f2] by
- avcodec/agm: Fix integer overflow with w/h Fixes: negation of …
- 10:05 AM Changeset in ffmpeg [18a851a] by
- avformat/matroskadec: Improve length check The earlier code had three …
- 3:32 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- Can some developer please raise reproduced by developer? From …
Apr 4, 2019:
- 6:40 PM Ticket #7723 ([FFmpeg-vaapi][vp8 decode] Failed to end picture decode issue: 23 ...) updated by
-
Cc changed
https://patchwork.ffmpeg.org/patch/9943/ has been superseded by … - 10:39 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- As far as I can see this is a patch for …
- 9:31 AM Changeset in ffmpeg [8e3b01e2] by
- avcodec/agm: More completely check size before using it Fixes: out of …
- 9:27 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- Please try the patch: https://patchwork.ffmpeg.org/patch/12612/, Tks
- 6:44 AM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
- As per request I sent the following mail to FFmpeg-devel (cf. …
- 5:46 AM Ticket #7639 (Unable to do 'rtsp stream' when 'rtsp_flags listen') updated by
- try this, terminal one: ./ffplay -rtsp_flags listen …
Apr 3, 2019:
- 11:33 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) updated by
- The used ffmpeg command line was already described in the text above, …
- 11:19 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) updated by
-
Please provide one
ffmpegcommand line together with the … - 11:03 PM Ticket #6375 ([bug][regression] Too many packets buffered for output stream) updated by
-
Cc changed
- 11:03 PM Ticket #6375 ([bug][regression] Too many packets buffered for output stream) updated by
-
Cc changed
- 10:39 PM Ticket #5238 (gapless playback doesn't work (with at least Opus)) updated by
-
Resolution changed
Just for the records,... I did some fresh tests with current git … - 10:38 PM Ticket #7828 (gapless playback doesn't work with AAC (Apple style)) created by
- With current git master ffmpeg 1125277: In the following a series of …
- 10:00 PM Ticket #7216 (Apache 2.4.7 is not always responding) closed by
- needs_more_info
- 10:00 PM Ticket #7220 (Pointer returned from av_demuxer_iterate() should not be const) closed by
- fixed: I hope this will be fixed after the next version bump through …
- 9:12 PM Changeset in ffmpeg [ee16d14b] by
- avcodec/av1_metadata: add an option to remove Padding OBUs …
- 8:51 PM Ticket #6870 (Add regular P frames to hevc_qsv encoding option) closed by
- fixed: Implemented by Zhong Li in 1125277bc64ebef1a7a6bee7349c7a8fab7fdcc7
- 8:22 PM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) updated by
-
Keywords, Component changed
Please send your patch - made withgit format-patch- to the … - 7:38 PM Ticket #5258 (ffmpeg fails to decode opus test vectors correctly) updated by
- I've just checked git master (with no configure options, i.e. not …
- 7:33 PM Ticket #7826 (fails to correctly read Opus test vector files) updated by
-
Resolution changed
In fact you're right, and I've just verified this on a (standard, i.e. … - 6:21 PM Ticket #7827 (libavformat/libavcodec might leak some memory when muxing a flac ...) created by
- Summary of the bug: How to reproduce:[…]
- 5:52 PM Ticket #7826 (fails to correctly read Opus test vector files) updated by
- 1. This is a duplicate of #5258. 2. #5258 has actually already been …
- 4:54 PM Ticket #7826 (fails to correctly read Opus test vector files) updated by
- uhm?
- 4:44 PM Ticket #7826 (fails to correctly read Opus test vector files) closed by
- invalid
- 3:17 PM Ticket #7826 (fails to correctly read Opus test vector files) created by
- Summary of the bug: The Opus developer provide a set of test vector …
- 3:00 PM Changeset in ffmpeg [1125277b] by
- lavc/qsvenc: enable hevc gpb option GPB is the default type, just …
- 2:57 PM Changeset in ffmpeg [c745bedd] by
- lavc/qsvenc: enable hevc coding options configuration Signed-off-by: …
- 2:57 PM Changeset in ffmpeg [6f9d7c5] by
- lavc/qsvenc: no need to include h264.h for jpeg encoder …
- 1:20 PM Ticket #7794 (ffmpeg crash when transcoding with vpp_qsv and pad filters) closed by
- invalid: IIRC, vpp_qsv can't support pad, just support crop, so the "pad" here …
- 1:18 PM Ticket #1582 (Suboptimal RGB <-> YUV conversion accuracy in default configuration) updated by
- Replying to cehoyos: > Would you mind stopping to attach …
- 1:00 PM Ticket #1582 (Suboptimal RGB <-> YUV conversion accuracy in default configuration) updated by
- Would you mind stopping to attach compressed files? I believe this is …
- 12:35 PM Ticket #1582 (Suboptimal RGB <-> YUV conversion accuracy in default configuration) updated by
- Extended tests have been done regarding this issue. …
- 10:55 AM Ticket #4859 (TTML subtitle decoding) updated by
- Hmm, I haven't found any other tickets related to IMSC (or EBU-TT-D). …
- 10:20 AM Changeset in ffmpeg [8161ac29] by
- lavf/movenc: fix tmcd writing for non-MP4/MOV modes write_tmcd allows …
- 9:39 AM Ticket #4859 (TTML subtitle decoding) updated by
- We will not have more imsc tickets and the full text search is not …
- 9:37 AM Ticket #4859 (TTML subtitle decoding) updated by
- @cehoyos: Is there a reason why you removed the keywords I added in …
- 9:18 AM Ticket #7823 (Hmm... a minor bug? (argument interpretation)) closed by
- invalid: Blame the shell interpreter... (or the user?.. or whatsoever)
- 9:15 AM Ticket #7824 (ffprobe/ffplay reporting false hz) closed by
- invalid
- 9:09 AM Ticket #7825 (Malfunctioning `ssim` filter?..) updated by
- Replying to cehoyos: > Apart from the attachment, I …
- 9:07 AM Ticket #7824 (ffprobe/ffplay reporting false hz) reopened by
- problem still exist
- 8:57 AM Ticket #7825 (Malfunctioning `ssim` filter?..) closed by
- invalid: Apart from the attachment, I believe the filter acts as specified.
- 8:31 AM Ticket #7823 (Hmm... a minor bug? (argument interpretation)) updated by
- Would you like to explain why you believe there is an issue? You …
- 8:20 AM Ticket #1261 (yellowish color with resize and -pix_fmt pal8) closed by
- fixed
- 8:20 AM Ticket #4859 (TTML subtitle decoding) updated by
-
Keywords changed
- 8:18 AM Ticket #7824 (ffprobe/ffplay reporting false hz) closed by
- invalid: Please only add the missing information for this ticket and reopen it …
- 8:07 AM Ticket #7825 (Malfunctioning `ssim` filter?..) created by
- Build from: …
- 8:03 AM Ticket #7824 (ffprobe/ffplay reporting false hz) updated by
- 2 822 kHz to be more accurate
- 8:02 AM Ticket #7824 (ffprobe/ffplay reporting false hz) created by
- ffprobe.exe phantom.dff Stream #0:0: Audio: dst (DST / 0x20545344), …
- 7:36 AM Ticket #4859 (TTML subtitle decoding) updated by
-
Keywords, Cc changed
- 7:30 AM Ticket #1261 (yellowish color with resize and -pix_fmt pal8) reopened by
- Replying to cehoyos: Build from: …
- 6:54 AM Ticket #1582 (Suboptimal RGB <-> YUV conversion accuracy in default configuration) updated by
- == Sitrep from recent version == Still occurs. …
- 5:50 AM Ticket #7822 (x264 possible encoding error with png source since N-93471-gf8fa8bbf22) updated by
- Thank you for that information! That explains why the newer version …
- 4:35 AM Changeset in ffmpeg [b131a07e] by
- fate: unbreak fate with custom binary names
- 3:24 AM Ticket #7823 (Hmm... a minor bug? (argument interpretation)) created by
- Build from: …
- 2:17 AM Changeset in ffmpeg [ecb4398d] by
- lavf/hashenc: Correct the hash/MD5 muxer class name Follow the name …
- 12:22 AM Ticket #7774 (ProRes Scanned Alpha omitting last run of a slice if it's length 0) updated by
-
Keywords, Version changed
Apr 2, 2019:
- 11:25 PM Ticket #7764 (Support for HW accelerated 10-bit -> 8-bit conversion support) updated by
-
Priority, Keywords changed
- 11:06 PM Ticket #7822 (x264 possible encoding error with png source since N-93471-gf8fa8bbf22) closed by
- invalid: https://code.videolan.org/videolan/x264/commit/d4099dd4
- 10:54 PM Changeset in ffmpeg [0e1ea034] by
- avcodec/libaomenc: fix range of values for enable-intrabc option …
- 9:53 PM Ticket #7822 (x264 possible encoding error with png source since N-93471-gf8fa8bbf22) updated by
- Correction: Last working build is …
- 9:34 PM Ticket #7822 (x264 possible encoding error with png source since N-93471-gf8fa8bbf22) created by
- Summary of the bug: Last working build: …
- 9:04 PM Changeset in ffmpeg [ec82b3ec] by
- avcodec/cbs_av1: fix parsing spatial_id Reviewed-by: Mark Thompson …
- 7:33 PM Changeset in ffmpeg [461303f9] by
- avcodec/cbs_av1: fix parsing spatial_id Reviewed-by: Mark Thompson …
- 7:26 PM Ticket #7819 (It appears the overlay filter doesn't like odd numbers?.. (essentially ...) updated by
-
Type, Summary changed
- 3:14 PM Changeset in ffmpeg [b97a7dd0] by
- libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt …
- 3:14 PM Changeset in ffmpeg [1046e880] by
- libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to …
- 3:14 PM Changeset in ffmpeg [5dcc63c1] by
-
libavcodec/zmbv: use PTRDIFF_SPECIFIER for
src - c->decomp_buf. … - 2:36 PM Changeset in ffmpeg [b74e1371] by
- avcodec/opus: make redundancy_buf 32 byte aligned Fixes …
- 2:22 PM Ticket #7821 (Could not find codec parameters for stream 0 (Video: webp, none): ...) updated by
-
Priority, Analyzed by developer, Version, Component, Reproduced by developer changed
Please test current FFmpeg git head and provide the command line you … - 2:08 PM Ticket #7821 (Could not find codec parameters for stream 0 (Video: webp, none): ...) updated by
-
Cc changed
- 2:08 PM Ticket #7821 (Could not find codec parameters for stream 0 (Video: webp, none): ...) updated by
-
Summary changed
- 2:05 PM Ticket #7821 (Could not find codec parameters for stream 0 (Video: webp, none): ...) updated by
-
Status changed
- 2:03 PM Ticket #7821 (Could not find codec parameters for stream 0 (Video: webp, none): ...) created by
- Summary of the bug: How to reproduce: […] ffmpeg like command …
- 5:46 AM Changeset in ffmpeg [6aeaac3e] by
- avformat/dashenc: Add support for Global SIDX
- 5:45 AM Changeset in ffmpeg [3d089499] by
- avformat/movenc: Fix skip_trailer when global_sidx is enabled
- 4:11 AM Changeset in ffmpeg [326cec37] by
- avformat/hls: make different warning message between open url and …
Note:
See TracTimeline
for information about the timeline view.
