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