2010-02-26 |
Michael Niedermayer | Remove unneeded line of code from the neighbor setting... |
blob | commitdiff |
2010-02-25 |
Michael Niedermayer | Get rid of mb2b8_xy and b8_stride, change arrays organi... |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Store data in direct_table interleaved. |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Simplify intra4x4_pred_mode_cache init. |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Reorder intra4x4_pred_mode so that we can read/write... |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Store intra4x4_pred_mode per row only. |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | unroll tiny and trivial loop. Same speed but clearer. |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Cut the size of mvd_table by yet another factor of 2. |
blob | commitdiff | diff to current |
2010-02-25 |
Michael Niedermayer | Keep mvd_table values of only 2 mb rows. |
blob | commitdiff | diff to current |
2010-02-24 |
Michael Niedermayer | Change mvd_cache & mvd_table to 8bit, this is overall... |
blob | commitdiff | diff to current |
2010-02-24 |
Michael Niedermayer | Replace /2 by faster >>1 as the mvd values are now... |
blob | commitdiff | diff to current |
2010-02-24 |
Michael Niedermayer | Remove unused variable. Seems i forgot to commit this. |
blob | commitdiff | diff to current |
2010-02-21 |
Diego Biurrun | Remove unused variable, fixes warnings of the type: |
blob | commitdiff | diff to current |
2010-02-18 |
Måns Rullgård | H264: use alias-safe macros |
blob | commitdiff | diff to current |
2010-02-17 |
Michael Niedermayer | Move predict_field_decoding_flag() from h264.h to ... |
blob | commitdiff | diff to current |
2010-02-17 |
Michael Niedermayer | Move check for and call of predict_field_decoding_flag... |
blob | commitdiff | diff to current |
2010-02-15 |
Michael Niedermayer | Split setting neighboring MBs from fill_decode_caches() |
blob | commitdiff | diff to current |
2010-02-14 |
Michael Niedermayer | Store sub_mb_type in direct_cache/direct_table. |
blob | commitdiff | diff to current |
2010-02-14 |
Michael Niedermayer | Remove slice_table checks from decode_cabac_mb_cbp_luma... |
blob | commitdiff | diff to current |
2010-02-14 |
Michael Niedermayer | Revert r21814 |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Direct temporal skiped MBs dont need fill_decode_caches... |
blob | commitdiff | diff to current |
2010-02-13 |
Alexander Strange | h264: Remove unused variables. |
blob | commitdiff | diff to current |
2010-02-13 |
Alexander Strange | h264: Fix pointer warnings by removing redundant [0] |
blob | commitdiff | diff to current |
2010-02-13 |
Alexander Strange | Fix integer overflow warnings in h264.h |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Skiped MBs dont need the cbp stuff so skip initing... |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Also skip direct/mvd_cache init for skiped blocks. |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Move more code under if(!IS_DIRECT(mb_type)). |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Skip some more code that isnt needed for direct MBs. |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Move setting MB_TYPE_L0L1 for direct MBs up, this is... |
blob | commitdiff | diff to current |
2010-02-13 |
Michael Niedermayer | Dont calculate any surrounding MVs for temporal MBs |
blob | commitdiff | diff to current |
2010-02-08 |
Michael Niedermayer | Remove an apparently unneeded && !FRAME_MBAFF. |
blob | commitdiff | diff to current |
2010-02-07 |
Michael Niedermayer | Ooops, 10l forgot to commit h264.h. |
blob | commitdiff | diff to current |
2010-01-27 |
Rafaël Carré | Fix svq3_* function declarations. |
blob | commitdiff | diff to current |
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 |
next |