summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Remove #if 0 code.Diego Biurrun2007-04-03
| | | | Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-03
| | | | Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-03
| | | | | | | | Not only the repeated byte is calculated as (count ^ xor) + add but also the raw encoding lenth byte is calculated as that too patch by Xiaohui Sun sunxiaohui dsp ac cn Originally committed as revision 8602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention (less work to fix it myself than to check if a indention fix ↵Michael Niedermayer2007-04-03
| | | | | | patch is ok ...) Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move doxy from .c to .hMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-03
| | | | Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-02
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-01
| | | | | | | and standard IEEE 8x8 block transforms patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationAurelien Jacobs2007-04-01
| | | | Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVCodec.init() optionalMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
| | | | Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge redundant comments.Diego Biurrun2007-04-01
| | | | Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxy comment tweaksLoren Merritt2007-03-31
| | | | Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
| | | | | | | Date: Mar 30, 2007 9:00 PM Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT) Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test works on non-x86 now.Diego Biurrun2007-03-31
| | | | Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove illegal call to exit().Marc Hoffman2007-03-31
| | | | | | patch by Marc Hoffman, mmh pleasantst com Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-31
| | | | | | patch by Diego Petteno flameeyes gmail com Originally committed as revision 8574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
| | | | Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typos in commentsLuca Barbato2007-03-30
| | | | Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-30
| | | | Originally committed as revision 8560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
| | | | Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-30
| | | | | | | | | | | | unit = NULL, the function could pass NULL to strcmp and cause a segfault. Patch by Kamil Nowosad, k nowosad % students mimuw edu pl. Original thread: Subject: [PATCH] small bugfix in av_find_opt() Date: 03/23/2007 12:20 PM Originally committed as revision 8553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'all' and 'none' options for partitions configLimin Wang2007-03-30
| | | | | | | | | Patch by Limin Wang % lance P lmwang A gmail P com % Original thread: date: Mar 24, 2007 3:53 PM subject: [Ffmpeg-devel] [PATCH] add all and none options for partitions config Originally committed as revision 8552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update specification and reference implementation links.Robert Swain2007-03-30
| | | | | | patch by Robert Swain, robert.swain gmail com Originally committed as revision 8551 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
| | | | | | | | | | interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Accept only existing bitrates.Benoit Fouet2007-03-29
| | | | | | patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec id addition guidlinesMichael Niedermayer2007-03-27
| | | | Originally committed as revision 8534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-27
| | | | Originally committed as revision 8533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One more FASTTX-related hackKostya Shishkov2007-03-27
| | | | Originally committed as revision 8532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant assignKostya Shishkov2007-03-27
| | | | Originally committed as revision 8531 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-26
| | | | | | 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-26
| | | | | | | | 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-26
| | | | | | | | 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-26
| | | | Originally committed as revision 8525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-03-26
| | | | 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-26
| | | | | | | | 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-25
| | | | | | 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-25
| | | | 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-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
* simplifyMichael Niedermayer2007-03-25
| | | | Originally committed as revision 8514 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