| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-03-04 | Mp4: fixed handling of too small mdat atoms (ticket #266). | Maxim Dounin | 1 | -0/+7 | |
| Patch by Gernot Vormayr (with minor changes). | |||||
| 2012-08-17 | Mp4: removed restriction to avc1/mp4a formats (ticket #194). | Maxim Dounin | 1 | -8/+0 | |
| 2012-07-09 | Entity tags: set for static respones. | Maxim Dounin | 1 | -0/+4 | |
| 2012-06-26 | Mp4: fixed build on win32 after r4689. | Maxim Dounin | 1 | -1/+1 | |
| 2012-06-18 | Mp4: fixed streaming if moov atom is at buffer edge. | Maxim Dounin | 1 | -0/+10 | |
| 2012-06-18 | Mp4: fixed non-keyframe seeks in some cases (ticket #175). | Maxim Dounin | 1 | -1/+8 | |
| Number of entries in stsc atom was wrong if we've added an entry to split a chunk. Additionally, there is no need to add an entry if we are going to split last chunk in an entry, it's enough to update the entry we already have. Previously new entry was added and old one was left as is, resulting in incorrect entry with zero chunks which might confuse some software. | |||||
| 2012-04-26 | Allows particular modules to handle subrequests properly. | Andrey Belov | 1 | -1/+1 | |
| 2012-04-12 | Mp4: sanity checks cleanup. | Maxim Dounin | 1 | -66/+208 | |
| 2012-04-10 | Fixed debug logging. | Igor Sysoev | 1 | -1/+1 | |
| 2012-04-10 | Fixed previous commit. | Igor Sysoev | 1 | -1/+1 | |
| 2012-04-10 | Fixed mp4 module seek. | Igor Sysoev | 1 | -1/+1 | |
| 2012-02-27 | Disable symlinks: initialization of the "disable_symlinks" field in | Valentin Bartenev | 1 | -3/+4 | |
| ngx_open_file_info_t moved to a separate function. This is preparation for the "from=" parameter implementation of the "disable_symlinks" directive. | |||||
| 2012-02-13 | Support for disable_symlinks in various modules. | Andrey Belov | 1 | -0/+7 | |
| 2012-01-18 | Copyright updated. | Maxim Konovalov | 1 | -0/+1 | |
| 2012-01-16 | Fixed handling of mp4 above 2G and 32bit offsets (ticket #84). | Maxim Dounin | 1 | -4/+4 | |
| 2011-12-26 | Fixed mp4 if first entry in stsc was skipped (ticket #72). | Maxim Dounin | 1 | -0/+2 | |
| If first entry in stsc atom was skipped, and seek was to chunk boundary, than first_chunk in the generated stsc table wasn't set to 1. | |||||
| 2011-11-23 | Fix of mp4 module seeking. | Igor Sysoev | 1 | -1/+1 | |
| 2011-11-14 | Fix of "Content-Length" header of MP4 response if start argument was used. | Igor Sysoev | 1 | -1/+2 | |
| Patch by Piotr Sikora. | |||||
| 2011-10-11 | Fixing mp4 module seeking on 32-bit platforms. | Igor Sysoev | 1 | -1/+1 | |
| 2011-09-30 | Using strtod() instead of atofp() to support a lot of digits after dot in | Igor Sysoev | 1 | -2/+9 | |
| "start" parameter value. | |||||
| 2011-09-29 | Fix of building on platforms with 32-bit off_t. (closed #23) | Igor Sysoev | 1 | -9/+9 | |
| 2011-09-15 | MP4 co64 atom support added. | Igor Sysoev | 1 | -6/+164 | |
| 2011-09-15 | Fix of struct field name. | Igor Sysoev | 1 | -4/+4 | |
| 2011-09-14 | Style fix. | Igor Sysoev | 1 | -1/+2 | |
| 2011-09-14 | Fixing building by gcc-4.7. | Igor Sysoev | 1 | -3/+0 | |
| 2011-09-14 | Skipping traks with unsupported media formats. | Igor Sysoev | 1 | -14/+42 | |
| 2011-09-14 | Fix of case when start sample does not reside on chunk boundary. | Igor Sysoev | 1 | -67/+134 | |
| 2011-09-12 | Fix of debug message format. | Igor Sysoev | 1 | -6/+6 | |
| 2011-09-12 | Fix of codec debug message. | Igor Sysoev | 1 | -1/+3 | |
| 2011-09-12 | Fix of error message. | Igor Sysoev | 1 | -2/+2 | |
| 2011-09-12 | Fix of error message. | Igor Sysoev | 1 | -1/+1 | |
| 2011-09-12 | mp4_max_moov_size directive has been renamed to mp4_max_buffer_size. | Igor Sysoev | 1 | -7/+7 | |
| 2011-09-09 | bugfix of r4086: nginx could not be built without debug log. | Igor Sysoev | 1 | -4/+4 | |
| 2011-09-09 | Bugfix of r4086: directio was always enabled if mp4 file was sent as is. | Igor Sysoev | 1 | -0/+3 | |
| 2011-09-09 | ngx_http_mp4_module | Igor Sysoev | 1 | -0/+2591 | |
