log rmdec.c @ 3027:8ba21013bcbf libavformat

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