27 Commits (6727380d0527a62fc4067048aaefd1e226313c81)

Author SHA1 Message Date
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer 7e3e653618 avformat/bintext: protect against potential overflow of chars_per_frame 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Paul B Mahol 3d9a789b0d bintext: make use of AV_OPT_TYPE_IMAGE_SIZE 12 years ago
Paul B Mahol 33b6d215fa bintext: make use of AV_OPT_TYPE_VIDEO_RATE 12 years ago
Michael Niedermayer e234301c2c bintext: remove stray ; 12 years ago
Michael Niedermayer c61c8536ef lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata 13 years ago
Carl Eugen Hoyos 169dae8114 Unconditionally compile init_stream() in bintext. 13 years ago
Peter Ross 15d838b745 bintext: use private options now that AVFormatParameters has been removed 13 years ago
Clément Bœsch 215b7724e7 lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info(). 13 years ago
Clément Bœsch c142e2a00f Rename remaining get_le16 to avio_rl16. 13 years ago
Clément Bœsch 49651063da Use AVIOContext.seekable instead of deprecated url_is_streamed. 13 years ago
Clément Bœsch 7b79305a47 Rename remaining url_fskip to avio_skip. 13 years ago
Clément Bœsch b04ee90043 Rename remaining av_metadata_set2 to av_dict_set. 13 years ago
Clément Bœsch 055cda8acc Rename remaining get_byte to avio_r8. 13 years ago
Clément Bœsch f3c47e4100 Rename remaining url_fsize to avio_size. 13 years ago
Clément Bœsch 53d70a334a Rename remaining get_buffer to avio_read. 13 years ago
Clément Bœsch 39edfcc9e8 Rename remaining url_fseek to avio_seek. 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 13 years ago
Clément Bœsch 0e5ecd806e Replace remaining av_new_stream() with avformat_new_stream(). 13 years ago
Michael Niedermayer 658c5209fb idf: Improve idf_probe() so it doesnt succeed on 0 byte input 13 years ago
Nicolas George 4a14dd76cf bintext: remove unused variable. 13 years ago
Aurelien Jacobs c894449fc4 act, bintext, wtvenc: use named struct initializers 13 years ago
Peter Ross 07a70caba7 Binary text decoder 13 years ago