Baptiste Coudurier
|
07679e680c
revert r16717, r16718, r16719, EAGAIN handling, this causes FFserver to hang
|
15 лет назад |
Baptiste Coudurier
|
d2718187b9
parse aac extradata to fetch channels and sample rate, patch from Netgem
|
15 лет назад |
Peter Ross
|
0e9602ef93
FLV demuxer: return AVERROR_EOF upon detection of end of file.
|
15 лет назад |
Benoit Fouet
|
c102347088
Add a context to av_log() calls.
|
15 лет назад |
Stefan de Konink
|
9a354fe3f9
Implement the reading of the video bitrate of flv movies out of the meta data,
|
15 лет назад |
Michael Niedermayer
|
a308737bd6
Use EAGAIN return, primarely intended as example of EAGAIN useage.
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Michael Niedermayer
|
2f3d7ea974
Fix detection of audio codec in K70707-ARIA229.flv.
|
16 лет назад |
Baptiste Coudurier
|
ebd610557e
set pts in flv demuxer
|
16 лет назад |
Andrew Wason
|
8ff8de73a4
Fix endless loop when opening corrupt FLV files (issue 699).
|
16 лет назад |
Baptiste Coudurier
|
7f8cd075e0
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz
|
16 лет назад |
Baptiste Coudurier
|
f96d0eef53
force sample rate to 16khz for speex in flv, fix speexaudio.flv
|
16 лет назад |
Pascal Massimino
|
4fe8a45240
fix for >2GB flv files
|
16 лет назад |
Alexander Wichers
|
88cb61bb0c
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Baptiste Coudurier
|
ae58b54b3f
skip empty flv data packets, fix issue #602
|
16 лет назад |
Baptiste Coudurier
|
3d9aecb0d7
factorize packet skip code
|
16 лет назад |
Baptiste Coudurier
|
6298eb810d
simplify size handling code
|
16 лет назад |
Baptiste Coudurier
|
77b0443544
speex in flv demuxing
|
16 лет назад |
Baptiste Coudurier
|
22e7d9cc25
skip flv video info / command frame packets, fix issue #546
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 лет назад |
Baptiste Coudurier
|
04fd3e8134
aac and h264 in flv demuxing
|
16 лет назад |
Baptiste Coudurier
|
7ef94d221b
in flv this field is dts finally
|
16 лет назад |
Baptiste Coudurier
|
19719bc631
flv use 32 bit pts
|
16 лет назад |
Baptiste Coudurier
|
07a47ae2a3
pts are unsigned according to specs, fix negative pts when 32bit pts are used
|
16 лет назад |
Michael Niedermayer
|
780169c363
Remove useless code.
|
16 лет назад |
Michael Niedermayer
|
b41497e903
Recommit r12809
|
16 лет назад |
Michael Niedermayer
|
0366654e2b
Use generic seeking code for flv. The removed code was a buggy duplicate.
|
16 лет назад |
Michael Niedermayer
|
26d95a1ecf
revert r12809
|
16 лет назад |
Michael Niedermayer
|
a33cfa3071
Stop find_stream_info() searching for further streams if 2 streams have
|
16 лет назад |
Michael Niedermayer
|
749c9201aa
10l
|
16 лет назад |
Pascal Massimino
|
c04c52d3a8
Additional checks for strange num_val in FLV metadata
|
16 лет назад |
Michael Niedermayer
|
58293e57e1
Fix issue357
|
16 лет назад |
Michael Niedermayer
|
44de39f93c
flv/swf do not have a big endian codec id, they only support
|
16 лет назад |
Benjamin Larsson
|
107b5f93dd
Reindent
|
17 лет назад |
Benjamin Larsson
|
7b76c22465
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Alex Beregszaszi
|
018b6fb465
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.
|
17 лет назад |
Michael Niedermayer
|
c8652b5714
support flv with invalid header
|
17 лет назад |
Michael Niedermayer
|
6f910bcf39
factorize stream creation
|
17 лет назад |
Benjamin Larsson
|
636b13c5fc
Nellymoser ASAO decoder
|
17 лет назад |
Aurelien Jacobs
|
9990460353
use the VP6A codec
|
17 лет назад |
Aurelien Jacobs
|
df63f130c8
revert r10527
|
17 лет назад |
Aurelien Jacobs
|
f84c357325
Add support for VP6A in flv.
|
17 лет назад |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 лет назад |
Panagiotis Issaris
|
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
|
17 лет назад |
Diego Biurrun
|
7b94177e37
Group all copyright and author notices together.
|
17 лет назад |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
17 лет назад |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 лет назад |
Alex Beregszaszi
|
031311cbd1
workaround for broken flvtoolized files
|
17 лет назад |