log h264.c @ 7350:5c45da72279e libavcodec

age author description
Wed, 23 Jul 2008 02:12:54 +0000 michael Support gaps in the frame num. libavcodec
Tue, 22 Jul 2008 19:30:45 +0000 michael Reset frame_num for MMCO 5. libavcodec
Tue, 22 Jul 2008 17:44:36 +0000 michael 3rd try to get the loop filter ref/mv check working correctly. libavcodec
Tue, 22 Jul 2008 13:01:10 +0000 michael qscale has a range of 0..51 we thus do not need a 256 entry table and neither need libavcodec
Tue, 22 Jul 2008 12:31:48 +0000 michael Setting chroma_qp to 0 for PCM blocks is really an interesting minor libavcodec
Tue, 22 Jul 2008 11:56:56 +0000 michael Deobfusate chroma_qp_table[1] init code. libavcodec
Mon, 21 Jul 2008 22:46:47 +0000 cehoyos Revert r13542: Spatial direct mode probably also works with PAFF. libavcodec
Mon, 21 Jul 2008 22:19:06 +0000 michael Loop filtering with multiple slice types fix. libavcodec
Mon, 21 Jul 2008 19:11:41 +0000 michael Use slice_type_nos instead of slice_type where it makes no difference. libavcodec
Mon, 21 Jul 2008 18:44:57 +0000 michael SI/SP slice support. (not bitexact) libavcodec
Mon, 21 Jul 2008 18:26:11 +0000 michael Remove superfluous (). libavcodec
Mon, 21 Jul 2008 18:24:45 +0000 michael Simplify slice type checks. libavcodec
Mon, 21 Jul 2008 18:06:23 +0000 michael More correct ref comparison in the loop filter. libavcodec
Mon, 21 Jul 2008 01:41:56 +0000 michael Simplify spatial direct ref selection with FFMIN3() libavcodec
Sun, 20 Jul 2008 18:06:41 +0000 michael Fix used references indexes in the loop filter. libavcodec
Sat, 19 Jul 2008 21:53:54 +0000 michael Fix h264_loop_filter_strength_mmx2() so it works with PAFF. libavcodec
Sat, 19 Jul 2008 16:16:00 +0000 michael Take the brain amputated spec literally if the user asks for it (-strict 1). libavcodec
Sat, 19 Jul 2008 15:37:52 +0000 michael Make the automatic has_b_frames increasing code increase it up to the libavcodec
Sat, 19 Jul 2008 12:21:09 +0000 michael Try to fix my latest 100l fate SVQ3 breakage. libavcodec
Sat, 19 Jul 2008 11:57:29 +0000 michael Remove apparently unneeded out!=NULL check. libavcodec
Sat, 19 Jul 2008 11:11:48 +0000 michael Simplify picture output code. libavcodec
Sat, 19 Jul 2008 10:47:25 +0000 michael Remove useless #if 0 code. libavcodec
Sat, 19 Jul 2008 03:33:42 +0000 michael Do not forget marking disposed delayed pics as unused. libavcodec
Sat, 19 Jul 2008 03:17:44 +0000 michael indent libavcodec
Sat, 19 Jul 2008 03:13:11 +0000 michael simplify libavcodec
Sat, 19 Jul 2008 02:53:57 +0000 michael Remove delayed_output_pic, I do not understand what this variable was good for. libavcodec
Sat, 19 Jul 2008 02:44:17 +0000 michael Drop out of order pics even if bitstream_restriction_flag is set. libavcodec
Fri, 18 Jul 2008 20:59:17 +0000 michael Make frames non reference by default, so they are disposed of automatically libavcodec
Wed, 16 Jul 2008 17:51:24 +0000 michael indent libavcodec
Wed, 16 Jul 2008 17:48:47 +0000 michael SVQ3 uses the JPEG variant of YUV 4:2:0. libavcodec
Tue, 15 Jul 2008 21:30:04 +0000 astrange Move the size of the H264Context delayed_pic array into a #define. libavcodec
Mon, 14 Jul 2008 19:17:13 +0000 mru H264: fix index range assert() in remove_short_at_index() libavcodec
Fri, 11 Jul 2008 02:07:57 +0000 astrange H264: Fix decoding with CABAC/delta_qp/PCM macroblocks. libavcodec
Wed, 09 Jul 2008 06:03:59 +0000 michael fix IPCM_decode_error.h264 libavcodec
Wed, 02 Jul 2008 22:28:47 +0000 astrange Cosmetics: split a long line. libavcodec
Wed, 02 Jul 2008 22:25:17 +0000 astrange Use get_cabac_bypass_sign instead of an if/else. libavcodec
Wed, 02 Jul 2008 22:20:06 +0000 astrange Reorder the if/else for residual cats to match gcc's branch prediction. libavcodec
Wed, 02 Jul 2008 22:15:05 +0000 astrange Simplify loop condition for readability. libavcodec
Wed, 02 Jul 2008 22:12:01 +0000 astrange Reindent. libavcodec
Wed, 02 Jul 2008 22:08:12 +0000 astrange Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. libavcodec
Wed, 02 Jul 2008 22:03:53 +0000 astrange Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. libavcodec
Wed, 02 Jul 2008 21:46:18 +0000 astrange Don't test for H264 encoding unless an encoder exists. libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Thu, 29 May 2008 23:16:12 +0000 cehoyos Warn about unimplemented H264 feature. libavcodec
Thu, 29 May 2008 20:09:45 +0000 skal in TRUNCATED mode, use residual fragments in ParseContext libavcodec
Wed, 28 May 2008 09:20:59 +0000 diego cosmetics: spelling typo fixes libavcodec
Mon, 26 May 2008 23:14:25 +0000 diego consistency cosmetics: indices --> indexes libavcodec
Mon, 26 May 2008 01:06:15 +0000 michael print direct_spatial_mv_pred libavcodec
Sun, 11 May 2008 19:22:28 +0000 astrange Remove newly unused variables. libavcodec
Sun, 11 May 2008 19:18:39 +0000 astrange Use h->mb_xy directly in decode_cabac_residual(). libavcodec
Sun, 11 May 2008 19:16:21 +0000 astrange Store mb_xy in H264Context and only calculate it once per MB. libavcodec
Thu, 08 May 2008 14:01:44 +0000 cehoyos One const per declaration is enough. libavcodec
Sun, 04 May 2008 22:39:12 +0000 astrange Use a state machine to reduce branching logic in decode_cabac_residual. libavcodec
Tue, 29 Apr 2008 07:24:44 +0000 diego Add some long names to AVCodec declarations. libavcodec
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavcodec
Wed, 16 Apr 2008 04:40:21 +0000 heydowns Redo r12838, this time using svn copy to create h264_i386.h from cabac.h. libavcodec
Wed, 16 Apr 2008 04:26:52 +0000 heydowns Revert 12838 to redo it the right way (use svn copy to create new libavcodec
Tue, 15 Apr 2008 13:51:41 +0000 heydowns Move decode_significance_x86() and decode_significance_8x8_x86() to libavcodec
Fri, 11 Apr 2008 12:55:21 +0000 michael Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv libavcodec
Sat, 22 Mar 2008 01:06:57 +0000 diego typo: occured --> occurred libavcodec