]> git.sesse.net Git - ffmpeg/history - libavformat/rmdec.c
Remove unnecessary header inclusion directives.
[ffmpeg] / libavformat / rmdec.c
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-04-02 Ronald S. BultjeAnother uninitialized value.
2010-04-02 Ronald S. BultjeFix uninitialized value in codepath.
2010-04-02 Ronald S. BultjeRemove dead initialization.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-12 Aurelien Jacobsexport rm_reorder_sipr_data() for future use by matrosk...
2010-03-12 Aurelien Jacobsexport sipr_subpk_size for future use by matroska demuxer
2010-01-23 Ronald S. BultjePrint a warning when DATA chunk is encountered in the...
2010-01-08 Ronald S. BultjeUse the correct ByteIOContext in extradata parsing...
2009-12-13 Michael NiedermayerGet rid of useless casts.
2009-12-13 Michael NiedermayerPrint extradata in case of failure. I had this in my...
2009-12-13 Carl Eugen HoyosUse constant CODEC_ID_NONE instead of 0 where appropriate.
2009-12-13 Kostya ShishkovFactor out extradata reading code.
2009-12-13 Kostya ShishkovRM audio stream version should be 16-bit followed by...
2009-12-13 Kostya ShishkovMake RM demuxer look more like proper demuxer by introd...
2009-12-13 Kostya ShishkovFactor out variable declaration
2009-09-13 Reimar DöffingerWhen resetting vst->pkt.data to NULL, also set vst...
2009-07-30 Ronald S. BultjeRemove old_flags variable, which is a duplicate of...
2009-07-30 Ronald S. BultjeDon't use a pointer-to-flags/timestamp in ff_rm_parse_p...
2009-04-17 Michael NiedermayerMove declarations in sync() closer to where they are...
2009-03-22 Ronald S. BultjeAdd a @todo with a comment from Kostya so we don't...
2009-03-21 Ronald S. BultjeDon't allow to sync on packets of zero-size length...
2009-03-21 Ronald S. BultjeMove "- 12" statement up a bit. See "[PATCH] rmdec...
2009-03-20 Ronald S. BultjeAdd byte reordering for the SIPRO audio codec. See...
2009-03-16 Måns Rullgårdrmdec: fix crash at end of file
2009-03-16 Ronald S. BultjeMore reindent, forgotten in previous commit.
2009-03-16 Ronald S. BultjeParse index chunk so that seeking in modern .rm files...
2009-03-16 Ronald S. BultjeReindent after r18010.
2009-03-16 Ronald S. BultjeMark the first output audio frame as keyframe (separate...
2009-03-16 Ronald S. BultjeRemove packet returning in ff_rm_parse_packet() if...
2009-03-16 Ronald S. BultjeReindent after r18005.
2009-03-16 Ronald S. BultjeMerge code for packet reading in "old" (.ra, audio...
2009-03-15 Ronald S. BultjeFix index generation in the way that it was supposed...
2009-03-10 Ronald S. BultjeCorrectly skip complete INDX chunks, i.e. read the...
2009-03-09 Ronald S. BultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 Ronald S. BultjeRevert to r17908.
2009-03-09 Ronald S. BultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 Ronald S. BultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 Ronald S. BultjeMove frame discarding out of the ff_rm_parse_packet...
2009-02-17 Aurelien Jacobsremove now useless get_str16() from rmdec.c
2009-02-17 Aurelien Jacobsuse new metadata API in rm (de)muxer
2009-02-16 Benoit FouetAdd a context to av_log() calls.
2009-02-12 Diego BiurrunUse more descriptive format long_names.
2009-02-03 Michael NiedermayerReformat rdt_demuxer AVCodec struct sanely.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-07 Dominique LeuenbergerFix a compiler warning:
2008-12-31 Michael Niedermayer10l set AVPacket.size to the true size of the returned...
2008-12-31 Michael NiedermayerFix indention which was off by 1 space.
2008-12-31 Michael NiedermayerReplace buffer by AVPacket and avoid a memcpy() for...
2008-12-31 Michael NiedermayerMerge videobuf and audiobuf.
2008-12-30 Michael NiedermayerSimplify the top of rm_assemble_video_frame().
2008-12-30 Michael NiedermayerAdd a few error checks to rm_assemble_video_frame()
2008-12-30 Michael NiedermayerAll non zero returns of rm_assemble_video_frame() are...
2008-12-28 Reimar Döffingerav_free() -> av_freep(), patch by Reimar Doffinger...
2008-12-28 Ronald S. BultjeFix double free which happens for playback of .rm files...
2008-12-28 Ronald S. BultjeAdd audio_pkt_cnt return value to ff_rm_retrieve_cache...
2008-12-28 Ronald S. BultjeAdd RMStream object as function argument to public...
2008-12-28 Ronald S. BultjeImplement RMStream stream-specific private data object...
2008-12-14 Ronald S. BultjeUse get_buffer() and url_fskip() for some loops of...
2008-12-14 Ronald S. BultjeReindent something that looks weird.
2008-12-13 Ronald S. BultjeSplit RMContext into RMDemux/MuxContext and make them...
2008-12-13 Ronald S. BultjeDon't access RMContext directly in rdt.c. Rather, use...
2008-12-11 Ronald S. BultjeFix indenting.
2008-11-17 Ronald S. BultjeAdd ByteIOContext argument to public ff_rm_* functions...
2008-10-29 Michael NiedermayerCheck sub_packet_size against 0 to avoid div by zero...
2008-09-26 Benjamin Larssonadd ok parts to the rm demuxer for SIPRO support
2008-09-23 Vitor SessakAdd support for RVTR fourCC
2008-09-07 Ronald S. BultjeAdd dynamic payload handlers to rdt.c. These follow...
2008-09-03 Ronald S. BultjeMove av_set_pts_info() inside the mdpr_read_codecdata...
2008-09-03 Ronald S. BultjeUse chunk-size in function calling mdpr_read_codecdata...
2008-06-23 Diego BiurrunRemove unused variable, fixes the warning:
2008-06-20 Baptiste Coudurierfactorize read_header failure freeing code
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-01 Panagiotis IssarisCheck whether the memory allocation for extradata succe...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-04-09 Michael NiedermayerFix seeking in rm.
2008-01-17 Roberto TogniFix forgotten braces from r11039
2008-01-16 Diego BiurrunRemove some spaces to keep certain people's eyes from...
2008-01-06 Diego Biurruncosmetics: Add another pair of parentheses to aid reada...
2008-01-04 Ronald S. BultjeMake three rm demuxer functions non static.
2008-01-02 Diego Biurruncosmetics: Reindent.
2008-01-02 Ronald S. BultjeMerge double-nested if into && condition.
2007-12-04 Roberto TogniTypo
2007-12-02 Roberto TogniRevert r10892, it's wrong and no longer needed to preve...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-19 Roberto TogniReplace realloc with free+malloc, the previous content...
2007-11-19 Roberto TogniCosmetics
2007-11-19 Roberto TogniNo need to update pos, it's not used after that line
2007-11-18 Roberto TogniCleanup: remove ssize
2007-11-18 Roberto TogniCheck for memory allocation failure of temp buffer
2007-11-18 Roberto TogniOptimize memory management to create an av_packet from...
2007-11-15 Roberto Togni1000l: Fix check for max slice number
2007-11-15 Roberto TogniMove dnet-ac3 byte-swapping code close to audio packet...
2007-11-08 Ronald S. BultjeSplit ac3 byte swapping into a separate function.
2007-11-08 Ronald S. BultjeIsolate caching of audio frames in its own function.
2007-11-08 Ronald S. BultjeChange a stream indexer.
2007-11-08 Ronald S. BultjeSplit out the packet parsing from the main function...
2007-11-08 Ronald S. BultjeChange parse indexer.
next