log src/http/modules/ngx_http_mp4_module.c @ 6782:b123eae3fd4e

age author description
Thu, 27 Oct 2016 17:57:16 +0300 Maxim Dounin Mp4: introduced custom version of ngx_atofp().
Mon, 03 Oct 2016 20:48:51 +0300 Roman Arutyunyan Do not set last_buf flag in subrequests.
Thu, 07 Apr 2016 11:50:13 +0300 Josh Soref Fixed spelling.
Thu, 31 Mar 2016 02:33:53 +0300 Sergey Kandaurov Fixed logging with variable field width.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Tue, 19 Aug 2014 14:13:39 +0400 Roman Arutyunyan Mp4: use trak->smhd_size in ngx_http_mp4_read_smhd_atom().
Tue, 01 Apr 2014 20:53:18 +0400 Roman Arutyunyan Mp4: allow end values bigger than track duration.
Mon, 31 Mar 2014 20:05:53 +0400 Roman Arutyunyan Mp4: improved logging after adding "end" support.
Mon, 31 Mar 2014 19:52:17 +0400 Roman Arutyunyan Mp4: fixed seeking to a track end.
Mon, 24 Mar 2014 17:55:10 +0400 Sergey Kandaurov Mp4: skipped empty stss atom table in output.
Fri, 21 Mar 2014 19:33:21 +0400 Maxim Dounin Range filter: single_range flag in request.
Thu, 20 Mar 2014 16:05:19 +0400 Roman Arutyunyan Mp4: added "end" argument support.
Thu, 20 Mar 2014 16:05:18 +0400 Roman Arutyunyan Mp4: moved atom cropping code out of update functions.
Fri, 14 Feb 2014 15:14:48 +0400 Roman Arutyunyan Mp4: remove useless leading stsc entry in result mp4.
Wed, 29 Jan 2014 13:44:15 +0400 Roman Arutyunyan Mp4: fix seeks to standalone last chunk.
Wed, 29 Jan 2014 13:33:45 +0400 Roman Arutyunyan Mp4: skip tracks shorter than seek position (ticket #414).
Wed, 29 Jan 2014 13:30:36 +0400 Roman Arutyunyan Mp4: fix seeks after the last key frame.
Fri, 27 Dec 2013 18:47:42 +0400 Valentin Bartenev Style: removed surplus semicolons.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Wed, 04 Sep 2013 20:48:22 +0400 Maxim Dounin Win32: Open Watcom C compatibility fixes.
Sat, 11 May 2013 18:49:49 +0400 Maxim Dounin Mp4: indentation and style, no functional changes.
Fri, 29 Mar 2013 17:20:59 +0000 Maxim Dounin Merge of r5098: mp4: fixed handling of too small mdat atoms. stable-1.2
Mon, 04 Mar 2013 15:39:03 +0000 Maxim Dounin Mp4: fixed handling of too small mdat atoms (ticket #266).
Fri, 17 Aug 2012 11:02:35 +0000 Maxim Dounin Mp4: removed restriction to avc1/mp4a formats (ticket #194).
Mon, 09 Jul 2012 00:13:06 +0000 Maxim Dounin Entity tags: set for static respones.
Mon, 02 Jul 2012 16:56:53 +0000 Maxim Dounin Merge of r4688, r4689, r4706: stable-1.2
Tue, 26 Jun 2012 12:31:40 +0000 Maxim Dounin Mp4: fixed build on win32 after r4689.
Mon, 18 Jun 2012 14:02:20 +0000 Maxim Dounin Mp4: fixed streaming if moov atom is at buffer edge.
Mon, 18 Jun 2012 14:01:18 +0000 Maxim Dounin Mp4: fixed non-keyframe seeks in some cases (ticket #175).
Thu, 26 Apr 2012 13:06:27 +0000 Andrey Belov Allows particular modules to handle subrequests properly.