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
*
Share the function to write a raw FLAC header and use it in the Matroska
Justin Ruggles
2009-02-26
1
-21
/
+2
*
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-26
1
-9
/
+7
*
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer
2009-02-24
1
-1
/
+1
*
matroskaenc: use new metadata API
Aurelien Jacobs
2009-02-15
1
-6
/
+8
*
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes
Aurelien Jacobs
2009-01-20
1
-9
/
+11
*
Cosmetics: indent
David Conrad
2009-01-17
1
-1
/
+1
*
Treat disposition==0 as undefined and don't write the default flag
David Conrad
2009-01-17
1
-0
/
+1
*
Flush the buffer after writing the header and when done with writing the files
David Conrad
2009-01-17
1
-0
/
+2
*
Reindent after last commit
Luca Abeni
2009-01-15
1
-1
/
+1
*
Do not reallocate AVPacket's data when muxing a packet
Luca Abeni
2009-01-15
1
-10
/
+8
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
matroskaenc: require global header
Aurelien Jacobs
2008-10-22
1
-0
/
+2
*
matroskaenc: correct muxing of ASS packets
Aurelien Jacobs
2008-10-04
1
-0
/
+61
*
matroskaenc: use correct EBML ID for block duration
Aurelien Jacobs
2008-10-04
1
-1
/
+1
*
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()
Aurelien Jacobs
2008-10-04
1
-3
/
+3
*
matroskaenc: remove useless mkv_block_size() function
Aurelien Jacobs
2008-10-04
1
-8
/
+2
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-19
/
+19
*
matroska: subtitle display duration must be stored in pkt->convergence_duration
Aurelien Jacobs
2008-09-04
1
-2
/
+4
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-2
/
+2
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-5
/
+4
*
misc spelling/grammar fixes
Diego Biurrun
2008-08-05
1
-1
/
+1
*
matroska: expand useless define for MS compat codec id strings
Aurelien Jacobs
2008-08-05
1
-2
/
+2
*
matroska: add support for V_QUICKTIME track type
Aurelien Jacobs
2008-07-27
1
-3
/
+22
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-2
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
fix encoding of flac private data
Justin Ruggles
2008-05-01
1
-3
/
+6
*
use common aac sample rate tables
Aurelien Jacobs
2008-04-02
1
-6
/
+3
*
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
Evgeniy Stepanov
2008-03-07
1
-0
/
+2
*
simplification proposed by Rich
Aurelien Jacobs
2008-03-01
1
-1
/
+2
*
makes really sure that no undefined behavior can happen
Aurelien Jacobs
2008-02-27
1
-1
/
+1
*
Avoid infinite loop.
Aurelien Jacobs
2008-02-26
1
-1
/
+1
*
Write 0 instead of seeking forward (and leaving bytes uninitalized),
Michael Niedermayer
2008-01-12
1
-1
/
+2
*
add a ff_ prefix to newly exported functions from avc.c
Aurelien Jacobs
2008-01-11
1
-2
/
+2
*
Matroska muxer needs to format all NAL units, not only extradata.
Aurelien Jacobs
2008-01-11
1
-0
/
+10
*
Use the isom avcc formatting for h264 extradata in matroska.
Aurelien Jacobs
2008-01-11
1
-0
/
+3
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-14
/
+16
*
spelling/wording nits in some Doxygen comments
Diego Biurrun
2007-09-05
1
-2
/
+2
*
Grammar nits
David Conrad
2007-09-05
1
-9
/
+9
*
Always use AVFormatContext for av_log messages
David Conrad
2007-09-05
1
-16
/
+16
*
Rename ebml size functions to indicate that they can be used for more kinds o...
David Conrad
2007-09-05
1
-21
/
+21
*
We shouldn't be passing in sizes larger than 2^56-2, so use an assert
David Conrad
2007-09-05
1
-5
/
+1
*
Indentation
David Conrad
2007-09-05
1
-22
/
+22
*
Don't seek when streamed
David Conrad
2007-09-05
1
-0
/
+6
*
Get rid of useless braces
David Conrad
2007-09-05
1
-8
/
+7
*
Indent
David Conrad
2007-09-05
1
-1
/
+1
*
Match the behaviour betwen the bmp and wav codec tag lookups
David Conrad
2007-09-05
1
-0
/
+5
*
Write codecprivate to a dynamic buffer so that seeking isn't required
David Conrad
2007-09-05
1
-24
/
+17
*
Move writing codec private element to its own function
David Conrad
2007-09-05
1
-29
/
+43
*
Cosmetics
David Conrad
2007-09-05
1
-1
/
+0
*
Use num_entries directly rather than mixing it with a local copy
David Conrad
2007-09-05
1
-9
/
+5
[next]