]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/oggenc.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavformat / oggenc.c
2009-10-13 jbrAdd Speex support to the Ogg muxer.
2009-09-16 michaelImprove amortized worst case speed of the muxers packet...
2009-06-21 jbroggenc: Change error log text. An error here does not...
2009-06-21 jbroggenc: return error value from ogg_build_flac_headers()
2009-06-21 jbrcosmetics: spacing and comments
2009-06-21 jbroggenc: check for failed av_mallocz()
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-08 bcouduriermove declaration to internal.h
2009-01-31 bcoudurierfunction is static
2009-01-31 bcoudurieruse new ff_interleave_add_packet
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-07-19 bcoudurieradd ogv extension
2008-07-19 bcouduriercosmetics, remove space
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-03-30 jbrfix Ogg/FLAC header size
2008-02-05 bcoudurierFix issue 338:
2008-02-05 bcoudurierit seems ogg requires granule to be -1 on unfinished...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-10 bcoudurierogg muxer