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
/
matroskaenc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flac muxer: support reading updated extradata from side data
Anton Khirnov
2014-06-01
1
-1
/
+2
*
matroskaenc: Allow VP9 and Opus in webm
Tudor Suciu
2014-06-01
1
-1
/
+3
*
matroskaenc: set the stream timebase earlier
Anton Khirnov
2014-05-29
1
-3
/
+3
*
matroskaenc: base DefaultDuration on the framerate, not the codec timebase
Anton Khirnov
2014-05-29
1
-1
/
+2
*
matroskaenc: write the channel mask for FLAC
Anton Khirnov
2014-05-28
1
-1
/
+46
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
1
-1
/
+1
*
matroskaenc: write CodecDelay
Anton Khirnov
2014-05-01
1
-0
/
+13
*
matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.
Tim Walker
2014-03-09
1
-0
/
+4
*
matroskaenc: write private data in hvcC format for HEVC.
Tim Walker
2014-03-09
1
-0
/
+3
*
matroskaenc: allow override of "writing application" tag
John Stebbins
2014-03-08
1
-2
/
+6
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring
Alexandra Khirnova
2013-09-12
1
-13
/
+9
*
avformat: Use av_reallocp_array() where suitable
Alexandra Khirnova
2013-09-10
1
-6
/
+12
*
matroskaenc: Allow chapters to be written in trailer
John Stebbins
2013-09-04
1
-1
/
+9
*
matroskaenc: Fix writing TRACKDEFAULTFLAG
John Stebbins
2013-08-27
1
-1
/
+3
*
mkv: Allow flushing the current cluster in progress
Martin Storsjö
2013-08-19
1
-6
/
+30
*
mkv: Flush the old cluster before writing a new one
Luca Barbato
2013-08-19
1
-0
/
+1
*
mkv: Add options for specifying cluster limits
Luca Barbato
2013-08-19
1
-10
/
+22
*
mkv: Refactor mkv_write_packet
Luca Barbato
2013-08-19
1
-10
/
+32
*
matroskaenc: restore compatibility with non referenced AVPacket
Rafaël Carré
2013-06-24
1
-2
/
+5
*
matroskaenc: support muxing WavPack
Anton Khirnov
2013-05-28
1
-1
/
+72
*
matroskaenc: add an option to put the index at the start of the file
Anton Khirnov
2013-05-03
1
-1
/
+63
*
matroskaenc: cosmetics, reorder the #includes
Anton Khirnov
2013-05-03
1
-9
/
+11
*
avpacket: use AVBuffer to allow refcounting the packets.
Anton Khirnov
2013-03-08
1
-21
/
+7
*
matroskaenc: check cue point validity before reallocation
Janne Grunau
2012-10-09
1
-3
/
+3
*
matroska: implement support for ProRes
Luca Barbato
2012-09-19
1
-2
/
+10
*
matroska: implement support for ALAC
Moritz Bunkus
2012-09-19
1
-0
/
+10
*
lavf: flush the output AVIOContext in av_write_trailer().
Anton Khirnov
2012-09-15
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-25
/
+25
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
1
-3
/
+3
*
lavf: use conditional notation for default codec in muxer declarations.
Ronald S. Bultje
2012-07-22
1
-15
/
+6
*
avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.
James Zern
2012-05-20
1
-3
/
+5
*
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-04-06
1
-4
/
+6
*
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-02-15
1
-2
/
+2
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-2
/
+2
*
latmdec: fix audio specific config parsing
Janne Grunau
2011-12-03
1
-1
/
+2
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+2
*
matroskaenc: Make sure the seekhead struct is freed even on seek failure
Martin Storsjö
2011-11-07
1
-3
/
+7
*
Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
2011-11-06
1
-2
/
+2
*
lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
Anton Khirnov
2011-10-20
1
-1
/
+1
*
matroskaenc: write attachments.
Anton Khirnov
2011-09-27
1
-0
/
+72
*
matroskaenc: saner default codecs.
Anton Khirnov
2011-08-22
1
-2
/
+14
*
matroskaenc: vertical alignment.
Anton Khirnov
2011-08-16
1
-3
/
+3
*
matroskaenc: implement query_codec()
Anton Khirnov
2011-08-16
1
-0
/
+17
*
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-07-17
1
-30
/
+30
*
matroskaenc: make SSA default subtitle codec.
Anton Khirnov
2011-07-12
1
-1
/
+1
*
lavf: update AVStream.nb_frames when muxing.
Anton Khirnov
2011-07-08
1
-1
/
+1
*
Do not include mathematics.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include intfloat_readwrite.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
[next]