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
/
sapenc.c
Age
Commit message (
Expand
)
Author
2012-12-20
sapenc: Pass the title on to the chained muxers
Jernej Virag
2012-11-14
rtp: set the payload type as stream id
Luca Barbato
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-28
Add missing libavutil/time.h includes.
Anton Khirnov
2012-05-26
rtpenc_chain: Return an error code instead of just a plain pointer
Martin Storsjö
2012-05-26
cosmetics: Fix indentation
Martin Storsjö
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-11-13
avio: add support for passing options to protocols.
Anton Khirnov
2011-11-13
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-04-19
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-08
lavf: rename avf_sdp_create to av_sdp_create.
Anton Khirnov
2011-04-07
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-04
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
avio: make url_close() internal.
Anton Khirnov
2011-04-04
avio: make url_write() internal.
Anton Khirnov
2011-04-04
avio: make url_open() internal.
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-23
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-17
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
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
sapenc: Free AVStream->info on cleanup
Martin Storsjö
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-10-09
sapenc: Use the normal URL port as RTP port
Martin Storsjö
2010-10-09
sapenc: Include os_support.h, to provide a fallback definition for socklen_t
Martin Storsjö
2010-10-08
Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC
Martin Storsjö
2010-10-08
sapenc: Mark the muxer as depending on network functions
Martin Storsjö
2010-10-08
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Martin Storsjö