aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-264-60/+60
* factorize &Michael Niedermayer2007-03-261-3/+3
* simplifyMichael Niedermayer2007-03-261-10/+1
* properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs2007-03-261-0/+2
* check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer2007-03-251-3/+4
* simplifyMichael Niedermayer2007-03-251-16/+6
* increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier2007-03-251-2/+2
* remove TODO, its done nowBaptiste Coudurier2007-03-251-1/+0
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-251-1/+2
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer2007-03-251-11/+8
* activate parser on MP3 id, fix [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362...Baptiste Coudurier2007-03-251-0/+1
* prefer MP3 idBaptiste Coudurier2007-03-251-2/+2
* simplifyMichael Niedermayer2007-03-251-4/+3
* use MKTAGBaptiste Coudurier2007-03-251-1/+1
* dont fail immediately when a somehow broken track is detected, some tracks mi...Baptiste Coudurier2007-03-251-1/+1
* lzw maintainerMichael Niedermayer2007-03-251-0/+1
* factorizeMichael Niedermayer2007-03-251-11/+5
* simplifyMichael Niedermayer2007-03-251-10/+4
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-251-2/+6
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-251-0/+1
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-252-10/+14
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-254-28/+98
* actually return bytes readBaptiste Coudurier2007-03-251-1/+1
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-251-0/+1
* actually return bytes readBaptiste Coudurier2007-03-251-1/+1
* add some length checksBaptiste Coudurier2007-03-241-1/+8
* simplifyBaptiste Coudurier2007-03-241-12/+4
* fix indentationBaptiste Coudurier2007-03-241-1/+1
* break if eob is reached to avoid reading one too much byteBaptiste Coudurier2007-03-241-0/+1
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-244-4/+4
* sortBaptiste Coudurier2007-03-241-1/+1
* add some codec object type idsBaptiste Coudurier2007-03-241-0/+3
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-241-1/+1
* add specifications reference commentsBaptiste Coudurier2007-03-241-5/+5
* Fix H.264 8x8 transform selectionLimin Wang2007-03-241-1/+1
* md5 test for the image formatsMichael Niedermayer2007-03-242-6/+11
* bmp and tga image regression testMichael Niedermayer2007-03-242-0/+8
* 1000000l for me ive misstakely reverted the regression checksum change from r...Michael Niedermayer2007-03-243-3/+3
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for inet...François Revol2007-03-234-45/+11
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-231-2/+7
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-224-16/+17
* update resgression tests after the resampler changesMichael Niedermayer2007-03-223-31/+31
* clarify codec_tagMichael Niedermayer2007-03-221-0/+7
* clarify sub_idMichael Niedermayer2007-03-221-1/+4
* replace long double in the audiophile kiddy mode with doubles, its faster (an...Michael Niedermayer2007-03-221-3/+3
* change high precision mode to 30 bits again after making the code less overfl...Michael Niedermayer2007-03-221-1/+1
* optimize linear filter coeff interpolation code, this also makes the code les...Michael Niedermayer2007-03-221-5/+4
* cosmetics. align and condense.Justin Ruggles2007-03-221-3/+2
* simplifyJustin Ruggles2007-03-221-2/+4
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-221-12/+43