aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)Kamil Nowosad2007-04-061-3/+73
* s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad studen...Kamil Nowosad2007-04-061-7/+7
* SGI image decoder ported to the new image API.Xiaohui Sun2007-04-066-0/+466
* Return correct decoded size, decoder is called with only one frame at a time.Benoit Fouet2007-04-061-1/+1
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-061-0/+21
* This codec is PAL8 so make it output PAL8 tooKostya Shishkov2007-04-061-20/+16
* remove compound literals gcc 2.95 doesnt support taking an address of a compo...Michael Niedermayer2007-04-051-8/+15
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-042-56/+24
* vc1_split should be staticKostya Shishkov2007-04-041-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-042-2/+2
* Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.Diego Biurrun2007-04-043-1/+18
* cosmetics: Fix indentation.Diego Biurrun2007-04-031-50/+50
* Remove useless pointer shift.Benoit Fouet2007-04-031-1/+0
* Remove commented-out while loop.Benoit Fouet2007-04-031-3/+0
* 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