| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/webmdashenc.c: Allow AV1 video in WebM | Matthieu Patou | 2021-06-20 | 1 | -1/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/webmdashenc: Don't pass NULL to memcmp | Andreas Rheinhardt | 2021-03-28 | 1 | -1/+2 |
* | avformat/webmdashenc: Use av_strstart instead of strncmp | Andreas Rheinhardt | 2021-02-28 | 1 | -2/+2 |
* | avformat/webmdashenc: Cosmetics | Andreas Rheinhardt | 2020-07-26 | 1 | -81/+96 |
* | avformat/webmdashenc: Only check for existence of metadata if it is used | Andreas Rheinhardt | 2020-07-26 | 1 | -10/+12 |
* | avformat/webmdashenc: Avoid allocations, fix memleak | Andreas Rheinhardt | 2020-07-26 | 1 | -66/+28 |
* | avformat/webmdashenc: Fix segfault when no filename is given when live | Andreas Rheinhardt | 2020-07-26 | 1 | -3/+5 |
* | avformat/webmdashenc: Simplify parsing strings | Andreas Rheinhardt | 2020-05-23 | 1 | -7/+2 |
* | avformat/webmdashenc: Don't segfault on invalid arguments | Andreas Rheinhardt | 2020-05-23 | 1 | -2/+7 |
* | avformat/webmdashenc: Remove possibility of infinite loop | Andreas Rheinhardt | 2020-05-23 | 1 | -2/+3 |
* | avformat/webmdashenc: Be more strict when parsing stream indices | Andreas Rheinhardt | 2020-05-23 | 1 | -5/+5 |
* | avformat/webmdashenc: Avoid allocation for parsing a number | Andreas Rheinhardt | 2020-05-23 | 1 | -13/+1 |
* | avformat/Makefile: Remove false dependencies of WebM and Matroska muxer | Andreas Rheinhardt | 2020-04-14 | 1 | -2/+0 |
* | avformat/webmdashenc: Remove unnecessary header | Andreas Rheinhardt | 2020-04-14 | 1 | -1/+0 |
* | avformat/webmdashenc: Use AVCodecDescriptors for codec names | Andreas Rheinhardt | 2020-04-07 | 1 | -11/+1 |
* | avformat/webmdashenc: Check codec types | Andreas Rheinhardt | 2020-04-07 | 1 | -0/+8 |
* | lavf, lavfi: Remove uses of sizeof(char). | Carl Eugen Hoyos | 2020-04-04 | 1 | -1/+1 |
* | avformat/webmdashenc: Fix memleak upon realloc failure | Andreas Rheinhardt | 2020-03-26 | 1 | -3/+4 |
* | avformat/webmdashenc: Don't use custom option for bitexactness | Andreas Rheinhardt | 2020-03-25 | 1 | -3/+1 |
* | avformat/webmdashenc: Remove write_trailer | Andreas Rheinhardt | 2020-03-15 | 1 | -7/+0 |
* | avformat/webmdashenc: Check id in adaption_sets | Michael Niedermayer | 2019-02-17 | 1 | -0/+6 |
* | webmdashenc: Fix memory leak | Derek Buitenhuis | 2017-07-16 | 1 | -8/+30 |
* | avformat/webmdashenc: Validate the 'streams' adaptation sets parameter | Derek Buitenhuis | 2017-04-20 | 1 | -1/+5 |
* | avformat/webmdashenc: Require the 'adaptation_sets' option to be set | Derek Buitenhuis | 2017-04-20 | 1 | -0/+4 |
* | webm_dash_manifest: Add option to specify bandwidth | Vignesh Venkatasubramanian | 2017-04-17 | 1 | -3/+8 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -31/+31 |
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -2/+2 |
* | fix: assigning instead of comparing | AppChecker | 2015-10-27 | 1 | -1/+1 |
* | avformat/webmdashenc: fix uninitialized variable | Ganesh Ajjanagadde | 2015-08-20 | 1 | -3/+3 |
* | lavf/webmdashenc: fix unchecked strftime | Vignesh Venkatasubramanian | 2015-05-15 | 1 | -8/+14 |
* | webmdashenc: Fix UTCTiming Element | Vignesh Venkatasubramanian | 2015-04-28 | 1 | -5/+5 |
* | webmdashenc: parameter'ize minimumUpdatePeriod | Vignesh Venkatasubramanian | 2015-04-22 | 1 | -1/+3 |
* | webmdashenc: Add minimumUpdatePeriod | Vignesh Venkatasubramanian | 2015-04-22 | 1 | -1/+2 |
* | webmdashenc: Fix potential memory leak | Vignesh Venkatasubramanian | 2015-04-21 | 1 | -1/+1 |
* | webmdashenc: Add better error handling | Vignesh Venkatasubramanian | 2015-04-17 | 1 | -18/+37 |
* | webdashenc: replace unchecked av_malloc with stack allocation | Vignesh Venkatasubramanian | 2015-04-14 | 1 | -2/+1 |
* | webmdashenc: Fix fate in MSVC | Vignesh Venkatasubramanian | 2015-04-07 | 1 | -10/+9 |
* | webmdashenc: Support for live stream manifests | Vignesh Venkatasubramanian | 2015-04-05 | 1 | -27/+162 |
* | avformat/webmdashenc: use AVERROR(ENOMEM) for memory allocation failures | Michael Niedermayer | 2015-04-01 | 1 | -3/+6 |
* | lavf/webmdashenc: Representation IDs should be unique. | Vignesh Venkatasubramanian | 2014-11-12 | 1 | -1/+2 |
* | lavf/webm_dash: some fields should go into Representation | Vignesh Venkatasubramanian | 2014-10-02 | 1 | -24/+92 |
* | Add a closing LF to Webm-manifest files. | Carl Eugen Hoyos | 2014-09-16 | 1 | -1/+1 |
* | avformat/webmdashenc: use av_strlcpy() and allocate enough space | Michael Niedermayer | 2014-08-29 | 1 | -2/+2 |
* | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -9/+9 |
* | lavf: Add WebM DASH Manifest Muxer | Vignesh Venkatasubramanian | 2014-07-15 | 1 | -0/+317 |