2010-05-24 |
bcoudurier |
In ogg muxer, use random serial number of each ogg streams
libavformat
|
2010-05-21 |
bcoudurier |
remove unused field
libavformat
|
2010-05-21 |
bcoudurier |
In ogg muxer, pack multiple frames into one page, much lower overhead
libavformat
|
2010-04-03 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavformat
|
2010-03-31 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
2010-03-30 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
2010-03-20 |
jbr |
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
libavformat
|
2010-03-15 |
bcoudurier |
Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com
libavformat
|
2010-01-29 |
bcoudurier |
Remove MAX_STREAMS usage in ogg and mxf muxers
libavformat
|
2009-10-13 |
jbr |
Add Speex support to the Ogg muxer.
libavformat
|
2009-09-16 |
michael |
Improve amortized worst case speed of the muxers packet interleaving code
libavformat
|
2009-06-21 |
jbr |
oggenc: Change error log text. An error here does not necessarily mean
libavformat
|
2009-06-21 |
jbr |
oggenc: return error value from ogg_build_flac_headers()
libavformat
|
2009-06-21 |
jbr |
cosmetics: spacing and comments
libavformat
|
2009-06-21 |
jbr |
oggenc: check for failed av_mallocz()
libavformat
|
2009-02-26 |
jbr |
Use a shared function to validate FLAC extradata.
libavformat
|
2009-02-08 |
bcoudurier |
Move declaration of ff_interleave_add_packet to internal.h.
libavformat
|
2009-01-31 |
bcoudurier |
function is static
libavformat
|
2009-01-31 |
bcoudurier |
use new ff_interleave_add_packet
libavformat
|
2008-10-03 |
diego |
Remove offset_t typedef and use int64_t directly instead.
libavformat
|
2008-07-19 |
bcoudurier |
add ogv extension
libavformat
|
2008-07-19 |
bcoudurier |
cosmetics, remove space
libavformat
|
2008-06-03 |
diego |
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
libavformat
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
libavformat
|
2008-03-30 |
jbr |
fix Ogg/FLAC header size
libavformat
|
2008-02-05 |
bcoudurier |
Fix issue 338:
libavformat
|
2008-02-05 |
bcoudurier |
it seems ogg requires granule to be -1 on unfinished packets
libavformat
|
2007-11-21 |
andoma |
Use dynamically allocated ByteIOContext in AVFormatContext
libavformat
|
2007-11-10 |
bcoudurier |
ogg muxer
libavformat
|