| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS... | Willy Aubry | 2014-03-03 | 1 | -1/+6 |
* | lavf/segment: drop pointless variable oc from seg_write_packet() | Stefano Sabatini | 2014-01-21 | 1 | -4/+1 |
* | lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa... | Stefano Sabatini | 2014-01-21 | 1 | -6/+0 |
* | lavf/segment: increase logging level for message with segment start information | Stefano Sabatini | 2013-12-18 | 1 | -1/+1 |
* | lavf/segment: add a few log messages when avio_open2() fails | Stefano Sabatini | 2013-11-25 | 1 | -3/+9 |
* | lavf/segment: add segment_list_entry_prefix option | Stefano Sabatini | 2013-11-25 | 1 | -2/+19 |
* | lavf/segment: simplify logic and fix !=0 check on segment_end return value | Stefano Sabatini | 2013-10-15 | 1 | -5/+3 |
* | lavf/segment: log segments as they end to AV_LOG_VERBOSE | Billy Shambrook | 2013-10-15 | 1 | -0/+4 |
* | lavf/segment: simplify segment_count update | Stefano Sabatini | 2013-10-15 | 1 | -6/+4 |
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | lavf/segment: use AV_OPT_TIME_DURATION for time_delta | Stefano Sabatini | 2013-07-11 | 1 | -11/+1 |
* | lavf/segment: reindent after last commit | Stefano Sabatini | 2013-07-11 | 1 | -18/+17 |
* | lavf/segment: add initial_offset option | Stefano Sabatini | 2013-07-11 | 1 | -5/+9 |
* | segment: copy metadata | Michael Niedermayer | 2013-03-18 | 1 | -0/+1 |
* | lavf/segment: add support to ffconcat segment list | Stefano Sabatini | 2013-03-07 | 1 | -3/+21 |
* | lavf/segment: fix DTS inconsistencies with -reset_timestamps | Stefano Sabatini | 2013-02-06 | 1 | -6/+3 |
* | lavf/segment: extend PTS debugging log with -reset_timestamps | Stefano Sabatini | 2013-02-06 | 1 | -5/+9 |
* | lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tag | Carl Eugen Hoyos | 2013-02-03 | 1 | -2/+2 |
* | lavf/segment: exit immediately in case of invalid stream specifier | Stefano Sabatini | 2013-01-23 | 1 | -1/+1 |
* | lavf/segment: avoid failure in case -flags +live and -segment_times/frames ar... | Stefano Sabatini | 2013-01-23 | 1 | -7/+0 |
* | lavf/segment: drop now pointless segment_list_close() function | Stefano Sabatini | 2013-01-23 | 1 | -9/+3 |
* | lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream | Stefano Sabatini | 2013-01-23 | 1 | -5/+5 |
* | lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ... | Stefano Sabatini | 2013-01-22 | 1 | -1/+1 |
* | lavf/segment: do not auto-select a video stream with attached_pic disposition | Stefano Sabatini | 2013-01-19 | 1 | -1/+3 |
* | lavf/segment: move reference stream selection code to a dedicated function | Stefano Sabatini | 2013-01-19 | 1 | -48/+57 |
* | lavf/segment: remove now unused field list_max_segment_time | Stefano Sabatini | 2013-01-19 | 1 | -4/+0 |
* | lavf/segment: add support to segment list file entries sliding window listing | Stefano Sabatini | 2013-01-19 | 1 | -18/+51 |
* | lavf/segment: add SegmentListEntry and use it | Stefano Sabatini | 2013-01-19 | 1 | -22/+47 |
* | lavf/segment: add segment_frames option | Stefano Sabatini | 2012-12-28 | 1 | -13/+99 |
* | lavf/segment: add reference_stream option | Stefano Sabatini | 2012-12-28 | 1 | -10/+55 |
* | lavf/segment: provide more debug feedback when a new segment starts | Stefano Sabatini | 2012-12-14 | 1 | -4/+10 |
* | lavf/segment: add missing flags to segmenter option constants | Stefano Sabatini | 2012-12-14 | 1 | -5/+7 |
* | lavf/segment: add segment_start_number option | Stefano Sabatini | 2012-12-13 | 1 | -0/+1 |
* | lavf/segment: add function set_segment_filename() | Stefano Sabatini | 2012-12-13 | 1 | -12/+18 |
* | lavf/segment: add reset_timestamps option | Stefano Sabatini | 2012-12-11 | 1 | -0/+25 |
* | lavf/segment: remove silly assert(), improve feedback | Stefano Sabatini | 2012-12-09 | 1 | -3/+7 |
* | lavf/segment: fix value for the M3U8 EXT-X-MEDIA | Stefano Sabatini | 2012-11-20 | 1 | -3/+1 |
* | lavf/segment: do not pre-increment segment_idx value | Stefano Sabatini | 2012-11-20 | 1 | -2/+3 |
* | lavf/segment: unbreak behavior for segment muxer | Stefano Sabatini | 2012-11-20 | 1 | -1/+1 |
* | lavf/segment: consistently use "seg" in segment_start() | Stefano Sabatini | 2012-11-20 | 1 | -8/+8 |
* | lavf/segment: do not copy codec_tag when not available | ChanMin Kim | 2012-11-20 | 1 | -1/+12 |
* | segment: fix null ptr deref | Michael Niedermayer | 2012-11-05 | 1 | -1/+1 |
* | Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c' | Michael Niedermayer | 2012-10-11 | 1 | -2/+5 |
|\ |
|
| * | segment: support applehttp style list | Luca Barbato | 2012-10-10 | 1 | -13/+72 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | segment: drop global headers setting | Luca Barbato | 2012-10-08 | 1 | -1/+1 |
* | | segment: reverse pass avoid_negative_ts from the muxer | Michael Niedermayer | 2012-10-06 | 1 | -0/+3 |
* | | Merge commit '65d12900432ac880d764edbbd36818431484a76e' | Michael Niedermayer | 2012-10-05 | 1 | -6/+50 |
|\| |
|
| * | segment: Add comments about calls that only are relevant for some muxers | Martin Storsjö | 2012-10-04 | 1 | -2/+2 |
| * | segment: Add an option for omitting the first header and final trailer | Martin Storsjö | 2012-10-04 | 1 | -4/+48 |