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
/
output-example.c
Age
Commit message (
Expand
)
Author
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-07-03
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-06-30
doxygen: Include libavcodec and libavformat examples into the documentation
Reinhard Tartler
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-02-23
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-16
lavf: add av_ prefix to dump_format()
Anton Khirnov
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-06-14
output-example: Set sample_fmt to SAMPLE_FMT_S16.
Ramiro Polla
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-01-22
Remove conditional M_PI definition, it is already defined in
Stefano Sabatini
2010-01-22
Replace deprecated guess_format() with av_guess_format().
Martin Storsjö
2010-01-21
Make output-example.c handle AAC audio.
Martin Storsjö
2009-08-02
Use enums instead of int.
Ramiro Polla
2009-03-27
Move output_example.c --> libavformat/output-example.c.
Diego Biurrun