Baptiste Coudurier
|
ce2a9bc3c8
In ogg muxer, use random serial number of each ogg streams
|
14 years ago |
Baptiste Coudurier
|
ff85f58605
remove unused field
|
14 years ago |
Baptiste Coudurier
|
95ca3b1e20
In ogg muxer, pack multiple frames into one page, much lower overhead
|
14 years ago |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
14 years ago |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
14 years ago |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
James Darnley
|
aeef3ec6f0
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
|
14 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
|
14 years ago |
Baptiste Coudurier
|
012dc2c426
Remove MAX_STREAMS usage in ogg and mxf muxers
|
14 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
|
15 years ago |
Justin Ruggles
|
3f2eadf4fe
oggenc: return error value from ogg_build_flac_headers()
|
15 years ago |
Justin Ruggles
|
4315aa8b05
cosmetics: spacing and comments
|
15 years ago |
Justin Ruggles
|
e9a32230c3
oggenc: check for failed av_mallocz()
|
15 years ago |
Justin Ruggles
|
59c6178a54
Use a shared function to validate FLAC extradata.
|
15 years ago |
Baptiste Coudurier
|
1cc65cecb2
Move declaration of ff_interleave_add_packet to internal.h.
|
15 years ago |
Baptiste Coudurier
|
34c65ac668
function is static
|
15 years ago |
Baptiste Coudurier
|
fd5583bc2d
use new ff_interleave_add_packet
|
15 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |
Baptiste Coudurier
|
f12c4bba79
add ogv extension
|
16 years ago |
Baptiste Coudurier
|
0fb6c620c0
cosmetics, remove space
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Justin Ruggles
|
6e330816d4
fix Ogg/FLAC header size
|
16 years ago |
Baptiste Coudurier
|
37b74c8651
Fix issue 338:
|
16 years ago |
Baptiste Coudurier
|
2dd3c9e0fa
it seems ogg requires granule to be -1 on unfinished packets
|
16 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Baptiste Coudurier
|
5118cae694
ogg muxer
|
17 years ago |