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
/
act.c
Age
Commit message (
Expand
)
Author
2013-06-29
cosmetics: Fix "dont" "wont" "doesnt" typos
Timothy Gu
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
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_le32 to avio_rl32.
Clément Bœsch
2011-11-14
Rename remaining get_le16 to avio_rl16.
Clément Bœsch
2011-11-14
Rename remaining url_fskip to avio_skip.
Clément Bœsch
2011-11-14
Rename remaining get_byte to avio_r8.
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-09-26
act: correct file description comment
Aurelien Jacobs
2011-09-26
act, bintext, wtvenc: use named struct initializers
Aurelien Jacobs
2011-09-24
act: remove AVERROR_NOFMT useage.
Michael Niedermayer
2011-09-24
ACT demuxer
Vladimir Voroshilov