summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* AUDIOPHILE_KIDDY_MODEMichael Niedermayer2007-03-22
* optimize bessel function instead of trusting gcc to do trivial optimizations ...Michael Niedermayer2007-03-22
* select more sensible default windows (= attenuation beyond the dynamic range ...Michael Niedermayer2007-03-22
* make kaiser windows with other beta than 16 availableMichael Niedermayer2007-03-21
* enable iwmmxt support, removing mm_support() stubTim Chick2007-03-21
* make high precision mode accessible at compile timeMichael Niedermayer2007-03-21
* increase bits for non default highprecision modeMichael Niedermayer2007-03-21
* code for testing the accuracy of the resamplerMichael Niedermayer2007-03-21
* remove dithering of filter coefficients, improves precision by 1-2 bits andMichael Niedermayer2007-03-21
* Smacker Audio stereo fixKostya Shishkov2007-03-21
* Small simplifications to subband coefficient handling and use av_random().Ian Braithwaite2007-03-20
* oops, encoder was under ifdef decoders.Loren Merritt2007-03-20
* Correctly handle data_size on decodingKostya Shishkov2007-03-20
* fix handling of special case for lowest snroffset. regressions are unaffected.Justin Ruggles2007-03-20
* 10l, fix debug, dprintf does not have log levelBaptiste Coudurier2007-03-19
* dnxhd decoderBaptiste Coudurier2007-03-18
* AC-3 encoded volume is too high. Revert revision 7160:Bill O'Shaughnessy2007-03-18
* fix init_vlc() with nonzero flagsMåns Rullgård2007-03-18
* split ac3_parametric_bit_allocation into 3 separate functionsJustin Ruggles2007-03-18
* Zero MV vectors for P frame intra blocksKostya Shishkov2007-03-18
* huffyuv rgb encoderLoren Merritt2007-03-18
* indentationKostya Shishkov2007-03-18
* Proper handling of motion vectors for adv. profileKostya Shishkov2007-03-18
* hardcode ff_ac3_frame_sizes tableJustin Ruggles2007-03-18
* Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* Move the encoding of the image data to its own function.Bobby Bingham2007-03-17
* Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.Bobby Bingham2007-03-17
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-15
* subband_coef_noise -> subband_coef_signIan Braithwaite2007-03-15
* Targa (.tga) encoder,Bobby Bingham2007-03-15
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-14