summaryrefslogtreecommitdiffstats
path: root/libavformat/rmdec.c
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Fix a compiler warning:Dominique Leuenberger2009-01-071-1/+1
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-281-2/+2
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-281-1/+0
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-281-1/+3
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-281-16/+14
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-281-74/+101
* Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje2008-12-141-14/+6
* Reindent something that looks weird.Ronald S. Bultje2008-12-141-1/+2
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-131-13/+34
* Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje2008-12-131-1/+1
* Fix indenting.Ronald S. Bultje2008-12-111-3/+3
* Add ByteIOContext argument to public ff_rm_* functions so that we canRonald S. Bultje2008-11-171-17/+16
* Check sub_packet_size against 0 to avoid div by zero later.Michael Niedermayer2008-10-291-0/+5
* add ok parts to the rm demuxer for SIPRO supportBenjamin Larsson2008-09-261-2/+4
* Add support for RVTR fourCCVitor Sessak2008-09-231-1/+2
* Add dynamic payload handlers to rdt.c. These follow the same API as the onesRonald S. Bultje2008-09-071-0/+7
* Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it isRonald S. Bultje2008-09-031-1/+1
* Use chunk-size in function calling mdpr_read_codecdata() rather than in theRonald S. Bultje2008-09-031-4/+3
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-231-1/+1
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-201-9/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Check whether the memory allocation for extradata succeeded. Fixes issue 472.Panagiotis Issaris2008-06-011-0/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* Fix seeking in rm.Michael Niedermayer2008-04-091-1/+1
* Fix forgotten braces from r11039Roberto Togni2008-01-171-2/+2
* Remove some spaces to keep certain people's eyes from hurting.Diego Biurrun2008-01-161-1/+1
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-061-1/+1
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-041-3/+3
* cosmetics: Reindent.Diego Biurrun2008-01-021-1/+1
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-021-3/+1
* TypoRoberto Togni2007-12-041-1/+1
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-021-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-12/+12
* Replace realloc with free+malloc, the previous content of the buffer isRoberto Togni2007-11-191-1/+2
* CosmeticsRoberto Togni2007-11-191-3/+3
* No need to update pos, it's not used after that lineRoberto Togni2007-11-191-1/+0
* Cleanup: remove ssizeRoberto Togni2007-11-181-4/+2
* Check for memory allocation failure of temp bufferRoberto Togni2007-11-181-1/+2
* Optimize memory management to create an av_packet from multiple slices:Roberto Togni2007-11-181-6/+3
* 1000l: Fix check for max slice numberRoberto Togni2007-11-151-1/+1
* Move dnet-ac3 byte-swapping code close to audio packet read codeRoberto Togni2007-11-151-1/+2
OpenPOWER on IntegriCloud