105 Commits (813338a00a2b0b89c65fbbb84c02c7327cc0aa71)

Author SHA1 Message Date
Ronald S. Bultje b9b2b8c93b Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread 16 years ago
Ronald S. Bultje 127ed7b07b Reindent something that looks weird. 16 years ago
Ronald S. Bultje 1edddc99dc Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 16 years ago
Ronald S. Bultje a15ebf34c7 Don't access RMContext directly in rdt.c. Rather, use the return value of 16 years ago
Ronald S. Bultje 76f940b21e Fix indenting. 16 years ago
Ronald S. Bultje fcc995a533 Add ByteIOContext argument to public ff_rm_* functions so that we can 16 years ago
Michael Niedermayer f23938f5b7 Check sub_packet_size against 0 to avoid div by zero later. 16 years ago
Benjamin Larsson 2426bb960a add ok parts to the rm demuxer for SIPRO support 16 years ago
Vitor Sessak b93dd8383a Add support for RVTR fourCC 16 years ago
Ronald S. Bultje ff13ba92fd Add dynamic payload handlers to rdt.c. These follow the same API as the ones 16 years ago
Ronald S. Bultje 1599503043 Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is 16 years ago
Ronald S. Bultje 79d5045d33 Use chunk-size in function calling mdpr_read_codecdata() rather than in the 16 years ago
Diego Biurrun 07cb073bf9 Remove unused variable, fixes the warning: 17 years ago
Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Panagiotis Issaris 437fd77b05 Check whether the memory allocation for extradata succeeded. Fixes issue 472. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Michael Niedermayer fd31550d23 Fix seeking in rm. 17 years ago
Roberto Togni badbe09af3 Fix forgotten braces from r11039 17 years ago
Diego Biurrun 9b41eb37a1 Remove some spaces to keep certain people's eyes from hurting. 17 years ago
Diego Biurrun c807e68f46 cosmetics: Add another pair of parentheses to aid readability. 17 years ago
Ronald S. Bultje 0fd36362b8 Make three rm demuxer functions non static. 17 years ago
Diego Biurrun 8f8fae80b2 cosmetics: Reindent. 17 years ago
Ronald S. Bultje b83a84242c Merge double-nested if into && condition. 17 years ago
Roberto Togni ab19baef36 Typo 17 years ago
Roberto Togni e3052ce7b1 Revert r10892, it's wrong and no longer needed to prevent crashes 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Roberto Togni 2b013568f9 Replace realloc with free+malloc, the previous content of the buffer is 17 years ago
Roberto Togni e35033e6e3 Cosmetics 17 years ago
Roberto Togni 69434d2f73 No need to update pos, it's not used after that line 17 years ago
Roberto Togni 6887cb8bc5 Cleanup: remove ssize 17 years ago
Roberto Togni 52537534d2 Check for memory allocation failure of temp buffer 17 years ago
Roberto Togni e11d0145e2 Optimize memory management to create an av_packet from multiple slices: 17 years ago
Roberto Togni 27a2f87da8 1000l: Fix check for max slice number 17 years ago
Roberto Togni e29378ff88 Move dnet-ac3 byte-swapping code close to audio packet read code 17 years ago
Ronald S. Bultje 5c470b910e Split ac3 byte swapping into a separate function. 17 years ago
Ronald S. Bultje d4d1b5fbde Isolate caching of audio frames in its own function. 17 years ago
Ronald S. Bultje 66911b1552 Change a stream indexer. 17 years ago
Ronald S. Bultje afd302fa62 Split out the packet parsing from the main function body in rmdec.c 17 years ago
Ronald S. Bultje 7e4b161188 Change parse indexer. 17 years ago
Benoit Fouet 36c9e40ab4 Change ff_rm_read_mdpr_codecdata to get back to old behavior. 17 years ago
Ronald S. Bultje ff1463dc37 Split out the MDPR chunk reading into its own function. 17 years ago
Kostya Shishkov d447fc3132 Seek regression for RM demuxer fix 17 years ago
Kostya Shishkov 83c95cd462 Revert get_num() to old behaviour in order to handle 17 years ago
Kostya Shishkov 383b123ed3 Demux full frames instead of sliced for RealVideo. 17 years ago
Justin Ruggles bf41512100 dnet audio needs avparser to work with the lavc ac3 decoder. 17 years ago
Kostya Shishkov 1ddcd07fda Set correct length for last slice in frame subpacket 17 years ago
Ronald S. Bultje 36cf20f5a6 Merge get_str() and get_str8() functions. 18 years ago
Ronald S. Bultje 28263f5f15 Fix get_str/get_str8() to also work if the target string is not long enough to 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago