log h264.c @ 2979:bfabfdf9ce55 libavcodec

age author description
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sun, 18 Dec 2005 13:29:09 +0000 henry new qscale type to distinguish H264 libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavcodec
Sun, 11 Dec 2005 02:16:21 +0000 lorenm recognize some more nal types libavcodec
Thu, 10 Nov 2005 04:40:49 +0000 lorenm fix a crash on seeking to an invalid frame libavcodec
Wed, 09 Nov 2005 11:29:29 +0000 michael check MPV_frame_start() return value libavcodec
Thu, 03 Nov 2005 23:26:51 +0000 lorenm tidier cabac_intra4x4_pred_mode libavcodec
Fri, 28 Oct 2005 18:18:04 +0000 mru no mixing of code and declarations libavcodec
Fri, 28 Oct 2005 06:37:32 +0000 lorenm 25% faster deblocking, 4-6% overall. libavcodec
Thu, 27 Oct 2005 21:03:36 +0000 lorenm fix a crash on dropped frames libavcodec
Wed, 26 Oct 2005 03:58:06 +0000 lorenm 10l: cqm weren't initialized in svq3. libavcodec
Tue, 25 Oct 2005 01:17:20 +0000 lorenm decode custom quant matrices. libavcodec
Tue, 27 Sep 2005 05:12:13 +0000 lorenm 6% faster decode_cabac_residual libavcodec
Tue, 27 Sep 2005 04:46:45 +0000 lorenm 13% faster decode_residual (cavlc). libavcodec
Wed, 21 Sep 2005 08:14:17 +0000 michael Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer. libavcodec
Sat, 17 Sep 2005 08:15:07 +0000 reimar check return value of decode_cabac_mb_dqp, it is INT_MIN on error. libavcodec
Sat, 10 Sep 2005 01:13:10 +0000 michael dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4 libavcodec
Mon, 05 Sep 2005 17:07:52 +0000 lorenm fix emulated edge motion compensation when resolution%16!=0 libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Thu, 25 Aug 2005 00:01:57 +0000 michael prevent assert failures and infinite loops with broken streams libavcodec
Sun, 14 Aug 2005 15:42:40 +0000 mru kill a bunch of compiler warnings libavcodec
Mon, 01 Aug 2005 14:47:07 +0000 michael workaround 'colocated mv if colocated block is L1 predicted' bug in x264 libavcodec
Wed, 27 Jul 2005 00:15:55 +0000 michael fixing colocated mv if colocated block is L1 predicted for the temporal direct case libavcodec
Tue, 26 Jul 2005 23:40:55 +0000 michael fixing colocated mv if colocated block is L1 predicted libavcodec
Fri, 22 Jul 2005 09:01:47 +0000 reimar Add missing +1 in bounds check. libavcodec
Thu, 14 Jul 2005 21:57:22 +0000 michael more fine grained skip_frame libavcodec
Thu, 14 Jul 2005 21:39:36 +0000 michael skip_idct libavcodec
Sat, 02 Jul 2005 19:39:58 +0000 alex parenthesing to avoid compiler errors in the future - compared asm outputs, behaviour didnt changed libavcodec
Tue, 28 Jun 2005 08:13:23 +0000 michael support extracting sps/pps from bitstream and putting it in extradata libavcodec
Tue, 28 Jun 2005 06:45:41 +0000 michael fixing first_mb_in_slice if frame_mbs_only_flag==0 && mb_aff==0 libavcodec
Mon, 27 Jun 2005 23:13:10 +0000 michael check mb_y libavcodec
Mon, 27 Jun 2005 09:37:16 +0000 michael keep decoding nal units after an error libavcodec
Sun, 19 Jun 2005 23:33:09 +0000 michael make decoder a little bit more tolerant to missing NAL units libavcodec
Fri, 17 Jun 2005 08:24:35 +0000 lorenm H.264 lossless mode libavcodec
Thu, 09 Jun 2005 20:01:02 +0000 michael non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net) libavcodec
Sun, 05 Jun 2005 15:51:20 +0000 michael 10l (dont read variables before they have been set) libavcodec
Sat, 04 Jun 2005 15:49:54 +0000 mru remove mixed code/declarations libavcodec
Thu, 02 Jun 2005 21:15:20 +0000 lorenm decode H.264 with 8x8 transform. libavcodec
Wed, 01 Jun 2005 12:03:25 +0000 mru fix segfault if flush is called before the first frame libavcodec
Wed, 01 Jun 2005 08:43:40 +0000 michael avoid one transpose (730->680 dezicycles on duron) libavcodec
Thu, 19 May 2005 19:11:40 +0000 lorenm memory leak libavcodec
Thu, 19 May 2005 04:48:06 +0000 lorenm fix crash on negative POC libavcodec
Wed, 18 May 2005 09:17:22 +0000 lorenm H.264 deblocking optimizations (mmx for chroma_bS4 case, convert existing cases to 8-bit math) libavcodec
Sun, 15 May 2005 01:40:34 +0000 michael another try at decode_ref_pic_list_reordering() libavcodec
Sat, 14 May 2005 00:04:11 +0000 michael fill missing reference pictures with something to avoid assertion failure libavcodec
Fri, 13 May 2005 12:00:12 +0000 michael alignment fix by (G«¡bor Kov«¡cs >picard demoscene hu) libavcodec
Fri, 13 May 2005 08:17:25 +0000 michael 10l (mb_type uninitalized and then changed and overwritten) libavcodec
Thu, 12 May 2005 23:34:23 +0000 michael typo found by Chengji Zhao libavcodec
Thu, 12 May 2005 08:44:17 +0000 michael some asserts() libavcodec
Sat, 07 May 2005 11:07:47 +0000 michael reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and MR1_MW_A.264) libavcodec
Fri, 06 May 2005 17:04:03 +0000 michael fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again (there where last correctly decoded with h264.c rev 1.96) libavcodec
Fri, 06 May 2005 14:36:15 +0000 michael set time_base for variable fps too libavcodec
Thu, 05 May 2005 14:17:28 +0000 michael More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>) libavcodec
Tue, 03 May 2005 21:49:18 +0000 lorenm fix storage of motion vectors for frames with more than 4096 macroblocks. libavcodec
Tue, 03 May 2005 06:53:59 +0000 lorenm clear the DPB after seeking. libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavcodec
Mon, 25 Apr 2005 01:01:41 +0000 lorenm MMX for H.264 deblocking filter libavcodec
Sun, 24 Apr 2005 21:06:22 +0000 lorenm fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different) libavcodec
Sun, 24 Apr 2005 17:21:11 +0000 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
Thu, 21 Apr 2005 20:38:42 +0000 lorenm deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodec
Tue, 05 Apr 2005 18:29:26 +0000 michael CABAC support for MBAFF I frames patch by (Lo«Ác Le Loarer < lll+ffmpeg m4x org) libavcodec
Tue, 05 Apr 2005 01:35:22 +0000 michael CABAC support for MBAFF I frames patch by (Lo«Ác Le Loarer | lll+ffmpeg m4x org) libavcodec
Sun, 27 Mar 2005 10:58:21 +0000 lorenm display deblocking strength in FF_DEBUG_PICT_INFO libavcodec
Sun, 27 Mar 2005 10:54:16 +0000 lorenm allow 16 refs with B-frames libavcodec
Sun, 27 Mar 2005 00:44:11 +0000 michael This is the second patch for MBAFF support, this adds the deblocking libavcodec
Sun, 27 Mar 2005 00:27:37 +0000 michael The cvs version 1.103 of h264.c brokes 13 conformance streams, this libavcodec
Sat, 12 Mar 2005 03:10:44 +0000 lorenm 10l (compile fix) libavcodec
Fri, 11 Mar 2005 02:14:44 +0000 lorenm Set keyframe flag only on IDR-frames (needed for reordering across I-frames). libavcodec
Mon, 07 Mar 2005 09:05:33 +0000 lorenm remove an assert that was breaking compilation on some gccs. libavcodec
Sun, 06 Mar 2005 23:02:25 +0000 michael MBAFF I slice no deblocking patch by (Loic >>lll+ffmpeg m4x org<<) libavcodec
Sun, 06 Mar 2005 19:59:37 +0000 michael spam libavcodec
Sun, 06 Mar 2005 19:40:12 +0000 michael improved detection of "AVC1" style H.264 patch by (M«©ns Rullg«©rd <mru inprovide com>) libavcodec
Sat, 05 Mar 2005 00:14:21 +0000 lorenm 10l (fix reordering when B-frames are not present) libavcodec
Fri, 04 Mar 2005 12:47:38 +0000 lorenm H.264: decode arbitrary frame orders and allow B-frames as references. libavcodec
Thu, 03 Mar 2005 12:12:44 +0000 lorenm oops, other half of the vismv patch libavcodec
Thu, 03 Mar 2005 07:21:23 +0000 lorenm vismv didn't display 8x8 mvs in H.264 libavcodec
Fri, 25 Feb 2005 07:40:29 +0000 lorenm In-loop deblocking for B-frames. libavcodec
Thu, 24 Feb 2005 09:27:46 +0000 lorenm 10l in implicit_weight_table libavcodec
Wed, 16 Feb 2005 23:18:06 +0000 michael remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>) libavcodec
Mon, 07 Feb 2005 00:10:28 +0000 michael INTRA PCM macroblocks support patch by (Loic )lll+ffmpeg m4x org) libavcodec
Fri, 04 Feb 2005 02:47:45 +0000 michael H.264 multiple slice support in CABAC patch by (Loic (lll+ffmpeg m4x org) libavcodec
Tue, 01 Feb 2005 11:26:11 +0000 michael H.264 multiplce instance in reference list patch by (Loic <lll+ffmpeg m4x org ) libavcodec
Tue, 01 Feb 2005 11:12:53 +0000 michael correct long term picture management patch by (Loic <lll+ffmpeg m4x org>) libavcodec
Sun, 30 Jan 2005 02:16:50 +0000 michael fixing missaligned memory accesses in fill_rectangle() libavcodec
Sun, 23 Jan 2005 19:11:02 +0000 michael simplify libavcodec
Sun, 23 Jan 2005 18:09:06 +0000 michael avoid buf_size == 0 checks in every decoder libavcodec
Sun, 23 Jan 2005 14:03:13 +0000 michael simplify deblock libavcodec
Sun, 23 Jan 2005 03:49:36 +0000 michael simplify libavcodec
Wed, 19 Jan 2005 17:35:51 +0000 michael H.264 b ref pic list order and long term pictures patch by (Loic Le Loarer <loic.le-loarer polytechnique org>) libavcodec
Wed, 19 Jan 2005 13:24:43 +0000 michael div by zero aspect fix libavcodec
Wed, 12 Jan 2005 00:16:25 +0000 michael various security fixes and precautionary checks libavcodec
Sun, 09 Jan 2005 00:48:37 +0000 lorenm 10l (obmc_scratchpad not always initialize) libavcodec
Sat, 08 Jan 2005 08:56:18 +0000 lorenm 10l: scratchpad could be allocated before its size was known. libavcodec
Fri, 07 Jan 2005 05:56:07 +0000 lorenm H.264 weighted prediction. libavcodec
Tue, 04 Jan 2005 10:26:47 +0000 lorenm reduce stutter if we learn too late that the stream contains B-frames. libavcodec
Tue, 04 Jan 2005 01:12:48 +0000 lorenm Sort B-frames into display order. libavcodec
Fri, 31 Dec 2004 14:02:35 +0000 michael 10l libavcodec
Fri, 31 Dec 2004 00:07:17 +0000 michael - correct several errors on the deblocking accross slice boundaries. libavcodec
Thu, 30 Dec 2004 18:05:54 +0000 rtognimp Fix avc1 if there is nore than one nal per mov frame libavcodec
Wed, 29 Dec 2004 04:17:52 +0000 lorenm implement B_DIRECT and B_SKIP macroblock types. libavcodec
Mon, 20 Dec 2004 03:03:37 +0000 lorenm vismv for h264 displayed incorrect motion vectors. libavcodec
Sat, 18 Dec 2004 03:49:07 +0000 michael add multi slice support libavcodec
Thu, 09 Dec 2004 22:04:15 +0000 michael uppercase codec_tag=AVC1 support libavcodec
Thu, 09 Dec 2004 01:01:11 +0000 michael out of buffer access fix libavcodec
Sat, 27 Nov 2004 18:10:06 +0000 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
Wed, 24 Nov 2004 22:50:49 +0000 michael Fixed typo which caused incorrect motion prediction in B-frames. patch by (Loren Merritt <lorenm ta u tod washington tod edu>) libavcodec
Sun, 31 Oct 2004 00:42:43 +0000 michael segfault fix libavcodec
Sun, 24 Oct 2004 02:59:36 +0000 michael optimzation libavcodec
Sun, 24 Oct 2004 02:08:45 +0000 michael optimization libavcodec
Sat, 23 Oct 2004 21:13:31 +0000 michael fix CABAC+LOOP missmatch libavcodec
Sat, 23 Oct 2004 19:12:21 +0000 michael cbp_table cleanup libavcodec
Sat, 23 Oct 2004 15:59:01 +0000 michael cleanup of decode_cabac_residual() libavcodec
Sat, 23 Oct 2004 12:07:57 +0000 michael decode intra cabac mb_type cleanup libavcodec
Fri, 22 Oct 2004 19:55:57 +0000 michael small typo patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
Fri, 22 Oct 2004 18:30:50 +0000 michael H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
Sun, 03 Oct 2004 22:01:21 +0000 michael h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
Mon, 27 Sep 2004 19:47:17 +0000 michael move h264 idct to its own file and call via function pointer in DspContext libavcodec
Sat, 25 Sep 2004 10:06:31 +0000 michael assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
Sat, 25 Sep 2004 09:59:36 +0000 michael H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec