index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
oggenc.c
Age
Commit message (
Expand
)
Author
2010-05-24
In ogg muxer, use random serial number of each ogg streams
Baptiste Coudurier
2010-05-21
remove unused field
Baptiste Coudurier
2010-05-21
In ogg muxer, pack multiple frames into one page, much lower overhead
Baptiste Coudurier
2010-04-03
Replace all remaining occurrences of AVERROR_NOMEM with
Stefano Sabatini
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-20
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
James Darnley
2010-03-15
Correctly write last 0 lacing value when packet size is multiple of 255, patc...
Greg Maxwell
2010-01-29
Remove MAX_STREAMS usage in ogg and mxf muxers
Baptiste Coudurier
2009-10-13
Add Speex support to the Ogg muxer.
Justin Ruggles
2009-09-16
Improve amortized worst case speed of the muxers packet interleaving code
Michael Niedermayer
2009-06-21
oggenc: Change error log text. An error here does not necessarily mean
Justin Ruggles
2009-06-21
oggenc: return error value from ogg_build_flac_headers()
Justin Ruggles
2009-06-21
cosmetics: spacing and comments
Justin Ruggles
2009-06-21
oggenc: check for failed av_mallocz()
Justin Ruggles
2009-02-26
Use a shared function to validate FLAC extradata.
Justin Ruggles
2009-02-08
Move declaration of ff_interleave_add_packet to internal.h.
Baptiste Coudurier
2009-01-31
function is static
Baptiste Coudurier
2009-01-31
use new ff_interleave_add_packet
Baptiste Coudurier
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-07-19
add ogv extension
Baptiste Coudurier
2008-07-19
cosmetics, remove space
Baptiste Coudurier
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-30
fix Ogg/FLAC header size
Justin Ruggles
2008-02-05
Fix issue 338:
Baptiste Coudurier
2008-02-05
it seems ogg requires granule to be -1 on unfinished packets
Baptiste Coudurier
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-10
ogg muxer
Baptiste Coudurier