summaryrefslogtreecommitdiff
path: root/libavformat/bintext.c
Commit message (Expand)AuthorAge
* replace calls to url_feof() with avio_feof()James Almer2014-08-08
* avformat/bintext: protect against potential overflow of chars_per_frameMichael Niedermayer2013-10-21
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* bintext: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-04-05
* bintext: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-04-05
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* bintext: remove stray ;Michael Niedermayer2012-08-31
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataMichael Niedermayer2012-06-09
* Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos2012-06-03
* bintext: use private options now that AVFormatParameters has been removedPeter Ross2012-01-29
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* 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