summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-20avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer1-2/+15
2013-05-17libmodplug: fix sz typePaul B Mahol1-2/+2
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch18-22/+34
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch12-14/+19
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch19-119/+119
2011-10-13libmodplug: remove mathematical constants now redundant.Nicolas George1-5/+0
2011-10-10libmodplug: do not call av_expr_parse() in case of no expr specified.Clément Bœsch1-5/+7
2011-10-10libmodplug: simpler and faster use of eval expr.Clément Bœsch1-13/+10
2011-10-10libmodplug: add bintext video stream capability.Clément Bœsch1-3/+140
2011-10-06libmodplug: free file content buffer in read_close() callback.Clément Bœsch1-0/+1
2011-10-06libmodplug: add TODO entry for probing.Clément Bœsch1-0/+1
2011-10-06libmodplug: add metadata support.Clément Bœsch1-2/+56
2011-10-06libmodplug: add an option to enlarge the max supported file size.Clément Bœsch1-3/+23
2011-10-06libmodplug: support options (noise reduction, reverb, bass boost, ...)Clément Bœsch1-1/+55
2011-10-05libmodplug: handle EOF correctly.Clément Bœsch1-1/+1
2011-10-05libmodplug: simplify and fix read_packet() callback.Clément Bœsch1-11/+7
2011-10-05libmodplug: consistent use of sizeof.Clément Bœsch1-2/+2
2011-10-04Add libmodplug support.Clément Bœsch7-1/+122