summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Explain which configure options are necessary for which AMR variant.Diego Biurrun2007-04-031-3/+4
* typoMichael Niedermayer2007-04-031-1/+1
* cosmeticMichael Niedermayer2007-04-031-2/+2
* FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil NowosadKamil Nowosad2007-04-032-0/+6
* tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)Michael Niedermayer2007-04-036-43/+442
* Remove #if 0 code.Diego Biurrun2007-04-031-15/+0
* dont use *int8_t for the arguments (ive missed that in the patches ...)Michael Niedermayer2007-04-032-2/+2
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-033-6/+9
* cosmeticMichael Niedermayer2007-04-031-3/+1
* fix indention (less work to fix it myself than to check if a indention fix pa...Michael Niedermayer2007-04-031-15/+14
* move doxy from .c to .hMichael Niedermayer2007-04-032-9/+9
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-034-58/+132
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-021-1/+0
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-016-28/+1678
* cosmetics: indentationAurelien Jacobs2007-04-011-10/+9
* indentionMichael Niedermayer2007-04-011-6/+6
* make AVCodec.init() optionalMichael Niedermayer2007-04-011-0/+2
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-013-0/+19
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-012-0/+3
* Merge redundant comments.Diego Biurrun2007-04-011-5/+1
* doxy comment tweaksLoren Merritt2007-03-312-3/+3
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-313-3/+21
* dct-test works on non-x86 now.Diego Biurrun2007-03-311-2/+2
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-311-37/+68
* Remove illegal call to exit().Marc Hoffman2007-03-311-2/+1
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-311-3/+2
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-311-3/+3
* Typos in commentsLuca Barbato2007-03-301-5/+6
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-301-5/+4
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-304-7/+48
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-301-1/+1
* add 'all' and 'none' options for partitions configLimin Wang2007-03-301-0/+2
* Update specification and reference implementation links.Robert Swain2007-03-301-4/+5
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-292-3/+3
* Accept only existing bitrates.Benoit Fouet2007-03-291-40/+57
* codec id addition guidlinesMichael Niedermayer2007-03-271-0/+6
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-271-0/+2
* One more FASTTX-related hackKostya Shishkov2007-03-271-0/+1
* Remove redundant assignKostya Shishkov2007-03-278-8/+0
* set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer2007-03-261-0/+1
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-262-3/+6
* 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
OpenPOWER on IntegriCloud