summaryrefslogtreecommitdiffstats
path: root/libavformat/bintext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud