aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* set bit rate for asf format, patch by Zuxy Meng, zuxy meng gmail comZuxy Meng2007-03-281-7/+14
| | | | Originally committed as revision 8538 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of big audio packets (48k 16bit 2 channels), needed size is ↵Baptiste Coudurier2007-03-281-1/+1
| | | | | | related to samples which is short * while len passed to decode_audio2 is related to pkt->data which is uint8_t * Originally committed as revision 8537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent exit missuseMichael Niedermayer2007-03-275-0/+9
| | | | Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAXMichael Niedermayer2007-03-271-6/+11
| | | | | | | to detect a container fixes probing of mpeg_probe_fail.mpg Originally committed as revision 8535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec id addition guidlinesMichael Niedermayer2007-03-271-0/+6
| | | | Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-271-0/+2
| | | | Originally committed as revision 8533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more FASTTX-related hackKostya Shishkov2007-03-271-0/+1
| | | | Originally committed as revision 8532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant assignKostya Shishkov2007-03-278-8/+0
| | | | Originally committed as revision 8531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-261-0/+1
| | | | Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning about vhooks statusMichael Niedermayer2007-03-261-0/+2
| | | | Originally committed as revision 8529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pict_type to I type during init so parsers which dont set it get all i ↵Michael Niedermayer2007-03-261-0/+1
| | | | | | frames, fixes mp3 seeking Originally committed as revision 8528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-262-3/+6
| | | | | | | | extensions are added to the end of the struct (avoids build issues on 64 bits platform) add osd extension to be used by mplayer (required by the resent changes in the build system) breaking the compability, thus bumping minor lavc version number Originally committed as revision 8527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-264-60/+60
| | | | | | | | Patch by Ian Braithwaite ian .. braithwaite . dk [Ffmpeg-devel] WMA decoder speedup 2007-03-22 22:56 Originally committed as revision 8526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize &Michael Niedermayer2007-03-261-3/+3
| | | | Originally committed as revision 8525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-261-10/+1
| | | | Originally committed as revision 8524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs2007-03-261-0/+2
| | | | | | | | Original thread: Date: Sat, 24 Mar 2007 04:04:53 +0100 Subject: [Ffmpeg-devel] Shorten file playback broken in SVN trunk Originally committed as revision 8523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check input validity, this prevents a few variables from reachin odd values ↵Michael Niedermayer2007-03-251-3/+4
| | | | | | which might have lead to out of array writes and thus might have been exploitable Originally committed as revision 8522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-251-16/+6
| | | | Originally committed as revision 8521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increment subminor version due to r8502 and r8504, those revisions make ↵Baptiste Coudurier2007-03-251-2/+2
| | | | | | 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-251-1/+0
| | | | Originally committed as revision 8519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-251-1/+2
| | | | 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-251-11/+8
| | | | | | 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-251-0/+1
| | | | | | [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-251-2/+2
| | | | Originally committed as revision 8515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-251-4/+3
| | | | Originally committed as revision 8514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use MKTAGBaptiste Coudurier2007-03-251-1/+1
| | | | 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-251-1/+1
| | | | | | might be good, fix mi2_vorbis51.mp4 Originally committed as revision 8512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lzw maintainerMichael Niedermayer2007-03-251-0/+1
| | | | Originally committed as revision 8511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeMichael Niedermayer2007-03-251-11/+5
| | | | Originally committed as revision 8510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-251-10/+4
| | | | 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-251-2/+6
| | | | | | 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-251-0/+1
| | | | | | | | 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-252-10/+14
| | | | | | | | 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-254-28/+98
| | | | | | | | 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-251-1/+1
| | | | Originally committed as revision 8504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if loop has ended before decoding imageBaptiste Coudurier2007-03-251-0/+1
| | | | Originally committed as revision 8503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* actually return bytes readBaptiste Coudurier2007-03-251-1/+1
| | | | Originally committed as revision 8502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some length checksBaptiste Coudurier2007-03-241-1/+8
| | | | Originally committed as revision 8501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-03-241-12/+4
| | | | Originally committed as revision 8500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2007-03-241-1/+1
| | | | 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-241-0/+1
| | | | Originally committed as revision 8498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmectics, mov -> mp4Baptiste Coudurier2007-03-244-4/+4
| | | | Originally committed as revision 8497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sortBaptiste Coudurier2007-03-241-1/+1
| | | | Originally committed as revision 8496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some codec object type idsBaptiste Coudurier2007-03-241-0/+3
| | | | Originally committed as revision 8495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer MP3 id as mentioned in avcodec.h line 210Baptiste Coudurier2007-03-241-1/+1
| | | | Originally committed as revision 8494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add specifications reference commentsBaptiste Coudurier2007-03-241-5/+5
| | | | Originally committed as revision 8493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 8x8 transform selectionLimin Wang2007-03-241-1/+1
| | | | | | | | | | | 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-242-6/+11
| | | | Originally committed as revision 8491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bmp and tga image regression testMichael Niedermayer2007-03-242-0/+8
| | | | 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-243-3/+3
| | | | | | | | | | | | | | | | | | 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