| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/bintext: Reduce detection for random .bin files as it more likely is... | Michael Niedermayer | 2018-05-22 | 1 | -1/+1 |
* | avformat/bintext: Implement bin_probe() | Michael Niedermayer | 2018-02-06 | 1 | -1/+48 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -4/+4 |
* | avformat: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -43/+43 |
* | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | avformat/bintext: protect against potential overflow of chars_per_frame | Michael Niedermayer | 2013-10-21 | 1 | -1/+1 |
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -11/+4 |
* | bintext: make use of AV_OPT_TYPE_IMAGE_SIZE | Paul B Mahol | 2013-04-05 | 1 | -11/+6 |
* | bintext: make use of AV_OPT_TYPE_VIDEO_RATE | Paul B Mahol | 2013-04-05 | 1 | -12/+3 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
* | bintext: remove stray ; | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
* | lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata | Michael Niedermayer | 2012-06-09 | 1 | -4/+4 |
* | Unconditionally compile init_stream() in bintext. | Carl Eugen Hoyos | 2012-06-03 | 1 | -36/+36 |
* | 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 |