index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
sapenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-2
/
+2
*
lavf: rename avf_sdp_create to av_sdp_create.
Anton Khirnov
2011-04-08
1
-1
/
+1
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-2
/
+2
*
avio: deprecate url_max_packet_size().
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_get_file_handle() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_close() internal.
Anton Khirnov
2011-04-04
1
-1
/
+1
*
avio: make url_write() internal.
Anton Khirnov
2011-04-04
1
-2
/
+2
*
avio: make url_open() internal.
Anton Khirnov
2011-04-04
1
-2
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename url_fopen/fclose -> avio_open/close.
Anton Khirnov
2011-02-23
1
-1
/
+1
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
1
-1
/
+1
*
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-17
1
-4
/
+5
*
Use avformat_free_context for cleaning up muxers
Martin Storsjö
2011-02-04
1
-7
/
+1
*
libavformat: Use avcodec_copy_context for chained muxers
Martin Storsjö
2011-02-04
1
-0
/
+2
*
sapenc: Free AVStream->info on cleanup
Martin Storsjö
2011-02-03
1
-0
/
+1
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
sapenc: Use the normal URL port as RTP port
Martin Storsjö
2010-10-09
1
-6
/
+6
*
sapenc: Include os_support.h, to provide a fallback definition for socklen_t
Martin Storsjö
2010-10-09
1
-0
/
+1
*
Fix compilation on FreeBSD, use AF_UNSPEC instead of PF_UNSPEC
Martin Storsjö
2010-10-08
1
-1
/
+1
*
sapenc: Mark the muxer as depending on network functions
Martin Storsjö
2010-10-08
1
-2
/
+15
*
Add a SAP (Session Announcement Protocol, RFC 2974) muxer
Martin Storsjö
2010-10-08
1
-0
/
+252