aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Make AC3 decoder honor avctx->request_channelsAndreas Öman2007-12-151-16/+5
* Make fill_rectangle() available for other decodersKostya Shishkov2007-12-152-88/+122
* Fix brain-dead parts of r11216, specifically:Jeff Downs2007-12-141-2/+4
* Ensure that our total reference frame count does not exceed the SPSJeff Downs2007-12-141-0/+23
* Actually return with an error condition if we're being asked to deal with tooJeff Downs2007-12-141-1/+2
* Make h264 decoder conform to requirements of mpegvideo's MPV_frame_start.Jeff Downs2007-12-141-0/+5
* Add a missing break, before av_set_number would always return NULL forReimar Döffinger2007-12-131-0/+1
* Fix non_zero_count_cache for deblocking in field pictures.Jeff Downs2007-12-131-2/+3
* add required include to make this file self-containedAurelien Jacobs2007-12-121-0/+2
* use av_log_get/set_level()Måns Rullgård2007-12-121-1/+1
* av_*_next() API for libavcodecMichael Niedermayer2007-12-124-3/+24
* Show which bitstreamfilters were compiled in, similar to the protocols etcPanagiotis Issaris2007-12-121-0/+1
* typo/clarificationDiego Biurrun2007-12-111-1/+1
* Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov2007-12-091-1/+1
* Add 4x4 IDCTKostya Shishkov2007-12-092-0/+15
* cosmetics: rename ac3 decoder variablesJustin Ruggles2007-12-091-162/+162
* cosmetics: rename common ac3 variablesJustin Ruggles2007-12-094-111/+111
* cosmetics: vertical align after last commitJustin Ruggles2007-12-091-6/+6
* cosmetics: rename ac3 bit allocation variablesJustin Ruggles2007-12-095-192/+193
* 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