projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix svq3_* function declarations.
[libav.git]
/
libavcodec
/
h264.h
2010-01-27
Rafaël Carré
Fix svq3_* function declarations.
blob
|
commitdiff
2010-01-27
Michael Niedermayer
Simplify left_xy init
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Split fill_caches() between loopfilter & decode, the...
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
use left_xy[1] in mbaff QP loop filter check, this...
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Optimize mv/ref cache init for left MB.
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Simplify left_xy content for the loop filter, this...
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Set top & left types for deblock in fill_caches().
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
cosmetic
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Fix qp_thres loop filter check for MBAFF.
blob
|
commitdiff
|
diff to current
2010-01-26
Michael Niedermayer
Optimize mb neighbor initialization for MBAFF in fill_c...
blob
|
commitdiff
|
diff to current
2010-01-25
Alexander Strange
H.264: Use 64-/128-bit write-combining macros for copies
blob
|
commitdiff
|
diff to current
2010-01-24
Laurent Aimar
Added a missing const to ff_h264_get_slice_type().
blob
|
commitdiff
|
diff to current
2010-01-24
Michael Niedermayer
Prefer cbp over cbp_table.
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Remove unneeded reset of non_zero_count_cache for deblock.
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
Remove useless things from the deblock side of fill_cac...
blob
|
commitdiff
|
diff to current
2010-01-23
Michael Niedermayer
make mv_cache init 64bit where possible.
blob
|
commitdiff
|
diff to current
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
blob
|
commitdiff
|
diff to current
2010-01-19
Michael Niedermayer
Dont waste time initializing stuff for deblocking intra...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Fix accumulated indention errors.
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Optimize top non_zero_count_cache init.
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Dont init chroma elements of non_zero_count_cache for...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Remove unneeded for_deblock check, this code was alraed...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Set h->cbp for ff_h264_filter_mb_fast().
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Move CAVLC 8x8 DCT special case from ff_h264_filter_mb...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Perform reference remapping at fill_cache() time instea...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Make qp check for loop filter skiping also work with...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Comment about a cornercase we ignore currently
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Move the qp check to skip the loop filter up.
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Reorganize how values are stored in h->non_zero_count.
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Disable a few things in fill_filter_caches() that arent...
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Split fill_caches() between filter and decoder.
blob
|
commitdiff
|
diff to current
2010-01-17
Michael Niedermayer
Rearchitecturing the stiched up goose part 1
blob
|
commitdiff
|
diff to current
2010-01-16
Michael Niedermayer
Avoid wasting 4 cpu cycles per MB in redundantly calcul...
blob
|
commitdiff
|
diff to current
2010-01-16
Michael Niedermayer
Replace cabac checks in inline functions from h264...
blob
|
commitdiff
|
diff to current
2010-01-15
Michael Niedermayer
Add forgotten include of h264_mvpred.h to h264.h.
blob
|
commitdiff
|
diff to current
2010-01-13
Michael Niedermayer
Split cabac decoding code out of h264.c.
blob
|
commitdiff
|
diff to current
2010-01-13
Michael Niedermayer
Split cavlc out of h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split motion vector prediction off h264.c/h.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Move check_intra4x4_pred_mode() back from h264.h to...
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split all the reference picture handling off h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split (picture|seq) parameter set decoding out of h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split SEI code off h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split direct mode (macro)block decoding off h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split h264 loop filter off h264.c.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Get rid of #include "svq3.c"
blob
|
commitdiff
|
diff to current
2010-01-11
David Conrad
Export fullrange flag and color information for h.264
blob
|
commitdiff
|
diff to current
2010-01-09
Laurent Aimar
Export get_slice_type() as ff_h264_get_slice_type().
blob
|
commitdiff
|
diff to current
2009-06-09
Haruhiko Yamagata
Add field prev_interlaced_frame to H264Context to be...
blob
|
commitdiff
|
diff to current
2009-04-10
Reimar Döffinger
Add forgotten void return type to ff_h264_free_context
blob
|
commitdiff
|
diff to current
2009-04-10
Reimar Döffinger
Add a ff_h264_free_context function and call it from...
blob
|
commitdiff
|
diff to current
2009-03-04
Ivan Schreter
Add support for ct_type to correctly detect interlaced...
blob
|
commitdiff
|
diff to current
2009-02-28
David S. Miller
sub_mb_type[] needs to be 8-byte aligned because it...
blob
|
commitdiff
|
diff to current
2009-02-21
Ivan Schreter
Make the following H264 functions available to the...
blob
|
commitdiff
|
diff to current
2009-02-18
Ivan Schreter
Parse buffering period (H.264, D.1.1).
blob
|
commitdiff
|
diff to current
2009-02-18
Ivan Schreter
Store CPB count in the context.
blob
|
commitdiff
|
diff to current
2009-02-18
Ivan Schreter
Parse cbp_removal_delay in SEI picture structure.
blob
|
commitdiff
|
diff to current
2009-02-18
Ivan Schreter
Parse dpb_output_delay in SEI picture structure.
blob
|
commitdiff
|
diff to current
2009-02-18
Ivan Schreter
Parse initial_cpb_removal_delay_length.
blob
|
commitdiff
|
diff to current
2009-02-09
Ivan Schreter
Add SEI recovery point frame counter to H264Context...
blob
|
commitdiff
|
diff to current
2009-02-08
Ivan Schreter
Replace hard-coded SEI type constants with symbolic...
blob
|
commitdiff
|
diff to current
2009-02-04
Diego Biurrun
Remove unused CONFIG_H264_ENCODER #define.
blob
|
commitdiff
|
diff to current
2009-02-03
Gwenole Beauchesne
Add fields to H264Context and SPS for upcoming VA API...
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-14
Aurelien Jacobs
replace all occurrence of ENABLE_ by the corresponding...
blob
|
commitdiff
|
diff to current
2008-12-20
Michael Niedermayer
Optimize get_dct8x8_allowed().
blob
|
commitdiff
|
diff to current
2008-12-16
Michael Niedermayer
Do not recalculate constant part of is_complex for...
blob
|
commitdiff
|
diff to current
2008-11-24
Diego Biurrun
Move #defines that are mostly used in h264.c out of...
blob
|
commitdiff
|
diff to current
2008-11-04
Andreas Öman
h264: Implement decoding of picture timing SEI message.
blob
|
commitdiff
|
diff to current
2008-10-28
Michael Niedermayer
Replace literally hardcoded max slice number by named...
blob
|
commitdiff
|
diff to current
2008-10-14
Michael Niedermayer
Add variable to hold the svq3 watermarking key,
blob
|
commitdiff
|
diff to current
2008-10-04
Michael Niedermayer
Fix indention of NAL type enum.
blob
|
commitdiff
|
diff to current
2008-10-03
Michael Niedermayer
Move nal unit types enum and EXTENDED_SAR #define from...
blob
|
commitdiff
|
diff to current
2008-09-22
Michael Niedermayer
Another try to fix temporal direct mode references.
blob
|
commitdiff
|
diff to current
2008-09-21
Michael Niedermayer
Make MBAFF temporal direct mode closer to the spec.
blob
|
commitdiff
|
diff to current
2008-08-31
Stefano Sabatini
Globally rename the header inclusion guard names.
blob
|
commitdiff
|
diff to current
2008-08-10
Michael Niedermayer
Use the correct reference tables for interlaced MBAFF...
blob
|
commitdiff
|
diff to current
2008-07-26
Michael Niedermayer
chroma_format_idc=0 aka grayscale support.
blob
|
commitdiff
|
diff to current
2008-07-22
Michael Niedermayer
qscale has a range of 0..51 we thus do not need a 256...
blob
|
commitdiff
|
diff to current
2008-07-21
Michael Niedermayer
Loop filtering with multiple slice types fix.
blob
|
commitdiff
|
diff to current
2008-07-21
Michael Niedermayer
Simplify slice type checks.
blob
|
commitdiff
|
diff to current
2008-07-20
Michael Niedermayer
Fix used references indexes in the loop filter.
blob
|
commitdiff
|
diff to current
2008-07-19
Michael Niedermayer
Remove delayed_output_pic, I do not understand what...
blob
|
commitdiff
|
diff to current
2008-07-15
Alexander Strange
Move the size of the H264Context delayed_pic array...
blob
|
commitdiff
|
diff to current
2008-07-02
Alexander Strange
Don't test for H264 encoding unless an encoder exists.
blob
|
commitdiff
|
diff to current
2008-05-11
Alexander Strange
Store mb_xy in H264Context and only calculate it once...
blob
|
commitdiff
|
diff to current
2008-04-11
Michael Niedermayer
Crop parameters are unsigned, having them negative...
blob
|
commitdiff
|
diff to current
2008-03-12
Diego Biurrun
typo fixes
blob
|
commitdiff
|
diff to current
2008-02-03
Loren Merritt
ff_h264_idct8_add_sse2.
blob
|
commitdiff
|
diff to current
2007-10-17
Diego Biurrun
Add FFMPEG_ prefix to all multiple inclusion guards.
blob
|
commitdiff
|
diff to current
2007-10-09
Carl Eugen Hoyos
Enable PAFF decoding
blob
|
commitdiff
|
diff to current
2007-10-06
Jeff Downs
Modifies macroblock addressing and current macroblock...
blob
|
commitdiff
|
diff to current
2007-10-04
Jeff Downs
Fix h->curr_pic_num for field pictures. Necessary for...
blob
|
commitdiff
|
diff to current
2007-10-04
Jeff Downs
Partial PAFF implementation at macroblock level.
blob
|
commitdiff
|
diff to current
2007-10-02
Jeff Downs
Rename MMCO stuff to prepare for h264/PAFF implementation.
blob
|
commitdiff
|
diff to current
2007-10-02
Jeff Downs
Cosmetic preparations for h264/PAFF implementation.
blob
|
commitdiff
|
diff to current
2007-09-05
Andreas Öman
Add slice-based parallel H.264 decoding
blob
|
commitdiff
|
diff to current
2007-09-05
Kostya Shishkov
Move H.264 intra prediction functions into their own...
blob
|
commitdiff
|
diff to current
2007-07-06
Andreas Öman
Add support for streams with different chroma_qp_index_...
blob
|
commitdiff
|
diff to current
2007-07-06
Andreas Öman
Precompute a chroma_qp table with index offset for...
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
diff to current
next