| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/segment: add -segment_time_delta option | Stefano Sabatini | 2012-07-10 | 1 | -1/+13 |
* | lavf/segment: add -segment_times option | Stefano Sabatini | 2012-07-10 | 1 | -6/+85 |
* | lavf/segment: sort options | Stefano Sabatini | 2012-07-08 | 1 | -1/+1 |
* | lavf/segment: make use of av_parse_time() when parsing the -segment_time value | Stefano Sabatini | 2012-07-08 | 1 | -5/+14 |
* | lavf/segment: add segment_list_type option, extend format for the segment lis... | Stefano Sabatini | 2012-07-08 | 1 | -1/+21 |
* | lavf/segment: rename SegmentContext.pb to list_pb | Stefano Sabatini | 2012-07-04 | 1 | -9/+9 |
* | lavf/segment: add error log in case of invalid filename template | Stefano Sabatini | 2012-07-03 | 1 | -1/+3 |
* | lavf/segment: fix logic for segmenting audio-only inputs | Stefano Sabatini | 2012-07-03 | 1 | -1/+2 |
* | lavf/segment: add more information in log message in seg_write_packet() | Stefano Sabatini | 2012-07-03 | 1 | -2/+2 |
* | lavf/segment: remove unused offset variable | Stefano Sabatini | 2012-07-03 | 1 | -2/+0 |
* | lavf/segment: apply misc fixes to the private options internal documentation | Stefano Sabatini | 2012-07-03 | 1 | -10/+10 |
* | lavf/segment: slightly simplify fail logic in seg_write_packet() | Stefano Sabatini | 2012-07-03 | 1 | -6/+1 |
* | lavf/segment: move list filename printing logic from segment_end() to segment... | Stefano Sabatini | 2012-07-03 | 1 | -16/+12 |
* | lavf/segment: rename variable "size" to "list_size" | Stefano Sabatini | 2012-07-01 | 1 | -3/+3 |
* | lavf/segment: pass the top level chained muxer format context to segment_end() | Stefano Sabatini | 2012-07-01 | 1 | -4/+6 |
* | lavf/segment: rename segment private context from "c" to "seg" in segment_sta... | Stefano Sabatini | 2012-06-29 | 1 | -5/+5 |
* | lavf/segment: add stream_segment variant of the segment muxer | Stefano Sabatini | 2012-06-29 | 1 | -1/+18 |
* | lavf/segment: add some debugging logs | Stefano Sabatini | 2012-06-29 | 1 | -0/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-15 | 1 | -1/+0 |
|\ |
|
| * | segment: remove unnecessary <strings.h> include | Janne Grunau | 2012-06-15 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-28 | 1 | -8/+6 |
|\| |
|
| * | segment: reorder seg_write_header allocation | Luca Barbato | 2012-04-27 | 1 | -8/+6 |
* | | segment: fix null pointer dereference | Paul B Mahol | 2012-03-22 | 1 | -3/+5 |
|/ |
|
* | segment: implement wrap around | Luca Barbato | 2012-02-28 | 1 | -2/+6 |
* | segment: introduce segmented chain muxer | Luca Barbato | 2011-12-19 | 1 | -0/+273 |