| Commit message (Expand) | Author | Age | Files | Lines |
* | Loop filtering with multiple slice types fix. | Michael Niedermayer | 2008-07-21 | 2 | -14/+17 |
* | Correct b_quant offset comment in avcodec.h, it is the description for | tripp | 2008-07-21 | 1 | -2/+2 |
* | Use slice_type_nos instead of slice_type where it makes no difference. | Michael Niedermayer | 2008-07-21 | 1 | -27/+27 |
* | SI/SP slice support. (not bitexact) | Michael Niedermayer | 2008-07-21 | 1 | -10/+14 |
* | Remove superfluous (). | Michael Niedermayer | 2008-07-21 | 1 | -1/+1 |
* | Simplify slice type checks. | Michael Niedermayer | 2008-07-21 | 2 | -7/+9 |
* | More correct ref comparison in the loop filter. | Michael Niedermayer | 2008-07-21 | 1 | -2/+2 |
* | Simplify spatial direct ref selection with FFMIN3() | Michael Niedermayer | 2008-07-21 | 1 | -5/+1 |
* | cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -516/+437 |
* | cosmetics: Reindent two misplaced braces. | Diego Biurrun | 2008-07-20 | 1 | -2/+2 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 12 | -897/+844 |
* | Fix used references indexes in the loop filter. | Michael Niedermayer | 2008-07-20 | 2 | -12/+23 |
* | Add skip* AVOptions, which seem to have been missed. | Michael Niedermayer | 2008-07-20 | 1 | -0/+9 |
* | Decrease severity of 'invalid new backstep' log message to warning | Andreas Öman | 2008-07-20 | 1 | -1/+1 |
* | Supply context argument to av_log() in mpeg audio decoder. | Andreas Öman | 2008-07-20 | 1 | -7/+7 |
* | read 'coupling in use' parameter from bitstream into decoder context first, | Justin Ruggles | 2008-07-19 | 1 | -4/+4 |
* | Fix h264_loop_filter_strength_mmx2() so it works with PAFF. | Michael Niedermayer | 2008-07-19 | 3 | -3/+13 |
* | Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2 | Benjamin Larsson | 2008-07-19 | 1 | -1/+1 |
* | Take the brain amputated spec literally if the user asks for it (-strict 1). | Michael Niedermayer | 2008-07-19 | 1 | -0/+6 |
* | Make strict_std_compliance available to decoders. | Michael Niedermayer | 2008-07-19 | 2 | -7/+14 |
* | Fix for possible null pointer dereferencing, closes Coverity report 68 run 2. | Benjamin Larsson | 2008-07-19 | 1 | -0/+3 |
* | Cosmetics: alignment | Vitor Sessak | 2008-07-19 | 1 | -3/+3 |
* | Simplify co(): do not abuse pointer aritmetics | Vitor Sessak | 2008-07-19 | 1 | -3/+4 |
* | Make the automatic has_b_frames increasing code increase it up to the | Michael Niedermayer | 2008-07-19 | 1 | -1/+1 |
* | Simplify co(): remove variables that are only used once | Vitor Sessak | 2008-07-19 | 1 | -5/+3 |
* | Try to fix my latest 100l fate SVQ3 breakage. | Michael Niedermayer | 2008-07-19 | 1 | -1/+9 |
* | Remove apparently unneeded out!=NULL check. | Michael Niedermayer | 2008-07-19 | 1 | -1/+1 |
* | Simplify picture output code. | Michael Niedermayer | 2008-07-19 | 1 | -11/+4 |
* | Remove useless #if 0 code. | Michael Niedermayer | 2008-07-19 | 1 | -4/+0 |
* | Do not forget marking disposed delayed pics as unused. | Michael Niedermayer | 2008-07-19 | 1 | -1/+2 |
* | indent | Michael Niedermayer | 2008-07-19 | 1 | -5/+5 |
* | simplify | Michael Niedermayer | 2008-07-19 | 1 | -4/+3 |
* | cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF | Justin Ruggles | 2008-07-19 | 1 | -1/+1 |
* | Remove delayed_output_pic, I do not understand what this variable was good for. | Michael Niedermayer | 2008-07-19 | 2 | -20/+12 |
* | Drop out of order pics even if bitstream_restriction_flag is set. | Michael Niedermayer | 2008-07-19 | 1 | -4/+4 |
* | Set avctx->coded_frame in RoQ encoder. At some point in | Vitor Sessak | 2008-07-19 | 1 | -0/+2 |
* | Make the ugly hack which uses an unused entry in the internal buffer | Michael Niedermayer | 2008-07-19 | 1 | -2/+2 |
* | minor simplification of qdm2_decode_fft_packets() | Michael Niedermayer | 2008-07-18 | 1 | -2/+2 |
* | Make frames non reference by default, so they are disposed of automatically | Michael Niedermayer | 2008-07-18 | 1 | -0/+1 |
* | Support reading large metadata. | Michael Niedermayer | 2008-07-18 | 1 | -1/+14 |
* | Make bitstream_* fields unsigned. | Michael Niedermayer | 2008-07-18 | 1 | -2/+2 |
* | Only realloc() bitstream buffer when the needed size increased, | Michael Niedermayer | 2008-07-18 | 1 | -1/+2 |
* | If metadata has been parsed goto end instead of trying to | Michael Niedermayer | 2008-07-18 | 1 | -3/+3 |
* | Fix a mem leak in vc1_decode_frame(). | Erik Hovland | 2008-07-18 | 1 | -0/+1 |
* | Simplify: do not overuse pointer aritmetic | Vitor Sessak | 2008-07-17 | 1 | -8/+5 |
* | Declare parameters of pred() that could be const as such | Vitor Sessak | 2008-07-17 | 1 | -1/+1 |
* | Another simplification | Vitor Sessak | 2008-07-17 | 1 | -3/+1 |
* | Simplify | Vitor Sessak | 2008-07-17 | 1 | -2/+4 |
* | Simplify | Vitor Sessak | 2008-07-17 | 1 | -4/+3 |
* | Declare function parameters as const | Vitor Sessak | 2008-07-17 | 1 | -5/+6 |