| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync already committed code with that in SoC and commit more OKed hunks of code | Robert Swain | 2008-08-09 | 5 | -15/+529 |
* | Remove odd pairwise deblock filtering applied to MBAFF MBs. | Michael Niedermayer | 2008-08-09 | 1 | -169/+81 |
* | Doxygenate avcodec_version(). | Stefano Sabatini | 2008-08-08 | 1 | -1/+4 |
* | fix 4:2:2 psnr | Baptiste Coudurier | 2008-08-08 | 1 | -4/+5 |
* | Add simpler/cleaner/faster F32BE encoding/decoding. | Peter Ross | 2008-08-07 | 1 | -14/+39 |
* | Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o... | Peter Ross | 2008-08-07 | 1 | -15/+8 |
* | Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b... | Peter Ross | 2008-08-07 | 1 | -1/+1 |
* | Cosmetics: rename loop counters in eval_refl() | Vitor Sessak | 2008-08-06 | 1 | -8/+7 |
* | Simplify eval_refl(): do not store a buffer value in a var when the buffer co... | Vitor Sessak | 2008-08-06 | 1 | -5/+5 |
* | Simplify eval_refl(): s/b == 0/!b/ | Vitor Sessak | 2008-08-06 | 1 | -1/+1 |
* | Simplify range checking in eval_refl(). Before the | Vitor Sessak | 2008-08-06 | 1 | -7/+1 |
* | Cosmetics: reindent | Vitor Sessak | 2008-08-06 | 1 | -5/+2 |
* | Simplify do_output_subblock(): Remove a unneeded memcpy | Vitor Sessak | 2008-08-06 | 1 | -3/+1 |
* | Electronic Arts TGV decoder | Peter Ross | 2008-08-06 | 4 | -1/+344 |
* | Simplify eval_refl(): return directly when needed instead of storing the retu... | Vitor Sessak | 2008-08-06 | 1 | -3/+2 |
* | Simplify rms(): merge a few operations in the same statement | Vitor Sessak | 2008-08-06 | 1 | -5/+2 |
* | Cosmetical simplification in t_sqrt() | Vitor Sessak | 2008-08-06 | 1 | -1/+1 |
* | Check available size before writing in decode_frame() | Vitor Sessak | 2008-08-06 | 1 | -0/+3 |
* | Check *data_size in decode_frame() | Vitor Sessak | 2008-08-06 | 1 | -0/+3 |
* | Cosmetics: alignment | Vitor Sessak | 2008-08-06 | 1 | -2/+2 |
* | Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This | Vitor Sessak | 2008-08-06 | 1 | -21/+18 |
* | Prevent low delay from being used with mpeg1. | Michael Niedermayer | 2008-08-05 | 1 | -2/+2 |
* | OKed sections of code from the SoC AAC decoder | Robert Swain | 2008-08-05 | 1 | -0/+241 |
* | Move shared tables to aactab.c and add declarations to aactab.h. Also sync with | Robert Swain | 2008-08-05 | 2 | -751/+809 |
* | AAC definitions and structures that have been OKed from the SoC AAC decoder | Robert Swain | 2008-08-05 | 1 | -0/+88 |
* | Use local variabes for *stride, where local variables exist. | Michael Niedermayer | 2008-08-05 | 1 | -9/+9 |
* | indent | Michael Niedermayer | 2008-08-05 | 1 | -4/+4 |
* | Simplify l1mv/l1ref calculation. | Michael Niedermayer | 2008-08-05 | 1 | -11/+7 |
* | simplify y_shift/ref_shift code | Michael Niedermayer | 2008-08-05 | 1 | -11/+2 |
* | indent | Michael Niedermayer | 2008-08-05 | 1 | -63/+63 |
* | Factorize some code between temporal and spatial direct mode. | Michael Niedermayer | 2008-08-05 | 1 | -103/+74 |
* | Rename prodsum() function to convolve() | Vitor Sessak | 2008-08-05 | 1 | -3/+3 |
* | cosmetics: use a better function name than uncouple_channels() | Justin Ruggles | 2008-08-05 | 1 | -2/+2 |
* | cosmetics: change function name and comments to refer to block decoding | Justin Ruggles | 2008-08-05 | 1 | -5/+5 |
* | remove unneeded local variable | Justin Ruggles | 2008-08-05 | 1 | -2/+1 |
* | Port b4/b8_stride code from spatial direct mode to temporal. | Michael Niedermayer | 2008-08-05 | 1 | -3/+8 |
* | Use frame_num and reference instead of poc for matching frames for direct | Michael Niedermayer | 2008-08-05 | 1 | -3/+5 |
* | *2 /2 is wrong for PAFF references, so do not do it. | Michael Niedermayer | 2008-08-04 | 1 | -2/+5 |
* | Port col_parity code from spatial mode to temporal mode, | Michael Niedermayer | 2008-08-04 | 1 | -5/+5 |
* | The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as... | Michael Niedermayer | 2008-08-04 | 1 | -3/+1 |
* | Remove redundant code. | Michael Niedermayer | 2008-08-04 | 1 | -4/+0 |
* | Fill ref_count/ref_poc for both fields of frames. | Michael Niedermayer | 2008-08-04 | 1 | -0/+4 |
* | Fix static leaks in h264.c. | Art Clarke | 2008-08-04 | 1 | -9/+54 |
* | Use ref_poc and ref_count from the correct field. | Michael Niedermayer | 2008-08-04 | 1 | -3/+4 |
* | Fix dist_scale_factor for long term reference pictures. | Michael Niedermayer | 2008-08-04 | 1 | -1/+1 |
* | Return an error when ff_jpegls_decode_picture fails. | Mathieu Malaterre | 2008-08-04 | 1 | -1/+2 |
* | Simplify PCM codec; replace switch() statements with av_get_bits_per_sample(). | Peter Ross | 2008-08-04 | 1 | -56/+2 |
* | Simplify PCM codec; use sample_fmts field to set the avctx->sample_fmt field. | Peter Ross | 2008-08-04 | 1 | -12/+6 |
* | Make avcodec_string() and av_get_bits_per_sample() report the sample size for... | Peter Ross | 2008-08-04 | 1 | -0/+2 |
* | Use the correct collocated field in pred_direct_motion() when it differs in p... | Michael Niedermayer | 2008-08-04 | 1 | -3/+4 |