| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/matroskaenc: Use custom min timestamp | Andreas Rheinhardt | 2022-09-05 | 1 | -0/+4 |
* | avformat: refactor ff_stream_encode_params_copy() to stream_params_copy() | Pierre-Anthony Lemieux | 2022-08-12 | 1 | -4/+2 |
* | avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLED | Andreas Rheinhardt | 2022-01-21 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/webm_chunk: Use ff_stream_encode_params_copy() | Andreas Rheinhardt | 2021-04-18 | 1 | -7/+1 |
* | avformat/webm_chunk: Open AVIOContext before initializing sub-muxer | Andreas Rheinhardt | 2020-05-23 | 1 | -11/+15 |
* | avformat/Makefile: Remove false dependencies of WebM and Matroska muxer | Andreas Rheinhardt | 2020-04-14 | 1 | -2/+0 |
* | avformat/webm_chunk: Remove superfluous headers | Andreas Rheinhardt | 2020-04-14 | 1 | -9/+0 |
* | avformat/webm_chunk: Cosmetics | Andreas Rheinhardt | 2020-03-26 | 1 | -7/+7 |
* | avformat/webm_chunk: Check unchecked functions for errors | Andreas Rheinhardt | 2020-03-26 | 1 | -8/+16 |
* | avformat/webm_chunk: Add deinit function | Andreas Rheinhardt | 2020-03-26 | 1 | -5/+15 |
* | avformat/webm_chunk: Add init function | Andreas Rheinhardt | 2020-03-26 | 1 | -11/+9 |
* | avformat/webm_chunk: Remove unnecessary variable | Andreas Rheinhardt | 2020-03-26 | 1 | -3/+1 |
* | avformat/webm_chunk: Don't copy header filename | Andreas Rheinhardt | 2020-03-26 | 1 | -24/+10 |
* | avformat/webm_chunk: Don't keep pointer to AVOutputFormat | Andreas Rheinhardt | 2020-03-26 | 1 | -5/+6 |
* | avformat/webm_chunk: Avoid unnecessary flushes | Andreas Rheinhardt | 2020-03-26 | 1 | -1/+3 |
* | avformat/webm_chunk: Use API functions for child muxer | Andreas Rheinhardt | 2020-03-26 | 1 | -20/+39 |
* | avformat/webm_chunk: Use appropriate initializer for AV_OPT_TYPE_STRING | Andreas Rheinhardt | 2020-03-26 | 1 | -1/+1 |
* | avformat/webm_chunk: Copy more information to the child AVFormatContext | Andreas Rheinhardt | 2020-03-26 | 1 | -0/+3 |
* | avformat/webm_chunk: Close IO if writing header fails | Andreas Rheinhardt | 2020-03-26 | 1 | -1/+1 |
* | avformat/webm_chunk: Don't use child AVFormatContext for logging | Andreas Rheinhardt | 2020-03-26 | 1 | -4/+3 |
* | lavf/webm_chunk: Correct duration if start time > 0 | Andreas Rheinhardt | 2019-07-12 | 1 | -4/+6 |
* | lavf/webm_chunk: Fix NULL dereference | Andreas Rheinhardt | 2019-07-12 | 1 | -21/+23 |
* | avformat/webm_chunk: Specify expected argument length of get_chunk_filename() | Michael Niedermayer | 2019-05-25 | 1 | -1/+1 |
* | avformat/webm_chunk: Check header filename length | Michael Niedermayer | 2019-05-25 | 1 | -1/+6 |
* | lavf/webm_chunk: Respect buffer size | Andreas Rheinhardt | 2019-05-02 | 1 | -1/+1 |
* | lavf: Constify AVOutputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | avformat/webm_chunk: always use a static buffer for get_chunk_filename | Marton Balint | 2018-05-15 | 1 | -1/+7 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -5/+5 |
* | libavformat/webm_chunk: Option to specify HTTP header | Vignesh Venkatasubramanian | 2016-09-16 | 1 | -2/+12 |
* | lavf/webm_chunk: Print an error if no header filename was provided. | Carl Eugen Hoyos | 2016-09-03 | 1 | -0/+1 |
* | webm_chunk: Set pts precision to milliseconds | Vignesh Venkatasubramanian | 2016-08-25 | 1 | -0/+5 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -3/+3 |
* | Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610' | Derek Buitenhuis | 2016-02-10 | 1 | -8/+4 |
* | Update demuxers and protocols for protocol whitelist support | Michael Niedermayer | 2016-02-02 | 1 | -3/+5 |
* | lavf/webm_chunk: Remove AVFMT_ALLOW_FLUSH | Vignesh Venkatasubramanian | 2015-06-09 | 1 | -1/+1 |
* | lavf/webm_chunk: Fix a memory leak. | Vignesh Venkatasubramanian | 2015-04-30 | 1 | -5/+0 |
* | lavf/webm_chunk: Use dyn_buf to write chunks | Vignesh Venkatasubramanian | 2015-04-30 | 1 | -18/+30 |
* | libavformat/webm_chunk: Write first audio packet. | Vignesh Venkatasubramanian | 2015-04-28 | 1 | -3/+0 |
* | lavf: Add support for WebM Live Muxing | Vignesh Venkatasubramanian | 2015-04-07 | 1 | -0/+262 |