[FFmpeg-cvslog] mov.c: fix handling of seek return in read_mfra

2014-11-15 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Fri Nov 14 19:12:34 2014 +0200| [b08fd7ea78792c4e0141e2d384b9acd4699bb5cc] | committer: Michael Niedermayer mov.c: fix handling of seek return in read_mfra this would cause mfra to be ignored in files larger than 2G Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] segment: don't access outside seg->frames array

2014-11-28 Thread Mika Raento
ffmpeg | branch: release/2.1 | Mika Raento | Mon Sep 1 20:10:03 2014 +0300| [cb10e05ff06e13d28c254b9de8473fb3e471e708] | committer: Michael Niedermayer segment: don't access outside seg->frames array Fixes wrong number of segments output and undefined memory access. Signed-off-by:

[FFmpeg-cvslog] ismindex: improve diagnostics

2014-09-02 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 1 16:16:49 2014 +0300| [e48d1ea541be4592ebac89875557407ca958b7a9] | committer: Martin Storsjö ismindex: improve diagnostics This improves error messages for completely and somewhat broken inputs. Signed-off-by: Martin Storsjö > h

[FFmpeg-cvslog] segment: don't access outside seg->frames array

2014-09-02 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 1 20:10:03 2014 +0300| [58e0402e02ae5e466c33b9465c1465fdee68d342] | committer: Michael Niedermayer segment: don't access outside seg->frames array Fixes wrong number of segments output and undefined memory access. Signed-off-by:

[FFmpeg-cvslog] segment: fix copying stream metadata

2014-09-02 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 1 20:05:44 2014 +0300| [502fc3b3d4b36015562d19d74f27d0a4ff835c4e] | committer: Michael Niedermayer segment: fix copying stream metadata To get mpegts metadata copied when segmenting. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] segment: use mpegts_flags instead of the deprecated resend_headers option

2014-09-02 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 1 20:05:44 2014 +0300| [413fa76f61f2d4a07dd52e5e70385aa99b42] | committer: Michael Niedermayer segment: use mpegts_flags instead of the deprecated resend_headers option Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] ismindex: recover from completely empty streams

2014-09-03 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Wed Sep 3 09:13:46 2014 +0300| [c487972ed0e1eaebdbe4a13cdd191e119be0b19c] | committer: Martin Storsjö ismindex: recover from completely empty streams This creates best-effort results from input that is missing stream contents, there are warnings

[FFmpeg-cvslog] ismindex: produce .ismf file

2014-09-05 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Thu Sep 4 18:09:46 2014 +0300| [b21e989a3c076d94cfdde0303724db841dd60cad] | committer: Martin Storsjö ismindex: produce .ismf file This is a non-standard file that maps the MSS segment names to offsets in the ISMV file. This can be used to build a

[FFmpeg-cvslog] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Mon Sep 15 16:26:57 2014 +0300| [f685f7d7a8386365f452cc38c546327f7df20296] | committer: Michael Niedermayer hlsenc: single_file, support HLS ver 4 byteranges This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds

[FFmpeg-cvslog] ismindex: handle time discontinuities and nonzero start time

2014-09-15 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Sun Sep 14 19:00:56 2014 +0300| [00431bf874e1044b01e09a2266ef85d4ff8d44cc] | committer: Martin Storsjö ismindex: handle time discontinuities and nonzero start time The input file may not have consistent start times, stream durations and chunk durations

[FFmpeg-cvslog] segment: don't access outside seg->frames array

2014-09-20 Thread Mika Raento
ffmpeg | branch: release/2.2 | Mika Raento | Mon Sep 1 20:10:03 2014 +0300| [0484d7ad7ef7f4ce51525a95cc5b74d7e6c213a0] | committer: Michael Niedermayer segment: don't access outside seg->frames array Fixes wrong number of segments output and undefined memory access. Signed-off-by:

[FFmpeg-cvslog] segment: don't access outside seg->frames array

2014-10-02 Thread Mika Raento
ffmpeg | branch: release/2.3 | Mika Raento | Mon Sep 1 20:10:03 2014 +0300| [8df77c37584a01bcd8ac90ed4fe4d51856935cf4] | committer: Michael Niedermayer segment: don't access outside seg->frames array Fixes wrong number of segments output and undefined memory access. Signed-off-by:

[FFmpeg-cvslog] ismindex: handle discontinuous streams better

2014-10-09 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Wed Oct 8 09:39:26 2014 +0300| [2bc220958c7570020d87ee353db65460b518998a] | committer: Martin Storsjö ismindex: handle discontinuous streams better Read the fragment duration from the trun sample data, rather than assuming that there are no gaps

[FFmpeg-cvslog] ismindex: handle discontinuous streams better

2014-10-09 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Wed Oct 8 09:39:26 2014 +0300| [d3834f290138cb8c48fd404081ac5b9a2ca14564] | committer: Michael Niedermayer ismindex: handle discontinuous streams better Reads the fragment duration from the trun sample data, rather than assuming that there are no gaps

[FFmpeg-cvslog] mov.c: allow reading fragment start dts/pts from fragmented mp4

2014-10-13 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Sat Oct 11 18:43:48 2014 +0300| [a59808dd57f81d1cfaa76e2624a66825e63324ea] | committer: Michael Niedermayer mov.c: allow reading fragment start dts/pts from fragmented mp4 This introduces a new option to the mov demuxer: -use_mfra_for (pts|dts). When

[FFmpeg-cvslog] ismindex: use tfhd default duration if no sample duration

2014-10-16 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Thu Oct 16 08:55:17 2014 +0300| [979932378ae3fbf452e312eb759cc7ce175f78de] | committer: Martin Storsjö ismindex: use tfhd default duration if no sample duration Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] hlsenc.c, segment.c: propagate defaults to mpegts

2014-10-17 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Fri Oct 17 19:28:47 2014 +0300| [75c8d7c2b4972f6ba2cef605949f57322f7c0361] | committer: Michael Niedermayer hlsenc.c, segment.c: propagate defaults to mpegts This fixes the abnormally high ts overhead in the files produced by the HLS and segments muxers

[FFmpeg-cvslog] mov.c: reasonable bitrate for fragmented mp4

2014-10-21 Thread Mika Raento
ffmpeg | branch: master | Mika Raento | Tue Oct 21 15:04:10 2014 +0300| [17702f1fc58464e9ca4fd5a5b2cf24207a65c4fd] | committer: Michael Niedermayer mov.c: reasonable bitrate for fragmented mp4 If using MFRA for timestamps, the stream may start from a large offset and/or have gaps. With this