Clément Bœsch
|
adba9c6352
Fix various unused variable warnings
|
13 лет назад |
Michael Niedermayer
|
2cae9809e2
Merge remote branch 'qatar/master'
|
14 лет назад |
Anton Khirnov
|
8978fedaee
avio: introduce an AVIOContext.seekable field
|
14 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Michael Niedermayer
|
0fecf2642b
Merge remote-tracking branch 'newdev/master'
|
14 лет назад |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
14 лет назад |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
14 лет назад |
Anton Khirnov
|
384c9c2fa7
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
74b3f67c9c
lavf: replace all uses of url_fskip with avio_seek
|
14 лет назад |
Anton Khirnov
|
f59d8ff8cd
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
14 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
e63a362857
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Reimar Döffinger
|
c32b701749
Do not read the RM index when input is streamed (since it requires seeking
|
14 лет назад |
Francesco Lavra
|
74e8ccad4c
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
|
15 лет назад |
Zhou Zongyi
|
aafb822ba5
We're using generic tag-to-ID functions, so specific codec_id assignments
|
15 лет назад |
Stefano Sabatini
|
2ef6c1242a
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
|
15 лет назад |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
15 лет назад |
Ronald S. Bultje
|
7b374c9ff2
Another uninitialized value.
|
15 лет назад |
Ronald S. Bultje
|
190413cf81
Fix uninitialized value in codepath.
|
15 лет назад |
Ronald S. Bultje
|
ddf8e75ede
Remove dead initialization.
|
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 лет назад |
Aurelien Jacobs
|
1ab0406db1
export rm_reorder_sipr_data() for future use by matroska demuxer
|
15 лет назад |
Aurelien Jacobs
|
adae9fa65e
export sipr_subpk_size for future use by matroska demuxer
|
15 лет назад |
Ronald S. Bultje
|
98287358e9
Print a warning when DATA chunk is encountered in the middle of chunk.
|
15 лет назад |
Ronald S. Bultje
|
f9664ca026
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
|
15 лет назад |
Michael Niedermayer
|
17986563eb
Get rid of useless casts.
|
15 лет назад |
Michael Niedermayer
|
005d9b57ad
Print extradata in case of failure. I had this in my local tree and it
|
15 лет назад |
Carl Eugen Hoyos
|
a76cf4e197
Use constant CODEC_ID_NONE instead of 0 where appropriate.
|
15 лет назад |
Kostya Shishkov
|
0dae3e13e3
Factor out extradata reading code.
|
15 лет назад |
Kostya Shishkov
|
119c61a30f
RM audio stream version should be 16-bit followed by header size or reserved
|
15 лет назад |
Kostya Shishkov
|
461ef74116
Make RM demuxer look more like proper demuxer by introducing codec tags
|
15 лет назад |
Kostya Shishkov
|
851ef8755b
Factor out variable declaration
|
15 лет назад |
Reimar Döffinger
|
cbb5da57cd
When resetting vst->pkt.data to NULL, also set vst->slices.
|
15 лет назад |
Ronald S. Bultje
|
7a4a64e7ab
Remove old_flags variable, which is a duplicate of the flags variable.
|
15 лет назад |
Ronald S. Bultje
|
34bddc39b4
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
|
15 лет назад |
Michael Niedermayer
|
b33d75fd80
Move declarations in sync() closer to where they are used.
|
16 лет назад |
Ronald S. Bultje
|
e6b09f4361
Add a @todo with a comment from Kostya so we don't forget to optimize that at
|
16 лет назад |
Ronald S. Bultje
|
83c0ba3dad
Don't allow to sync on packets of zero-size length, since these are never
|
16 лет назад |
Ronald S. Bultje
|
e75e603c1a
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length
|
16 лет назад |
Ronald S. Bultje
|
cf16c17a69
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec
|
16 лет назад |
Måns Rullgård
|
c3df4a3bfe
rmdec: fix crash at end of file
|
16 лет назад |
Ronald S. Bultje
|
508fe07ab3
More reindent, forgotten in previous commit.
|
16 лет назад |