| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |