| Commit message (Expand) | Author | Age | Files | Lines |
* | bintext: use private options now that AVFormatParameters has been removed | Peter Ross | 2012-01-29 | 1 | -14/+52 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -25/+20 |
* | lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). | Clément Bœsch | 2011-12-03 | 1 | -2/+3 |
* | Rename remaining get_le16 to avio_rl16. | Clément Bœsch | 2011-11-14 | 1 | -2/+2 |
* | Use AVIOContext.seekable instead of deprecated url_is_streamed. | Clément Bœsch | 2011-11-14 | 1 | -4/+4 |
* | Rename remaining url_fskip to avio_skip. | Clément Bœsch | 2011-11-14 | 1 | -2/+2 |
* | Rename remaining av_metadata_set2 to av_dict_set. | Clément Bœsch | 2011-11-14 | 1 | -1/+1 |
* | Rename remaining get_byte to avio_r8. | Clément Bœsch | 2011-11-14 | 1 | -5/+5 |
* | Rename remaining url_fsize to avio_size. | Clément Bœsch | 2011-11-14 | 1 | -5/+5 |
* | Rename remaining get_buffer to avio_read. | Clément Bœsch | 2011-11-14 | 1 | -8/+8 |
* | Rename remaining url_fseek to avio_seek. | Clément Bœsch | 2011-11-14 | 1 | -6/+6 |
* | Rename remaining ByteIOContext to AVIOContext. | Clément Bœsch | 2011-11-14 | 1 | -5/+5 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 1 | -1/+1 |
* | idf: Improve idf_probe() so it doesnt succeed on 0 byte input | Michael Niedermayer | 2011-10-16 | 1 | -1/+3 |
* | bintext: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -2/+1 |
* | act, bintext, wtvenc: use named struct initializers | Aurelien Jacobs | 2011-09-26 | 1 | -27/+25 |
* | Binary text decoder | Peter Ross | 2011-09-16 | 1 | -0/+376 |