Tue, 26 Jan 2010 13:38:18 +0000 |
michael |
Set top & left types for deblock in fill_caches().
libavcodec
|
Tue, 26 Jan 2010 13:28:55 +0000 |
michael |
cosmetic
libavcodec
|
Tue, 26 Jan 2010 13:27:22 +0000 |
michael |
Fix qp_thres loop filter check for MBAFF.
libavcodec
|
Tue, 26 Jan 2010 10:35:36 +0000 |
michael |
Optimize mb neighbor initialization for MBAFF in fill_caches().
libavcodec
|
Mon, 25 Jan 2010 00:30:44 +0000 |
astrange |
H.264: Use 64-/128-bit write-combining macros for copies
libavcodec
|
Sun, 24 Jan 2010 16:37:12 +0000 |
fenrir |
Added a missing const to ff_h264_get_slice_type().
libavcodec
|
Sun, 24 Jan 2010 13:43:26 +0000 |
michael |
Prefer cbp over cbp_table.
libavcodec
|
Sat, 23 Jan 2010 22:11:46 +0000 |
michael |
Remove unneeded reset of non_zero_count_cache for deblock.
libavcodec
|
Sat, 23 Jan 2010 21:57:36 +0000 |
michael |
Remove useless things from the deblock side of fill_caches().
libavcodec
|
Sat, 23 Jan 2010 21:45:12 +0000 |
michael |
make mv_cache init 64bit where possible.
libavcodec
|
Fri, 22 Jan 2010 03:25:11 +0000 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
libavcodec
|
Tue, 19 Jan 2010 03:14:45 +0000 |
michael |
Dont waste time initializing stuff for deblocking intra mbs, none of
libavcodec
|
Mon, 18 Jan 2010 23:34:37 +0000 |
michael |
Fix accumulated indention errors.
libavcodec
|
Mon, 18 Jan 2010 23:31:14 +0000 |
michael |
Optimize top non_zero_count_cache init.
libavcodec
|
Mon, 18 Jan 2010 23:30:21 +0000 |
michael |
Dont init chroma elements of non_zero_count_cache for deblock.
libavcodec
|
Mon, 18 Jan 2010 23:27:53 +0000 |
michael |
Remove unneeded for_deblock check, this code was alraedy under for_deblock.
libavcodec
|
Mon, 18 Jan 2010 16:11:13 +0000 |
michael |
Set h->cbp for ff_h264_filter_mb_fast().
libavcodec
|
Mon, 18 Jan 2010 13:09:53 +0000 |
michael |
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches
libavcodec
|
Mon, 18 Jan 2010 05:15:31 +0000 |
michael |
Perform reference remapping at fill_cache() time instead of in the
libavcodec
|
Mon, 18 Jan 2010 00:34:28 +0000 |
michael |
Make qp check for loop filter skiping also work with MBAFF.
libavcodec
|
Mon, 18 Jan 2010 00:21:58 +0000 |
michael |
Comment about a cornercase we ignore currently
libavcodec
|
Mon, 18 Jan 2010 00:20:44 +0000 |
michael |
Move the qp check to skip the loop filter up.
libavcodec
|
Sun, 17 Jan 2010 23:44:23 +0000 |
michael |
Reorganize how values are stored in h->non_zero_count.
libavcodec
|
Sun, 17 Jan 2010 22:05:36 +0000 |
michael |
Disable a few things in fill_filter_caches() that arent needed.
libavcodec
|
Sun, 17 Jan 2010 21:43:08 +0000 |
michael |
Split fill_caches() between filter and decoder.
libavcodec
|
Sun, 17 Jan 2010 20:35:55 +0000 |
michael |
Rearchitecturing the stiched up goose part 1
libavcodec
|
Sat, 16 Jan 2010 11:55:35 +0000 |
michael |
Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.
libavcodec
|
Sat, 16 Jan 2010 05:41:33 +0000 |
michael |
Replace cabac checks in inline functions from h264.h with constants.
libavcodec
|
Fri, 15 Jan 2010 03:42:56 +0000 |
michael |
Add forgotten include of h264_mvpred.h to h264.h.
libavcodec
|
Wed, 13 Jan 2010 02:35:36 +0000 |
michael |
Split cabac decoding code out of h264.c.
libavcodec
|
Wed, 13 Jan 2010 01:59:19 +0000 |
michael |
Split cavlc out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 21:36:26 +0000 |
michael |
Split motion vector prediction off h264.c/h.
libavcodec
|
Tue, 12 Jan 2010 21:17:26 +0000 |
michael |
Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just
libavcodec
|
Tue, 12 Jan 2010 20:59:00 +0000 |
michael |
Split all the reference picture handling off h264.c.
libavcodec
|
Tue, 12 Jan 2010 19:33:45 +0000 |
michael |
Split (picture|seq) parameter set decoding out of h264.c.
libavcodec
|
Tue, 12 Jan 2010 18:54:40 +0000 |
michael |
Split SEI code off h264.c.
libavcodec
|
Tue, 12 Jan 2010 14:32:58 +0000 |
michael |
Split direct mode (macro)block decoding off h264.c.
libavcodec
|
Tue, 12 Jan 2010 06:01:55 +0000 |
michael |
Split h264 loop filter off h264.c.
libavcodec
|
Tue, 12 Jan 2010 05:30:31 +0000 |
michael |
Get rid of #include "svq3.c"
libavcodec
|
Mon, 11 Jan 2010 00:31:39 +0000 |
conrad |
Export fullrange flag and color information for h.264
libavcodec
|
Sat, 09 Jan 2010 16:20:41 +0000 |
ramiro |
Export get_slice_type() as ff_h264_get_slice_type().
libavcodec
|
Tue, 09 Jun 2009 21:16:40 +0000 |
cehoyos |
Add field prev_interlaced_frame to H264Context to be able to flag soft telecine
libavcodec
|
Fri, 10 Apr 2009 11:31:55 +0000 |
reimar |
Add forgotten void return type to ff_h264_free_context
libavcodec
|
Fri, 10 Apr 2009 07:01:55 +0000 |
reimar |
Add a ff_h264_free_context function and call it from the H.264 parser.
libavcodec
|
Wed, 04 Mar 2009 19:37:19 +0000 |
schreter |
Add support for ct_type to correctly detect interlaced flag
libavcodec
|
Sat, 28 Feb 2009 08:38:33 +0000 |
stefang |
sub_mb_type[] needs to be 8-byte aligned because it is referenced
libavcodec
|
Sat, 21 Feb 2009 19:54:14 +0000 |
cehoyos |
Make the following H264 functions available to the parser:
libavcodec
|
Wed, 18 Feb 2009 23:33:30 +0000 |
cehoyos |
Parse buffering period (H.264, D.1.1).
libavcodec
|
Wed, 18 Feb 2009 23:25:59 +0000 |
cehoyos |
Store CPB count in the context.
libavcodec
|
Wed, 18 Feb 2009 00:38:10 +0000 |
cehoyos |
Parse cbp_removal_delay in SEI picture structure.
libavcodec
|
Wed, 18 Feb 2009 00:36:07 +0000 |
cehoyos |
Parse dpb_output_delay in SEI picture structure.
libavcodec
|
Wed, 18 Feb 2009 00:33:33 +0000 |
cehoyos |
Parse initial_cpb_removal_delay_length.
libavcodec
|
Mon, 09 Feb 2009 23:04:16 +0000 |
cehoyos |
Add SEI recovery point frame counter to H264Context and use it when
libavcodec
|
Sun, 08 Feb 2009 20:28:12 +0000 |
superdump |
Replace hard-coded SEI type constants with symbolic names
libavcodec
|
Wed, 04 Feb 2009 20:41:09 +0000 |
diego |
Remove unused CONFIG_H264_ENCODER #define.
libavcodec
|
Tue, 03 Feb 2009 20:49:02 +0000 |
cehoyos |
Add fields to H264Context and SPS for upcoming VA API support.
libavcodec
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavcodec
|
Wed, 14 Jan 2009 17:19:17 +0000 |
aurel |
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
libavcodec
|
Sat, 20 Dec 2008 23:11:30 +0000 |
michael |
Optimize get_dct8x8_allowed().
libavcodec
|
Tue, 16 Dec 2008 20:26:22 +0000 |
michael |
Do not recalculate constant part of is_complex for every MB.
libavcodec
|