]> git.sesse.net Git - ffmpeg/history - libavformat/oggenc.c
Add symbol versioning for shared libraries
[ffmpeg] / libavformat / oggenc.c
2009-10-13 Justin RugglesAdd Speex support to the Ogg muxer.
2009-09-16 Michael NiedermayerImprove amortized worst case speed of the muxers packet...
2009-06-21 Justin Rugglesoggenc: Change error log text. An error here does not...
2009-06-21 Justin Rugglesoggenc: return error value from ogg_build_flac_headers()
2009-06-21 Justin Rugglescosmetics: spacing and comments
2009-06-21 Justin Rugglesoggenc: check for failed av_mallocz()
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-01-31 Baptiste Coudurierfunction is static
2009-01-31 Baptiste Coudurieruse new ff_interleave_add_packet
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-07-19 Baptiste Coudurieradd ogv extension
2008-07-19 Baptiste Couduriercosmetics, remove space
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-30 Justin Rugglesfix Ogg/FLAC header size
2008-02-05 Baptiste CoudurierFix issue 338:
2008-02-05 Baptiste Coudurierit seems ogg requires granule to be -1 on unfinished...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-10 Baptiste Coudurierogg muxer