summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
* Typos in commentsLuca Barbato2007-03-30
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-30
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-30
* add 'all' and 'none' options for partitions configLimin Wang2007-03-30
* Update specification and reference implementation links.Robert Swain2007-03-30
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* Accept only existing bitrates.Benoit Fouet2007-03-29
* codec id addition guidlinesMichael Niedermayer2007-03-27
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-27
* One more FASTTX-related hackKostya Shishkov2007-03-27
* Remove redundant assignKostya Shishkov2007-03-27
* set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer2007-03-26
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-26
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* factorize &Michael Niedermayer2007-03-26
* simplifyMichael Niedermayer2007-03-26
* properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs2007-03-26
* check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier2007-03-25
* remove TODO, its done nowBaptiste Coudurier2007-03-25
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-25
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* factorizeMichael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-25
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-25
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-25
* actually return bytes readBaptiste Coudurier2007-03-25
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-25
* actually return bytes readBaptiste Coudurier2007-03-25
* add some length checksBaptiste Coudurier2007-03-24
* simplifyBaptiste Coudurier2007-03-24
* fix indentationBaptiste Coudurier2007-03-24
* break if eob is reached to avoid reading one too much byteBaptiste Coudurier2007-03-24
* Fix H.264 8x8 transform selectionLimin Wang2007-03-24
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-23
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
* clarify codec_tagMichael Niedermayer2007-03-22
* clarify sub_idMichael Niedermayer2007-03-22
* replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer2007-03-22
* change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer2007-03-22
* optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer2007-03-22
* cosmetics. align and condense.Justin Ruggles2007-03-22
* simplifyJustin Ruggles2007-03-22
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-22
* revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer2007-03-22