Francesco Lavra
|
80b39e1ca6
Move AVCodecTag from riff.h into internal.h.
|
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 |
Justin Johnson
|
c5e1e9827d
Guess the duration before converting video and write guessed duration
|
15 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.
|
16 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.
|
17 years ago |
Baptiste Coudurier
|
c2acba13a4
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
|
17 years ago |
Baptiste Coudurier
|
f23496b562
aac and h264 in flv muxing
|
17 years ago |
Baptiste Coudurier
|
a9ee86e79b
set correct duration when using b frames
|
17 years ago |
Baptiste Coudurier
|
5366f15d05
simplify, remove useless vars
|
17 years ago |
Bartlomiej Wolowiec
|
b7d1cd02e3
Nellymoser handling in FLV
|
17 years ago |
Baptiste Coudurier
|
254629b1aa
set wrap bits to 32bit to actually use it
|
17 years ago |
Michael Niedermayer
|
44de39f93c
flv/swf do not have a big endian codec id, they only support
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Alex Beregszaszi
|
018b6fb465
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.
|
17 years ago |
Alex Beregszaszi
|
964ff35445
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
|
17 years ago |
Michael Niedermayer
|
ec62727818
indent
|
17 years ago |
Michael Niedermayer
|
4838727ea0
avoid generating invalid files
|
17 years ago |
Michael Niedermayer
|
f683dbdc6a
set the previous tag size correctly in flv files
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
18 years ago |
Benjamin Larsson
|
e9509536a9
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
|
18 years ago |
Michael Niedermayer
|
bb85077fc9
remove now useless codec_tag setting code in muxers
|
18 years ago |
Michael Niedermayer
|
6c77805fc8
get rid of the [4] limitation of codec tag lists
|
18 years ago |
Michael Niedermayer
|
edb6e50682
export a few more codec_tag-codec_id tables
|
18 years ago |
Michael Niedermayer
|
7caf0cc62c
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
Diego Biurrun
|
6ebe07fbb5
variable renaming: mp3lame --> libmp3lame
|
18 years ago |
Benjamin Larsson
|
09d8c0ae83
VP6 and flashsv stream copy and muxing support.
|
18 years ago |
Allan Hsu
|
148c9bdbb8
Patch for the FLV muxer to supply more complete metadata
|
18 years ago |
Michael Niedermayer
|
c45388b193
set flags correctly in write header instead of seeking back and fixing it in write_trailer()
|
18 years ago |
Allan Hsu
|
6cac3a3b08
Defines various common FLV format values between the FLV muxer and demuxer
|
18 years ago |