37 Commits (2b3c8f8a6a67ab52ce8be9ac803eb8619d4243f2)

Author SHA1 Message Date
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. 17 years ago
Ronald S. Bultje 28263f5f15 Fix get_str/get_str8() to also work if the target string is not long enough to 17 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 17 years ago
Måns Rullgård 34174abf64 avoid uninitialised variable warning and clarify code 17 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Aurelien Jacobs d6649b2a58 use FFSWAP() 18 years ago
Aurelien Jacobs 43e869147a cosmetics: indentation 18 years ago
Aurelien Jacobs 7b2a2ce556 split rm muxer and demuxer in their own files 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Sam Hocevar d495fdc3d3 Do not return invalid pointer for non-audio or video streams. 18 years ago
Steve L'Homme 949b1a13bf Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. 18 years ago
Steve L'Homme e344c1ea36 reindentation, patch by From: Steve Lhomme, slhomme divxcorp com 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 36c32bdddf Remove unused variables and the corresponding warnings along with them. 18 years ago
Michael Niedermayer cb37931d78 dont set sub_id as its completly redundant and silly 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Roberto Togni a9d4a6ef34 rm_read_audio_stream_info return type is not void 19 years ago
Roberto Togni a194f595c8 Support for AAC (fourcc raac and racp) in rm files 19 years ago