| Commit message (Expand) | Author | Age | Files | Lines |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 3 | -1/+3 |
* | Use AV_WL32/AV_WB32 in bitstream.h | Reimar Döffinger | 2009-01-25 | 1 | -8/+2 |
* | Make more descriptive the long names for the various variants of H.263. | Stefano Sabatini | 2009-01-25 | 2 | -4/+4 |
* | ARM: NEON optimised H.264 weighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+158 |
* | ARM: NEON optimised H.264 biweighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+202 |
* | Add required headers to fix warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-25 | 2 | -0/+4 |
* | flacdec: get total number of samples from STREAMINFO | Justin Ruggles | 2009-01-25 | 2 | -1/+3 |
* | move FLAC_STREAMINFO_SIZE to flac.h | Justin Ruggles | 2009-01-25 | 2 | -1/+2 |
* | define FLAC metadata types in flac.h | Justin Ruggles | 2009-01-25 | 2 | -3/+12 |
* | flacdec: cosmetics: some line wrapping at 80 chars | Justin Ruggles | 2009-01-24 | 1 | -15/+31 |
* | flacdec: cosmetics: indentation | Justin Ruggles | 2009-01-24 | 1 | -18/+18 |
* | flacdec: cosmetics: use consistent coding style (K&R) | Justin Ruggles | 2009-01-24 | 1 | -137/+106 |
* | Add a check for ppc4xx instructions; rename preprocessor directive accordingly. | Diego Biurrun | 2009-01-24 | 1 | -1/+1 |
* | Remove pointless #if HAVE_ALTIVEC around internal header #include | Diego Biurrun | 2009-01-24 | 1 | -3/+0 |
* | cosmetics: indentation | Justin Ruggles | 2009-01-24 | 1 | -14/+14 |
* | flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR | Justin Ruggles | 2009-01-24 | 1 | -3/+3 |
* | flacdec: remove another unneeded debugging statement | Justin Ruggles | 2009-01-24 | 1 | -1/+0 |
* | flacdec: remove unneeded debugging statements | Justin Ruggles | 2009-01-24 | 1 | -29/+0 |
* | flacdec: remove some unused code | Justin Ruggles | 2009-01-24 | 1 | -67/+2 |
* | Add required headers to fix 'make checkheaders'. | Diego Biurrun | 2009-01-24 | 1 | -0/+3 |
* | remove alloc_table_0 and alloc_table_2, the same | Stefan Gehrer | 2009-01-24 | 1 | -42/+1 |
* | remove zigzag_scan8x8, it is the same as ff_zigzag_direct | Stefan Gehrer | 2009-01-24 | 2 | -23/+4 |
* | avoid duplication of size_table and offset_table | Stefan Gehrer | 2009-01-24 | 1 | -5/+2 |
* | avoid duplication of dquant_code | Stefan Gehrer | 2009-01-24 | 1 | -2/+2 |
* | Do not allocate RoqTempData on the stack | Vitor Sessak | 2009-01-24 | 2 | -12/+18 |
* | rename flac.c to flacdec.c | Justin Ruggles | 2009-01-23 | 2 | -2/+2 |
* | Avoid allocating MPADecodeContext on stack. | Andreas Öman | 2009-01-23 | 5 | -19/+25 |
* | Remove the block with always false condition from vc1_parse_frame_header() | Kostya Shishkov | 2009-01-23 | 1 | -6/+1 |
* | VC-1 postproc field is 2 bits wide while decoder read only single bit. | Kostya Shishkov | 2009-01-23 | 1 | -1/+1 |
* | flacdec: add support for 3 additional sample rate codes | Justin Ruggles | 2009-01-22 | 1 | -2/+3 |
* | Mark ff_fft_init with av_cold. | Alex Converse | 2009-01-22 | 1 | -1/+1 |
* | Clean up FFT related comments. | Alex Converse | 2009-01-22 | 2 | -12/+12 |
* | Add const, remove warning: | Baptiste Coudurier | 2009-01-22 | 1 | -26/+26 |
* | VMD first chunk of audio is not coded as many separate chunks of block_align | Kostya Shishkov | 2009-01-21 | 1 | -17/+28 |
* | Sort VdpPictureInfo alphabetically. | Carl Eugen Hoyos | 2009-01-20 | 1 | -1/+1 |
* | Cosmetics: Fix indentation after last commit. | Carl Eugen Hoyos | 2009-01-20 | 1 | -4/+4 |
* | Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can | NVIDIA Corporation | 2009-01-20 | 7 | -0/+132 |
* | Use "" instead of <> when #including non-system headers. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 115 | -134/+134 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 6 | -6/+6 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 19 | -0/+71 |
* | ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change | Måns Rullgård | 2009-01-18 | 1 | -25/+18 |
* | Alpha: fix pix_abs16 | Måns Rullgård | 2009-01-18 | 2 | -62/+55 |
* | Fix 10L in r16670 (broke deblocking code) | Jason Garrett-Glaser | 2009-01-18 | 1 | -1/+1 |
* | Faster VC-1 C loopfilter using lots of xor magic | Jason Garrett-Glaser | 2009-01-18 | 1 | -18/+27 |
* | dct-test: add Alpha idct | Måns Rullgård | 2009-01-18 | 1 | -0/+6 |
* | Alpha: add ff_ prefix to idct functions | Måns Rullgård | 2009-01-18 | 2 | -11/+11 |
* | Alpha: indentation | Måns Rullgård | 2009-01-18 | 1 | -3/+3 |
* | Alpha: proper IDCT selection | Måns Rullgård | 2009-01-18 | 3 | -0/+6 |
* | Alpha: add some const, kill some warnings | Måns Rullgård | 2009-01-18 | 1 | -2/+2 |