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
/
mux.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavf/mux: Always call write_trailer() from av_write_trailer() to avoid a leak.
Carl Eugen Hoyos
2014-11-20
1
-2
/
+6
*
Merge commit '9257692ac15eff7b07540c1f61cebde0d8823fbd'
Michael Niedermayer
2014-11-18
1
-2
/
+2
|
\
|
*
lavf: Only initialize s->offset once when using avoid_negative_ts make_zero
Martin Storsjö
2014-11-17
1
-2
/
+2
*
|
Merge commit '897d5c3a4296f3da80b8699d1487328ca2de8e55'
Michael Niedermayer
2014-11-07
1
-2
/
+3
|
\
\
|
|
/
|
*
lavf: Print a warning if failed to avoid negative timestamps when requested
Michael Niedermayer
2014-11-07
1
-0
/
+8
*
|
Merge commit '1384df641994bf3d6cb51084290aa94752737bae'
Michael Niedermayer
2014-11-07
1
-2
/
+4
|
\
\
|
|
/
|
*
lavf: Add an option for avoiding negative timestamps
Michael Niedermayer
2014-11-07
1
-2
/
+10
*
|
Merge commit '91e8d2eb1f7bf3af949008b106ec1ca037b88b0e'
Michael Niedermayer
2014-11-06
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: use the format context strict_std_compliance instead of the codec one
Anton Khirnov
2014-11-06
1
-1
/
+1
*
|
avformat/mux: Fix assertion failure due to max_interleave_delta and poor input
Michael Niedermayer
2014-10-22
1
-1
/
+9
*
|
Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'
Michael Niedermayer
2014-10-15
1
-1
/
+1
|
\
\
|
|
/
|
*
lavf: switch to AVCodecContext.framerate for demuxing
Anton Khirnov
2014-10-15
1
-1
/
+1
*
|
Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8'
Michael Niedermayer
2014-10-10
1
-2
/
+4
|
\
\
|
|
/
|
*
lavf: More informative error message
Luca Barbato
2014-10-10
1
-1
/
+4
*
|
avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft
James Almer
2014-10-05
1
-10
/
+0
*
|
lavf: eliminate ff_get_audio_frame_size()
Anton Khirnov
2014-08-14
1
-1
/
+1
*
|
avformat/mux: flush after header writing, like after packets
Michael Niedermayer
2014-08-03
1
-0
/
+2
*
|
lavf/mux: Fix a typo checking aspect ratios.
Carl Eugen Hoyos
2014-07-30
1
-1
/
+1
*
|
avformat/mux: ignore delayed vp8/9 packets in max_interleave_delta calculation
Michael Niedermayer
2014-07-26
1
-2
/
+8
*
|
avformat/mux: support re-interleaving packets in ff_write_chained()
Michael Niedermayer
2014-07-24
1
-2
/
+3
*
|
avformat/mux: keep AVPacket fields consistent in ff_write_chained()
Michael Niedermayer
2014-07-24
1
-1
/
+6
*
|
Merge commit '324ff59444ff5470bb325ff1e2be7c4b054fc944'
Michael Niedermayer
2014-07-17
1
-6
/
+7
|
\
\
|
|
/
|
*
avpacket: Check for and return errors in ff_interleave_add_packet()
Nidhi Makhijani
2014-07-17
1
-5
/
+15
*
|
avformat/mux: fix flush_packets flag with flushing buffers
Michael Niedermayer
2014-06-28
1
-1
/
+1
*
|
avformat/mux: simplify ff_choose_timebase()
Michael Niedermayer
2014-06-18
1
-5
/
+2
*
|
Merge commit '194be1f43ea391eb986732707435176e579265aa'
Michael Niedermayer
2014-06-18
1
-7
/
+19
|
\
\
|
|
/
|
*
lavf: switch to AVStream.time_base as the hint for the muxer timebase
Anton Khirnov
2014-06-18
1
-7
/
+19
*
|
avformat/mux: Dont leave stale side data pointers in ff_interleave_add_packet()
Michael Niedermayer
2014-06-02
1
-0
/
+2
*
|
avformat/mux: fix memleak of side data in flac fate tests
Michael Niedermayer
2014-06-02
1
-1
/
+0
*
|
avformat/mux: Remove localized encoder strings
Michael Niedermayer
2014-05-20
1
-0
/
+5
*
|
Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c'
Michael Niedermayer
2014-05-19
1
-3
/
+2
|
\
\
|
|
/
|
*
lavf: deprecate now unused AVStream.pts
Anton Khirnov
2014-05-19
1
-105
/
+2
|
*
mux: drop one of the hacks comprising compute_pkt_fields2()
Anton Khirnov
2014-05-19
1
-7
/
+0
*
|
Merge commit 'c9281a01b78cc3f09e36300a0ca3f5824d1c74cf'
Michael Niedermayer
2014-05-15
1
-6
/
+0
|
\
\
|
|
/
|
*
lavf: drop the zero-sized packets hack
Anton Khirnov
2014-05-15
1
-6
/
+0
*
|
Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52'
Michael Niedermayer
2014-05-15
1
-1
/
+6
|
\
\
|
|
/
|
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-1
/
+6
*
|
lavf/mux: pass options to nested structs of priv data
Lukasz Marek
2014-05-04
1
-1
/
+1
*
|
lavf/mux: pass options to nested structs of priv data
Lukasz Marek
2014-05-02
1
-1
/
+1
*
|
avformat/mux: Check for and remove invalid packet durations
Michael Niedermayer
2014-04-23
1
-0
/
+6
*
|
Various small spelling fixes.
Reimar Döffinger
2014-04-22
1
-3
/
+3
*
|
avformat/mux: support shifting timestamps so they start at 0
Michael Niedermayer
2014-02-22
1
-1
/
+1
*
|
lavf/mux: check av_dup_packet() return value.
Nicolas George
2014-02-20
1
-1
/
+6
*
|
lavf: add write_uncoded_frame() API.
Nicolas George
2014-02-11
1
-4
/
+75
*
|
Merge commit '394fb56c29eee7f4f8f0334d8b5d30d3c54ac703'
Michael Niedermayer
2014-02-10
1
-7
/
+18
|
\
\
|
|
/
|
*
lavf: always unref the packet passed to av_interleaved_write_frame() on error
Anton Khirnov
2014-02-10
1
-7
/
+18
*
|
Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'
Michael Niedermayer
2014-02-05
1
-17
/
+27
|
\
\
|
|
/
|
*
lavf: improve handling of sparse streams when muxing
Luca Barbato
2014-02-04
1
-2
/
+33
*
|
Merge commit '33c859c142ef3f49b7a6227014ad92a680cf4d74'
Michael Niedermayer
2014-02-04
1
-2
/
+5
|
\
\
|
|
/
|
*
lavf: ignore attachment streams for interleaving purposes
Anton Khirnov
2014-02-04
1
-1
/
+4
[next]