index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
bintext.c
Age
Commit message (
Expand
)
Author
2012-06-09
lavf/bintext: allocate FF_INPUT_BUFFER_PADDING_SIZE for extradata
Michael Niedermayer
2012-06-03
Unconditionally compile init_stream() in bintext.
Carl Eugen Hoyos
2012-01-29
bintext: use private options now that AVFormatParameters has been removed
Peter Ross
2012-01-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
Clément Bœsch
2011-11-14
Rename remaining get_le16 to avio_rl16.
Clément Bœsch
2011-11-14
Use AVIOContext.seekable instead of deprecated url_is_streamed.
Clément Bœsch
2011-11-14
Rename remaining url_fskip to avio_skip.
Clément Bœsch
2011-11-14
Rename remaining av_metadata_set2 to av_dict_set.
Clément Bœsch
2011-11-14
Rename remaining get_byte to avio_r8.
Clément Bœsch
2011-11-14
Rename remaining url_fsize to avio_size.
Clément Bœsch
2011-11-14
Rename remaining get_buffer to avio_read.
Clément Bœsch
2011-11-14
Rename remaining url_fseek to avio_seek.
Clément Bœsch
2011-11-14
Rename remaining ByteIOContext to AVIOContext.
Clément Bœsch
2011-11-05
Replace remaining av_new_stream() with avformat_new_stream().
Clément Bœsch
2011-10-16
idf: Improve idf_probe() so it doesnt succeed on 0 byte input
Michael Niedermayer
2011-09-28
bintext: remove unused variable.
Nicolas George
2011-09-26
act, bintext, wtvenc: use named struct initializers
Aurelien Jacobs
2011-09-16
Binary text decoder
Peter Ross