Michael Niedermayer
|
040ad30bc8
Merge branch 'release/0.7' into oldabi
|
13 years ago |
Laurent Aimar
|
3899b3be0c
rmdec: Reject invalid deinterleaving parameters
|
13 years ago |
Kostya Shishkov
|
5163de0873
Use deinterleavers for demangling audio packets in RealMedia.
|
13 years ago |
Laurent Aimar
|
27128d82fa
rmdec: use the deinterleaving mode and not the codec when creating audio packets.
|
13 years ago |
Laurent Aimar
|
24e0a9e451
Reject audio tracks with invalid interleaver parameters in RM demuxer.
|
13 years ago |
Joakim Plate
|
8449cebc90
rmdec: Check return value of more avio_seek calls
|
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 |
Anton Khirnov
|
412b4367c5
rmdec: remove useless ap parameter from rm_read_header_old()
|
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
|
99eb31e263
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
e65ab9d94f
Remove unused variables
|
13 years ago |
Clément Bœsch
|
adba9c6352
Fix various unused variable warnings
|
13 years ago |
Diego Biurrun
|
045dd4b928
Replace some commented-out debug printf() / av_log() messages with av_dlog().
|
13 years ago |
Michael Niedermayer
|
2cae9809e2
Merge remote branch 'qatar/master'
|
13 years ago |
Anton Khirnov
|
8978fedaee
avio: introduce an AVIOContext.seekable field
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Michael Niedermayer
|
0fecf2642b
Merge remote-tracking branch 'newdev/master'
|
13 years ago |
Anton Khirnov
|
45a8a02a41
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
|
13 years ago |
Anton Khirnov
|
66e5b1df36
avio: deprecate url_feof
|
13 years ago |
Anton Khirnov
|
384c9c2fa7
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
13 years ago |
Anton Khirnov
|
74b3f67c9c
lavf: replace all uses of url_fskip with avio_seek
|
13 years ago |
Anton Khirnov
|
f59d8ff8cd
avio: avio_ prefix for url_fseek
|
13 years ago |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
13 years ago |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
13 years ago |
Anton Khirnov
|
e63a362857
avio: avio_ prefixes for get_* functions
|
13 years ago |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
13 years ago |
Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
13 years ago |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 years ago |
Reimar Döffinger
|
c32b701749
Do not read the RM index when input is streamed (since it requires seeking
|
14 years ago |
Francesco Lavra
|
74e8ccad4c
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
|
14 years ago |
Zhou Zongyi
|
aafb822ba5
We're using generic tag-to-ID functions, so specific codec_id assignments
|
14 years ago |
Stefano Sabatini
|
2ef6c1242a
Mark av_metadata_set() as deprecated, and use av_metadata_set2()
|
14 years ago |
Stefano Sabatini
|
2874c81cc8
Replace all remaining occurrences of AVERROR_NOMEM with
|
14 years ago |
Ronald S. Bultje
|
7b374c9ff2
Another uninitialized value.
|
14 years ago |
Ronald S. Bultje
|
190413cf81
Fix uninitialized value in codepath.
|
14 years ago |
Ronald S. Bultje
|
ddf8e75ede
Remove dead initialization.
|
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 |
Aurelien Jacobs
|
1ab0406db1
export rm_reorder_sipr_data() for future use by matroska demuxer
|
14 years ago |
Aurelien Jacobs
|
adae9fa65e
export sipr_subpk_size for future use by matroska demuxer
|
14 years ago |
Ronald S. Bultje
|
98287358e9
Print a warning when DATA chunk is encountered in the middle of chunk.
|
14 years ago |
Ronald S. Bultje
|
f9664ca026
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
|
15 years ago |
Michael Niedermayer
|
17986563eb
Get rid of useless casts.
|
15 years ago |
Michael Niedermayer
|
005d9b57ad
Print extradata in case of failure. I had this in my local tree and it
|
15 years ago |
Carl Eugen Hoyos
|
a76cf4e197
Use constant CODEC_ID_NONE instead of 0 where appropriate.
|
15 years ago |