| Commit message (Expand) | Author | Age | Files | Lines |
* | Add av_ prefix to LZO stuff and thus make it officially part of the public API. | Reimar Döffinger | 2009-02-02 | 2 | -4/+4 |
* | Allocate trellis tables on heap only when needed. | Benjamin Larsson | 2009-02-02 | 1 | -4/+16 |
* | Doxygen defgroups throw a warning if they don't have a title as well as a name | Robert Swain | 2009-02-02 | 1 | -1/+1 |
* | cosmetics: Place all subtitle entries together. | Diego Biurrun | 2009-02-02 | 1 | -1/+1 |
* | flacdec: set default sample_fmt before parsing extradata | Justin Ruggles | 2009-02-02 | 1 | -1/+2 |
* | Add av_unused to conditionally used variable, fixes the warning: | Diego Biurrun | 2009-02-02 | 1 | -1/+1 |
* | Silence compiler warnings for XL decoder | Kostya Shishkov | 2009-02-01 | 1 | -1/+1 |
* | Make WNV1 decoder use temporary buffer for bit-reversed input | Kostya Shishkov | 2009-02-01 | 1 | -3/+12 |
* | cosmetics: Remove period after copyright statement non-sentence. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Make TM2 decoder byteswap input into separate buffer instead of doing it in-p... | Kostya Shishkov | 2009-02-01 | 1 | -4/+15 |
* | Factorize stream reading in TM2 decoder | Kostya Shishkov | 2009-02-01 | 1 | -28/+12 |
* | Silence two pointer assignment compiler warnings in rv34.c | Kostya Shishkov | 2009-02-01 | 1 | -2/+2 |
* | Silence useless compiler warning when passing AVFrame* instead of AVPicture* | Kostya Shishkov | 2009-02-01 | 4 | -4/+4 |
* | Remove H.264 encoder initialization. | Diego Biurrun | 2009-02-01 | 1 | -3/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 312 | -312/+312 |
* | Fix filenames in doxygen comments. | Diego Biurrun | 2009-02-01 | 2 | -2/+2 |
* | remove some warnings due to avctx->execute | Baptiste Coudurier | 2009-01-31 | 1 | -2/+4 |
* | shorten: trivial simplification of signature check | Måns Rullgård | 2009-01-31 | 1 | -1/+1 |
* | assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade... | Ben Hutchings | 2009-01-31 | 1 | -1/+1 |
* | fix decoding 720p50 audio samples | Baptiste Coudurier | 2009-01-31 | 1 | -3/+3 |
* | cosmetics: change comment type and vertical alignment | Justin Ruggles | 2009-01-31 | 1 | -2/+2 |
* | cosmetics: add some documentation to FLACContext | Justin Ruggles | 2009-01-31 | 1 | -6/+6 |
* | Cosmetics: fixing indentation | Roman Shaposhnik | 2009-01-31 | 1 | -13/+13 |
* | unrolling encoding loops | Roman Shaposhnik | 2009-01-31 | 1 | -39/+40 |
* | Cosmetics: simplifying static initialization | Roman Shaposhnik | 2009-01-31 | 1 | -2/+1 |
* | simplifying DIF encoding process | Roman Shaposhnik | 2009-01-31 | 1 | -22/+24 |
* | Cosmetics: fixing the indentation | Roman Shaposhnik | 2009-01-31 | 1 | -13/+13 |
* | factoring code into dv_init_enc_block | Roman Shaposhnik | 2009-01-31 | 1 | -44/+34 |
* | Cosmetics: replacing 0 with NULL for pointer assignment | Roman Shaposhnik | 2009-01-31 | 1 | -1/+1 |
* | Cosmetics: moving the function definition around | Roman Shaposhnik | 2009-01-31 | 1 | -26/+26 |
* | Replacing the constant with a macro | Roman Shaposhnik | 2009-01-31 | 1 | -9/+9 |
* | flacdec: add support for SAMPLE_FMT_32 | Justin Ruggles | 2009-01-31 | 1 | -6/+33 |
* | Fix documentation of the return value of avcodec_encode_video(). | Bitbreaker/METALVOTZE X | 2009-01-31 | 1 | -1/+1 |
* | Use '#if defined()' for OS-specific preprocessor checks. | Diego Biurrun | 2009-01-30 | 1 | -2/+2 |
* | ARM: NEON optimised vector_fmul_window | Måns Rullgård | 2009-01-30 | 2 | -0/+54 |
* | ARM: NEON optimised vector_fmul | Måns Rullgård | 2009-01-30 | 2 | -0/+44 |
* | remove duplicate tables | Stefan Gehrer | 2009-01-30 | 2 | -10/+4 |
* | Use the new RDFT code in the QDM2 decoder. | Alex Converse | 2009-01-30 | 1 | -68/+31 |
* | Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. | Alex Converse | 2009-01-30 | 4 | -1/+160 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 12 | -12/+12 |
* | Record B-fraction index from frame header and two fields from entry point str... | Gwenole Beauchesne | 2009-01-30 | 2 | -8/+11 |
* | Make ff_h263_resync() return the bit position of the resync_marker or | Gwenole Beauchesne | 2009-01-30 | 1 | -4/+6 |
* | Use a constant instead of a magic number. | Gwenole Beauchesne | 2009-01-30 | 1 | -1/+1 |
* | avoid indeterminate order of accessing src | Stefan Gehrer | 2009-01-30 | 1 | -3/+3 |
* | cosmetics: Add empty line for consistent formatting. | Gwenole Beauchesne | 2009-01-29 | 1 | -0/+1 |
* | Mark ff_fft_end av_cold. | Alex Converse | 2009-01-29 | 1 | -1/+1 |
* | fix an overflow in vc1 intra overlap filter | Loren Merritt | 2009-01-28 | 1 | -4/+4 |
* | Fix Doxygen comments for VC-1 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -5/+23 |
* | Fix Doxygen comments for RV3/4 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -0/+5 |
* | Fix Doxygen comments for APE decoder. | Kostya Shishkov | 2009-01-28 | 1 | -1/+5 |