| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-indent after PAFF MMCO implementation patch. | Jeff Downs | 2007-10-07 | 1 | -9/+9 |
* | Augment MMCO execution to work with both fields and frames. Part of PAFF | Jeff Downs | 2007-10-07 | 1 | -13/+80 |
* | Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m... | Jeff Downs | 2007-10-06 | 1 | -3/+3 |
* | Augment mmcodecoding process to work properly with fields. Part of PAFF imple... | Jeff Downs | 2007-10-06 | 1 | -3/+10 |
* | Edge emulation for fields. Part of PAFF implementation | Jeff Downs | 2007-10-06 | 1 | -1/+1 |
* | Set Picture.poc for fields and field pairs. Part of PAFF implementation. | Jeff Downs | 2007-10-06 | 1 | -3/+7 |
* | Modifies macroblock addressing and current macroblock y-position for field de... | Jeff Downs | 2007-10-06 | 1 | -6/+10 |
* | Support function and changes to reference picture reordering for PAFF. | Jeff Downs | 2007-10-05 | 1 | -8/+46 |
* | Reindent fill_default_ref_list after changes for PAFF | Jeff Downs | 2007-10-05 | 1 | -73/+73 |
* | Support functions and changes to default reference list creation for PAFF. | Jeff Downs | 2007-10-05 | 1 | -27/+163 |
* | Reorganize long reference management to minimize code duplication in upcoming... | Jeff Downs | 2007-10-04 | 1 | -2/+13 |
* | Fix Picture.key_frame setting to be compatible with frame and field contexts.... | Jeff Downs | 2007-10-04 | 1 | -1/+8 |
* | Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support. | Jeff Downs | 2007-10-04 | 1 | -1/+1 |
* | Rename variable to make sense in both field and frame contexts (support of PA... | Jeff Downs | 2007-10-04 | 1 | -3/+3 |
* | Further modularize short reference list management for upcoming PAFF implemen... | Jeff Downs | 2007-10-04 | 1 | -10/+41 |
* | Re-indent unreference_pic. | Jeff Downs | 2007-10-04 | 1 | -9/+9 |
* | Modify unreference_pic implementation with PAFF in mind. | Jeff Downs | 2007-10-04 | 1 | -12/+27 |
* | Partial PAFF implementation at macroblock level. | Jeff Downs | 2007-10-04 | 1 | -4/+4 |
* | remove unused code, spotted by Jeff Downs, heydowns a borg d com | Andreas Öman | 2007-10-02 | 1 | -7/+0 |
* | Rename MMCO stuff to prepare for h264/PAFF implementation. | Jeff Downs | 2007-10-02 | 1 | -19/+19 |
* | Remove redundant test. | Panagiotis Issaris | 2007-09-27 | 1 | -1/+1 |
* | h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo... | Jeff Downs | 2007-09-26 | 1 | -18/+24 |
* | reindent | Andreas Öman | 2007-09-25 | 1 | -6/+6 |
* | factor out dequant table lookup outside loops, gives a 1-2% speed-up | Andreas Öman | 2007-09-24 | 1 | -4/+8 |
* | Apply skip_loop_filter before checking if we can parallelize with the selected | Reimar Döffinger | 2007-09-22 | 1 | -6/+6 |
* | Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. | Andreas Öman | 2007-09-21 | 1 | -58/+13 |
* | fix image corruption when with multi-threaded decoding. | Andreas Öman | 2007-09-16 | 1 | -4/+4 |
* | Indentation | Andreas Öman | 2007-09-07 | 1 | -7/+7 |
* | Let H.264 decoder skip deblocking across slices | Andreas Öman | 2007-09-07 | 1 | -0/+6 |
* | Avoid a crash when H264 MMC operation causes the short term reference | Jeff Downs | 2007-09-05 | 1 | -2/+2 |
* | Add slice-based parallel H.264 decoding | Andreas Öman | 2007-09-05 | 1 | -57/+229 |
* | Move H.264 intra prediction functions into their own context | Kostya Shishkov | 2007-09-05 | 1 | -768/+6 |
* | Silence warnings about NAL_SVC_NON_IDR in H.264. | Carl Eugen Hoyos | 2007-09-04 | 1 | -1/+1 |
* | Remove error raising when explicitely skipping frame | Carl Eugen Hoyos | 2007-09-03 | 1 | -0/+1 |
* | CONFIG_7REGS -> HAVE_7REGS | Ramiro Polla | 2007-08-15 | 1 | -1/+1 |
* | Statements like a = b = c = d = e; store from right-to-left, so if | Alexander Strange | 2007-08-14 | 1 | -28/+28 |
* | Don't check the return value of decode_cabac_residual since it always | Alexander Strange | 2007-08-12 | 1 | -16/+11 |
* | debug: tell how much bits are skipped with unknown nal code | Alex Beregszaszi | 2007-08-08 | 1 | -1/+1 |
* | use ENABLE_GRAY | Michael Niedermayer | 2007-08-01 | 1 | -8/+8 |
* | fix cabac decoding with some Blue-Ray sources | Andreas Öman | 2007-07-30 | 1 | -1/+5 |
* | Fix the self tests which are contained in some codecs and are using random(). | Panagiotis Issaris | 2007-07-19 | 1 | -0/+1 |
* | fix visual painting of MVs from h264: they are painted twice too long | Andreas Öman | 2007-07-15 | 1 | -0/+1 |
* | bring back h264 build | Benoit Fouet | 2007-07-09 | 1 | -0/+1 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -1/+0 |
* | Add support for streams with different chroma_qp_index_offset | Andreas Öman | 2007-07-06 | 1 | -47/+67 |
* | Precompute a chroma_qp table with index offset for each pps, | Andreas Öman | 2007-07-06 | 1 | -21/+29 |
* | Compute the dequant coefficient table ptr outside the loop, | Andreas Öman | 2007-07-06 | 1 | -2/+4 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Don't swap back un-deblocked lines for intra prediction when | Andreas Öman | 2007-06-21 | 1 | -2/+12 |
* | Do not reuse the rbsp de-escape buffer if both | Andreas Öman | 2007-06-20 | 1 | -3/+6 |