summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* fix segfault with interlaced h.264Michael Niedermayer2007-11-29
* MLP/TrueHD parserIan Caulfield2007-11-28
* Clarify documentation for avcodec_encode_audio.Stefano Sabatini2007-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
* 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
* main() --> main(void)Diego Biurrun2007-11-23
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-21
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-19
* cosmetic (place { consistently)Michael Niedermayer2007-11-19
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-19
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-19
* check region depth for validityMichael Niedermayer2007-11-19
* Use memcpy instead of for loopBenjamin Larsson2007-11-18
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-17
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-15
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-15
* Remove editor junk from the end.Alex Beregszaszi2007-11-14
* Small simplificationBenjamin Larsson2007-11-14
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-14
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-14
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-14
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-14
* Remove unused variable, fixes the warning:Diego Biurrun2007-11-13
* cosmetics: Keep all OBJS entries on a line of their own.Diego Biurrun2007-11-12
* tring to workaround gcc 2.95 bug which causes random failuresMichael Niedermayer2007-11-12
* ogg muxerBaptiste Coudurier2007-11-10
* Add comments to some #endif directives.Diego Biurrun2007-11-10
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-10