summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Changed the rle encoder a little and made it more universal.Xiaohui Sun2007-04-03
* cosmeticMichael Niedermayer2007-04-03
* fix indention (less work to fix it myself than to check if a indention fix pa...Michael Niedermayer2007-04-03
* move doxy from .c to .hMichael Niedermayer2007-04-03
* generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu plMichael Niedermayer2007-04-03
* Remove stray object from list of Blackfin assembler objects.Marc Hoffman2007-04-02
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-01
* cosmetics: indentationAurelien Jacobs2007-04-01
* indentionMichael Niedermayer2007-04-01
* make AVCodec.init() optionalMichael Niedermayer2007-04-01
* support for the THP game format by Marco Gerards, mgerards xs4all nlDiego Biurrun2007-04-01
* Add '#undef exit', the function is now forbidden.Diego Biurrun2007-04-01
* Merge redundant comments.Diego Biurrun2007-04-01
* doxy comment tweaksLoren Merritt2007-03-31
* Add doxy comments, based on Loren's explanations posted here:Guillaume Poirier2007-03-31
* dct-test works on non-x86 now.Diego Biurrun2007-03-31
* platform-independent restructuring and code simplificationMarc Hoffman2007-03-31
* Remove illegal call to exit().Marc Hoffman2007-03-31
* call faacDecClose() with all libfaad versionsDiego Pettenò2007-03-31
* Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-03-31
* Typos in commentsLuca Barbato2007-03-30
* move some stuff out of an inner loop. 12% faster svq1 encoding.Loren Merritt2007-03-30
* mmx 16-bit ssd. 2.3x faster svq1 encoding.Loren Merritt2007-03-30
* Fix a bug in av_find_opt(). Because some of the AVOption structures have fieldKamil Nowosad2007-03-30
* add 'all' and 'none' options for partitions configLimin Wang2007-03-30
* Update specification and reference implementation links.Robert Swain2007-03-30
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-29
* Accept only existing bitrates.Benoit Fouet2007-03-29
* codec id addition guidlinesMichael Niedermayer2007-03-27
* FASTTX==0 means additional 16 bits in extradataKostya Shishkov2007-03-27
* One more FASTTX-related hackKostya Shishkov2007-03-27
* Remove redundant assignKostya Shishkov2007-03-27
* set pict_type to I type during init so parsers which dont set it get all i fr...Michael Niedermayer2007-03-26
* get rid of unused entries in the middle of xvmc_render struct,Ivan Kalvachev2007-03-26
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-26
* factorize &Michael Niedermayer2007-03-26
* simplifyMichael Niedermayer2007-03-26
* properly set *data_size when returning >= 0 values in shorten_decode_frame()Aurelien Jacobs2007-03-26
* check input validity, this prevents a few variables from reachin odd values w...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* increment subminor version due to r8502 and r8504, those revisions make dnxhd...Baptiste Coudurier2007-03-25
* remove TODO, its done nowBaptiste Coudurier2007-03-25
* pass correct buffer size to lzw decode initBaptiste Coudurier2007-03-25
* move eob_reached logic into ff_lzw_decode_tail() which simplifies the code, a...Michael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* factorizeMichael Niedermayer2007-03-25
* simplifyMichael Niedermayer2007-03-25
* 1000l to myself - get correct quantization for blocks 1 and 2Kostya Shishkov2007-03-25
* use generic xiph header spliting func to split theora headersAurelien Jacobs2007-03-25
* extract vorbis header spliting code into a reusable functionAurelien Jacobs2007-03-25