]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rmdec.c
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com
[frescor/ffmpeg.git] / libavformat / rmdec.c
2009-04-17 michaelMove declarations in sync() closer to where they are...
2009-03-22 rbultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-21 rbultjeDon't allow to sync on packets of zero-size length...
2009-03-21 rbultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-20 rbultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-16 mrurmdec: fix crash at end of file
2009-03-16 rbultjeMore reindent, forgotten in previous commit.
2009-03-16 rbultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 rbultjeReindent after r18010.
2009-03-16 rbultjeMark the first output audio frame as keyframe (separate...
2009-03-16 rbultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 rbultjeReindent after r18005.
2009-03-16 rbultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-15 rbultjeFix index generation in the way that it was supposed...
2009-03-10 rbultjeCorrectly skip complete INDX chunks, i.e. read the...
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeRevert to r17908.
2009-03-09 rbultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 rbultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 rbultjeMove frame discarding out of the ff_rm_parse_packet...
2009-02-17 aurelremove now useless get_str16() from rmdec.c
2009-02-17 aureluse new metadata API in rm (de)muxer
2009-02-16 benoitAdd a context to av_log() calls.
2009-02-12 diegoUse more descriptive format long_names.
2009-02-03 michaelReformat rdt_demuxer AVCodec struct sanely.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-07 cehoyosFix a compiler warning:
2008-12-31 michael10l set AVPacket.size to the true size of the retunred...
2008-12-31 michaelFix indention which was off by 1 space.
2008-12-31 michaelReplace buffer by AVPacket and avoid a memcpy() for...
2008-12-31 michaelMerge videobuf and audiobuf.
2008-12-30 michaelSimplify the top of rm_assemble_video_frame().
2008-12-30 michaelAdd a few error checks to rm_assemble_video_frame()
2008-12-30 michaelAll non zero returns of rm_assemble_video_frame() are...
2008-12-28 rbultjeav_free() -> av_freep(), patch by Reimar Doffinger...
2008-12-28 rbultjeFix double free which happens for playback of .rm files...
2008-12-28 rbultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 rbultjeAdd RMStream object as function argument to public...
2008-12-28 rbultjeImplement RMStream stream-specific private data object...
2008-12-14 rbultjeUse get_buffer() and url_fskip() for some loops of...
2008-12-14 rbultjeReindent something that looks weird.
2008-12-13 rbultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 rbultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-11 rbultjeFix indenting.
2008-11-17 rbultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-10-29 michaelCheck sub_packet_size against 0 to avoid div by zero...
2008-09-26 bananadd ok parts to the rm demuxer for SIPRO support
2008-09-23 vitorAdd support for RVTR fourCC
2008-09-07 rbultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 rbultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 rbultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-06-23 diegoRemove unused variable, fixes the warning:
2008-06-20 bcoudurierfactorize read_header failure freeing code
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-06-01 takisCheck whether the memory allocation for extradata succe...
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-09 michaelFix seeking in rm.
2008-01-17 rtogniFix forgotten braces from r11039
2008-01-16 diegoRemove some spaces to keep certain people's eyes from...
2008-01-06 diegocosmetics: Add another pair of parentheses to aid reada...
2008-01-04 benoitMake three rm demuxer functions non static.
2008-01-02 diegocosmetics: Reindent.
2008-01-02 diegoMerge double-nested if into && condition.
2007-12-04 rtogniTypo
2007-12-02 rtogniRevert r10892, it's wrong and no longer needed to preve...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 rtogniReplace realloc with free+malloc, the previous content...
2007-11-19 rtogniCosmetics
2007-11-19 rtogniNo need to update pos, it's not used after that line
2007-11-18 rtogniCleanup: remove ssize
2007-11-18 rtogniCheck for memory allocation failure of temp buffer
2007-11-18 rtogniOptimize memory management to create an av_packet from...
2007-11-15 rtogni1000l: Fix check for max slice number
2007-11-15 rtogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-08 benoitSplit ac3 byte swapping into a separate function.
2007-11-08 benoitIsolate caching of audio frames in its own function.
2007-11-08 benoitChange a stream indexer.
2007-11-08 benoitSplit out the packet parsing from the main function...
2007-11-08 benoitChange parse indexer.
2007-11-08 benoitChange ff_rm_read_mdpr_codecdata to get back to old...
2007-11-06 benoitSplit out the MDPR chunk reading into its own function.
2007-11-03 kostyaSeek regression for RM demuxer fix
2007-11-01 kostyaRevert get_num() to old behaviour in order to handle
2007-10-21 kostyaDemux full frames instead of sliced for RealVideo.
2007-10-01 rtognidnet audio needs avparser to work with the lavc ac3...
2007-09-06 kostyaSet correct length for last slice in frame subpacket
2007-07-28 diegoMerge get_str() and get_str8() functions.
2007-07-28 diegoFix get_str/get_str8() to also work if the target strin...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-08 mruavoid uninitialised variable warning and clarify code
2007-06-23 mruuse new string functions
2007-05-30 aureluse FFSWAP()
2007-05-30 aurelcosmetics: indentation
2007-05-30 aurelsplit rm muxer and demuxer in their own files