summaryrefslogtreecommitdiff
path: root/libavformat/bintext.c
Commit message (Expand)AuthorAge
* Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-14
* Use AVIOContext.seekable instead of deprecated url_is_streamed.Clément Bœsch2011-11-14
* Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-14
* Rename remaining av_metadata_set2 to av_dict_set.Clément Bœsch2011-11-14
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-14
* Rename remaining url_fsize to avio_size.Clément Bœsch2011-11-14
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-14
* Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-14
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer2011-10-16
* bintext: remove unused variable.Nicolas George2011-09-28
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-26
* Binary text decoderPeter Ross2011-09-16