| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove another 2 incorrect checks. | Michael Niedermayer | 2008-07-25 | 1 | -3/+2 |
* | Print an error if a reference picture is missing. | Michael Niedermayer | 2008-07-25 | 1 | -2/+4 |
* | Remove mysterious ref->data[0] check. | Michael Niedermayer | 2008-07-25 | 1 | -2/+2 |
* | 10l typo, fix compilation | Michael Niedermayer | 2008-07-25 | 1 | -1/+1 |
* | Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). | Michael Niedermayer | 2008-07-25 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-07-25 | 1 | -3/+3 |
* | Rewrite fill_default_ref_list(), the old code was obfuscated beyond | Michael Niedermayer | 2008-07-25 | 1 | -190/+62 |
* | Do not scare the user with error messages when everything is ok. | Michael Niedermayer | 2008-07-25 | 1 | -0/+2 |
* | Make remove_short() match remove_long() in that it calls unreference_pic(). | Michael Niedermayer | 2008-07-25 | 1 | -11/+10 |
* | Removing yet another weird field pic special case, | Michael Niedermayer | 2008-07-25 | 1 | -14/+12 |
* | Make remove_long() call unreference_pic() internally. | Michael Niedermayer | 2008-07-25 | 1 | -23/+16 |
* | Merge oddly duplicated remove_long/remove_long_at_index() function. | Michael Niedermayer | 2008-07-25 | 1 | -19/+11 |
* | Remove strange long_ref=0. | Michael Niedermayer | 2008-07-25 | 1 | -1/+0 |
* | indent | Michael Niedermayer | 2008-07-25 | 1 | -12/+12 |
* | 10000l, forgotton } | Michael Niedermayer | 2008-07-25 | 1 | -0/+1 |
* | Remove another of these obfuscated special cases for field pictures | Michael Niedermayer | 2008-07-25 | 1 | -14/+1 |
* | Simplify mmco setup code used in IDR pictures. | Michael Niedermayer | 2008-07-25 | 1 | -2/+2 |
* | Remove redundant h->mmco_index= 0. | Michael Niedermayer | 2008-07-25 | 1 | -5/+2 |
* | Assert that long_ref has been cleared for released pics. | Michael Niedermayer | 2008-07-25 | 1 | -0/+1 |
* | Clear long_ref when a frame is no longer a long_ref. | Michael Niedermayer | 2008-07-25 | 1 | -2/+5 |
* | Make sure mmco index is 0 (instead of uninitialized) in all error returns. | Michael Niedermayer | 2008-07-25 | 1 | -0/+1 |
* | Simplify strange obfuscated code in MMCO_LONG handling. | Michael Niedermayer | 2008-07-25 | 1 | -15/+3 |
* | Set field_poc (it was half uninitialized before) and use it | Michael Niedermayer | 2008-07-24 | 1 | -11/+9 |
* | Minor simplification of code in init_poc(). | Michael Niedermayer | 2008-07-24 | 1 | -6/+5 |
* | cosmetics (indent and 2 empty lines) | Michael Niedermayer | 2008-07-24 | 1 | -6/+8 |
* | init_poc() vs. idr() cleanup | Michael Niedermayer | 2008-07-24 | 1 | -13/+3 |
* | Fix loop filter with CAVLC 8x8dct. | Michael Niedermayer | 2008-07-24 | 1 | -1/+40 |
* | cosmetics: Fix two common typos: wont --> will not, lets --> let us. | Diego Biurrun | 2008-07-24 | 4 | -4/+4 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 2 | -8/+8 |
* | Cosmetics: grammar nits | Vitor Sessak | 2008-07-24 | 1 | -2/+2 |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-07-24 | 1 | -23/+23 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 7 | -42/+42 |
* | Rename update() function to backward_filter() and add a doxy comment | Vitor Sessak | 2008-07-24 | 1 | -2/+5 |
* | Rename and comment bandwidth broadening tables | Vitor Sessak | 2008-07-24 | 2 | -4/+6 |
* | Follow FFmpeg convention of returning negative values on error in eval_lpc_co... | Vitor Sessak | 2008-07-24 | 1 | -7/+7 |
* | Rename pred() to eval_lpc_coeffs() and add a doxy comment | Vitor Sessak | 2008-07-24 | 1 | -3/+9 |
* | Give windowing tables a more descriptive name | Vitor Sessak | 2008-07-24 | 2 | -4/+4 |
* | Add comments to do_hybrid_window() | Vitor Sessak | 2008-07-24 | 1 | -1/+15 |
* | Give parameters of do_hybrid_window() more meaningful names | Vitor Sessak | 2008-07-24 | 1 | -12/+15 |
* | Rename co() function to the much more descriptive name of | Vitor Sessak | 2008-07-24 | 1 | -4/+6 |
* | Simplify co(): write constant in a more readable way | Vitor Sessak | 2008-07-24 | 1 | -1/+1 |
* | Simplify co(), use memcpy/memmove and colmult() when useful. | Vitor Sessak | 2008-07-24 | 1 | -8/+4 |
* | Reset prev_frame_num for idr frames as required by the spec. | Michael Niedermayer | 2008-07-24 | 1 | -0/+1 |
* | Better explanation for buf_size==0 code. | Michael Niedermayer | 2008-07-23 | 1 | -1/+1 |
* | 100l cross_idr simplification had a typo | Michael Niedermayer | 2008-07-23 | 1 | -1/+1 |
* | Remove truncated support, use an AVParser if you used that, it is the same. | Michael Niedermayer | 2008-07-23 | 1 | -17/+1 |
* | Simplify cross_idr calculation. | Michael Niedermayer | 2008-07-23 | 1 | -5/+1 |
* | Reduce the loglevel on a log message in the Nellymoser decoder. Related to Ro... | Benjamin Larsson | 2008-07-23 | 1 | -1/+1 |
* | Remove redundant keyframe checks. | Michael Niedermayer | 2008-07-23 | 1 | -3/+3 |
* | In-loop deblocking filter for VC-1 decoder | Kostya Shishkov | 2008-07-23 | 2 | -9/+173 |