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
/
tty.c
Age
Commit message (
Expand
)
Author
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-08-15
lavf,lavd: remove all usage of AVFormatParameters from demuxers.
Anton Khirnov
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-06
tty: add framerate private option.
Anton Khirnov
2011-06-05
lavf,lavc: free avoptions in a generic way.
Anton Khirnov
2011-06-04
tty: factorise returning error codes.
Anton Khirnov
2011-05-27
tty: add video_size private option.
Anton Khirnov
2011-05-25
tty: replace AVFormatParameters.sample_rate abuse with a private option.
Anton Khirnov
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-07
avio: deprecate url_feof
Anton Khirnov
2011-03-07
avio: avio_ prefix for url_fsize
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-03
tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-25
tty: remove superflous #include <strings.h>
Mans Rullgard
2010-09-25
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
Stefano Sabatini
2010-07-27
Fix doxy that refers to the wrong variable.
Michael Niedermayer
2010-07-19
Add doxygen @file comment block
Peter Ross
2010-07-18
Tele-typewriter demuxer
Peter Ross