Michael Niedermayer
|
040ad30bc8
Merge branch 'release/0.7' into oldabi
|
13 years ago |
Michael Niedermayer
|
ec7f0b527c
Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8
|
13 years ago |
Luca Barbato
|
e30e0a16af
flvenc: use int64_t to store offsets
|
13 years ago |
Michael Niedermayer
|
78accb876c
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
dfc2c4d900
lavf: use designated initialisers for all (de)muxers.
|
13 years ago |
Michael Niedermayer
|
976a8b2179
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
ee8aecd23a
Do not include intfloat_readwrite.h in avutil.h
|
13 years ago |
Michael Niedermayer
|
f9ecb849ef
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
d2d67e424f
Remove all uses of now deprecated metadata functions.
|
13 years ago |
Michael Niedermayer
|
174df6affc
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
0e28e9ca8f
flvenc: propagate error properly
|
13 years ago |
Baptiste Coudurier
|
c22f2527ed
In mov and flv muxer, check aac bitstream validity.
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Anton Khirnov
|
b7f2fdde74
avio: rename put_flush_packet -> avio_flush
|
13 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
13 years ago |
Anton Khirnov
|
bbc413f943
lavf: replace remaining uses of put_tag with avio_write
|
13 years ago |
Anton Khirnov
|
77eb5504d3
avio: avio: avio_ prefixes for put_* functions
|
13 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Stefano Sabatini
|
b9f9e59afc
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
|
14 years ago |
Tomás Touceda
|
16f825085a
FLV Metadata
|
14 years ago |
Thierry Foucu
|
df4f1d5108
Add AVC EOS tag to H264-encoded FLV files.
|
14 years ago |
Francesco Lavra
|
80b39e1ca6
Move AVCodecTag from riff.h into internal.h.
|
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 |
Justin Johnson
|
c5e1e9827d
Guess the duration before converting video and write guessed duration
|
14 years ago |
Daniel Verkamp
|
8e9efe4392
FLV 8-bit PCM is unsigned, not signed
|
15 years ago |
Daniel Verkamp
|
1b88277bd9
FLV muxer support for Flash screen codec v2
|
15 years ago |
Justin Ruggles
|
68677dd8ed
Log a clearer warning message when muxing FLV with Speex containing more than
|
15 years ago |
Justin Ruggles
|
046c400103
Add Speex support to the FLV muxer.
|
15 years ago |
Michael Niedermayer
|
e458dd0be0
Flv should be AVFMT_VARIABLE_FPS.
|
15 years ago |
Yoshihisa Uchida
|
3f3f3ba799
Fix onMetaData property count in flv files (issue 1206).
|
15 years ago |
Stefan de Konink
|
426a6f34a0
Splits the totalbitrate in a videodatarate and audiodatarate part.
|
15 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Baptiste Coudurier
|
71e685b018
use ff_avc_parse_nal_units_buf because output size might differ from input size
|
16 years ago |
Luca Abeni
|
ca93bc175a
Reindent after last commit
|
16 years ago |
Luca Abeni
|
0a63a676ec
Do not reallocate AVPacket's data when muxing a packet
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Baptiste Coudurier
|
fd7f59639c
remove comment, this is not relevant anymore
|
16 years ago |
Baptiste Coudurier
|
2ba0470e81
reindent
|
16 years ago |
Baptiste Coudurier
|
7d637efa80
check for negative dts value even if bitstream is already formated,
|
16 years ago |
Alexander Wichers
|
8ddd280d2d
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu
|
16 years ago |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 years ago |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 years ago |
Baptiste Coudurier
|
b83a00b8b6
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong
|
16 years ago |
Baptiste Coudurier
|
6f4eb12d31
remove now useless casts
|
16 years ago |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |