| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop some more useless braces around if/for constructs. | Diego Biurrun | 2009-08-15 | 1 | -4/+2 |
* | Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. | Diego Biurrun | 2009-08-15 | 1 | -1/+1 |
* | Add a function that can apply an order 2 rational transfer function in-place. | Colin McQuillan | 2009-08-15 | 2 | -0/+33 |
* | Remove useless braces around if/for/while expressions. | Diego Biurrun | 2009-08-15 | 5 | -28/+13 |
* | Simplify 'if' condition statements. | Diego Biurrun | 2009-08-15 | 5 | -14/+14 |
* | Fix start_display_time/end_display_time to be relative to packet pts in xsub ... | Reimar Döffinger | 2009-08-15 | 1 | -4/+7 |
* | Reindent. | Reimar Döffinger | 2009-08-15 | 1 | -3/+3 |
* | Remove code that is now dead. | Reimar Döffinger | 2009-08-15 | 1 | -4/+0 |
* | Simplify initialization of AVSubtitle by using memset. | Reimar Döffinger | 2009-08-15 | 1 | -5/+1 |
* | Make sure AVSubtitle is initialized, memset it to 0. | Reimar Döffinger | 2009-08-15 | 1 | -0/+1 |
* | Fix cmd_pos bounds check to avoid the overflow case. | Reimar Döffinger | 2009-08-15 | 1 | -1/+1 |
* | Fix typo. | Carl Eugen Hoyos | 2009-08-14 | 1 | -1/+1 |
* | 10L: remove instruction left over from debugging | Måns Rullgård | 2009-08-14 | 1 | -1/+0 |
* | ARM: NEON optimised vorbis_inverse_coupling | Måns Rullgård | 2009-08-14 | 2 | -0/+69 |
* | Add ff_celp_circ_addf() function to be used for sparse vector circular | Colin McQuillan | 2009-08-12 | 2 | -0/+25 |
* | Fix a memleak with win32 threads: the handle returned by _beginthreadex | Shehzad Salim | 2009-08-12 | 1 | -0/+1 |
* | Use RGB5x5LE, RGB5x5BE, BGR5x5LE and BGR5x5BE instead of their native | Alexis Ballier | 2009-08-11 | 1 | -21/+42 |
* | fix a crash in SVQ1 with cmp!=sad | Loren Merritt | 2009-08-11 | 1 | -0/+1 |
* | Remove pointless #ifdefs from conditionally used files. | Diego Biurrun | 2009-08-10 | 2 | -10/+0 |
* | eval: include libavutil/mathematics.h for NAN and M_PI | Måns Rullgård | 2009-08-10 | 1 | -8/+1 |
* | eval: include our headers after system headers | Måns Rullgård | 2009-08-10 | 1 | -3/+3 |
* | Remove commented-out cruft. | Diego Biurrun | 2009-08-06 | 1 | -18/+0 |
* | Make WMV2 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+1 |
* | Make MPEG-4 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+0 |
* | Make WMV1 encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-06 | 1 | -1/+0 |
* | Do not check for both CONFIG_H263_ENCODER and CONFIG_FLV_ENCODER. | Diego Biurrun | 2009-08-05 | 1 | -3/+3 |
* | Make FLV encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+0 |
* | Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER. | Diego Biurrun | 2009-08-05 | 1 | -4/+4 |
* | Make H.263+ (H263P) encoder depend on H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -1/+0 |
* | Declare the dependencies of the MSMPEG4v1/MSMPEG4v2/MSMPEG4v3 encoders on the | Diego Biurrun | 2009-08-05 | 1 | -3/+3 |
* | Do not redundantly check for preprocessor definitions of CONFIG_RV10_ENCODER or | Diego Biurrun | 2009-08-05 | 2 | -4/+1 |
* | Declare the dependency of RV10/RV20 encoder on the H.263 encoder in configure. | Diego Biurrun | 2009-08-05 | 1 | -2/+2 |
* | cosmetics: move fixed_coeffs into the aligned arrays comment group | Justin Ruggles | 2009-08-05 | 1 | -2/+1 |
* | cosmetics: reindent after last commit | Justin Ruggles | 2009-08-05 | 1 | -1/+1 |
* | ac3dec: simplify zero-bit mantissa dithering by calculating it | Justin Ruggles | 2009-08-05 | 1 | -21/+10 |
* | cosmetics: indentation and line wrap | Justin Ruggles | 2009-08-05 | 1 | -6/+7 |
* | cosmetics after last commit | Justin Ruggles | 2009-08-05 | 1 | -4/+2 |
* | Modify decode_band_structure() so that the actual band structure is only | Justin Ruggles | 2009-08-05 | 2 | -9/+10 |
* | Use coupling band sizes instead of coupling band structure when | Justin Ruggles | 2009-08-05 | 2 | -9/+6 |
* | Parse frame size code, see "svq3.c: parse frame size" thread on ML. | Ronald S. Bultje | 2009-08-04 | 1 | -3/+14 |
* | Update x264 asm code to latest to add support for 64-bit Windows. | John Adcock | 2009-08-04 | 5 | -142/+507 |
* | Split RV10 encoder off into its own file. | Diego Biurrun | 2009-08-03 | 3 | -47/+72 |
* | Split RV20 encoder into its own file. | Diego Biurrun | 2009-08-03 | 3 | -44/+72 |
* | cosmetics: add more detailed information to the documentation for | Justin Ruggles | 2009-08-03 | 1 | -0/+4 |
* | Cosmetic: Reindent after last commit | Jeff Downs | 2009-08-03 | 1 | -1/+1 |
* | Revert r18344. Fixes at least issue 1218, 1221, and 1187), see master | Jeff Downs | 2009-08-03 | 1 | -1/+0 |
* | Correct the sign of the arithmetic in ff_celp_lp_zero_synthesis_filterf() | Colin McQuillan | 2009-08-03 | 1 | -1/+1 |
* | Move AVCodec declarations for RV10/20 from mpegvideo_enc.c to rv10.c. | Diego Biurrun | 2009-08-03 | 2 | -24/+23 |
* | Expose QCELP's floating-point LSP-to-LPC function | Colin McQuillan | 2009-08-03 | 5 | -89/+58 |
* | Make the LSP naming more consistent | Colin McQuillan | 2009-08-03 | 2 | -13/+13 |