log rmdec.c @ 4119:a2cc7cc40810 libavformat

age author description
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