summaryrefslogtreecommitdiff
path: root/libavformat/libmodplug.c
Commit message (Expand)AuthorAge
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/libmodplug: Fix memleaks on errorAndreas Rheinhardt2021-03-26
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* avformat/libmodplug: fix memleak when load modplug failedSteven Liu2019-10-28
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* Fix modplug linkage on Windows.Matt Oliver2014-03-11
* avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer2013-06-20
* libmodplug: fix sz typePaul B Mahol2013-05-17
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* libmodplug: remove mathematical constants now redundant.Nicolas George2011-10-13
* libmodplug: do not call av_expr_parse() in case of no expr specified.Clément Bœsch2011-10-10
* libmodplug: simpler and faster use of eval expr.Clément Bœsch2011-10-10
* libmodplug: add bintext video stream capability.Clément Bœsch2011-10-10
* libmodplug: free file content buffer in read_close() callback.Clément Bœsch2011-10-06
* libmodplug: add TODO entry for probing.Clément Bœsch2011-10-06
* libmodplug: add metadata support.Clément Bœsch2011-10-06
* libmodplug: add an option to enlarge the max supported file size.Clément Bœsch2011-10-06
* libmodplug: support options (noise reduction, reverb, bass boost, ...)Clément Bœsch2011-10-06
* libmodplug: handle EOF correctly.Clément Bœsch2011-10-05
* libmodplug: simplify and fix read_packet() callback.Clément Bœsch2011-10-05
* libmodplug: consistent use of sizeof.Clément Bœsch2011-10-05
* Add libmodplug support.Clément Bœsch2011-10-04