Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
13 лет назад |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
13 лет назад |
Francesco Lavra
|
74e8ccad4c
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
|
14 лет назад |
Benoit Fouet
|
32e543f866
Replace @returns by @return.
|
14 лет назад |
Aurelien Jacobs
|
1ab0406db1
export rm_reorder_sipr_data() for future use by matroska demuxer
|
14 лет назад |
Aurelien Jacobs
|
adae9fa65e
export sipr_subpk_size for future use by matroska demuxer
|
14 лет назад |
Reimar Döffinger
|
88e70e1b0a
ff_rm_metadata is const.
|
15 лет назад |
Ronald S. Bultje
|
34bddc39b4
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function
|
15 лет назад |
Stefano Sabatini
|
bf7e799c9e
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
|
15 лет назад |
Ronald S. Bultje
|
c5efef7be9
Remove packet returning in ff_rm_parse_packet() if we're using the packet
|
15 лет назад |
Aurelien Jacobs
|
7379d5bc0b
use new metadata API in rm (de)muxer
|
15 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Ronald S. Bultje
|
ade8fb4d75
Reindent after r16368.
|
16 лет назад |
Ronald S. Bultje
|
a9f84821c5
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
|
16 лет назад |
Ronald S. Bultje
|
886e89d0d0
Add RMStream object as function argument to public functions so that non-.rm
|
16 лет назад |
Ronald S. Bultje
|
ba61472911
Implement RMStream stream-specific private data object in the RM demuxer.
|
16 лет назад |
Ronald S. Bultje
|
1edddc99dc
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.
|
16 лет назад |
Ronald S. Bultje
|
a15ebf34c7
Don't access RMContext directly in rdt.c. Rather, use the return value of
|
16 лет назад |
Ronald S. Bultje
|
fcc995a533
Add ByteIOContext argument to public ff_rm_* functions so that we can
|
16 лет назад |
Ronald S. Bultje
|
ff13ba92fd
Add dynamic payload handlers to rdt.c. These follow the same API as the ones
|
16 лет назад |
Ronald S. Bultje
|
79d5045d33
Use chunk-size in function calling mdpr_read_codecdata() rather than in the
|
16 лет назад |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 лет назад |
Michael Niedermayer
|
c5e56a813b
Revert r14497
|
16 лет назад |
Diego Biurrun
|
2e11268ea9
Add missing header #includes.
|
16 лет назад |
Ronald S. Bultje
|
0fd36362b8
Make three rm demuxer functions non static.
|
17 лет назад |
Kostya Shishkov
|
d447fc3132
Seek regression for RM demuxer fix
|
17 лет назад |
Kostya Shishkov
|
383b123ed3
Demux full frames instead of sliced for RealVideo.
|
17 лет назад |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 лет назад |
Aurelien Jacobs
|
7b2a2ce556
split rm muxer and demuxer in their own files
|
17 лет назад |