summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* increment subminor version due to r8502 and r8504, those revisions make ↵Baptiste Coudurier2007-03-25
| | | | | | dnxhd and gif decoders in line with libavcodec API Originally committed as revision 8520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove TODO, its done nowBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, ↵Michael Niedermayer2007-03-25
| | | | | | avoids some checks in the innermost loop and also gets rid of the controversal break while hopefully retaining the last byte in a valid bytestream, invalid bytestreams still can have very significant overread Originally committed as revision 8517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate parser on MP3 id, fix ↵Baptiste Coudurier2007-03-25
| | | | | | [A-Destiny]_Konjiki_no_Gash_Bell_-_65_[71EE362C].mp4 Originally committed as revision 8516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 idBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-25
| | | | Originally committed as revision 8514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MKTAGBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont fail immediately when a somehow broken track is detected, some tracks ↵Baptiste Coudurier2007-03-25
| | | | | | might be good, fix mi2_vorbis51.mp4 Originally committed as revision 8512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lzw maintainerMichael Niedermayer2007-03-25
| | | | Originally committed as revision 8511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-03-25
| | | | Originally committed as revision 8510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-25
| | | | Originally committed as revision 8509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-25
| | | | | | P.S. This condition could be also written as if(n==3 || n==(2-dc_pred_dir)) Originally committed as revision 8508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-25
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-25
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-25
| | | | | | | | Original thread: Date: Thu, 22 Mar 2007 20:23:08 -0400 Subject: [Ffmpeg-devel] [PATCH] Theora in MKV (GSoC '07 Qualification) Originally committed as revision 8505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually return bytes readBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually return bytes readBaptiste Coudurier2007-03-25
| | | | Originally committed as revision 8502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some length checksBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if eob is reached to avoid reading one too much byteBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sortBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some codec object type idsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-24
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-24
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 8x8 transform selectionLimin Wang2007-03-24
| | | | | | | | | | | It seems that it's opt parse bug, it can't process the flags which start by digit. After change 8x8dct to dct8x8, I can set it without problem. I guess nobody will use it since it can't work as expected, so the quick fix is change the option name. Patch by Limin Wang lance dot lmwang at gmail com Originally committed as revision 8492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* md5 test for the image formatsMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp and tga image regression testMichael Niedermayer2007-03-24
| | | | Originally committed as revision 8490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000000l for me ive misstakely reverted the regression checksum change from ↵Michael Niedermayer2007-03-24
| | | | | | | | | | | | | | | | | | r8444 in r8486 how did i succeed doing such a ridiculously silly thing? well i think it happened like: 1. verifying that the regression tests pass with old resample2.c 2. updating the regressions to the new resample2.c ... failed svn complained 3. svn up 4. updating the regressions to the new resample2.c success (r8485) at that point everything was still ok 5. some more resample2.c work update regressions, read diff, commit (r8486) my misstake was that the svn up at point 3 was run in tests/ -> iam an idiot Originally committed as revision 8489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some more BeOS cleanup: check for arpa/inet.h; declare the prototype for ↵François Revol2007-03-23
| | | | | | inet_aton if not found; remove barpainet.h as it's not longer needed. Originally committed as revision 8488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-23
| | | | | | | armv5t does - use the armv5t function rather than default c code. patch by Tim Chick chick at computergeek freeserve co uk Originally committed as revision 8487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set more reasonable cutoff for audio rate conversionMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update resgression tests after the resampler changesMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify codec_tagMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clarify sub_idMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace long double in the audiophile kiddy mode with doubles, its faster ↵Michael Niedermayer2007-03-22
| | | | | | (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected Originally committed as revision 8482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change high precision mode to 30 bits again after making the code less ↵Michael Niedermayer2007-03-22
| | | | | | overflow sensitive Originally committed as revision 8481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize linear filter coeff interpolation code, this also makes the code ↵Michael Niedermayer2007-03-22
| | | | | | less prone to overflows Originally committed as revision 8480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics. align and condense.Justin Ruggles2007-03-22
| | | | Originally committed as revision 8479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyJustin Ruggles2007-03-22
| | | | Originally committed as revision 8478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* utilize multi-stage AC-3 bit allocation. speeds up encoding by 25-30%Justin Ruggles2007-03-22
| | | | Originally committed as revision 8477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r8469 (increase bits for non default highprecision mode)Michael Niedermayer2007-03-22
| | | | | | it causes overflows with linear interpolated filters coefficients Originally committed as revision 8476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUDIOPHILE_KIDDY_MODEMichael Niedermayer2007-03-22
| | | | Originally committed as revision 8475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize bessel function instead of trusting gcc to do trivial optimizations ↵Michael Niedermayer2007-03-22
| | | | | | (as gcc doesnt ...) Originally committed as revision 8474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* select more sensible default windows (= attenuation beyond the dynamic range ↵Michael Niedermayer2007-03-22
| | | | | | of your input is silly if it negatively affects other parameters) Originally committed as revision 8473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make kaiser windows with other beta than 16 availableMichael Niedermayer2007-03-21
| | | | Originally committed as revision 8472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable iwmmxt support, removing mm_support() stubTim Chick2007-03-21
| | | | | | patch by Tim Chick, chick at computergeek freeserve co uk Originally committed as revision 8471 to svn://svn.ffmpeg.org/ffmpeg/trunk