summaryrefslogtreecommitdiff
path: root/libavformat/bintext.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/bintext: Check widthMichael Niedermayer2020-11-111-0/+2
* avformat/bintext: Check width in idf_read_header()Michael Niedermayer2020-11-041-0/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-11/+13
* avformat/bintext: avoid division by zeroPaul B Mahol2019-10-251-1/+3
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-3/+3
* avformat/bintext: Reduce detection for random .bin files as it more likely is...Michael Niedermayer2018-05-221-1/+1
* avformat/bintext: Implement bin_probe()Michael Niedermayer2018-02-061-1/+48
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-4/+4
* avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-091-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-43/+43
* replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* avformat/bintext: protect against potential overflow of chars_per_frameMichael Niedermayer2013-10-211-1/+1
* avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-11/+4
* bintext: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-04-051-11/+6
* bintext: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-04-051-12/+3
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
* bintext: remove stray ;Michael Niedermayer2012-08-311-1/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-4/+4
* lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataMichael Niedermayer2012-06-091-4/+4
* Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos2012-06-031-36/+36
* bintext: use private options now that AVFormatParameters has been removedPeter Ross2012-01-291-14/+52
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-25/+20
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-2/+3
* Rename remaining get_le16 to avio_rl16.Clément Bœsch2011-11-141-2/+2
* Use AVIOContext.seekable instead of deprecated url_is_streamed.Clément Bœsch2011-11-141-4/+4
* Rename remaining url_fskip to avio_skip.Clément Bœsch2011-11-141-2/+2
* Rename remaining av_metadata_set2 to av_dict_set.Clément Bœsch2011-11-141-1/+1
* Rename remaining get_byte to avio_r8.Clément Bœsch2011-11-141-5/+5
* Rename remaining url_fsize to avio_size.Clément Bœsch2011-11-141-5/+5
* Rename remaining get_buffer to avio_read.Clément Bœsch2011-11-141-8/+8
* Rename remaining url_fseek to avio_seek.Clément Bœsch2011-11-141-6/+6
* Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-141-5/+5
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-051-1/+1
* idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer2011-10-161-1/+3
* bintext: remove unused variable.Nicolas George2011-09-281-2/+1
* act, bintext, wtvenc: use named struct initializersAurelien Jacobs2011-09-261-27/+25
* Binary text decoderPeter Ross2011-09-161-0/+376