| Commit message (Expand) | Author | Age | Files | Lines |
* | Dont drop B frames without last_picture. | Michael Niedermayer | 2010-02-12 | 1 | -5/+0 |
* | Try to support truncated h264 frames mixed with mpeg pes headers in mkv. | Michael Niedermayer | 2010-02-12 | 1 | -0/+11 |
* | Set x264_build so that checks are simpler. | Michael Niedermayer | 2010-02-08 | 1 | -1/+2 |
* | Fix large timebases. | Michael Niedermayer | 2010-02-04 | 1 | -3/+3 |
* | Export H264 profile and level in AVCodecContext. | Rafaël Carré | 2010-01-28 | 1 | -0/+6 |
* | Fix svq3_* function declarations. | Rafaël Carré | 2010-01-27 | 1 | -7/+4 |
* | 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. | Michael Niedermayer | 2010-01-26 | 1 | -1/+1 |
* | 100l, correct wrong H.264+adaptive MBAFF decoding | Alexander Strange | 2010-01-25 | 1 | -2/+5 |
* | H.264: Use 64-/128-bit write-combining macros for copies | Alexander Strange | 2010-01-25 | 1 | -22/+22 |
* | Remove is_complex from loop_filter() its useless there in its current form. | Michael Niedermayer | 2010-01-24 | 1 | -5/+3 |
* | Added a missing const to ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-24 | 1 | -1/+1 |
* | Remove all uses of slice_type* from the loop filter, also remove its | Michael Niedermayer | 2010-01-24 | 1 | -6/+0 |
* | Move +52 from the loop filter to the alpha/beta offsets in the context. | Michael Niedermayer | 2010-01-23 | 1 | -6/+11 |
* | Cosmetic, get rid of &x[0] | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Fix compilation with -O0. | Michael Niedermayer | 2010-01-18 | 1 | -3/+0 |
* | Fix 10l segfault with threads. | Michael Niedermayer | 2010-01-18 | 1 | -0/+1 |
* | Perform reference remapping at fill_cache() time instead of in the | Michael Niedermayer | 2010-01-18 | 1 | -2/+21 |
* | Move the qp check to skip the loop filter up. | Michael Niedermayer | 2010-01-18 | 1 | -1/+2 |
* | Split fill_caches() between filter and decoder. | Michael Niedermayer | 2010-01-17 | 1 | -2/+2 |
* | Rearchitecturing the stiched up goose part 1 | Michael Niedermayer | 2010-01-17 | 1 | -56/+85 |
* | Consider slice_beta_offet in qp_thresh. | Michael Niedermayer | 2010-01-16 | 1 | -1/+1 |
* | Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. | Michael Niedermayer | 2010-01-16 | 1 | -0/+1 |
* | remove unused variable | Michael Niedermayer | 2010-01-13 | 1 | -2/+0 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -1098/+4 |
* | Split cavlc out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -1436/+3 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 1 | -91/+1 |
* | Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just | Michael Niedermayer | 2010-01-12 | 1 | -2/+41 |
* | Split all the reference picture handling off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -680/+7 |
* | Split (picture|seq) parameter set decoding out of h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -432/+1 |
* | Split SEI code off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -176/+3 |
* | Split direct mode (macro)block decoding off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -434/+7 |
* | Split h264 loop filter off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -679/+2 |
* | Get rid of #include "svq3.c" | Michael Niedermayer | 2010-01-12 | 1 | -193/+25 |
* | Export fullrange flag and color information for h.264 | David Conrad | 2010-01-11 | 1 | -6/+24 |
* | Export get_slice_type() as ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-09 | 1 | -0/+12 |
* | Always initialize bit_depth_luma and bit_depth_chroma in the H264 | Laurent Aimar | 2010-01-09 | 1 | -0/+2 |
* | Log unknown NAL code from correct context | Andreas Öman | 2010-01-08 | 1 | -1/+1 |
* | End startcode prefix search at the end of a AVC unit. | Michael Niedermayer | 2009-12-09 | 1 | -1/+2 |
* | Reduce warnings about too few consumed bytes to debug level. | Michael Niedermayer | 2009-12-08 | 1 | -5/+1 |
* | Call ff_find_hwaccel() after calling avcodec_set_dimensions(). | Reimar Döffinger | 2009-11-24 | 1 | -15/+16 |
* | Use avcodec_set_dimensions() | Michael Niedermayer | 2009-11-23 | 1 | -2/+1 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -1/+1 |
* | Reset rbsp buffer size when freeing its data buffer. | Mike Scheutzow | 2009-11-13 | 1 | -0/+2 |
* | indent | Michael Niedermayer | 2009-11-10 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after r20505. | Carl Eugen Hoyos | 2009-11-10 | 1 | -1/+1 |
* | Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test | Carl Eugen Hoyos | 2009-11-10 | 1 | -3/+1 |
* | Try to fix has_b_frame calculation for open gop files. | Michael Niedermayer | 2009-11-10 | 1 | -5/+8 |
* | Remove casts that are useless since the argument is void *. | Reimar Döffinger | 2009-10-06 | 1 | -1/+1 |
* | Cosmetics: Fix typo. | Carl Eugen Hoyos | 2009-09-23 | 1 | -1/+1 |
* | Check num_units_in_tick/time_scale to be valid and within the range we support. | Michael Niedermayer | 2009-09-23 | 1 | -0/+4 |