31 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
Baptiste Coudurier 5c32755570 In ogg muxer, free dyn allocated buffer, fix memleak 15 years ago
Baptiste Coudurier 22fe18c1c0 In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe 15 years ago
Baptiste Coudurier ce2a9bc3c8 In ogg muxer, use random serial number of each ogg streams 15 years ago
Baptiste Coudurier ff85f58605 remove unused field 15 years ago
Baptiste Coudurier 95ca3b1e20 In ogg muxer, pack multiple frames into one page, much lower overhead 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
James Darnley aeef3ec6f0 Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. 15 years ago
Greg Maxwell fbe8c56dfe Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com 15 years ago
Baptiste Coudurier 012dc2c426 Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
Justin Ruggles 8746296818 Add Speex support to the Ogg muxer. 15 years ago
Michael Niedermayer e07b882b4d Improve amortized worst case speed of the muxers packet interleaving code 15 years ago
Justin Ruggles 87b4dd3b96 oggenc: Change error log text. An error here does not necessarily mean 16 years ago
Justin Ruggles 3f2eadf4fe oggenc: return error value from ogg_build_flac_headers() 16 years ago
Justin Ruggles 4315aa8b05 cosmetics: spacing and comments 16 years ago
Justin Ruggles e9a32230c3 oggenc: check for failed av_mallocz() 16 years ago
Justin Ruggles 59c6178a54 Use a shared function to validate FLAC extradata. 16 years ago
Baptiste Coudurier 1cc65cecb2 Move declaration of ff_interleave_add_packet to internal.h. 16 years ago
Baptiste Coudurier 34c65ac668 function is static 16 years ago
Baptiste Coudurier fd5583bc2d use new ff_interleave_add_packet 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Baptiste Coudurier f12c4bba79 add ogv extension 17 years ago
Baptiste Coudurier 0fb6c620c0 cosmetics, remove space 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Justin Ruggles 6e330816d4 fix Ogg/FLAC header size 17 years ago
Baptiste Coudurier 37b74c8651 Fix issue 338: 17 years ago
Baptiste Coudurier 2dd3c9e0fa it seems ogg requires granule to be -1 on unfinished packets 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Baptiste Coudurier 5118cae694 ogg muxer 17 years ago