Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix return type of ff_init_me(). | Michael Niedermayer | 2008-05-28 | 2 | -2/+4 |
* | minor simplification | Michael Niedermayer | 2008-05-28 | 1 | -4/+4 |
* | redundant | Michael Niedermayer | 2008-05-28 | 1 | -1/+2 |
* | Check dia size a little more. Fixes CID80. | Michael Niedermayer | 2008-05-27 | 1 | -0/+6 |
* | Arrays where one element too small, fixes CID114. | Michael Niedermayer | 2008-05-27 | 1 | -2/+2 |
* | memleak / fixes CID118 | Michael Niedermayer | 2008-05-27 | 1 | -1/+1 |
* | Do not read from prior the array, fix CID 127. | Michael Niedermayer | 2008-05-27 | 1 | -5/+6 |
* | Add comment | Vitor Sessak | 2008-05-27 | 1 | -1/+1 |
* | Fix doxy comments | Vitor Sessak | 2008-05-27 | 1 | -5/+5 |
* | cosmetics: XviD is now called Xvid. | Diego Biurrun | 2008-05-27 | 5 | -31/+31 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-05-27 | 1 | -2/+2 |
* | zero the upper frequencies of the correct coefficients | Justin Ruggles | 2008-05-27 | 1 | -1/+1 |
* | consistency cosmetics: indices --> indexes in variable names | Diego Biurrun | 2008-05-26 | 3 | -24/+24 |
* | Clarify avcodec_encode_audio() vs. PCM audio. | Stefano Sabatini | 2008-05-26 | 1 | -0/+2 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 9 | -20/+20 |
* | cosmetics: typo | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | cosmetics: Use C-style comments in #endif directives. | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Rename var: add read coefficients a decent name | Vitor Sessak | 2008-05-26 | 1 | -10/+11 |
* | Update comment | Vitor Sessak | 2008-05-26 | 1 | -1/+4 |
* | Rename var: val -> energy | Vitor Sessak | 2008-05-26 | 1 | -9/+9 |
* | Rename var: swapbuf* are LPC related | Vitor Sessak | 2008-05-26 | 1 | -18/+18 |
* | Rename var: buffer_2 is an adaptive codebook | Vitor Sessak | 2008-05-26 | 1 | -4/+4 |
* | Context vars are not global vars. glob is a bad name for it. | Vitor Sessak | 2008-05-26 | 1 | -24/+24 |
* | Rename context struct to be more consistent with the rest of ffmpeg | Vitor Sessak | 2008-05-26 | 1 | -5/+5 |
* | Warn about packed B-frames. (especially useful if the file in question is | Michael Niedermayer | 2008-05-26 | 1 | -0/+2 |
* | indent | Michael Niedermayer | 2008-05-26 | 1 | -4/+4 |
* | allow av_parser_close(NULL) | Michael Niedermayer | 2008-05-26 | 1 | -0/+2 |
* | print direct_spatial_mv_pred | Michael Niedermayer | 2008-05-26 | 1 | -2/+3 |
* | safer solution for setting audio parameters | Justin Ruggles | 2008-05-25 | 1 | -8/+9 |
* | Merge two if's | Vitor Sessak | 2008-05-25 | 1 | -5/+3 |
* | Use (u)int16_t instead of (unsigned) short | Vitor Sessak | 2008-05-25 | 1 | -16/+16 |
* | set audio parameters if frame header is ok, even if crc fails | Justin Ruggles | 2008-05-25 | 1 | -3/+3 |
* | cosmetics: indent | Justin Ruggles | 2008-05-25 | 1 | -16/+16 |
* | add error concealment | Justin Ruggles | 2008-05-25 | 1 | -8/+7 |
* | Yet more cosmetics | Vitor Sessak | 2008-05-25 | 1 | -2/+3 |
* | More cosmetics | Vitor Sessak | 2008-05-25 | 1 | -6/+9 |
* | Cosmetics | Vitor Sessak | 2008-05-25 | 1 | -2/+1 |
* | Rename var | Vitor Sessak | 2008-05-25 | 1 | -2/+2 |
* | Minor simplification of dec1() | Vitor Sessak | 2008-05-25 | 1 | -5/+3 |
* | Minor simplification of dec2() | Vitor Sessak | 2008-05-25 | 1 | -6/+1 |
* | Remove useless variable | Vitor Sessak | 2008-05-25 | 1 | -4/+1 |
* | Cosmetics: merge declaration and initialization | Vitor Sessak | 2008-05-25 | 1 | -3/+1 |
* | Cosmetics: braces removal | Vitor Sessak | 2008-05-25 | 1 | -3/+2 |
* | Move evaluation of variable a to where it is trivial | Vitor Sessak | 2008-05-25 | 1 | -11/+6 |
* | Make add_wav() receive a vector instead of three integers | Vitor Sessak | 2008-05-25 | 1 | -20/+13 |
* | cosmetics: indent | Justin Ruggles | 2008-05-25 | 1 | -7/+7 |
* | 10l: fix error in commit r13382 | Justin Ruggles | 2008-05-25 | 1 | -1/+3 |
* | Remove gbuf2 from context | Vitor Sessak | 2008-05-25 | 1 | -13/+11 |
* | add checks for missing information in the first block | Justin Ruggles | 2008-05-25 | 1 | -0/+18 |
* | add check for invalid channel mode when coupling is used | Justin Ruggles | 2008-05-25 | 1 | -0/+5 |