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
/
smoothstreamingenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-3
/
+3
|
\
|
*
avio: Copy URLContext generic options into child URLContexts
Martin Storsjö
2016-03-24
1
-3
/
+3
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-21
/
+21
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-21
/
+21
|
*
lavf: add a protocol whitelist/blacklist for file opened internally
Anton Khirnov
2016-02-22
1
-1
/
+1
|
*
urlprotocol: receive a list of protocols from the caller
Anton Khirnov
2016-02-22
1
-3
/
+21
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-4
/
+4
*
|
Merge commit 'e192cd9ce2b51c2e6919f2a78b1ce53e0024e728'
Derek Buitenhuis
2016-02-29
1
-2
/
+2
|
\
\
|
|
/
|
*
smoothstreamingenc: do not open the files as read+write
Anton Khirnov
2016-02-22
1
-2
/
+2
*
|
Merge commit '9f61abc8111c7c43f49ca012e957a108b9cc7610'
Derek Buitenhuis
2016-02-10
1
-9
/
+9
|
\
\
|
|
/
|
*
lavf: allow custom IO for all files
Anton Khirnov
2016-01-24
1
-9
/
+9
*
|
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-8
/
+11
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-1
/
+1
*
|
lavc: Switch bitrate to 64bit unless compatibility with avconv was requested.
Michael Niedermayer
2015-09-15
1
-3
/
+3
*
|
Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
Michael Niedermayer
2015-02-14
1
-3
/
+3
|
\
\
|
|
/
|
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-3
/
+3
|
*
smoothstreamingenc: Add a missing "goto fail"
Michael Niedermayer
2015-01-19
1
-0
/
+1
*
|
avformat/smoothstreamingenc: Add missing "goto fail"
Michael Niedermayer
2015-01-14
1
-0
/
+1
*
|
avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...
Michael Niedermayer
2014-12-25
1
-5
/
+5
*
|
Merge commit '675ac56b7ee0f204963fde55295197c5df80aa91'
Michael Niedermayer
2014-11-27
1
-5
/
+3
|
\
\
|
|
/
|
*
Revert "lavf: Don't try to update files atomically with renames on windows"
Martin Storsjö
2014-11-27
1
-5
/
+3
*
|
Merge commit 'b9d08c77a44390b0848c06f20bc0e9e951ba6a3c'
Michael Niedermayer
2014-11-25
1
-3
/
+5
|
\
\
|
|
/
|
*
lavf: Don't try to update files atomically with renames on windows
Martin Storsjö
2014-11-24
1
-3
/
+5
*
|
avformat: Read errno before av_log() as the callback from av_log() might affe...
Michael Niedermayer
2014-10-25
1
-1
/
+1
*
|
avformat: Print error message on failure of ff_rename()
Michael Niedermayer
2014-10-25
1
-2
/
+2
*
|
Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'
Michael Niedermayer
2014-10-25
1
-3
/
+5
|
\
\
|
|
/
|
*
lavf: replace rename() with ff_rename()
Luca Barbato
2014-10-24
1
-3
/
+5
*
|
Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'
Michael Niedermayer
2014-10-21
1
-1
/
+1
|
\
\
|
|
/
|
*
smoothstreamingenc: explict cast to avoid overflow
Vittorio Giovara
2014-10-21
1
-1
/
+1
*
|
Merge commit '8bef43388132b53f59a6e90add18900a3bb4cc60'
Michael Niedermayer
2014-10-12
1
-3
/
+4
|
\
\
|
|
/
|
*
smoothstreamingenc: Simplify code by removing a redundant variable
Martin Storsjö
2014-10-12
1
-3
/
+4
*
|
Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'
Michael Niedermayer
2014-10-07
1
-0
/
+1
|
\
\
|
|
/
|
*
lavf: Set the stream time base hint properly for chained muxers
Martin Storsjö
2014-10-06
1
-0
/
+1
*
|
Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'
Michael Niedermayer
2014-09-08
1
-2
/
+2
|
\
\
|
|
/
|
*
libavformat: Check mkdir return error codes
Martin Storsjö
2014-09-07
1
-2
/
+8
|
*
smoothstreamingenc: Fix a memory leak on errors
Michael Niedermayer
2014-07-07
1
-1
/
+2
*
|
Use new av_dict_set_int helper function.
Reimar Döffinger
2014-08-16
1
-3
/
+1
*
|
avformat/mux: support re-interleaving packets in ff_write_chained()
Michael Niedermayer
2014-07-24
1
-1
/
+1
*
|
avformat/smoothstreamingenc: fix memleak
Michael Niedermayer
2014-07-06
1
-1
/
+2
*
|
avformat/smoothstreamingenc: Use av_mallocz_array()
Michael Niedermayer
2014-06-15
1
-1
/
+1
*
|
Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9'
Michael Niedermayer
2014-05-25
1
-0
/
+2
|
\
\
|
|
/
|
*
smoothstream: check malloc calls
Nidhi Makhijani
2014-05-24
1
-0
/
+2
*
|
Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'
Michael Niedermayer
2013-09-27
1
-1
/
+4
|
\
\
|
|
/
|
*
lavf: Reset the entry count and allocation size variables on av_reallocp fail...
Martin Storsjö
2013-09-26
1
-1
/
+4
*
|
Merge commit '5626f994f273af80fb100d4743b963304de9e05c'
Michael Niedermayer
2013-09-19
1
-3
/
+4
|
\
\
|
|
/
|
*
avformat: Use av_reallocp() where suitable
Alexandra Khirnova
2013-09-18
1
-3
/
+4
*
|
Merge commit '310cc4bf82824f09bdd0b9147ed725cdbeaf9bdd'
Michael Niedermayer
2013-08-28
1
-3
/
+5
|
\
\
|
|
/
|
*
smoothstreamingenc: Write to a temp file while updating the manifest
Martin Storsjö
2013-08-27
1
-3
/
+5
*
|
avformat/smoothstreamingenc: Make const tables static const
Michael Niedermayer
2013-08-06
1
-1
/
+1
*
|
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
1
-1
/
+1
|
\
\
|
|
/
[next]