| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+5 |
* | avformat/libmodplug: fix memleak when load modplug failed | Steven Liu | 2019-10-28 | 1 | -2/+3 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -8/+8 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | Add missing "const" all over the place. | Reimar Döffinger | 2014-08-29 | 1 | -1/+1 |
* | Fix modplug linkage on Windows. | Matt Oliver | 2014-03-11 | 1 | -0/+1 |
* | avformat/libmodplug: Reduce the probe score for small input | Michael Niedermayer | 2013-06-20 | 1 | -2/+15 |
* | libmodplug: fix sz type | Paul B Mahol | 2013-05-17 | 1 | -2/+2 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -12/+12 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -2/+3 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -2/+2 |
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -13/+13 |
* | libmodplug: remove mathematical constants now redundant. | Nicolas George | 2011-10-13 | 1 | -5/+0 |
* | libmodplug: do not call av_expr_parse() in case of no expr specified. | Clément Bœsch | 2011-10-10 | 1 | -5/+7 |
* | libmodplug: simpler and faster use of eval expr. | Clément Bœsch | 2011-10-10 | 1 | -13/+10 |
* | libmodplug: add bintext video stream capability. | Clément Bœsch | 2011-10-10 | 1 | -3/+140 |
* | libmodplug: free file content buffer in read_close() callback. | Clément Bœsch | 2011-10-06 | 1 | -0/+1 |
* | libmodplug: add TODO entry for probing. | Clément Bœsch | 2011-10-06 | 1 | -0/+1 |
* | libmodplug: add metadata support. | Clément Bœsch | 2011-10-06 | 1 | -2/+56 |
* | libmodplug: add an option to enlarge the max supported file size. | Clément Bœsch | 2011-10-06 | 1 | -3/+23 |
* | libmodplug: support options (noise reduction, reverb, bass boost, ...) | Clément Bœsch | 2011-10-06 | 1 | -1/+55 |
* | libmodplug: handle EOF correctly. | Clément Bœsch | 2011-10-05 | 1 | -1/+1 |
* | libmodplug: simplify and fix read_packet() callback. | Clément Bœsch | 2011-10-05 | 1 | -11/+7 |
* | libmodplug: consistent use of sizeof. | Clément Bœsch | 2011-10-05 | 1 | -2/+2 |
* | Add libmodplug support. | Clément Bœsch | 2011-10-04 | 1 | -0/+110 |