log rmdec.c @ 6440:8beba113f242 libavformat

age author description
Sun, 06 Jun 2010 18:48:49 +0000 reimar Do not read the RM index when input is streamed (since it requires seeking libavformat
Fri, 28 May 2010 18:18:33 +0000 rbultje Move rm_codec_tags to rm.c so muxer/demuxer can share it. libavformat
Tue, 25 May 2010 15:39:32 +0000 rbultje We're using generic tag-to-ID functions, so specific codec_id assignments libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Sat, 03 Apr 2010 14:15:00 +0000 stefano Replace all remaining occurrences of AVERROR_NOMEM with libavformat
Fri, 02 Apr 2010 14:58:55 +0000 rbultje Another uninitialized value. libavformat
Fri, 02 Apr 2010 14:58:03 +0000 rbultje Fix uninitialized value in codepath. libavformat
Fri, 02 Apr 2010 14:56:59 +0000 rbultje Remove dead initialization. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Fri, 12 Mar 2010 23:35:59 +0000 aurel export rm_reorder_sipr_data() for future use by matroska demuxer libavformat
Fri, 12 Mar 2010 23:34:30 +0000 aurel export sipr_subpk_size for future use by matroska demuxer libavformat
Sat, 23 Jan 2010 09:42:52 +0000 kostya Print a warning when DATA chunk is encountered in the middle of chunk. libavformat
Fri, 08 Jan 2010 17:15:46 +0000 rbultje Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformat
Sun, 13 Dec 2009 17:54:09 +0000 michael Get rid of useless casts. libavformat
Sun, 13 Dec 2009 16:20:00 +0000 michael Print extradata in case of failure. I had this in my local tree and it libavformat
Sun, 13 Dec 2009 15:28:00 +0000 cehoyos Use constant CODEC_ID_NONE instead of 0 where appropriate. libavformat
Sun, 13 Dec 2009 10:07:08 +0000 kostya Factor out extradata reading code. libavformat
Sun, 13 Dec 2009 09:08:58 +0000 kostya RM audio stream version should be 16-bit followed by header size or reserved libavformat
Sun, 13 Dec 2009 08:51:27 +0000 kostya Make RM demuxer look more like proper demuxer by introducing codec tags libavformat
Sun, 13 Dec 2009 08:44:06 +0000 kostya Factor out variable declaration libavformat
Sun, 13 Sep 2009 11:08:59 +0000 reimar When resetting vst->pkt.data to NULL, also set vst->slices. libavformat
Thu, 30 Jul 2009 15:05:33 +0000 rbultje Remove old_flags variable, which is a duplicate of the flags variable. libavformat
Thu, 30 Jul 2009 15:04:19 +0000 rbultje Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformat
Fri, 17 Apr 2009 14:38:52 +0000 michael Move declarations in sync() closer to where they are used. libavformat
Sun, 22 Mar 2009 12:47:16 +0000 rbultje Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformat
Sat, 21 Mar 2009 19:19:09 +0000 rbultje Don't allow to sync on packets of zero-size length, since these are never libavformat
Sat, 21 Mar 2009 19:18:07 +0000 rbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformat
Fri, 20 Mar 2009 01:22:51 +0000 rbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformat
Mon, 16 Mar 2009 20:22:39 +0000 mru rmdec: fix crash at end of file libavformat
Mon, 16 Mar 2009 13:23:29 +0000 rbultje More reindent, forgotten in previous commit. libavformat
Mon, 16 Mar 2009 13:03:23 +0000 rbultje Parse index chunk so that seeking in modern .rm files becomes a lot faster. libavformat
Mon, 16 Mar 2009 13:01:02 +0000 rbultje Reindent after r18010. libavformat
Mon, 16 Mar 2009 12:59:18 +0000 rbultje Mark the first output audio frame as keyframe (separate patch from previous, libavformat
Mon, 16 Mar 2009 12:57:49 +0000 rbultje Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat
Mon, 16 Mar 2009 12:50:12 +0000 rbultje Reindent after r18005. libavformat
Mon, 16 Mar 2009 12:47:34 +0000 rbultje Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformat
Sun, 15 Mar 2009 20:14:25 +0000 rbultje Fix index generation in the way that it was supposed to be used. See the libavformat
Tue, 10 Mar 2009 12:55:29 +0000 rbultje Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformat
Mon, 09 Mar 2009 22:03:47 +0000 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
Mon, 09 Mar 2009 22:02:06 +0000 rbultje Revert to r17908. libavformat
Mon, 09 Mar 2009 13:08:19 +0000 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
Mon, 09 Mar 2009 12:46:32 +0000 rbultje Replace separate packet parsing for "old_format" .ra files by a call to libavformat
Mon, 09 Mar 2009 12:42:53 +0000 rbultje Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformat
Tue, 17 Feb 2009 21:41:50 +0000 aurel remove now useless get_str16() from rmdec.c libavformat
Tue, 17 Feb 2009 21:40:38 +0000 aurel use new metadata API in rm (de)muxer libavformat
Mon, 16 Feb 2009 16:12:23 +0000 benoit Add a context to av_log() calls. libavformat
Thu, 12 Feb 2009 17:26:06 +0000 diego Use more descriptive format long_names. libavformat
Tue, 03 Feb 2009 13:12:20 +0000 michael Reformat rdt_demuxer AVCodec struct sanely. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Wed, 07 Jan 2009 23:37:03 +0000 cehoyos Fix a compiler warning: libavformat
Wed, 31 Dec 2008 02:47:54 +0000 michael 10l set AVPacket.size to the true size of the returned data instead of libavformat
Wed, 31 Dec 2008 01:54:54 +0000 michael Fix indention which was off by 1 space. libavformat
Wed, 31 Dec 2008 01:53:12 +0000 michael Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformat
Wed, 31 Dec 2008 00:24:54 +0000 michael Merge videobuf and audiobuf. libavformat
Tue, 30 Dec 2008 21:23:02 +0000 michael Simplify the top of rm_assemble_video_frame(). libavformat
Tue, 30 Dec 2008 20:51:18 +0000 michael Add a few error checks to rm_assemble_video_frame() libavformat
Tue, 30 Dec 2008 19:49:27 +0000 michael All non zero returns of rm_assemble_video_frame() are errors, check things libavformat
Sun, 28 Dec 2008 23:25:17 +0000 rbultje av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformat
Sun, 28 Dec 2008 23:23:59 +0000 rbultje Fix double free which happens for playback of .rm files after r16365. See libavformat
Sun, 28 Dec 2008 05:58:23 +0000 rbultje Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformat
Sun, 28 Dec 2008 00:21:11 +0000 rbultje Add RMStream object as function argument to public functions so that non-.rm libavformat
Sun, 28 Dec 2008 00:18:38 +0000 rbultje Implement RMStream stream-specific private data object in the RM demuxer. libavformat
Sun, 14 Dec 2008 22:26:28 +0000 rbultje Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformat
Sun, 14 Dec 2008 22:24:58 +0000 rbultje Reindent something that looks weird. libavformat
Sat, 13 Dec 2008 21:40:20 +0000 rbultje Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformat
Sat, 13 Dec 2008 21:37:27 +0000 rbultje Don't access RMContext directly in rdt.c. Rather, use the return value of libavformat
Thu, 11 Dec 2008 18:48:08 +0000 rbultje Fix indenting. libavformat
Mon, 17 Nov 2008 14:20:00 +0000 rbultje Add ByteIOContext argument to public ff_rm_* functions so that we can libavformat
Wed, 29 Oct 2008 00:16:50 +0000 michael Check sub_packet_size against 0 to avoid div by zero later. libavformat
Fri, 26 Sep 2008 12:12:25 +0000 banan add ok parts to the rm demuxer for SIPRO support libavformat
Tue, 23 Sep 2008 06:24:00 +0000 vitor Add support for RVTR fourCC libavformat
Sun, 07 Sep 2008 01:21:24 +0000 rbultje Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformat
Wed, 03 Sep 2008 00:07:34 +0000 rbultje Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformat
Wed, 03 Sep 2008 00:05:55 +0000 rbultje Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformat
Mon, 23 Jun 2008 08:52:44 +0000 diego Remove unused variable, fixes the warning: libavformat
Fri, 20 Jun 2008 17:16:56 +0000 bcoudurier factorize read_header failure freeing code libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Sun, 01 Jun 2008 16:25:05 +0000 takis Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 09 Apr 2008 23:19:05 +0000 michael Fix seeking in rm. libavformat
Thu, 17 Jan 2008 20:48:07 +0000 rtogni Fix forgotten braces from r11039 libavformat
Wed, 16 Jan 2008 22:47:51 +0000 diego Remove some spaces to keep certain people's eyes from hurting. libavformat
Sun, 06 Jan 2008 22:50:09 +0000 diego cosmetics: Add another pair of parentheses to aid readability. libavformat
Fri, 04 Jan 2008 13:00:47 +0000 benoit Make three rm demuxer functions non static. libavformat
Wed, 02 Jan 2008 18:53:38 +0000 diego cosmetics: Reindent. libavformat
Wed, 02 Jan 2008 18:53:12 +0000 diego Merge double-nested if into && condition. libavformat
Tue, 04 Dec 2007 23:43:01 +0000 rtogni Typo libavformat
Sun, 02 Dec 2007 17:41:12 +0000 rtogni Revert r10892, it's wrong and no longer needed to prevent crashes libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Mon, 19 Nov 2007 20:28:11 +0000 rtogni Replace realloc with free+malloc, the previous content of the buffer is libavformat
Mon, 19 Nov 2007 00:02:58 +0000 rtogni Cosmetics libavformat
Mon, 19 Nov 2007 00:02:03 +0000 rtogni No need to update pos, it's not used after that line libavformat
Sun, 18 Nov 2007 22:58:40 +0000 rtogni Cleanup: remove ssize libavformat
Sun, 18 Nov 2007 22:49:41 +0000 rtogni Check for memory allocation failure of temp buffer libavformat
Sun, 18 Nov 2007 22:40:02 +0000 rtogni Optimize memory management to create an av_packet from multiple slices: libavformat
Thu, 15 Nov 2007 21:13:36 +0000 rtogni 1000l: Fix check for max slice number libavformat
Thu, 15 Nov 2007 21:04:06 +0000 rtogni Move dnet-ac3 byte-swapping code close to audio packet read code libavformat
Thu, 08 Nov 2007 15:52:53 +0000 benoit Split ac3 byte swapping into a separate function. libavformat
Thu, 08 Nov 2007 15:14:37 +0000 benoit Isolate caching of audio frames in its own function. libavformat
Thu, 08 Nov 2007 15:09:37 +0000 benoit Change a stream indexer. libavformat
Thu, 08 Nov 2007 15:07:34 +0000 benoit Split out the packet parsing from the main function body in rmdec.c libavformat
Thu, 08 Nov 2007 15:05:40 +0000 benoit Change parse indexer. libavformat
Thu, 08 Nov 2007 09:14:09 +0000 benoit Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformat
Tue, 06 Nov 2007 16:02:33 +0000 benoit Split out the MDPR chunk reading into its own function. libavformat
Sat, 03 Nov 2007 06:43:29 +0000 kostya Seek regression for RM demuxer fix libavformat
Thu, 01 Nov 2007 09:02:29 +0000 kostya Revert get_num() to old behaviour in order to handle libavformat
Sun, 21 Oct 2007 17:17:28 +0000 kostya Demux full frames instead of sliced for RealVideo. libavformat
Mon, 01 Oct 2007 19:48:02 +0000 rtogni dnet audio needs avparser to work with the lavc ac3 decoder. libavformat
Thu, 06 Sep 2007 03:36:38 +0000 kostya Set correct length for last slice in frame subpacket libavformat
Sat, 28 Jul 2007 18:05:11 +0000 diego Merge get_str() and get_str8() functions. libavformat
Sat, 28 Jul 2007 18:02:19 +0000 diego Fix get_str/get_str8() to also work if the target string is not long enough to libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Sun, 08 Jul 2007 13:42:52 +0000 mru avoid uninitialised variable warning and clarify code libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Wed, 30 May 2007 09:50:35 +0000 aurel use FFSWAP() libavformat
Wed, 30 May 2007 09:45:09 +0000 aurel cosmetics: indentation libavformat
Wed, 30 May 2007 09:44:16 +0000 aurel split rm muxer and demuxer in their own files libavformat base rm.c@1ae16fce99a5