Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2013-10-22avformat/bintext: protect against potential overflow of chars_per_frameMichael Niedermayer
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-04-05bintext: make use of AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol
2013-04-05bintext: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-31bintext: remove stray ;Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-06-09lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradataMichael Niedermayer
2012-06-03Unconditionally compile init_stream() in bintext.Carl Eugen Hoyos
2012-01-29bintext: use private options now that AVFormatParameters has been removedPeter Ross
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch
2011-11-14Rename remaining get_le16 to avio_rl16.Clément Bœsch
2011-11-14Use AVIOContext.seekable instead of deprecated url_is_streamed.Clément Bœsch
2011-11-14Rename remaining url_fskip to avio_skip.Clément Bœsch
2011-11-14Rename remaining av_metadata_set2 to av_dict_set.Clément Bœsch
2011-11-14Rename remaining get_byte to avio_r8.Clément Bœsch
2011-11-14Rename remaining url_fsize to avio_size.Clément Bœsch
2011-11-14Rename remaining get_buffer to avio_read.Clément Bœsch
2011-11-14Rename remaining url_fseek to avio_seek.Clément Bœsch
2011-11-14Rename remaining ByteIOContext to AVIOContext.Clément Bœsch
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch
2011-10-16idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer
2011-09-28bintext: remove unused variable.Nicolas George
2011-09-26act, bintext, wtvenc: use named struct initializersAurelien Jacobs
2011-09-16Binary text decoderPeter Ross