| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix alignment broke by my last patch | Vitor Sessak | 2007-12-01 | 2 | -3/+3 |
* | spelling | Vitor Sessak | 2007-12-01 | 19 | -28/+28 |
* | TIFF may omit compression tag. | Kostya Shishkov | 2007-12-01 | 1 | -0/+1 |
* | succes --> success typo | Diego Biurrun | 2007-12-01 | 1 | -1/+1 |
* | Fix nodes[nb_codes*2-1].count being uninitialized and used to initialize | Reimar Döffinger | 2007-12-01 | 1 | -0/+1 |
* | senseless cast and () | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 4 | -23/+23 |
* | wma_decode_superframe always returns s->block_align, so make | Reimar Döffinger | 2007-11-30 | 1 | -0/+3 |
* | Fix make checkheaders, #include <inttypes.h> was missing. | Diego Biurrun | 2007-11-30 | 1 | -0/+2 |
* | fix segfault with interlaced h.264 | Michael Niedermayer | 2007-11-29 | 1 | -2/+2 |
* | MLP/TrueHD parser | Ian Caulfield | 2007-11-28 | 4 | -0/+367 |
* | Clarify documentation for avcodec_encode_audio. | Stefano Sabatini | 2007-11-28 | 1 | -1/+3 |
* | remove some unused ff_p* vars from dsputil | Aurelien Jacobs | 2007-11-27 | 2 | -6/+0 |
* | remove useless #ifdef around extern declaration | Aurelien Jacobs | 2007-11-27 | 1 | -2/+0 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-11-27 | 1 | -2/+2 |
* | convert some #ifdef CONFIG_ to if(ENABLE_ | Aurelien Jacobs | 2007-11-27 | 1 | -5/+2 |
* | build vc1dsp_mmx.c in its own compilation unit | Aurelien Jacobs | 2007-11-27 | 3 | -8/+11 |
* | use ff_ prefix for extern vars | Aurelien Jacobs | 2007-11-27 | 3 | -14/+14 |
* | make ff_p* vars extern so that they can be used in various *_mmx.c files | Aurelien Jacobs | 2007-11-27 | 6 | -37/+89 |
* | 10l: init_get_bits want size in bits, not bytes | Aurelien Jacobs | 2007-11-27 | 1 | -1/+1 |
* | cosmetics: alignment | Aurelien Jacobs | 2007-11-27 | 1 | -18/+18 |
* | spelling cosmetics | Diego Biurrun | 2007-11-27 | 4 | -38/+38 |
* | sync message with modern ffmpeg bitrate option syntax. | D Richard Felker III | 2007-11-27 | 1 | -1/+1 |
* | remove some empty close/init functions in avcodec | Aurelien Jacobs | 2007-11-25 | 4 | -44/+5 |
* | add pcm_s16le_planar support for electronicarts files | Aurelien Jacobs | 2007-11-25 | 5 | -3/+21 |
* | split wmv2 encoder and decoder in their own files | Aurelien Jacobs | 2007-11-25 | 5 | -716/+789 |
* | Typo fix. Previous version had some picture error building up until next keyf... | Christophe Gisquet | 2007-11-25 | 1 | -2/+2 |
* | Data tables for future RV30/40 decoder | Kostya Shishkov | 2007-11-24 | 4 | -0/+1142 |
* | Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P... | Christophe Gisquet | 2007-11-24 | 1 | -4/+1 |
* | Add missing #includes to fix 'make checkheaders'. | Diego Biurrun | 2007-11-24 | 1 | -0/+3 |
* | main() --> main(void) | Diego Biurrun | 2007-11-23 | 5 | -5/+5 |
* | add VC-1 MMX DSP functions, under MIT license. | Christophe Gisquet | 2007-11-21 | 2 | -0/+510 |
* | cosmetic (x==NULL -> !x) | Michael Niedermayer | 2007-11-19 | 1 | -7/+7 |
* | cosmetic (place { consistently) | Michael Niedermayer | 2007-11-19 | 1 | -22/+11 |
* | cosmetic (remove != 0 / != NULL) | Michael Niedermayer | 2007-11-19 | 1 | -44/+44 |
* | use sizeof in snprintf (note the changed code is all under #if 0) | Michael Niedermayer | 2007-11-19 | 1 | -5/+5 |
* | check region depth for validity | Michael Niedermayer | 2007-11-19 | 1 | -0/+4 |
* | Use memcpy instead of for loop | Benjamin Larsson | 2007-11-18 | 1 | -4/+2 |
* | Call mpegvideo flush routine on h264 flush. Needed in particular | Jeff Downs | 2007-11-17 | 1 | -0/+1 |
* | Remove unused functions, fixes the warnings: | Diego Biurrun | 2007-11-16 | 1 | -14/+0 |
* | avoid some halfpel related #ifdef | Aurelien Jacobs | 2007-11-15 | 1 | -5/+3 |
* | Put halfpel_interpol under the same #ifdef as its usage, fixes the warning: | Diego Biurrun | 2007-11-15 | 1 | -0/+2 |
* | Attribute for specifying direction should come right after @param. | Panagiotis Issaris | 2007-11-15 | 1 | -3/+3 |
* | Use put_signed_pixels_clamped where appropriate | Christophe Gisquet | 2007-11-15 | 1 | -6/+3 |
* | Remove editor junk from the end. | Alex Beregszaszi | 2007-11-14 | 1 | -4/+0 |
* | Small simplification | Benjamin Larsson | 2007-11-14 | 1 | -9/+7 |
* | Support 44.1kHz audio. Acked by Benjamin | Alex Beregszaszi | 2007-11-14 | 1 | -0/+2 |
* | Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. | Alex Beregszaszi | 2007-11-14 | 1 | -1/+1 |
* | Make sine_window static. Acked by Benjamin Larsson | Alex Beregszaszi | 2007-11-14 | 1 | -1/+1 |
* | Fix nellymoser decode_tag return value, patch by Stefano Sabatini | Stefano Sabatini | 2007-11-14 | 1 | -1/+1 |