summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: rename ac3 tablesJustin Ruggles2007-12-096-55/+55
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-087-27/+27
* Reindent after last commitKostya Shishkov2007-12-081-16/+16
* Update Altivec variant of vc1_inv_trans_8x4Kostya Shishkov2007-12-081-29/+23
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-081-0/+3
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-084-62/+54
* Rename some tablesKostya Shishkov2007-12-081-4/+4
* Use existing function for VLC readingKostya Shishkov2007-12-072-3/+5
* Check decoded dimensions for validityKostya Shishkov2007-12-071-0/+2
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-072-3/+3
* Add decoder flagsKostya Shishkov2007-12-072-0/+2
* Replace table with its H.263 counterpartKostya Shishkov2007-12-071-6/+8
* Update tables for RV40 decoderKostya Shishkov2007-12-062-3/+2
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-061-2/+2
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-061-0/+14
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-051-1/+1
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-051-3/+4
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-051-1/+1
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-051-8/+8
* RV40 decoder specific functionsKostya Shishkov2007-12-041-0/+275
* colour --> color in variable namesDiego Biurrun2007-12-032-16/+16
* cosmetics: comment spelling fixesDiego Biurrun2007-12-032-6/+6
* cosmetics: spelling fixesDiego Biurrun2007-12-031-5/+5
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-031-1/+1
* Rename function to reflect its actionKostya Shishkov2007-12-031-3/+3
* simplifyMichael Niedermayer2007-12-031-3/+1
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-031-2/+2
* Some spelling fixes in commentsReimar Döffinger2007-12-021-3/+3
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-021-3/+3
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-021-1/+1
* indentationBaptiste Coudurier2007-12-021-13/+13
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-022-2/+127
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-021-2/+2
* fix corner case when qscale 1 bits < frame bits but max bits with worst paddi...Baptiste Coudurier2007-12-021-4/+4
* RealVideo 3 decoder functionsKostya Shishkov2007-12-021-0/+145
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-027-15/+15
* Fix some spelling mistakes.Diego Biurrun2007-12-022-3/+3
* RV30/40 common VLC tablesKostya Shishkov2007-12-021-0/+4054
* 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
OpenPOWER on IntegriCloud