log h264.c @ 5083:ce36118abbbb libavcodec

age author description
Wed, 30 May 2007 09:32:25 +0000 benoit rename attribute_unused to av_unused and moves its declaration to common.h libavcodec
Tue, 29 May 2007 14:35:29 +0000 benoit allocate PPS and SPS dynamically libavcodec
Wed, 23 May 2007 13:46:11 +0000 takis Export the four remaining H.264 decoder intra prediction functions for reuse in libavcodec
Thu, 17 May 2007 20:18:46 +0000 reimar Move attribute_unused to variable declarations in macros instead of libavcodec
Mon, 14 May 2007 14:07:50 +0000 reimar Change some leftover __attribute__((unused)) and __attribute__((used)) to libavcodec
Fri, 11 May 2007 07:21:14 +0000 diego Remove duplicate #includes, avcodec.h #includes common.h. libavcodec
Thu, 10 May 2007 22:26:44 +0000 aurel split h264.c to move parser in its own file libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sat, 05 May 2007 12:18:14 +0000 diego Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings. libavcodec
Wed, 02 May 2007 23:11:23 +0000 diego Remove unused variable. libavcodec
Sun, 29 Apr 2007 23:18:39 +0000 gpoirier prevent going out of the buffer if the nal size does not fit in the buffer. libavcodec
Fri, 27 Apr 2007 09:32:31 +0000 diego Mark code parts that cannot work on AMD64 due to broken relocations as such. libavcodec
Thu, 26 Apr 2007 00:32:31 +0000 diego 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. libavcodec
Wed, 11 Apr 2007 14:04:47 +0000 benoit add a check before find_frame_end call libavcodec
Mon, 09 Apr 2007 14:10:07 +0000 diego When dst_length == 0 bit_length has to be 0, too, but the current code still libavcodec
Mon, 09 Apr 2007 13:39:35 +0000 diego Remove a NAL unit's trailing zero bytes even when dst_length is 1. libavcodec
Mon, 09 Apr 2007 12:55:07 +0000 diego scenario: A properly coded frame is followed by an end of sequence NAL unit, libavcodec
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavcodec
Wed, 04 Apr 2007 11:51:08 +0000 gpoirier changes some function declarations from () to (void) as per ansi c. libavcodec
Thu, 29 Mar 2007 14:20:30 +0000 takis Fix compilation when using the --disable-opts parameter. This to help those libavcodec
Wed, 14 Mar 2007 11:13:17 +0000 bcoudurier reindent after last commit libavcodec
Wed, 14 Mar 2007 11:12:02 +0000 bcoudurier h264 complete frames parsing support libavcodec
Sat, 03 Mar 2007 21:33:33 +0000 michael check for no frame and prevent segfault libavcodec
Fri, 02 Mar 2007 23:35:26 +0000 michael support feeding individual NAL units to the decoder instead of just complete frames libavcodec
Tue, 27 Feb 2007 09:39:04 +0000 mbardiaux Supply context to tprintf libavcodec
Sun, 25 Feb 2007 10:27:12 +0000 reimar Add av_ prefix to clip functions libavcodec
Sun, 25 Feb 2007 02:38:08 +0000 michael rewrite find_frame_end() libavcodec
Sat, 24 Feb 2007 00:58:28 +0000 michael h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) libavcodec
Wed, 21 Feb 2007 21:16:07 +0000 michael output delayed frames libavcodec
Wed, 21 Feb 2007 10:15:08 +0000 diego cosmetics: Fix a common typo, sepErate --> sepArate. libavcodec