summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
Commit message (Expand)AuthorAge
* avformat/segment: Use av_malloc_array()Michael Niedermayer2014-05-05
* Merge commit '87a3ea3192bf5e4aafa08bca8686a2b577eae818'Michael Niedermayer2014-04-30
|\
| * segment: Report the current media sequenceLuca Barbato2014-04-30
* | Merge commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f'Michael Niedermayer2014-04-29
|\|
| * segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito2014-04-29
| * hls, segment: fix splitting for audio-only streams.Anton Khirnov2013-04-27
| * segment: fix NULL pointer dereference in seg_write_header()Xi Wang2012-11-14
* | avformat/HLS: modified EXT-X-MEDIA-SEQUENCE header in order to follow the HLS...Willy Aubry2014-03-03
* | lavf/segment: drop pointless variable oc from seg_write_packet()Stefano Sabatini2014-01-21
* | lavf/segment: remove duplicated and inconsistent cleanup code in seg_write_pa...Stefano Sabatini2014-01-21
* | lavf/segment: increase logging level for message with segment start informationStefano Sabatini2013-12-18
* | lavf/segment: add a few log messages when avio_open2() failsStefano Sabatini2013-11-25
* | lavf/segment: add segment_list_entry_prefix optionStefano Sabatini2013-11-25
* | lavf/segment: simplify logic and fix !=0 check on segment_end return valueStefano Sabatini2013-10-15
* | lavf/segment: log segments as they end to AV_LOG_VERBOSEBilly Shambrook2013-10-15
* | lavf/segment: simplify segment_count updateStefano Sabatini2013-10-15
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-30
* | lavf/segment: use AV_OPT_TIME_DURATION for time_deltaStefano Sabatini2013-07-11
* | lavf/segment: reindent after last commitStefano Sabatini2013-07-11
* | lavf/segment: add initial_offset optionStefano Sabatini2013-07-11
* | segment: copy metadataMichael Niedermayer2013-03-18
* | lavf/segment: add support to ffconcat segment listStefano Sabatini2013-03-07
* | lavf/segment: fix DTS inconsistencies with -reset_timestampsStefano Sabatini2013-02-06
* | lavf/segment: extend PTS debugging log with -reset_timestampsStefano Sabatini2013-02-06
* | lavf/segment: use correct spelling and value for EXT-X-ALLOW-CACHE tagCarl Eugen Hoyos2013-02-03
* | lavf/segment: exit immediately in case of invalid stream specifierStefano Sabatini2013-01-23
* | lavf/segment: avoid failure in case -flags +live and -segment_times/frames ar...Stefano Sabatini2013-01-23
* | lavf/segment: drop now pointless segment_list_close() functionStefano Sabatini2013-01-23
* | lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of streamStefano Sabatini2013-01-23
* | lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ...Stefano Sabatini2013-01-22
* | lavf/segment: do not auto-select a video stream with attached_pic dispositionStefano Sabatini2013-01-19
* | lavf/segment: move reference stream selection code to a dedicated functionStefano Sabatini2013-01-19
* | lavf/segment: remove now unused field list_max_segment_timeStefano Sabatini2013-01-19
* | lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini2013-01-19
* | lavf/segment: add SegmentListEntry and use itStefano Sabatini2013-01-19
* | lavf/segment: add segment_frames optionStefano Sabatini2012-12-28
* | lavf/segment: add reference_stream optionStefano Sabatini2012-12-28
* | lavf/segment: provide more debug feedback when a new segment startsStefano Sabatini2012-12-14
* | lavf/segment: add missing flags to segmenter option constantsStefano Sabatini2012-12-14
* | lavf/segment: add segment_start_number optionStefano Sabatini2012-12-13
* | lavf/segment: add function set_segment_filename()Stefano Sabatini2012-12-13
* | lavf/segment: add reset_timestamps optionStefano Sabatini2012-12-11
* | lavf/segment: remove silly assert(), improve feedbackStefano Sabatini2012-12-09
* | lavf/segment: fix value for the M3U8 EXT-X-MEDIAStefano Sabatini2012-11-20
* | lavf/segment: do not pre-increment segment_idx valueStefano Sabatini2012-11-20
* | lavf/segment: unbreak behavior for segment muxerStefano Sabatini2012-11-20
* | lavf/segment: consistently use "seg" in segment_start()Stefano Sabatini2012-11-20
* | lavf/segment: do not copy codec_tag when not availableChanMin Kim2012-11-20
* | segment: fix null ptr derefMichael Niedermayer2012-11-05
* | Merge commit '88058d9a994f42e4e9ed4e67baf696bbfe53128c'Michael Niedermayer2012-10-11
|\|