Michael Niedermayer
|
6c180b35c4
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
15c71dfd03
swf(dec): replace CODEC_ID with AV_CODEC_ID
|
12 years ago |
Michael Niedermayer
|
18b0c39f99
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Diego Biurrun
|
90f7e61769
swf: Move shared table out of the header file
|
12 years ago |
Baptiste Coudurier
|
3b35f4ab51
split swf de/muxer
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Baptiste Coudurier
|
afecbec22b
unset extension, so code path, and guess format do not choose
|
17 years ago |
Paul Egan
|
dfb400a8ea
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
|
17 years ago |
Baptiste Coudurier
|
e55a4dd328
check av_new_stream return value
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Baptiste Coudurier
|
1f794d69c0
support swink created files which have soi/eoi broken tags reversed
|
17 years ago |
Baptiste Coudurier
|
4f0a995631
remove now useless vars
|
17 years ago |
Baptiste Coudurier
|
5fcf2df323
cosmetics, braces/parenthesis style
|
17 years ago |
Baptiste Coudurier
|
c78ed54266
cosmetics, indentation
|
17 years ago |
Baptiste Coudurier
|
c6f05d8122
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now
|
17 years ago |
Diego Biurrun
|
df3a80b50a
cosmetics: misc typo fixes
|
17 years ago |
Panagiotis Issaris
|
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 years ago |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
17 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 years ago |
Baptiste Coudurier
|
dc13d0b5ae
seems safer to set pts timebase to sample rate, fix some mp3
|
17 years ago |
Baptiste Coudurier
|
b912ef3fc9
fix pts handling
|
17 years ago |
Alex Beregszaszi
|
73d6ca4fee
10l, audio_fifo is a static array
|
17 years ago |
Baptiste Coudurier
|
5095aaa91c
use AVFormatContext with av_log
|
17 years ago |
Baptiste Coudurier
|
c544ded699
more explicit message
|
17 years ago |
Baptiste Coudurier
|
8fafc1cf36
cleanup useless fields
|
17 years ago |
Baptiste Coudurier
|
013e0a8f35
simplify swf muxer
|
17 years ago |
Baptiste Coudurier
|
dd8a46d9df
support for adpcm swf, pcm
|
17 years ago |
Baptiste Coudurier
|
3922c59fc4
don't parse whole swf file in header, can now play ffserver swf streams
|
17 years ago |
Baptiste Coudurier
|
024c7378c3
factorize
|
17 years ago |
Baptiste Coudurier
|
dfc1313d28
remove nonsense time base code, use swf ms per frame, only video frames contains pts
|
17 years ago |
Alex Beregszaszi
|
950d94ad3b
use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header
|
17 years ago |
Michael Niedermayer
|
7caf0cc62c
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 years ago |
Alex Beregszaszi
|
fead30d444
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
18 years ago |
Baptiste Coudurier
|
3439dc9507
seek back at the end of file after updating header
|
18 years ago |
Baptiste Coudurier
|
8f36d4ba4d
simplify
|
18 years ago |
Baptiste Coudurier
|
2ab573cdc3
priv_data is allocated internally
|
18 years ago |
Baptiste Coudurier
|
a0dc1ccd29
enable mjpeg in swf
|
18 years ago |
Baptiste Coudurier
|
655254f001
simplify
|
18 years ago |
Baptiste Coudurier
|
5b1e5dce35
swf can contain only one audio track, simplify
|
18 years ago |
Baptiste Coudurier
|
432cef7605
use ch_id as AVStream id and simplify
|
18 years ago |
Baptiste Coudurier
|
ec54839ab1
always export audiostreams
|
18 years ago |
Baptiste Coudurier
|
b4bcf81001
always export videostreams
|
18 years ago |
Baptiste Coudurier
|
fed7d06796
priv_data is allocated/freed internally
|
18 years ago |
Baptiste Coudurier
|
e943369fd4
simplify
|
18 years ago |
Baptiste Coudurier
|
17230c9d4d
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3
|
18 years ago |
Baptiste Coudurier
|
43a8686416
print error when unsupported sample rate is used with swf
|
18 years ago |
Aurelien Jacobs
|
21e3c26ca2
fix mp3 in swf decoding
|
18 years ago |
Aurelien Jacobs
|
fa73604f61
don't use ast before checking it's not NULL
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |