summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix some spelling typosDiego Biurrun2007-12-02
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* RV30/40 common VLC tablesKostya Shishkov2007-12-02
* Fix alignment broke by my last patchVitor Sessak2007-12-01
* spellingVitor Sessak2007-12-01
* TIFF may omit compression tag.Kostya Shishkov2007-12-01
* succes --> success typoDiego Biurrun2007-12-01
* Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger2007-12-01
* senseless cast and ()Michael Niedermayer2007-12-01
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-01
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-01
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-30
* Fix make checkheaders, #include <inttypes.h> was missing.Diego Biurrun2007-11-30
* Comment some #endif directives.Diego Biurrun2007-11-30
* fix segfault with interlaced h.264Michael Niedermayer2007-11-29
* Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),Luca Abeni2007-11-29
* Bump lavf minor due to addition ofAndreas Öman2007-11-28
* Extend ByteIOContext and add the buffered IO functions:Björn Axelsson2007-11-28
* MLP/TrueHD parserIan Caulfield2007-11-28
* Clarify documentation for avcodec_encode_audio.Stefano Sabatini2007-11-28
* frame_size vs. frame_size*channels bugMichael Niedermayer2007-11-28
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-27
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-27
* cosmetics: indentationAurelien Jacobs2007-11-27
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-27
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-27
* use ff_ prefix for extern varsAurelien Jacobs2007-11-27
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-27
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-27
* cosmetics: alignmentAurelien Jacobs2007-11-27
* spelling cosmeticsDiego Biurrun2007-11-27
* Add #include "os_support.h" to restore OS/2 support.Dave Yeo2007-11-27
* Remove possibly misleading comments.Diego Biurrun2007-11-27
* sync message with modern ffmpeg bitrate option syntax.D Richard Felker III2007-11-27
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-25
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-25
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-25
* Typo fix. Previous version had some picture error building up until next keyf...Christophe Gisquet2007-11-25
* Data tables for future RV30/40 decoderKostya Shishkov2007-11-24
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...Christophe Gisquet2007-11-24
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-24
* Extend URLProtocol with new function pointers and api functions forBjörn Axelsson2007-11-24
* Link libavdevice against libavutil, libavcodec, and libavformatLuca Abeni2007-11-23
* Fix out of tree builds after introduction of libavdevice.Diego Biurrun2007-11-23
* Keep -L flags before corresponding -l flags.Diego Biurrun2007-11-23
* cosmetics: Consistently indent with 4 spaces, break some long lists into singleDiego Biurrun2007-11-23
* Fix the creation of alldevices.c (create it without any rename).Luca Abeni2007-11-23
* main() --> main(void)Diego Biurrun2007-11-23
* spellingDiego Biurrun2007-11-23
* Introduce libavdeviceLuca Abeni2007-11-22