История коммитов

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