Commit History

Author SHA1 Message Date
  Laurent Aimar 648dc68098 Reject audio tracks with invalid interleaver parameters in RM demuxer. 13 years ago
  Aurelien Jacobs 1f1ff73156 remove now useless get_str16() from rmdec.c 15 years ago
  Aurelien Jacobs 7379d5bc0b use new metadata API in rm (de)muxer 15 years ago
  Benoit Fouet 0fd7c133f4 Add a context to av_log() calls. 15 years ago
  Diego Biurrun 517ac2434b Use more descriptive format long_names. 15 years ago
  Michael Niedermayer 88297e80aa Reformat rdt_demuxer AVCodec struct sanely. 15 years ago
  Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 15 years ago
  Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 15 years ago
  Dominique Leuenberger 6fde7afa8d Fix a compiler warning: 15 years ago
  Michael Niedermayer ce0453aac9 10l set AVPacket.size to the true size of the returned data instead of 15 years ago
  Michael Niedermayer 188e67eaf4 Fix indention which was off by 1 space. 15 years ago
  Michael Niedermayer 0b4ff0c9ef Replace buffer by AVPacket and avoid a memcpy() for video when the number 15 years ago
  Michael Niedermayer fce48f5b0b Merge videobuf and audiobuf. 15 years ago
  Michael Niedermayer f48d545736 Simplify the top of rm_assemble_video_frame(). 15 years ago
  Michael Niedermayer e45673cb3a Add a few error checks to rm_assemble_video_frame() 15 years ago
  Michael Niedermayer 51d6852f43 All non zero returns of rm_assemble_video_frame() are errors, check things 15 years ago
  Reimar Döffinger 7d204e67e8 av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in 15 years ago
  Ronald S. Bultje c49a3ec30a Fix double free which happens for playback of .rm files after r16365. See 15 years ago
  Ronald S. Bultje a9f84821c5 Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in 15 years ago
  Ronald S. Bultje 886e89d0d0 Add RMStream object as function argument to public functions so that non-.rm 15 years ago
  Ronald S. Bultje ba61472911 Implement RMStream stream-specific private data object in the RM demuxer. 15 years ago
  Ronald S. Bultje b9b2b8c93b Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread 15 years ago
  Ronald S. Bultje 127ed7b07b Reindent something that looks weird. 15 years ago
  Ronald S. Bultje 1edddc99dc Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. 15 years ago
  Ronald S. Bultje a15ebf34c7 Don't access RMContext directly in rdt.c. Rather, use the return value of 15 years ago
  Ronald S. Bultje 76f940b21e Fix indenting. 15 years ago
  Ronald S. Bultje fcc995a533 Add ByteIOContext argument to public ff_rm_* functions so that we can 15 years ago
  Michael Niedermayer f23938f5b7 Check sub_packet_size against 0 to avoid div by zero later. 15 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: 16 years ago
  Baptiste Coudurier ccafd47251 factorize read_header failure freeing code 16 years ago
  Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 16 years ago
  Panagiotis Issaris 437fd77b05 Check whether the memory allocation for extradata succeeded. Fixes issue 472. 16 years ago
  Diego Biurrun 245976da2a Use full path for #includes from another directory. 16 years ago
  Michael Niedermayer fd31550d23 Fix seeking in rm. 16 years ago
  Roberto Togni badbe09af3 Fix forgotten braces from r11039 16 years ago
  Diego Biurrun 9b41eb37a1 Remove some spaces to keep certain people's eyes from hurting. 16 years ago
  Diego Biurrun c807e68f46 cosmetics: Add another pair of parentheses to aid readability. 16 years ago
  Ronald S. Bultje 0fd36362b8 Make three rm demuxer functions non static. 16 years ago
  Diego Biurrun 8f8fae80b2 cosmetics: Reindent. 16 years ago
  Ronald S. Bultje b83a84242c Merge double-nested if into && condition. 16 years ago
  Roberto Togni ab19baef36 Typo 16 years ago
  Roberto Togni e3052ce7b1 Revert r10892, it's wrong and no longer needed to prevent crashes 16 years ago
  Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 16 years ago
  Roberto Togni 2b013568f9 Replace realloc with free+malloc, the previous content of the buffer is 16 years ago
  Roberto Togni e35033e6e3 Cosmetics 16 years ago