Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
14 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
0abdb29317
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
|
14 лет назад |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Baptiste Coudurier
|
ab04337464
In ogg muxer, correctly mux VFR streams, fix issue #2398
|
14 лет назад |
Anton Khirnov
|
042ca05f0f
vorbiscomment: convert metadata before computing the header's length
|
14 лет назад |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 лет назад |
Anton Khirnov
|
81e5ff7ae2
vorbiscomment: change ff_vorbiscomment_write to take an AVMetadata**
|
14 лет назад |
Alex Converse
|
d256d21e3f
oggenc: Don't use char* to point to a string constant.
|
14 лет назад |
James Darnley
|
521d434fd5
Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.
|
14 лет назад |
Baptiste Coudurier
|
5c32755570
In ogg muxer, free dyn allocated buffer, fix memleak
|
14 лет назад |
Baptiste Coudurier
|
22fe18c1c0
In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe
|
14 лет назад |
Baptiste Coudurier
|
ce2a9bc3c8
In ogg muxer, use random serial number of each ogg streams
|
15 лет назад |
Baptiste Coudurier
|
ff85f58605
remove unused field
|
15 лет назад |
Baptiste Coudurier
|
95ca3b1e20
In ogg muxer, pack multiple frames into one page, much lower overhead
|
15 лет назад |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
15 лет назад |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
James Darnley
|
aeef3ec6f0
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
|
15 лет назад |
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 лет назад |
Baptiste Coudurier
|
012dc2c426
Remove MAX_STREAMS usage in ogg and mxf muxers
|
15 лет назад |
Justin Ruggles
|
8746296818
Add Speex support to the Ogg muxer.
|
15 лет назад |
Michael Niedermayer
|
e07b882b4d
Improve amortized worst case speed of the muxers packet interleaving code
|
15 лет назад |
Justin Ruggles
|
87b4dd3b96
oggenc: Change error log text. An error here does not necessarily mean
|
15 лет назад |
Justin Ruggles
|
3f2eadf4fe
oggenc: return error value from ogg_build_flac_headers()
|
15 лет назад |
Justin Ruggles
|
4315aa8b05
cosmetics: spacing and comments
|
15 лет назад |
Justin Ruggles
|
e9a32230c3
oggenc: check for failed av_mallocz()
|
15 лет назад |
Justin Ruggles
|
59c6178a54
Use a shared function to validate FLAC extradata.
|
16 лет назад |
Baptiste Coudurier
|
1cc65cecb2
Move declaration of ff_interleave_add_packet to internal.h.
|
16 лет назад |
Baptiste Coudurier
|
34c65ac668
function is static
|
16 лет назад |
Baptiste Coudurier
|
fd5583bc2d
use new ff_interleave_add_packet
|
16 лет назад |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 лет назад |
Baptiste Coudurier
|
f12c4bba79
add ogv extension
|
16 лет назад |
Baptiste Coudurier
|
0fb6c620c0
cosmetics, remove space
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 лет назад |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
17 лет назад |
Justin Ruggles
|
6e330816d4
fix Ogg/FLAC header size
|
17 лет назад |
Baptiste Coudurier
|
37b74c8651
Fix issue 338:
|
17 лет назад |
Baptiste Coudurier
|
2dd3c9e0fa
it seems ogg requires granule to be -1 on unfinished packets
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Baptiste Coudurier
|
5118cae694
ogg muxer
|
17 лет назад |