| Commit message (Expand) | Author | Age | Files | Lines |
* | removing underscores from block profiling renaming to xx_ | Marc Hoffman | 2007-06-13 | 1 | -2/+2 |
* | Improve understanding ofavcodec_find_decoder() | Carl Eugen Hoyos | 2007-06-13 | 2 | -2/+2 |
* | Workaround adjustments for DivX 6.1 and later | Lord | 2007-06-13 | 1 | -2/+2 |
* | cosmetics | Guillaume Poirier | 2007-06-12 | 1 | -3/+3 |
* | kill one vector constant value load by the right combination of vec_splatX/ve... | Sigbjorn Skjaeret | 2007-06-12 | 1 | -2/+1 |
* | restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% | Sigbjorn Skjaeret | 2007-06-12 | 1 | -1/+1 |
* | integrating MPV_common_init_bfin into the build system and mpegvideo.c | Marc Hoffman | 2007-06-12 | 2 | -0/+4 |
* | Blackfin dct_quantize_bfin routine | Marc Hoffman | 2007-06-12 | 2 | -0/+220 |
* | Blackfin IDCT has no special permutation it uses normal order | Marc Hoffman | 2007-06-12 | 1 | -0/+1 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 17 | -24/+27 |
* | Typo | Kostya Shishkov | 2007-06-12 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 39 | -96/+102 |
* | Move the video size and rate abbreviations system from libavformat to libavcodec | Stefano Sabatini | 2007-06-12 | 2 | -0/+134 |
* | fix 8- and 24-bit FLAC decoding | Michael Donaghy | 2007-06-12 | 1 | -14/+3 |
* | move codecs declarations from avcodec.h to allcodecs.h | Aurelien Jacobs | 2007-06-11 | 3 | -260/+287 |
* | one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go | Guillaume Poirier | 2007-06-11 | 1 | -1/+1 |
* | Cygwin compatibility workaround | Eric Lasota | 2007-06-11 | 1 | -4/+5 |
* | Adapt to API changes, fix compilation. | Ronald S. Bultje | 2007-06-10 | 1 | -23/+26 |
* | minor GCC3 compile fix | Guillaume Poirier | 2007-06-09 | 1 | -1/+1 |
* | Altivec version of h264_(h|v)_loop_filter_luma | Graham Booker | 2007-06-09 | 2 | -0/+279 |
* | Add some #includes to allow compilation without HAVE_AV_CONFIG_H. | Ronald S. Bultje | 2007-06-09 | 2 | -0/+3 |
* | work around issues with the old version of Gnu Assembler shipped on | Graham Booker | 2007-06-08 | 1 | -8/+8 |
* | emms --> emms_c, taken from a patch by Ronald Bultje | Ronald S. Bultje | 2007-06-07 | 1 | -2/+2 |
* | Use consistent names for all test programs. | Diego Biurrun | 2007-06-07 | 1 | -2/+2 |
* | Preprocessor #defines starting with __ are reserved for the system. | Diego Biurrun | 2007-06-07 | 2 | -2/+2 |
* | Use FFmpeg-specific CPU feature definitions. | Ronald S. Bultje | 2007-06-07 | 1 | -17/+17 |
* | Add CPU feature definitions for SSE3 and SSSE3. | Ronald S. Bultje | 2007-06-07 | 1 | -0/+2 |
* | CPU feature definitions should always be available, not just when the | Ronald S. Bultje | 2007-06-07 | 1 | -4/+0 |
* | Only run MMX2 tests when MMX2 is available. | Diego Biurrun | 2007-06-07 | 1 | -0/+2 |
* | Fix linking when GPL code has been disabled. | Diego Biurrun | 2007-06-07 | 1 | -0/+2 |
* | Fix compilation when MMX is disabled. | Ronald S. Bultje | 2007-06-07 | 1 | -1/+1 |
* | FAAN is not x86-specific. | Diego Biurrun | 2007-06-07 | 1 | -1/+1 |
* | h264: use 'simple' in border backup / xchg | Andreas Öman | 2007-06-07 | 1 | -7/+7 |
* | Add some forgotten lib prefixes to Makefile variables. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Rename cb field | Eric Lasota | 2007-06-06 | 2 | -23/+23 |
* | Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. | Diego Biurrun | 2007-06-06 | 5 | -12/+12 |
* | Give names of external library decoders/encoders a lib prefix | Diego Biurrun | 2007-06-06 | 2 | -5/+5 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 11 | -11/+11 |
* | Remove unused variables. | Diego Biurrun | 2007-06-05 | 1 | -2/+2 |
* | Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks | Eric Lasota | 2007-06-05 | 2 | -177/+74 |
* | Rename code012() to ff_code012(), and remove static qualifier: paves the way | Denis Fortin | 2007-06-05 | 2 | -9/+9 |
* | spelling | Diego Biurrun | 2007-06-04 | 1 | -1/+1 |
* | fix error: indeo2.c:202:1: directives may not be used inside a macro argument, | Christian Lohmaier | 2007-06-04 | 1 | -1/+3 |
* | Codebook generator using the ELBG algorithm | Vitor Sessak | 2007-06-04 | 2 | -0/+466 |
* | h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT... | Luca Barbato | 2007-06-03 | 1 | -0/+77 |
* | filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s... | Andreas Öman | 2007-06-03 | 1 | -2/+5 |
* | Rename aac_decoder to libfaad_decoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 3 | -3/+3 |
* | Rename faac_encoder to libfaac_encoder for consistency and to be able to | Diego Biurrun | 2007-06-02 | 3 | -4/+4 |
* | Remove get_byte wrapper | Ramiro Polla | 2007-06-02 | 1 | -9/+7 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 28 | -157/+79 |