aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment broke by my last patchVitor Sessak2007-12-012-3/+3
* spellingVitor Sessak2007-12-0119-28/+28
* TIFF may omit compression tag.Kostya Shishkov2007-12-011-0/+1
* succes --> success typoDiego Biurrun2007-12-011-1/+1
* Fix nodes[nb_codes*2-1].count being uninitialized and used to initializeReimar Döffinger2007-12-011-0/+1
* senseless cast and ()Michael Niedermayer2007-12-011-1/+1
* stupid code (casting of void*) found by checktree.shMichael Niedermayer2007-12-014-23/+23
* wma_decode_superframe always returns s->block_align, so makeReimar Döffinger2007-11-301-0/+3
* Fix make checkheaders, #include <inttypes.h> was missing.Diego Biurrun2007-11-301-0/+2
* fix segfault with interlaced h.264Michael Niedermayer2007-11-291-2/+2
* MLP/TrueHD parserIan Caulfield2007-11-284-0/+367
* Clarify documentation for avcodec_encode_audio.Stefano Sabatini2007-11-281-1/+3
* remove some unused ff_p* vars from dsputilAurelien Jacobs2007-11-272-6/+0
* remove useless #ifdef around extern declarationAurelien Jacobs2007-11-271-2/+0
* cosmetics: indentationAurelien Jacobs2007-11-271-2/+2
* convert some #ifdef CONFIG_ to if(ENABLE_Aurelien Jacobs2007-11-271-5/+2
* build vc1dsp_mmx.c in its own compilation unitAurelien Jacobs2007-11-273-8/+11
* use ff_ prefix for extern varsAurelien Jacobs2007-11-273-14/+14
* make ff_p* vars extern so that they can be used in various *_mmx.c filesAurelien Jacobs2007-11-276-37/+89
* 10l: init_get_bits want size in bits, not bytesAurelien Jacobs2007-11-271-1/+1
* cosmetics: alignmentAurelien Jacobs2007-11-271-18/+18
* spelling cosmeticsDiego Biurrun2007-11-274-38/+38
* sync message with modern ffmpeg bitrate option syntax.D Richard Felker III2007-11-271-1/+1
* remove some empty close/init functions in avcodecAurelien Jacobs2007-11-254-44/+5
* add pcm_s16le_planar support for electronicarts filesAurelien Jacobs2007-11-255-3/+21
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-255-716/+789
* Typo fix. Previous version had some picture error building up until next keyf...Christophe Gisquet2007-11-251-2/+2
* Data tables for future RV30/40 decoderKostya Shishkov2007-11-244-0/+1142
* Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P...Christophe Gisquet2007-11-241-4/+1
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2007-11-241-0/+3
* main() --> main(void)Diego Biurrun2007-11-235-5/+5
* add VC-1 MMX DSP functions, under MIT license.Christophe Gisquet2007-11-212-0/+510
* cosmetic (x==NULL -> !x)Michael Niedermayer2007-11-191-7/+7
* cosmetic (place { consistently)Michael Niedermayer2007-11-191-22/+11
* cosmetic (remove != 0 / != NULL)Michael Niedermayer2007-11-191-44/+44
* use sizeof in snprintf (note the changed code is all under #if 0)Michael Niedermayer2007-11-191-5/+5
* check region depth for validityMichael Niedermayer2007-11-191-0/+4
* Use memcpy instead of for loopBenjamin Larsson2007-11-181-4/+2
* Call mpegvideo flush routine on h264 flush. Needed in particularJeff Downs2007-11-171-0/+1
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-161-14/+0
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-151-5/+3
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-151-0/+2
* Attribute for specifying direction should come right after @param.Panagiotis Issaris2007-11-151-3/+3
* Use put_signed_pixels_clamped where appropriateChristophe Gisquet2007-11-151-6/+3
* Remove editor junk from the end.Alex Beregszaszi2007-11-141-4/+0
* Small simplificationBenjamin Larsson2007-11-141-9/+7
* Support 44.1kHz audio. Acked by BenjaminAlex Beregszaszi2007-11-141-0/+2
* Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.Alex Beregszaszi2007-11-141-1/+1
* Make sine_window static. Acked by Benjamin LarssonAlex Beregszaszi2007-11-141-1/+1
* Fix nellymoser decode_tag return value, patch by Stefano SabatiniStefano Sabatini2007-11-141-1/+1