OSDN Git Service

Use parsers for RealVideo 3/4 to determine correct PTS
[coroid/ffmpeg_saccubus.git] / libavformat / rmdec.c
2011-08-17 Kostya ShishkovUse parsers for RealVideo 3/4 to determine correct PTS
2011-08-17 Kostya Shishkovrmdec: correct DTS calculation in RealMedia container.
2011-08-15 Kostya ShishkovRemove redundant and dubious video codec detection...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-17 Anton Khirnovrmdec: remove useless ap parameter from rm_read_header_...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans RullgardRemove unused variables
2011-04-29 Diego BiurrunReplace some commented-out debug printf() / av_log...
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-06-06 Reimar DöffingerDo not read the RM index when input is streamed (since...
2010-05-28 Francesco LavraMove rm_codec_tags to rm.c so muxer/demuxer can share it.
2010-05-25 Zhou ZongyiWe're using generic tag-to-ID functions, so specific...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
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.
next