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
/
rtpenc_chain.c
Age
Commit message (
Expand
)
Author
2011-11-13
avformat: Pass the interrupt callback on to chained muxers/demuxers
Martin Storsjö
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-12
Remove all uses of deprecated AVOptions API.
Anton Khirnov
2011-06-16
lavf: add avformat_write_header() as a replacement for av_write_header().
Anton Khirnov
2011-06-10
rtpenc_chain: Pass the rtpflags options through to the chained muxer
Martin Storsjö
2011-04-03
avio: make url_fdopen internal.
Anton Khirnov
2011-04-03
avio: make url_open_dyn_packet_buf internal.
Anton Khirnov
2011-04-03
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-23
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-04
rtpenc_chain: Don't copy the time_base back to the caller
Martin Storsjö
2011-02-04
Use avformat_free_context for cleaning up muxers
Martin Storsjö
2011-02-04
libavformat: Use avcodec_copy_context for chained muxers
Martin Storsjö
2011-02-03
Free AVStream->info in chained muxers
Martin Storsjö
2010-10-08
rtsp: Factorize out code for opening a chained RTP muxer
Martin Storsjö