| Commit message (Expand) | Author | Age | Files | Lines |
* | move a couple of macros and structs to mpegaudio.h | Måns Rullgård | 2007-06-16 | 3 | -11/+11 |
* | Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% | Andreas Öman | 2007-06-16 | 1 | -44/+50 |
* | Use a faster way to compute 255-val: Instead of creating a vector of | Graham Booker | 2007-06-16 | 1 | -4/+2 |
* | move definition of MB_TYPE_H261_FIL to h261.h so h261.c doesn't | Måns Rullgård | 2007-06-16 | 5 | -4/+3 |
* | correct type of qsort() comparison callback | Måns Rullgård | 2007-06-16 | 1 | -1/+2 |
* | correct type for h263_parse() | Måns Rullgård | 2007-06-16 | 1 | -1/+1 |
* | fix indentation | Måns Rullgård | 2007-06-16 | 1 | -4/+4 |
* | replace endian detection hack with #ifdef WORDS_BIGENDIAN | Måns Rullgård | 2007-06-16 | 1 | -4/+2 |
* | fix some printf format specifiers | Måns Rullgård | 2007-06-16 | 3 | -7/+7 |
* | correct type for {put,avg}_h264_chroma_mc2_mmx2 | Måns Rullgård | 2007-06-16 | 1 | -2/+2 |
* | kill some "defined but not used" warnings | Måns Rullgård | 2007-06-16 | 1 | -3/+3 |
* | kill a warning on 64-bit machines | Måns Rullgård | 2007-06-16 | 1 | -1/+1 |
* | move dsputil_init_foo() out from #ifdef | Måns Rullgård | 2007-06-16 | 1 | -16/+10 |
* | replace TARGET_* with HAVE_* simplifying lists in configure script | Måns Rullgård | 2007-06-15 | 1 | -7/+7 |
* | replace TARGET_ARCH_* to ARCH_* for consistency | Måns Rullgård | 2007-06-15 | 1 | -10/+10 |
* | use if() instead of #ifdef and ensure all possible optimisations are enabled | Aurelien Jacobs | 2007-06-15 | 1 | -19/+9 |
* | some samples aren't decoded correctly such as | Guillaume Poirier | 2007-06-15 | 1 | -0/+2 |
* | Remove unneeded semicolon. | Panagiotis Issaris | 2007-06-15 | 1 | -1/+1 |
* | Correct signature of just_return(). | Panagiotis Issaris | 2007-06-15 | 1 | -1/+1 |
* | Remove an unreferenced variable from qpeg_decode_inter(). | Panagiotis Issaris | 2007-06-14 | 1 | -2/+0 |
* | add and remove some parentheses | Benoit Fouet | 2007-06-14 | 1 | -3/+3 |
* | Simplify init preprocessor statements. | Albert Lee | 2007-06-14 | 2 | -30/+16 |
* | More detailed documentation | Nicolas George | 2007-06-14 | 1 | -0/+12 |
* | 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 |